Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/features/loadmanagement.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ Wenn z. B. durch Lastmanagement nur noch 3,5 kW verfügbar sind, wird auf 1-phas

**Voraussetzung:** Die Wallbox muss Phasenumschaltung unterstützen.

## Wallbox-Konfiguration

Einige Wallboxen bringen eigene Lastmanagement-Funktionen mit.
Es wird dringend empfohlen, diese zu deaktivieren oder Wallboxen ohne eigene Logik zu verwenden.
evcc erwartet, dass Geräte seine Steuerbefehle direkt umsetzen.
Andere Konfigurationen können zu unerwartetem Verhalten führen und müssen eigenständig getestet werden.

## Einschränkungen

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ For example, if load management limits available power to 3.5 kW, evcc switches

**Requirement:** The charger must support phase switching.

## Charger Configuration

Some chargers come with their own load management features.
It is strongly recommended to disable these or use chargers without built-in intelligence.
evcc expects devices to follow its commands directly.
Other configurations may cause unexpected behaviour and must be tested thoroughly on your own.

## Restrictions

:::info
Expand Down
Loading
Loading