Skip to content
EN | DE

Disable threshold

POST
/loadpoints/{id}/disable/threshold/{threshold}
curl --request POST \
--url https://demo.evcc.io/api/loadpoints/1/disable/threshold/2500

Specifies the grid draw power to stop charging in solar mode.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

threshold
required

Power in W

number
Example
2500

Power in W

Success - Number result

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