Skip to content
EN | DE

Control battery-discharge

POST
/batterydischargecontrol/{enable}
curl --request POST \
--url https://demo.evcc.io/api/batterydischargecontrol/true

Prevent home battery discharge during vehicle fast charging.

More information

enable
required
string
Allowed values: true false 1 0

Charging mode.

Success - Boolean result

Media type application/json
object
result
boolean
Example generated
{
"result": true
}