P1-Meter-ESP8266 icon indicating copy to clipboard operation
P1-Meter-ESP8266 copied to clipboard

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

Results 11 P1-Meter-ESP8266 issues
Sort by recently updated
recently updated
newest added

Hi @jantenhove, I have tried this project and it seems great, because no extra components such as resistors seem needed. Unfortunately, my ESP (Wemos D1 Mini) does not receive any...

Trying to replace a RaspberryPi with ser2net with a NodeMCU module with this sketch to report P1 meter readings. Connected the P1 Meter as described in the Readme. Compiled and...

Hi, I have been trying this project with and esp01 and my slimemeter iskra smr 5.0 am550-ED1 Where every one says the p1 spits out a telegram every 10 seconds...

Hello, I am new here and I experience some problems using it. I always encounter invalid CRC (which I can simly ignore). A telegram does not arrive every 10 seconds...

Jan, I was unable to find your contact details on github. I just wanted to give a shoutout and **thank you** for this project. I reused it and altered it...

Arduino IDE version: 1.8.10 Softserial version: 6.7.1 //14 = D5 on NodeMCU `SoftwareSerial mySerial(14, -1, true, 128); // (RX, TX. inverted, buffer)` exit status 1 no matching function for call...

jan, Upon analyzing the code i see routine getValidVal, but do not see it called anywhere in the program. Is this an artifact? regards, rob

This change add a platformio configuration. Platformio is a build framework that is able to compile and upload Arduino programs. Settings like which target you run (esp8266), which board (e.g....

Hi @jantenhove great work! I'm sharing your P1 meter project on my own home automation project repository: [https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md)