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
+4-7
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,17 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
6
-
7
5
## Upgrading
8
6
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
-
11
7
## New Features
12
8
13
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14
-
15
9
* A new class `OrderedRingBuffer` is now available, providing a sorted ring buffer of datetime-value pairs with tracking of any values that have not yet been written.
16
10
* Add logical meter formula for EV power.
17
11
* A `MovingWindow` class has been added that consumes a data stream from a logical meter and updates an `OrderedRingBuffer`.
12
+
* Add EVChargerPool implementation. It has only streaming state changes for ev chargers, now.
13
+
* Add 3-phase current formulas: `3-phase grid_current` and `3-phase ev_charger_current` to the LogicalMeter.
14
+
18
15
19
16
## Bug Fixes
20
17
21
-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
18
+
* Add COMPONENT_STATE_DISCHARGING as valid state for the inverter. DISCHARGING state was missing by mistake and this caused the power distributor to error out if the inverter is already discharging.
0 commit comments