From 6309acb788e17c616c46a95afc5043bb015b92fa Mon Sep 17 00:00:00 2001 From: Ireneusz Zielinski Date: Sat, 29 Jun 2019 12:46:28 +0100 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9991d0a --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Pylontech Battery Monitoring via WiFi + +This project allows you to control and monitor Pylontech US2000B batteries via console port over WiFi. +It it's a great starting point to integrate battery with your home automation. + +Features: +- Low cost (around 20$ in total). +- Adds WiFi capability to your Pylontech US2000B battery. +- Device exposes web interface that allows to: + * send console commands and read response over WiFi (no PC needed) + * battery information can be retrevied also in JSON format for easy parsing +- Easy to modify code using Arduino IDE and flash new firmware over WiFi (no need to disconnect from the battery).