forked from zjwhitehead/eppg-controller
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request