Skip to content

Commit fc68a74

Browse files
authored
Revert "Docs: new residual power default" (#972)
1 parent 107a374 commit fc68a74

4 files changed

Lines changed: 8 additions & 19 deletions

File tree

docs/faq.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,7 @@ Um dennoch möglichst viel eigenen Strom ins Fahrzeug zu laden, kann man folgend
235235

236236
#### mittels `residualpower`
237237

238-
In der Konfiguration unter [`site`](/docs/reference/configuration/site) setzt man [`residualPower`](/docs/reference/configuration/site#residualpower) auf einen negativen Wert.
239-
Dieser bestimmt dann wieviel Netzbezug im PV Modus noch erlaubt ist.
240-
Eine Änderung ist per API möglich.
238+
In der Konfiguration unter [`site`](/docs/reference/configuration/site) setzt man [`residualPower`](/docs/reference/configuration/site#residualpower) auf einen negativen Wert. Dieser bestimmt dann wieviel Netzbezug im PV Modus noch erlaubt ist. Eine Änderung ist per API möglich.
241239

242240
**Beispiel**:
243241

docs/reference/configuration/site.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ aux:
164164

165165
### `residualPower`
166166

167-
Legt den Soll-Arbeitspunkt der Überschussregelung am Netzübergang (`grid`) fest.
168-
Der Standardwert ist 100 W.
167+
Legt den Soll-Arbeitspunkt der Überschussregelung am Netzübergang (Gridmeter) fest. Der Standardwert ist 0 (Watt).
169168
Positive Werte verschieben den Sollwert in Richtung Netzeinspeisung, negative Werte in Richtung Netzbezug.
170169
Mit diesem Wert wird der durch die Steuerung einzustellende "Ruhezustand" des Regelkreises eingestellt.
171170

@@ -184,10 +183,8 @@ Soll im PV-Modus ein Netzbezugsanteil verbleiben bzw. zugelassen werden, muss hi
184183
- Negativer Wert: angegebene Leistung wird zur PV-Leistung addiert und erhöht die zur Verfügung stehende Ladeleistung (Achtung: Netzbezug)
185184

186185
:::info
187-
Der Standardwert von 100 W gibt Hausbatterien eine leichte Priorität gegenüber dem Netzbezug.
188-
Dies ermöglicht eine Speicherladung gemäß der konfigurierten Prioritäten (siehe `prioritySoc`).
189-
Wenn du keine Batterie hast, kannst du den Wert auf 0 W setzen, um den Netzbezug im PV-Modus zu minimieren.
190-
Bei schnellen Erzeugungs- und Lastwechseln kann ein positiver Wert auch ohne Speicher einen kurzzeitigen Netzbezug besser vermeiden.
186+
Bei Existenz eines Batteriespeichers wird dringend empfohlen hier einen kleinen Wert von 100 bis 300 (Watt) einzutragen, um damit eine Speicherladung gemäß der konfigurierten Prioritäten (siehe `prioritySoc`) zu ermöglichen. Andernfalls "sieht" die unabhängige Regelung des Speichers keinen nutzbaren Überschuss.
187+
Ebenso lässt sich damit bei schnellen Erzeugungs- und Lastwechseln auch ohne Speicher ein kurzzeitiger Netzbezug besser vermeiden.
191188
:::
192189

193190
**Beispiel "Batteriespeicher"**:

i18n/en/docusaurus-plugin-content-docs/current/faq.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,9 @@ In order to get as much energy into the Vehicle as possible, you can try some of
241241

242242
#### Using `residualpower`
243243

244-
In the configuration under the [`site`](/docs/reference/configuration/site) flag, set [`residualPower`](/docs/reference/configuration/site#residualpower) to a **negative** value.
245-
This determines how much power the grid can supply to nudge your solar production up enough to cover the minimum.
246-
Changes are possible via the API.
244+
In the configuration under the [`site`](/docs/reference/configuration/site) flag, set [`residualPower`](/docs/reference/configuration/site#residualpower) to a **negative** value. This determines how much power the grid can supply to nudge your solar production up enough to cover the minimum. Changes are possible via the API.
247245

248-
**Example**:
246+
**Exmaple**:
249247

250248
```yaml
251249
site:

i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/site.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ aux:
163163

164164
### `residualPower`
165165

166-
Sets the target operating point of the surplus regulation at the grid connection (grid meter).
167-
The default value is 100 W.
166+
Sets the target operating point of the surplus regulation at the grid connection (grid meter). The default value is 0 W.
168167
Positive values shift the target value towards grid feed-in, while negative values shift it towards grid consumption.
169168
Ultimately, this value sets the "idle state" of the control loop that needs to be adjusted by the controller.
170169

@@ -183,10 +182,7 @@ If a certain proportion of grid consumption should remain or be allowed in PV mo
183182
- Negative value: The specified power is added to PV power and increases available charging power (Attention: grid consumption)
184183

185184
:::info
186-
The default of 100 W gives home batteries slight priority over grid use.
187-
This allows battery charging according to configured priorities (see `prioritySoc`).
188-
If you don't have a battery, you can set this to 0 W to minimise grid consumption in solar mode.
189-
A positive value can also prevent temporary grid consumption even without a battery during rapid generation and load changes.
185+
When a battery storage is present, it is strongly recommended to enter a small value, e.g. between 100 to 300 W here, allowing battery charging according to configured priorities (see `prioritySoc`). Otherwise, the independent regulation of the storage will not see usable surplus. Likewise, this prevents temporary grid consumption even without a battery during rapid generation and load changes.
190186
:::
191187

192188
**Example "Battery Storage"**:

0 commit comments

Comments
 (0)