As of v5.8 we still are relying solely on battery voltage for state of charge (SOC) estimation.
This results in inaccuracies, especially since the voltage to SOC relationship is not linear and batteries sag under load.
We need to get to a more accurate estimator by factoring in at least
- voltage
- current
- battery size (2.2kwh vs 4kwh)
- battery chemistry/characteristics
Potentially also factoring in
- ambient temperature
- altitude
- motor RPM
We can only get things like battery cycles/health from the BMS (bluetooth interface) but all of the above are presently available to the controller.
As of v5.8 we still are relying solely on battery voltage for state of charge (SOC) estimation.
This results in inaccuracies, especially since the voltage to SOC relationship is not linear and batteries sag under load.
We need to get to a more accurate estimator by factoring in at least
Potentially also factoring in
We can only get things like battery cycles/health from the BMS (bluetooth interface) but all of the above are presently available to the controller.