Skip to content

Commit 33f029c

Browse files
committed
Add missing release notes about new metric naming
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 6bb5bbf commit 33f029c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ This release drops support for Python versions older than 3.11.
2424
soc_rx = battery_pool.soc.new_receiver() # new
2525
```
2626

27+
* Formulas now follow the new naming scheme.
28+
29+
- `BatteryPool.{production_power, consumption_power}`
30+
- `EVChargerPool.{production_power, consumption_power}`
31+
- `LogicalMeter`:
32+
- `consumer_power`
33+
- `grid_production_power`
34+
- `grid_consumption_power`
35+
- `chp_power`
36+
- `chp_production_power`
37+
- `chp_consumption_power`
38+
2739
* A power request can now be forced by setting the `include_broken` attribute. This is especially helpful as a safety measure when components appear to be failing, such as when battery metrics are unavailable. Note that applications previously relying on automatic fallback to all batteries when none of them was working will now require the `include_broken` attribute to be explicitly set in the request.
2840

2941
## New Features

0 commit comments

Comments
 (0)