v1.2.20240227beta
Pre-release
Pre-release
github-actions
released this
28 Feb 13:50
·
233 commits
to master
since this release
🚨 Release Candidate
Known issues
-
Driver version greater or equal to
v1.0.20231126dev
and smaller tov1.2.20240227dev
:- If multiple batteries have the same
unique_identifier
, then they are displayed as one battery in the VRM portal and if you change the name,
it get changed for all dbus-serialbattries. Please change the capacity of the batteries to be unique (if the unique identifier ends with Ah)
or change the custom field on supported BMS.
E.g.: 278 Ah, 279 Ah,280 Ah,281 Ah and 282 Ah, if you have 5 batteries with 280 Ah.
- If multiple batteries have the same
What's Changed
- Added: Check if the device instance is already used by @mr-manuel
- Added: Check if there is enough space on system and data partitions before installation by @mr-manuel
- Added: Reset calculated SoC to 0%, if battery is empty by @mr-manuel
- Changed: Fixed showing None SoC in log in driver start by @mr-manuel
- Changed: Fixed some SOC calculation issues by @mr-manuel
- Changed: JKBMS BLE - Fixed driver gets unresponsive, if connection is lost Louisvdw/dbus-serialbattery#720 with Louisvdw/dbus-serialbattery#941 by @cupertinomiranda
- Changed: JKBMS BLE - Fixed driver not starting for some BMS models that are not sending BLE data correctly Louisvdw/dbus-serialbattery#819 by @mr-manuel
- Changed: JKBMS BLE - Fixed temperature issue Louisvdw/dbus-serialbattery#916 by @mr-manuel
- Changed: LLT/JBD BMS & BLE - If only one temperature is available use it as battery temp. Fixed Louisvdw/dbus-serialbattery#971 by @mr-manuel
- Changed: Reinstallation of the driver now checks, if packages are already installed for Bluetooth and CAN by @mr-manuel
- Changed: Show ForceChargingOff, ForceDischargingOff and TurnBalancingOff only for BMS that support it by @mr-manuel
- Removed: Python 2 compatibility by @mr-manuel
New Contributors
- @cupertinomiranda made their first contribution
Full Changelog: v1.2.20240219beta...v1.2.20240227beta