Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

This sketch written in the Arduino language makes an ESP8266 send incoming P1 smartmeter data to pimatic.

License

Notifications You must be signed in to change notification settings

renearts/ESP8266-P1-transmitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266-P1-transmitter

This sketch written in the Arduino language makes an ESP8266 send incoming P1 smartmeter data to pimatic via the HTTP API.

It currently sports an interface which is not of much use, but hey, it looks fancy ;)

To use the SoftSerial input please install the SoftSerial library from: https://github.com/plerup/espsoftwareserial

Connection of the P1 meter to the ESP8266

You need to connect the smart meter with a RJ11 connector. This is the pinout to use RJ11 P1 connetor

Connect GND->GND on ESP, RTS->3.3V on ESP and RxD->any digital pin on ESP. In this sketch I use the RX input with a BS170 to invert te signal (see P1port.png for the connection diagram). It is also possible to use SoftSerial: uncomment lines 68/69 and 517, comment/delete line 516.

About

This sketch written in the Arduino language makes an ESP8266 send incoming P1 smartmeter data to pimatic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages