v1.2.20240219beta
Pre-releaseKnown issues
-
Driver version greater or equal to
v1.0.20231126dev
- 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 both battries. Please change the capacity of the batteries to be unique.
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
Breaking changes
-
Driver version greater or equal to
v1.2.20240219beta
-
The temperature limitation variables where changed to match the other variable names.
OLD
TEMPERATURE_LIMITS_WHILE_CHARGING
,TEMPERATURE_LIMITS_WHILE_DISCHARGING
NEW
TEMPERATURES_WHILE_CHARGING
,TEMPERATURES_WHILE_DISCHARGING
-
The SoC limitation variables where changed to match the cell voltage and temperature config.
OLD
CC_SOC_LIMIT1
,CC_SOC_LIMIT2
,CC_SOC_LIMIT3
CC_CURRENT_LIMIT1_FRACTION
,CC_CURRENT_LIMIT2_FRACTION
,CC_CURRENT_LIMIT3_FRACTION
DC_SOC_LIMIT1
,DC_SOC_LIMIT2
,DC_SOC_LIMIT3
DC_CURRENT_LIMIT1_FRACTION
,DC_CURRENT_LIMIT2_FRACTION
,DC_CURRENT_LIMIT3_FRACTION
NEW
SOC_WHILE_CHARGING
,MAX_CHARGE_CURRENT_SOC_FRACTION
,SOC_WHILE_DISCHARGING
,MAX_DISCHARGE_CURRENT_SOC_FRACTION
-
What's changed
- Added: LLT/JBD BLE BMS - Added MAC address as unique identifier. Fixed Louisvdw/dbus-serialbattery#970 by @mr-manuel
- Added: Venus OS version to logfile by @mr-manuel
- Changed: Config: SoC limitation variables where changed to match other setting variables by @mr-manuel
- Changed: Config: Temperature limitation variables where changed to match other setting variables by @mr-manuel
- Changed: Fix Time-to-SoC and Time-to-Go calculation by @mr-manuel
- Changed: Fixed some other errors when restoring values from dbus settings by @mr-manuel
- Changed: Install script now shows repositories and version numbers by @mr-manuel
- Changed: Optimized reinstall-local.sh. Show installed version and restart GUI only on changes by @mr-manuel
- Changed: SocResetLastReached not read from dbus settings. Fixed Louisvdw/dbus-serialbattery#840 by @mr-manuel
Full Changelog: v1.1.20240128beta...v1.2.20240219beta