Skip to content

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

License

Notifications You must be signed in to change notification settings

RogierSchuring/P1-Meter-ESP8266

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P1-Meter-ESP8266

Software for the ESP2866 that sends P1 smart meter data to Domoticz (with CRC checking, OTA firmware updates, crash protection and a simple webserver)

Installation instrucions

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 D5

Generic Info

This repo is forked from Jantenhove: https://github.com/jantenhove/P1-Meter-ESP8266 Webserver comes from an early version of ESP Easy: https://github.com/letscontrolit/ESPEasy

Added functionality

  • Counter that will reset the ESP when 10 consecutive CRC Errors are encountered.
  • Webserver to view some generic info about the ESP and a logging page where you can see the last 40 results.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • C 4.5%