Skip to content

Releases: chinezbrun/pytes_esp

v0.4.0

03 May 06:40
Compare
Choose a tag to compare

Major release
This release come with cells monitoring option. Meaning that, as of this release you can have available sensors in Home Assistant for every single battery cell. On top, additional statistics are now available like min, max or delta per each battery. Statistics are performed by the program based on cells data.

Main changes:

  • new: cells monitoring -- close #2
  • new: statistics for cells
  • enhance: MQTT discovery refactoring, improved speed, reduced payload size
  • enhance: MQTT publish optimise trafic -- close #5
  • change: documentation updated to reflect changes

Notes:
This release doesn't work with previous config.py, a new rows 'cells_monitoring' and 'cells' were added.
MQTT discovery was updated so is mandatory to delete all created devices in Home Assistant before start this release. Devices will be created in new configuration.
Backward compatibility of the sensors name, history is maintained.

v0.3.0

12 Apr 18:37
Compare
Choose a tag to compare

Main changes:

  • fix: better MQTT stability --close #3
  • fix: parsing round-trip wrong reporting --close #4
  • enhancement: parsing round-trip ~50 % faster

Backward compatibility is ensured, only 'main.py' was changed.

v0.2.1

22 Dec 20:03
Compare
Choose a tag to compare

new: implemented auto-restart function - closed #1

v0.2.0

20 Dec 17:25
f06203c
Compare
Choose a tag to compare

First release.