kia_stop_climate
Stop remote climate control in your Kia. Send the command with confirm:true, or preview without execution using confirm:false.
Instructions
Stop remote climate control (Kia rems/stop, live-verified). Without confirm:true this makes NO network call and returns a dry-run preview; with confirm:true it sends the command and re-reads cmm/gvi until the NESTED climate.airCtrl reads false (there is no flat airCtrlOn field); ign3 — the EV ignition proxy — is reported alongside. commandAccepted (Kia took the request) and stateConfirmed (the car actually reads stopped) are separate. State changes were observed to take 30–60s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vinKey | Yes | The vehicle key (`vehicleKey` from the vehicle-list tool), used as the `vinkey` header. Not the VIN. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| waitSeconds | No | How long to keep re-reading cmm/gvi for proof the command landed (default 60). Observed changes took 30–60s. 0 checks once and returns immediately — the command may still land afterwards. |