Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SoC threshold for battery current limit. #1293

Merged
merged 3 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. Fix: SBS Unipower battery discharge current handling

    SBS CAN receiver implementation was not using the correct way to provide
    discharge current limit.
    AndreasBoehm authored and schlimmchen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9e53d07 View commit details
    Browse the repository at this point in the history
  2. Feature: add SoC & voltage thresholds for battery current limit

    This changes the custom current limit so the custom limit is only
    applied when any of:
    
    - SoC is valid and not ignored and SoC < threshold
    - Voltage is valid and Voltage < threshold
    - Voltage is invalid
    
    Independently, if "Use Battery-Reported limit" is enabled and valid, it
    is applied (unless a lower custom limit already was applied).
    ranma authored and schlimmchen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8208912 View commit details
    Browse the repository at this point in the history
  3. webapp: prettify battery settings UI

    * use wide labels for all battery settings
    * dynamically show and hide valid battery discharge limit settings
    AndreasBoehm authored and schlimmchen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    77283ca View commit details
    Browse the repository at this point in the history