-
Notifications
You must be signed in to change notification settings - Fork 397
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
Migrate Sinexcel implementation to Battery-Inverter #1389
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b36f120 - Browse repository at this point
Copy the full SHA b36f120View commit details
Commits on Jan 21, 2021
-
implements allowed charge/discharge logic for all soltaro systems inc…
…luding force charge/discharge mode fix checkstyle violations move CellCharacteristic interface to battery api update docs folder
Configuration menu - View commit details
-
Copy full SHA for 55a8b55 - Browse repository at this point
Copy the full SHA 55a8b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d98d5 - Browse repository at this point
Copy the full SHA d6d98d5View commit details
Commits on Jan 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d5b6824 - Browse repository at this point
Copy the full SHA d5b6824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5732585 - Browse repository at this point
Copy the full SHA 5732585View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c34ca - Browse repository at this point
Copy the full SHA a2c34caView commit details -
Merge branch 'develop' into feature/battery-protection
# Conflicts: # io.openems.edge.battery.api/src/io/openems/edge/battery/api/Battery.java # io.openems.edge.battery.api/src/io/openems/edge/battery/api/SetAllowedCurrents.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/SetAllowedCurrents.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/Util.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/cluster/versionb/ClusterVersionB.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/cluster/versionb/SingleRack.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/cluster/versionc/ClusterVersionCImpl.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/single/versiona/SingleRack.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/single/versionb/Config.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/single/versionb/SingleRackVersionBImpl.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/single/versionc/Config.java # io.openems.edge.battery.soltaro/src/io/openems/edge/battery/soltaro/single/versionc/SingleRackVersionCImpl.java # io.openems.edge.battery.soltaro/test/io/openems/edge/battery/soltaro/UtilTest.java
Configuration menu - View commit details
-
Copy full SHA for 673f3fc - Browse repository at this point
Copy the full SHA 673f3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0783b03 - Browse repository at this point
Copy the full SHA 0783b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b13c0a - Browse repository at this point
Copy the full SHA 9b13c0aView commit details
Commits on Jan 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 414373e - Browse repository at this point
Copy the full SHA 414373eView commit details
Commits on Feb 1, 2021
-
- Migrate code to actual `BatteryProtection` class with handlers for ChargeMax and DischargeMax Current - Migrate one integration test Minor: - Update DummyBattery to accept additionalChannelIds - Update PolyLine for type safe and fluent calls - Add custom Callbacks to ComponentTest-Framework - Add TypeUtils to convert safely from Integer/Float to Double - TypeUtils.assertNull() throws an IllegalArgumentException; adapt OperatingSystemDebianSystemd-Service accordingly
Configuration menu - View commit details
-
Copy full SHA for 30f9e88 - Browse repository at this point
Copy the full SHA 30f9e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for d73e712 - Browse repository at this point
Copy the full SHA d73e712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb1cb3 - Browse repository at this point
Copy the full SHA 8bb1cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4253bc3 - Browse repository at this point
Copy the full SHA 4253bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0705ab1 - Browse repository at this point
Copy the full SHA 0705ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 358c810 - Browse repository at this point
Copy the full SHA 358c810View commit details
Commits on Feb 2, 2021
-
Add enhanced calculation of Voltage-to-Percent limits
If for the given 'cellVoltage' value 'voltageToPercent' defines a limitation (i.e. the given percentage is less than 100 %), that limitation stays active until a future 'cellVoltage' results in no limitation (i.e. percentage == 100 %). This is implemented to reduce fluctuations due to physical effects in the battery.
Configuration menu - View commit details
-
Copy full SHA for 8eaa6ee - Browse repository at this point
Copy the full SHA 8eaa6eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a35464 - Browse repository at this point
Copy the full SHA 4a35464View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce77ac5 - Browse repository at this point
Copy the full SHA ce77ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a0a5e3 - Browse repository at this point
Copy the full SHA 3a0a5e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e44b4 - Browse repository at this point
Copy the full SHA 45e44b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b4af9e - Browse repository at this point
Copy the full SHA 8b4af9eView commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9517987 - Browse repository at this point
Copy the full SHA 9517987View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26abe6 - Browse repository at this point
Copy the full SHA d26abe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43321ed - Browse repository at this point
Copy the full SHA 43321edView commit details
Commits on Feb 4, 2021
-
Force Charge/Discharge: wait 60 seconds + implement state-machine
plus - improve null-handling in OpenemsComponent
Configuration menu - View commit details
-
Copy full SHA for 71e50bd - Browse repository at this point
Copy the full SHA 71e50bdView commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 31a1a96 - Browse repository at this point
Copy the full SHA 31a1a96View commit details
Commits on Feb 9, 2021
-
- Remove ForceChargeActive and ForceDischargeActive channels on battery. They are replaced with more detailed BatteryProtection-ChannelIds. - Add BatteryProtection-ChannelIds - holds the input channels for original charge/discharge current by BMS - Replace Soltaro.Single.B SystemMaxChargeCurrent and DischargeCurrent with new Channels
Configuration menu - View commit details
-
Copy full SHA for 6f31e15 - Browse repository at this point
Copy the full SHA 6f31e15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1906515 - Browse repository at this point
Copy the full SHA 1906515View commit details -
Configuration menu - View commit details
-
Copy full SHA for af3ad85 - Browse repository at this point
Copy the full SHA af3ad85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b973784 - Browse repository at this point
Copy the full SHA b973784View commit details -
Merge remote-tracking branch 'origin/develop' into feature/battery-pr…
…otection # Conflicts: # io.openems.edge.ess.generic/src/io/openems/edge/ess/generic/symmetric/ChannelManager.java
Configuration menu - View commit details
-
Copy full SHA for e148bb2 - Browse repository at this point
Copy the full SHA e148bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d2bb1 - Browse repository at this point
Copy the full SHA 62d2bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a2c93 - Browse repository at this point
Copy the full SHA 06a2c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for a199c14 - Browse repository at this point
Copy the full SHA a199c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9017411 - Browse repository at this point
Copy the full SHA 9017411View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9358e3b - Browse repository at this point
Copy the full SHA 9358e3bView commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 07c25c1 - Browse repository at this point
Copy the full SHA 07c25c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d8944b - Browse repository at this point
Copy the full SHA 8d8944bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d296e - Browse repository at this point
Copy the full SHA 20d296eView commit details -
Configuration menu - View commit details
-
Copy full SHA for be38a0b - Browse repository at this point
Copy the full SHA be38a0bView commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 209380c - Browse repository at this point
Copy the full SHA 209380cView commit details