Skip to content

Software for the ESP8266 that sends P1 smart meter data to Homey (with CRC checking)

License

Notifications You must be signed in to change notification settings

MCFurry/P1-Meter-ESP8266

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

P1-Meter-ESP8266

Software for the ESP8266 that sends P1 smart meter data to Homey (with CRC checking and OTA firmware updates) Many thanks to Jan ten Hove by writing this code for Domoticz: https://github.com/jantenhove/P1-Meter-ESP8266 This repo is a fork from Jan and changed to communicate with Homey instead of Domoticz

Installation instructions

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 (You could also use an RJ45 connector and file the sides to make it fit the RJ11 socket)

Connect GND->GND on ESP, RTS->3.3V on ESP and RxD->any digital pin on ESP. In this sketch I use D5. When you're equipped with an ESMR5 smart meter, it is possible to power the ESP8266 from the 5V on the P1 port.

About

Software for the ESP8266 that sends P1 smart meter data to Homey (with CRC checking)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.9%
  • C 6.1%