Skip to content

Releases: mr-manuel/venus-os_dbus-mqtt-battery

v1.0.9

19 Aug 09:16
50e2eec
Compare
Choose a tag to compare

Full Changelog: v1.0.8...v1.0.9

v1.0.8

02 Jul 09:04
0097643
Compare
Choose a tag to compare
  • Changed: Fixed problems when timeout was set to 0.

Full Changelog: v1.0.7...v1.0.8

v1.0.7

18 Dec 14:12
f9cdb39
Compare
Choose a tag to compare
  • Added: Timeout on driver startup. Prevents problems, if the MQTT broker is not reachable on driver startup

Full Changelog: v1.0.6...v1.0.7

v1.0.6

18 May 10:17
049046e
Compare
Choose a tag to compare
  • Added: Show to which broker and port the connection was made when logging is set to INFO
  • Added: Try to reconnect every 15 seconds to MQTT broker, if connection is closed abnormally
  • Changed: Colors of cell voltage background on the cell voltages page to apply correctly the dark mode

Full Changelog: v1.0.5...v1.0.6

v1.0.5

10 May 11:43
f11c777
Compare
Choose a tag to compare
  • Added: Calculation of ConsumedAmphours when InstalledCapacity and Capacity is provided, if empty
  • Added: Calculation of ConsumedAmphours and Capacity when InstalledCapacity is provided, if empty

Full Changelog: v1.0.4...v1.0.5

v1.0.4

10 May 07:37
cd1bda7
Compare
Choose a tag to compare
  • Changed: Fixed errors for MinVoltageCellId, MinCellVoltage, MaxVoltageCellId and MaxCellVoltage calculations
  • Changed: Improved error handling and output

Full Changelog: v1.0.3...v1.0.4

v1.0.3

23 Apr 16:58
0aab8c6
Compare
Choose a tag to compare
  • Added: Check if provided values are string, integer or float
  • Changed: Time-To-Go can now be configured in the config file. When charging the battery it's calculating the time to 100% SoC and when discharging it's calculating the time to the SoC configured in the config file.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

28 Mar 11:52
0338156
Compare
Choose a tag to compare
  • Added: Timeout in order to disconnect the battery, if no new MQTT message is received after x seconds (configurable in config.ini)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

14 Mar 16:09
cc602be
Compare
Choose a tag to compare
  • Changed: Corrected descriptions in the full JSON structure
  • Changed: Fixed division by zero when Current = 0 during calculation of Time-to-Go or Voltage = 0 during calculation of Current (thanks to @xury77 for reporting)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 Mar 16:25
a9b5045
Compare
Choose a tag to compare
  • Added: A lot of new values that can be set, check the full JSON structure in the README.md for details
  • Added: Device name can be changed in the config.ini
  • Added: Device instance can be changed in the config.ini
  • Added: How to create multiple instances in README.md
  • Changed: ⚠️ JSON key names changed. Pay attention that the keys are case sensitive
  • Changed: Completely rewritten the driver to keep it simple with a lot of fields
  • Changed: Topic variable name in config.ini
  • Removed: Alarm settings in config.ini. All alarms now have to be triggered over MQTT

Full Changelog: v0.1.0...v1.0.0