From 35d75ef46172054b3d11a8729a6cb7ff47e65496 Mon Sep 17 00:00:00 2001 From: jantenhove Date: Thu, 28 Jan 2016 19:31:51 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b7602f..59d5604 100644 --- a/README.md +++ b/README.md @@ -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