kia_vehicle_status
Read the cached vehicle status: door lock, ignition, and climate block. Refresh first for current data.
Instructions
Read the vehicle's CACHED status (cmm/gvi): door lock, ignition, and the remote-climate block. Fast, but it reports whatever the telematics unit last uploaded — use kia_refresh_status first when freshness matters. Requested with airTempRange/seatHeatCoolOption = "1" so the nested climate object is present; when it is still absent the result says so rather than reporting climate as off. Note ign3 (not engine) is the ignition on an EV, and syncDate advances on every read, so it never proves anything changed. Pass include_raw for the untrimmed status block (battery/EV detail, doors, tyres, …).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_raw | No | Include the full vehicleStatus block as `raw` (default false). | |
| vehicle_key | No | vehicleKey from kia_list_vehicles. Optional: defaults to the only vehicle when the account has exactly one. |