Tesla JSON API (Unofficial)
GitHubTesla
  • Introduction
  • API Basics
    • Authentication
    • Users
    • Vehicles
    • Energy Products
    • Trip Planner
  • Vehicle
    • State
      • Data
      • Charge State
      • Climate State
      • Drive State
      • GUI Settings
      • Vehicle State
      • Vehicle Config
      • Mobile Enabled
      • Nearby Charging Sites
      • Miscellaneous
    • Commands
      • Wake
      • Alerts
      • Remote Start
      • Homelink
      • Speed Limit
      • Valet Mode
      • Sentry Mode
      • Doors
      • Frunk/Trunk
      • Windows
      • Sunroof
      • Charging
      • Climate
      • Media
      • Sharing
      • Software Updates
      • Calendar
      • Miscellaneous
    • Streaming
    • Autopark/Summon
    • Option Codes
  • Energy Products
    • Overview
      • History
      • State
      • Commands
  • Miscellaneous
    • Endpoints File
Powered by GitBook
On this page
  • GET /api/1/vehicles/{id}/data_request/climate_state
  • Response
Edit on GitHub
  1. Vehicle
  2. State

Climate State

This endpoint was deprecated and returns 404.

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

Information on the current internal temperature and climate control system.

Response

{
  "response": {
    "allow_cabin_overheat_protection": true,
    "auto_seat_climate_left": true,
    "auto_seat_climate_right": false,
    "battery_heater": false,
    "battery_heater_no_power": false,
    "cabin_overheat_protection": "FanOnly",
    "cabin_overheat_protection_actively_cooling": false,
    "climate_keeper_mode": "off",
    "cop_activation_temperature": "High",
    "defrost_mode": 0,
    "driver_temp_setting": 22.8,
    "fan_status": 0,
    "hvac_auto_request": "On",
    "inside_temp": 27.0,
    "is_auto_conditioning_on": false,
    "is_climate_on": false,
    "is_front_defroster_on": false,
    "is_preconditioning": false,
    "is_rear_defroster_on": false,
    "left_temp_direction": -232,
    "max_avail_temp": 28.0,
    "min_avail_temp": 15.0,
    "outside_temp": 23.0,
    "passenger_temp_setting": 22.8,
    "remote_heater_control_enabled": false,
    "right_temp_direction": -232,
    "seat_heater_left": 0,
    "seat_heater_right": 0,
    "side_mirror_heaters": false,
    "supports_fan_only_cabin_overheat_protection": true,
    "timestamp": 1604977244530,
    "wiper_blade_heater": false
  }
}
PreviousCharge StateNextDrive State

Last updated 2 years ago