Skip to content

Releases: mr-manuel/venus-os_dbus-serialbattery

v1.0.0-beta_20230507

07 May 16:25
ecb586d
Compare
Choose a tag to compare
v1.0.0-beta_20230507 Pre-release
Pre-release
Merge pull request #8 from transistorgit/set_daly_soc

make Reset SoC a spin box

v1.0.0-beta_20230504

07 May 09:09
8a37bf2
Compare
Choose a tag to compare
v1.0.0-beta_20230504 Pre-release
Pre-release
Changes 2023.05.04

* Added: Alert is triggered, when BMS communication is lost by @mr-manuel
* Added: Apply max voltage, if `CVCM_ENABLE` is `False`. Before float voltage was applied by @mr-manuel
* Added: Block charge/discharge when BMS communication is lost. Can be enabled trough the config file by @mr-manuel
* Added: Reset values to None, if battery goes offline (not reachable for 10s) by @transistorgit
* Changed: Removed all wildcard imports and fixed black lint errors by @mr-manuel

v1.0.0-beta_20230503

07 May 09:07
9fcf1a5
Compare
Choose a tag to compare
v1.0.0-beta_20230503 Pre-release
Pre-release
Changes 2023.05.03

* Changed: Default FLOAT_CELL_VOLTAGE from 3.350 V to 3.375 V by @mr-manuel
* Changed: Default LINEAR_LIMITATION_ENABLE from False to True by @mr-manuel
* Changed: Moved Bluetooth part to `reinstall-local.sh` by @mr-manuel
* Changed: Renamed scripts for better reading #532 by @mr-manuel
* Changed: Reworked and optimized installation scripts by @mr-manuel

v1.0.0-beta_20230502

07 May 08:17
1d82436
Compare
Choose a tag to compare
v1.0.0-beta_20230502 Pre-release
Pre-release
Changes 2023.05.02

* Added: Read charge/discharge limits from JKBMS by @mr-manuel
* Changed: Fix for https://github.com/Louisvdw/dbus-serialbattery/issues/450 by @mr-manuel
* Changed: Other small fixes and optimizations

v1.0.0-beta_20230501

07 May 08:16
d820050
Compare
Choose a tag to compare
v1.0.0-beta_20230501 Pre-release
Pre-release
Changes 2023.05.01

* Added: Recalculation interval in linear mode for CVL, CCL and DCL by @mr-manuel
* Changed: Removed cell voltage penalty. Replaced by automatic voltage calculation. Max voltage is kept until cells are balanced and reset when cells are inbalanced by @mr-manuel

v1.0.0-beta_20230429

07 May 08:16
ae1e447
Compare
Choose a tag to compare
v1.0.0-beta_20230429 Pre-release
Pre-release
Fixes

* Removed: ANT BMS was commented out, sice it connects to every serial device attached #479

v1.0.0-beta_20230428

07 May 08:14
0aed855
Compare
Choose a tag to compare
v1.0.0-beta_20230428 Pre-release
Pre-release
Changes 2023.04.28

* Added: `self.unique_identifier` to the battery class. Used to identify a BMS when multiple BMS are connected - planned for future use by @mr-manuel
* Changed: Fixed wrong file execution in `installble.sh`
* Changed: Moved BMS scripts to subfolder by @mr-manuel

v1.0.0-beta_20230427

07 May 08:14
362916c
Compare
Choose a tag to compare
v1.0.0-beta_20230427 Pre-release
Pre-release
Merge pull request #588 from mr-manuel/jkbms_ble

fix renogy import

v1.0.0-beta_20230426

07 May 08:06
964ec17
Compare
Choose a tag to compare
v1.0.0-beta_20230426 Pre-release
Pre-release
Some improvement and fixes

* Added: Show specific TimeToSoC points in GUI, if 0%, 10%, 20%, 80%, 90% and/or 100% are selected
* Changed: Corrected file permissions
* Changed: Remove bluetooth option from the config file. Bluetooth classes are now imported automatically, if it's a Bluetooth port
* Changed: Updated readme