Skip to content

Commit

Permalink
up version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed May 30, 2020
1 parent cac98ee commit 133362a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

#__all__ = ['cli', 'ess']

__version__ ="0.1.4"
__version__ ="0.1.5"

0 comments on commit 133362a

Please sign in to comment.