Skip to content

Commit

Permalink
en translation
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Dec 21, 2023
1 parent 6835eb8 commit 4bd376c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/configuration/site.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ residualPower: 100
**Beispiel "Netzbezugsanteil"**:

Die Ladung soll im PV-Modus mit mindestens 6A (einphasig) auch bereits mit nur 50% PV-Anteil beginnen (Rest Netzbezug)
Mindestladeleistung: 1 Phase _ 6A _ 230V = 1380 W, davon 50%: 690 W. Siehe auch die [Alternative mittels enable/disable um anteilig PV und Netzbezug zu erlauben](https://docs.evcc.io/docs/guides/charging/#pv-erzeugung-im-winter-nutzen).
Mindestladeleistung: 1 Phase _ 6A _ 230V = 1380 W, davon 50%: 690 W. Siehe auch die [Alternative mittels enable/disable um anteilig PV und Netzbezug zu erlauben](/docs/guides/charging/#pv-erzeugung-im-winter-nutzen).

```yaml
residualPower: -690
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ bufferStartSoc: 90 # Charging process starts when the house battery reaches 90%
### `residualPower`

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

Especially in combination with other independent surplus regulation systems like a battery storage, this value must be adjusted to achieve a defined system behaviour with clear priorities.
Expand Down Expand Up @@ -253,6 +253,9 @@ residualPower: 100
Charging should start in PV mode with at least 6A (single-phase) even with only 50% PV surplus (rest from grid).
Minimum charging power: 1 phase _ 6A _ 230V = 1380 W, 50% of it: 690 W

See also the [alternative using enable/disable to allow proportional PV and grid consumption](/docs/guides/charging#solar-production-in-winter).


```yaml
residualPower: -690
```
Expand Down

0 comments on commit 4bd376c

Please sign in to comment.