From 133362a213616e8ff778bda6f7d36ea27da144aa Mon Sep 17 00:00:00 2001 From: gluap Date: Sat, 30 May 2020 14:39:43 +0200 Subject: [PATCH] up version and readme --- README.rst | 10 +++++++--- pyess/__init__.py | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f9232b3..b89462f 100644 --- a/README.rst +++ b/README.rst @@ -91,9 +91,9 @@ Your ESS will show up in /ess/# on mqtt. Available values to control the ess (write true/false) **Remember that this is an MIT-Licensed software and I take no responsibility for the usage of this library. That being said I send the same commands the app would send to trigger these actions to my best knowledge.**:: - /ess/control/winter_mode - /ess/control/fastcharge - /ess/control/active + ess/control/winter_mode + ess/control/fastcharge + ess/control/active Available paths with metrics to read from:: @@ -211,6 +211,10 @@ be accessed via the EnerVu App. Changelog ========= + +**2020-05-30 0.1.5** + - some extra logging, timeouts and exception handling. Might fix #7 + **2020-05-13 0.1.3** - add argument to increase polling time for "common" by a factor. diff --git a/pyess/__init__.py b/pyess/__init__.py index 55e3ce3..885fa05 100755 --- a/pyess/__init__.py +++ b/pyess/__init__.py @@ -3,4 +3,4 @@ #__all__ = ['cli', 'ess'] -__version__ ="0.1.4" +__version__ ="0.1.5"