Sha256: eebda8432b570949667eebca404b5db7f5622ce0b574f0e4f673466b87490c0d

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 KB

Contents

# Climate State

## GET `/api/1/vehicles/{id}/data_request/climate_state`

Information on the current internal temperature and climate control system.

### Response

```json
{
  "response": {
    "battery_heater": false,
    "battery_heater_no_power": false,
    "driver_temp_setting": 21.6,
    "fan_status": 0,
    "inside_temp": null,
    "is_auto_conditioning_on": null,
    "is_climate_on": false,
    "is_front_defroster_on": false,
    "is_preconditioning": false,
    "is_rear_defroster_on": false,
    "left_temp_direction": null,
    "max_avail_temp": 28.0,
    "min_avail_temp": 15.0,
    "outside_temp": null,
    "passenger_temp_setting": 21.6,
    "right_temp_direction": null,
    "seat_heater_left": false,
    "seat_heater_rear_center": false,
    "seat_heater_rear_left": false,
    "seat_heater_rear_left_back": 0,
    "seat_heater_rear_right": false,
    "seat_heater_rear_right_back": 0,
    "seat_heater_right": false,
    "side_mirror_heaters": false,
    "smart_preconditioning": false,
    "steering_wheel_heater": false,
    "timestamp": 1543187641727,
    "wiper_blade_heater": false
  }
}
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tesla_api-1.4.1 docs/vehicle/state/climatestate.md
tesla_api-1.4.0 docs/vehicle/state/climatestate.md