File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Summary
4
4
5
- Renamed the ` "load" ` component type to ` "consumption" ` for clarity.
6
5
7
6
## Upgrading
8
7
9
- - If your code references ` "load" ` as a component type, update it to ` "consumption" ` .
10
- - Made the ` MicrogridConfig ` reader tolerant to missing ` ctype ` fields, allowing collection of incomplete microgrid configs.
8
+ * Made the ` MicrogridConfig ` reader tolerant to missing ` ctype ` fields, allowing collection of incomplete microgrid configs.
9
+ * Formula configs are now defined per metric to support different formulas for each metric in the same config file.
10
+ This is a breaking change which requires updating the formula fields in the config file.
11
+ * Default formulas are defined for AC active power and battery SoC metrics.
12
+ The default SoC calculation uses simple averages and ignore different battery capacities.
13
+ * The ` cids ` method is changed to support getting metric-specific CIDs which in this case are extracted from the formula.
11
14
12
15
## New Features
13
16
You can’t perform that action at this time.
0 commit comments