- Changed: Broker port missing on reconnect
- Changed: Default device instance is now
100
- Changed: Fixed service not starting sometimes
- Changed: Add VRM ID to MQTT client name
- Changed: Fix registration to dbus https://github.com/victronenergy/velib_python/commit/494f9aef38f46d6cfcddd8b1242336a0a3a79563
- Changed: Fixed problems when timeout was set to
0
.
- Added: Timeout on driver startup. Prevents problems, if the MQTT broker is not reachable on driver startup
- 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
- Added: Calculation of
ConsumedAmphours
whenInstalledCapacity
andCapacity
is provided, if empty - Added: Calculation of
ConsumedAmphours
andCapacity
whenInstalledCapacity
is provided, if empty
- Changed: Fixed errors for
MinVoltageCellId
,MinCellVoltage
,MaxVoltageCellId
andMaxCellVoltage
calculations - Changed: Improved error handling and output
- 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
- Added: Timeout in order to disconnect the battery, if no new MQTT message is received after x seconds (configurable in
config.ini
)
- 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)
- 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
- Added: Set logging level in
config.ini
- Added: A lot of new values that can be set, check
README.md
for details - Changed: Fixed topic name in
config.ini
- Changed: Logging levels of different messages for clearer output
- Changed: Minimum required data to
power
,voltage
andsoc
- Changed: Optimized log output for faster troubleshooting
Initial release