Tesla
Cabin Climate
Returns the current state and target temperature setting of a vehicle’s cabin climate system.
GET
/
vehicles
/
{id}
/
{make}
/
climate
/
cabin
This endpoint is currently available for tesla
Permission
read_climate
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
make
string
requiredThe make of the vehicle you are making a request to.
Response
status
string
The current state of the climate cabin system.
temperature
number
The target temperature setting of the vehicle when the climate system is on (in Celsius by default or in Fahrenheit using the sc-unit-system).
Was this page helpful?