Update README.md

This commit is contained in:
jantenhove 2016-01-28 19:31:51 +01:00
parent a700e0152c
commit 35d75ef461
1 changed files with 8 additions and 1 deletions

View File

@ -1,2 +1,9 @@
# P1-Meter-ESP2866
Software for the ESP2866 that sends P1 smart meter data to Domoticz (with CRC checking)
Software for the ESP2866 that sends P1 smart meter data to Domoticz (with CRC checking and OTA firmware updates)
### Installation instrucions
- Make sure that your ESP2866 can be flashed from the Arduino environnment: https://github.com/esp8266/Arduino
- Install the SoftSerial library from: https://github.com/plerup/espsoftwareserial
- Place all files from this repository in a directory. Open the .ino file.
- Adjust WIFI, Domoticz and debug settings at the top of the file
- Compile and flash