You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,17 @@
17
17
## Bug Fixes
18
18
19
19
- Fixes a bug in the ring buffer updating the end timestamp of gaps when they are outdated.
20
-
- Properly handles PV configurations with no or only some meters before the PV
21
-
component.
22
-
So far we only had configurations like this: Meter -> Inverter -> PV. However
23
-
the scenario with Inverter -> PV is also possible and now handled correctly.
20
+
21
+
- Properly handles PV configurations with no or only some meters before the PV component.
22
+
23
+
So far we only had configurations like this: `Meter -> Inverter -> PV`. However the scenario with `Inverter -> PV` is also possible and now handled correctly.
24
+
24
25
- Fix `consumer_power()` not working certain configurations.
25
-
In microgrids without consumers and no main meter, the formula
26
-
would never return any values.
27
-
- Fix `pv_power` not working in setups with 2 grid meters by using a new
28
-
reliable function to search for components in the components graph
26
+
27
+
In microgrids without consumers and no main meter, the formula would never return any values.
28
+
29
+
- Fix `pv_power` not working in setups with 2 grid meters by using a new reliable function to search for components in the components graph
30
+
29
31
- Fix `consumer_power` similar to `pv_power`
32
+
30
33
- Zero value requests received by the `PowerDistributingActor` will now always be accepted, even when there are non-zero exclusion bounds.
0 commit comments