We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ecb3d0 + 5dfb55d commit 32130e6Copy full SHA for 32130e6
RELEASE_NOTES.md
@@ -10,7 +10,7 @@
10
11
## New Features
12
13
-<!-- Here goes the main new features and examples or instructions on how to use them -->
+* Add minimum of flexibility power range to PV system config.
14
15
## Bug Fixes
16
src/frequenz/data/microgrid/config.py
@@ -120,6 +120,9 @@ class PVConfig:
120
rated_power: float | None = None
121
"""Rated power of the inverters in Watt."""
122
123
+ curtailable: bool = False
124
+ """Flag to indicate if PV system can be curtailed."""
125
+
126
127
@dataclass(frozen=True)
128
class WindConfig:
0 commit comments