-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backported from FEMS 2024.2.2 - Rename State CHARGE to CHARGE_GRID (prepare for future CHARGE_DC_PV, CHARGE_PV,...) - Extend JSON-RPC Response with Grid Buy/Sell and Ess Charge/Discharge - UI: extend forecast to show Grid + Ess - Improve startup time (wait forever till all params are available; instead of trying again in next quarter only) - Improve calculation of CHARGE_GRID power (C-Rate of usable capacity + consider predicted surplus-consumption) - Improve RunOptimizerFromLogApp (ignores log header) - Fix BALANCING reach 100 % SoC - Use pure BALANCING schedule as additional initial population (makes sure, that this one wins in case there are other results with same cost, e.g. when battery never gets empty anyway) - Add MetaEvcs -> avoid calculating power twice in Sum UnmanagedConsumption - Refactorings + Javadoc (clear naming of methods, variables, units, positive/negatie values etc.) - Improve JUnit integration tests - Predictors: add logVerbosity configuration setting - Prediction: replace `Converter` with `ValueRange` - predictions are limited to [0; Max-Ever-Value] Co-authored-by: Sagar Venu <[email protected]>
- Loading branch information
1 parent
ae5b1cd
commit 52320a8
Showing
83 changed files
with
2,374 additions
and
1,808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.