Skip to content

Battery SOC improvements #35

@zjwhitehead

Description

@zjwhitehead

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions