Skip to content

Commit af64181

Browse files
authored
Klarstellung LM-Doku (#825)
1 parent 1bf47ec commit af64181

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/features/loadmanagement.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ loadpoints:
4040

4141
Hier wird der **Hauptstromkreis** `main` definiert, der eine maximale Leistung von 30kW und eine maximale Phasen-Stromstärke von 63A hat.
4242
Die Ladepunkte _Garage_ und _Carport_ sind diesem Stromkreis zugeordnet.
43-
Sollte an beiden Ladepunkten gleichzeitig ein 22kW Ladevorgang angefordert werden, drosselt die Regelung die Leistung auf jeweils 15kW, um das 30kW Limit (`maxPower`) nicht zu überschreiten.
43+
Da das Grid Meter diesem Stromkreis zugeordnet ist, wird die Ladeleistung der Ladepunkte so gedrosselt werden, dass am Netzanschluß die eingestellten Werte nicht überschritten werden.
44+
Ohne Zuordnung des Grid Meters wirken die eingestellten Grenzen direkt auf die Ladeleistung. Sollte an beiden Ladepunkten gleichzeitig ein 22kW Ladevorgang angefordert werden, drosselt die Regelung die Leistung auf jeweils 15kW, um das 30kW Limit (`maxPower`) nicht zu überschreiten.
4445

4546
### Beispiel: Verschachtelte Stromkreise
4647

i18n/en/docusaurus-plugin-content-docs/current/features/loadmanagement.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ loadpoints:
3838
This configuration only configures a main circuit.
3939
The circuit has a maximum current of 63A.
4040
If there are other consumers like an oven/heat pump (this requires a meter) using a total of 50A, the charger will only be allowed to use 13A.
41-
The circuit has a limit of 30kW. If there are 2 charging points that each request 22kW, they will both be dialed back to 15kW.
41+
The circuit has a limit of 30kW.
42+
Since the grid meter is assigned to this circuit, the power of the charging points will be throttled so that the limits ​​are not exceeded at the grid connection.
43+
Without the grid meter assigned, the limits directly affect the charge power. If there are 2 charging points that each request 22kW, they will both be dialed back to 15kW.
4244
4345
### Example: Nested Circuits
4446

0 commit comments

Comments
 (0)