Charging
Commands related to the charging of the vehicle.
Opens the charge port or unlocks the cable.
{
"reason": "",
"result": true
}
For vehicles with a motorized charge port, this closes it.
{
"reason": "",
"result": true
}
If the car is plugged in but not currently charging, this will start it charging.
{
"reason": "",
"result": true
}
If the car is currently charging, this will stop it.
{
"reason": "",
"result": true
}
Sets the charge limit to "standard" or ~90%.
{
"reason": "",
"result": true
}
Sets the charge limit to "max range" or 100%.
{
"reason": "",
"result": true
}
Sets the charge limit to a custom value.
Parameter | Example | Description |
---|---|---|
percent | 75 | The percentage the battery will charge until. |
{
"reason": "",
"result": true
}
Sets the charge amps limit to a custom value.
Parameter | Example | Description |
---|---|---|
charging_amps | 32 | The max amps to use during charging. |
{
"reason": "",
"result": true
}
Set the scheduled charge.
Parameter | Example | Description |
---|---|---|
enable | true | true for on, false for off. |
time | 1410 | time in minutes since midnight local time. |
{
"reason": "",
"result": true
}
Set the scheduled departure.
Parameter | Example | Description |
---|---|---|
enable | true | true for on, false for off. |
departure_time | 540 | true if (preconditioning_enabled or off_peak_charging_enabled), false otherwise (this condition may change in the future). |
preconditioning_enabled | true | true for on, false for off. |
preconditioning_weekdays_only | true | true for on, false for off. |
off_peak_charging_enabled | true | true for on, false for off. |
off_peak_charging_weekdays_only | true | true for on, false for off. |
end_off_peak_time | 450 | time in minutes since midnight local time. |
{
"reason": "",
"result": true
}
Last modified 1yr ago