Skip to content

Commit 21987e4

Browse files
committed
Update section for EV chargers in microgrid concepts documentation
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent c2e8d77 commit 21987e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/frequenz/sdk/microgrid/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@
127127
[`power`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.power] method that
128128
streams the total power measured for all the {{glossary("ev-charger", "EV Chargers")}}
129129
at a site.
130+
131+
The `ev_charger_pool` also provides available power bounds through the
132+
[`power_status`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.power_status]
133+
method.
134+
135+
136+
The `ev_charger_pool` also provides a control method
137+
[`propose_power`][frequenz.sdk.timeseries.ev_charger_pool.EVChargerPool.propose_power],
138+
which accepts values in the {{glossary("psc", "Passive Sign Convention")}} and supports
139+
only charging.
130140
""" # noqa: D205, D400
131141

132142
from ..actor import ResamplerConfig

0 commit comments

Comments
 (0)