Charging state and schedules
toyota_get_chargingGet charging status and EV range for plug-in hybrids and electric vehicles, including charge level, time to full, and next scheduled charge.
Instructions
Plug-in battery: charge level, charging status, EV range, time to full, schedules.
Use for: is it charging? how much EV range? when is the next scheduled charge? Plug-in hybrids and electric vehicles only — other powertrains get an explicit "not applicable" error (use toyota_get_energy).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| ev_range | Yes | ||
| freshness | Yes | ||
| schedules | Yes | ||
| powertrain | Yes | ||
| charging_status | Yes | Raw Toyota status, e.g. 'none', 'charging'. | |
| ev_range_with_ac | Yes | ||
| fuel_level_percent | No | Plug-in hybrids only. | |
| next_charging_event | No | Type and time of the next scheduled charging event. | |
| battery_level_percent | Yes | ||
| next_scheduled_window | No | Next active schedule window (start → end), if any. | |
| remaining_charge_minutes | No | Minutes until fully charged, when charging. | |
| can_set_next_charging_event | Yes |