Skip to content

Releases: chinezbrun/pytes_esp

v0.5.1

19 Dec 14:59

Choose a tag to compare

  • fix: variable assignment error - close #8

v0.5.0

09 Nov 06:25

Choose a tag to compare

Major release

This version comes with the option to select the level of detail for cells_monitoring.
From now on, it is possible to choose how much you need to know about the parameters of the battery cells. You will have 3 levels "low", "medium" and "high" which will give you the freedom to configure the monitoring system based on your needs.

The main changes:

  • new: cell monitoring level of detail
  • change: Updated documentation to reflect changes

Compatibility:
This release doesn't work with previous config.py, a new rows 'monitoring_level' was added.
Upload both files: main.py and config.py. Then reconfigure config.py based on your needs.
It is mandatory to delete all created devices in Home Assistant before restart ESP. All devices will be created back automatically.
Backward compatibility of the sensors name, history is maintained.

v0.4.0

03 May 06:40

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

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

Choose a tag to compare

new: implemented auto-restart function - closed #1

v0.2.0

20 Dec 17:25
f06203c

Choose a tag to compare

First release.