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: src/content/docs/de/features/external-control.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,17 @@ Wichtige Punkte:
26
26
27
27
### Einspeisemanagement (§9 EEG)
28
28
29
-
:::caution[In Entwicklung]
30
-
Der Mechanismus ist implementiert.
31
-
Die Integration und Dokumentation unterstützter Wechselrichter ist in Arbeit.
29
+
:::caution[Experimentell]
30
+
Unterstützte Geräte sind in der [Geräteübersicht](/de/meters) mit "Abregelbar" markiert.
32
31
:::
33
32
34
33
Nach §9 des Erneuerbare-Energien-Gesetzes (EEG) können Netzbetreiber bei drohender Netzüberlastung die Einspeisung von Erneuerbare-Energien-Anlagen abregeln.
35
34
Dies betrifft hauptsächlich größere PV-Anlagen, kann aber auch im privaten Bereich relevant werden.
36
35
36
+
Erhält evcc ein Abregelungssignal, wird die Wechselrichter-Erzeugung direkt am Gerät auf 0 W begrenzt.
37
+
Die Abregelung ist aktuell ein binäres Signal (an/aus) ohne dynamischen Grenzwert.
38
+
Nach Ende des Signals wird die volle Erzeugung wieder freigegeben.
39
+
37
40
### Anbindungsmöglichkeiten
38
41
39
42
Die Anbindung erfolgt über **Relais** (über einen Schaltkontakt) oder **EEBus** (über das EEBus-Protokoll).
Copy file name to clipboardExpand all lines: src/content/docs/en/features/external-control.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,17 @@ Important points:
26
26
27
27
### Feed-in Management (§9 EEG)
28
28
29
-
:::caution[Under development]
30
-
The mechanism is implemented.
31
-
Integration and documentation of supported inverters is work in progress.
29
+
:::caution[Experimental]
30
+
Supported devices are marked with "Curtailable" in the [device overview](/en/meters).
32
31
:::
33
32
34
33
According to §9 of the Renewable Energy Act (EEG), grid operators can curtail the feed-in of renewable energy installations in the event of imminent grid overload.
35
34
This mainly affects larger solar installations, but can also become relevant in the residential sector.
36
35
36
+
When evcc receives a curtailment signal, inverter production is limited to 0 W directly at the device.
37
+
Curtailment is currently a binary signal (on/off) without a dynamic setpoint.
38
+
Full production resumes once the signal clears.
39
+
37
40
### Connection Options
38
41
39
42
Connection is established via **Relay** (via a switch contact) or **EEBus** (via the EEBus protocol).
0 commit comments