Remote climate state and preset
toyota_get_climateCheck remote climate status: see if it is running, current temperatures, and the saved preset for target temperature, duration, defrosters, and heated seats.
Instructions
Remote pre-conditioning state (running or stopped, temperatures) and the saved preset a remote start would apply (target temperature, duration, defrosters, heated seats).
Use for: is the climate running? what temperature is the preset? Starting or stopping it is done with toyota_start_climate / toyota_stop_climate when remote commands are enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| is_on | Yes | ||
| preset | Yes | What a remote start would apply. | |
| status | Yes | Raw Toyota state, e.g. 'stopped', 'running'. | |
| freshness | Yes | ||
| started_at | Yes | ||
| duration_minutes | No | Programmed run time of the current session. | |
| target_temperature | Yes | ||
| current_temperature | Yes |