mr-manuel / venus-os_dbus-serialbattery

Battery Monitor driver for serial battery in VenusOS GX systems
MIT License
21 stars 9 forks source link

Auto set soc #17

Closed transistorgit closed 1 year ago

transistorgit commented 1 year ago

The Daly BMS SOC is set to 100% when the charge mode changes to Float.

This covers the unprecise current measuring of the BMS and helps keeping multiple parallel BMSs in sync. The serialbattery charge mode calclulation relies on some cell voltage settings in the config. It must be ensured, that the charge settings om the Multiplus fits these settings. For example, the chage mode Float will never be reached when the charge limits in the Multiplus are lower then in the battery.

Maybe TODO: make it configurable in config "AUTO_SET_SOC = True"

mr-manuel commented 1 year ago

I will add it to the config file