... |
... |
@@ -1,8 +1,15 @@
|
1 |
|
-# esp8266_p1meter
|
|
1 |
+Pe# esp8266_p1meter
|
2 |
2 |
|
3 |
3 |
Software for the ESP2866 (Wemos D1 Mini/NodeMcu etc.) that sends P1 smart meter (DSMR) data to a MQTT broker, with the possibility for Over The Air (OTA) firmware updates.
|
4 |
4 |
|
5 |
5 |
## About this fork
|
|
6 |
+
|
|
7 |
+This project is an update to work with MQTT made by Steve Caster (steve@blakstraat11.be) based on the project of https://github.com/jhockx/esp8266_p1meter.
|
|
8 |
+
|
|
9 |
+Modification mainly done to send all information on Electrictiy in a single message and send 1 message for Gas. This is then send to MQTT and using nodered, transfered to Domoticz.
|
|
10 |
+
|
|
11 |
+## Original about this fork
|
|
12 |
+
|
6 |
13 |
The original project of [fliphess](https://github.com/fliphess/esp8266_p1meter) has issues with DSMR 5.0 meters, which send telegrams every 1 second at a high 115200 baud rate.
|
7 |
14 |
This causes the used SoftwareSerial to struggle to keep up and thus only receives corrupted messages.
|
8 |
15 |
|