Releases: mr-manuel/venus-os_dbus-mqtt-battery
Releases · mr-manuel/venus-os_dbus-mqtt-battery
v1.0.9
- Changed: Add VRM ID to MQTT client name
- Changed: Fix registration to dbus victronenergy/velib_python@494f9ae
Full Changelog: v1.0.8...v1.0.9
v1.0.8
- Changed: Fixed problems when timeout was set to
0
.
Full Changelog: v1.0.7...v1.0.8
v1.0.7
- 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
- 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
- Added: Calculation of
ConsumedAmphours
whenInstalledCapacity
andCapacity
is provided, if empty - Added: Calculation of
ConsumedAmphours
andCapacity
whenInstalledCapacity
is provided, if empty
Full Changelog: v1.0.4...v1.0.5
v1.0.4
- Changed: Fixed errors for
MinVoltageCellId
,MinCellVoltage
,MaxVoltageCellId
andMaxCellVoltage
calculations - Changed: Improved error handling and output
Full Changelog: v1.0.3...v1.0.4
v1.0.3
- 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
- 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
v1.0.0
- 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