Skip to content
EN | DE

Update charge mode

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

Changes the charging behavior of the loadpoint.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

mode
required

Charging mode.

string
Allowed values: off now minpv pv

Success

Media type application/json
object
result

Charging mode.

string
Allowed values: off now minpv pv
Example
{
"result": "off"
}