Skip to content

v1.0.0-beta_20230504

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 09:09
· 449 commits to master since this release
8a37bf2
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