Skip to content
EN | DE

Update allowed phases

POST
/loadpoints/{id}/phases/{phases}
curl --request POST \
--url https://demo.evcc.io/api/loadpoints/1/phases/0

Updates the allowed phases of the loadpoint. Selects the desired phase mode for chargers with automatic phase switching. For manual phase switching chargers (via cable or Lasttrennschalter) this value tells evcc the actual phases.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

phases
required

Number of phases. (0: auto, 1: 1-phase, 3: 3-phase)

string
Allowed values: 0 1 3
Example
3

Number of phases. (0: auto, 1: 1-phase, 3: 3-phase)

Success - Number result

Media type application/json
object
result
number
Example generated
{
"result": 1
}

Invalid phases-value. You have most likely entered the value 0 for a wallbox that cannot switch phases automatically.