Skip to content

Commit 44f2ebb

Browse files
authored
Fix disable threshold description (#1068)
1 parent c6a6644 commit 44f2ebb

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

src/content/docs/de/reference/configuration/loadpoints.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ disable:
250250

251251
Definiert den Schwellenwert der Leistung am Netzanschlusspunkt in Watt (W).
252252

253-
**Mögliche Werte**: Ein positiver Wert für Netzbezug, ein negativer Wert für Export.
253+
**Mögliche Werte**: Ein positiver Wert für Netzbezug. Bei `0` stoppt die Ladung, sobald der Überschuss nicht mehr für die Mindestladeleistung reicht.
254254

255255
**Standardwert:** `0`
256256

@@ -266,6 +266,10 @@ Ist für die evcc Site über den Parameter `residualPower` ein Versatz des Soll-
266266
Vergleiche dazu auch das Beispiel in der Info zu [`enable`](#enable) `threshold`.
267267
:::
268268

269+
:::caution
270+
Negative Werte sind wirkungslos: solange Überschuss vorhanden ist, lädt evcc weiter und prüft die Schwelle gar nicht.
271+
:::
272+
269273
#### `delay`
270274

271275
Definiert wie lange der `threshold` (Schwellenwert) erfüllt sein muss.

src/content/docs/en/reference/configuration/loadpoints.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ disable:
245245

246246
Defines the power threshold at the grid connection point in watts (W).
247247

248-
**Possible values**: A positive value for grid consumption, a negative value for grid export.
248+
**Possible values**: A positive value for grid consumption. When set to `0`, charging stops once surplus no longer covers the minimum charging power.
249249

250250
**Default value:** `0`
251251

@@ -259,6 +259,10 @@ threshold: 200 # Maximum grid consumption of 200W is allowed
259259
If a residual power offset for the desired operating point of the surplus regulation is defined for the evcc site using the `residualPower` parameter, this value must be considered when setting the `threshold` value. Refer to the example in the [`enable`](#enable) `threshold` info.
260260
:::
261261

262+
:::caution
263+
Negative values have no effect: while surplus is available evcc keeps charging and never checks the threshold.
264+
:::
265+
262266
#### `delay`
263267

264268
Defines how long the `threshold` must be met.

0 commit comments

Comments
 (0)