github-actions
released this
17 Dec 15:07
·
55 commits
to master
since this release
What's Changed
- Changed: Fixed typo in code that prevent driver from starting, if old battery instances are present by @mr-manuel
Full Changelog: v1.5.20241202...v1.5.20241215
v1.5.20241202
Known issues
- If you have old battery instances that should be deleted, you see the error
dbus.exceptions.UnknownMethodException: org.freedesktop.DBus.Error.UnknownMethod: Unknown method: remove_settingss is not a valid method of interface com.victronenergy.Settings
in the logs and the driver does not start anymore. Upgrade tov1.5.20241215
to solve the problem.
What's Changed
- Added: Configurable threshold to prevent rapid switching (flapping) of
CCL
orDCL
when 0 by @mr-manuel - Added: Daly BMS - Connect multiple BMS to the same RS485 port by @CaptKrisp
- Added: EG LifePower - Connect multiple BMS to the same RS485 port by @mr-manuel
- Added: GUIv2 by @mr-manuel
- Added: High cell voltage alarm was added to venus-platform with victronenergy/venus-platform@d686955 and now also to this driver by @mr-manuel
- Changed: Calculate current average not only when Time-To-Go is enabled by @mr-manuel
- Changed: Calculate Time-to-Go until ESS -> Minimum SOC (unless grid fails), Active SOC limit or
SOC_LOW_WARNING
fromconfig.ini
by @mr-manuel - Changed: Enhance BMS type validation by @mr-manuel
- Changed: HLPDATA BMS - BMS control of max charge and discharge is removed by @peterohman
- Changed: HLPDATA BMS - improved driver with #96 by @peterohman
- Changed: JKBMS PB Model fixed firmware version and temperature sensors by @KoljaWindeler
- Changed: Optimized auto increase of the polling time by @mr-manuel
- Changed: Rewritten code for external current sensor and fixed #60 by @mr-manuel
New Contributors
- @peterohman made their first contribution in #96
Full Changelog: v1.4.20240928...v1.5.20241202