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

Battery Protection Algorithm #1329

Merged
merged 25 commits into from
Jan 11, 2021
Merged

Battery Protection Algorithm #1329

merged 25 commits into from
Jan 11, 2021

Commits on Dec 1, 2020

  1. extends Battery API

    adds setting of default values and protection mechanism (only for B Version Single)
    removes unnecessary files
    wgerbl committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    78babef View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. implemented for version b, test implmentation with different cell cha…

    …racteristic for version c
    wgerbl committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    8d2c49d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    351c3fe View commit details
    Browse the repository at this point in the history
  2. Improve ApiWorker logs

    sfeilmeier committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    10dd800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50eaf2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8897dea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b84188a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20c8fe0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c819a5e View commit details
    Browse the repository at this point in the history
  8. ManagedSymmetricEss: avoid "Given LowLimit is higher than HighLimit" …

    …exception on rounding error
    sfeilmeier committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    5ba1a2c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Configuration menu
    Copy the full SHA
    5d62fcc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Improve Logging in StateMachines

    - Add AbstractContext that takes a parent Component and handles logging
    - Update all State-Machines accordingly
    sfeilmeier committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    dc97bc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. adapt values

    wgerbl committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    80b81c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    f38b0bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eda1e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Merge branch 'develop' into feature/battery_protection

    # Conflicts:
    #	io.openems.edge.battery.bydcommercial/src/io/openems/edge/battery/bydcommercial/statemachine/StateMachine.java
    #	io.openems.edge.fenecon.mini/src/io/openems/edge/fenecon/mini/ess/statemachine/GoReadonlyModeHandler.java
    wgerbl committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    a168528 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    0d04e54 View commit details
    Browse the repository at this point in the history
  2. Soltaro Single B: Downgrade Errors

    - All Battery-Protocol Errors to Warnings to avoid GenericEss Stop
    - Disable ALARM_LEVEL_1_SOC_LOW Warning
    sfeilmeier committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    9c9e377 View commit details
    Browse the repository at this point in the history
  3. Improve ESS Sinexcel Battery-Handling

    - Apply startup ramp for Allowed Charge/Discharge Power
    - Fix handling of negative values for Current [A] limits; i.e. on force charge/discharge
    sfeilmeier committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c5ac1e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3576a93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    220dbc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ee794a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e3c815 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Merge branch 'develop' into feature/battery_protection

    # Conflicts:
    #	io.openems.edge.battery.bydcommercial/src/io/openems/edge/battery/bydcommercial/statemachine/ErrorHandler.java
    #	io.openems.edge.battery.bydcommercial/src/io/openems/edge/battery/bydcommercial/statemachine/GoRunningHandler.java
    #	io.openems.edge.battery.bydcommercial/src/io/openems/edge/battery/bydcommercial/statemachine/GoStoppedHandler.java
    #	io.openems.edge.battery.bydcommercial/src/io/openems/edge/battery/bydcommercial/statemachine/RunningHandler.java
    sfeilmeier committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    6b0acd9 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    sfeilmeier committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    087ca81 View commit details
    Browse the repository at this point in the history