timdorr / tesla-api

🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.

Home Page:https://tesla-api.timdorr.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heated Seats Auto Setting

InTheDaylight14 opened this issue · comments

Newer option in the Tesla app to set the front heated seats to 'Auto". The API uses level 0-3, not sure what it would use for Auto.

I suspect it's a client only setting.

https://tesla-api.timdorr.com/vehicle/commands/climate#post-api-1-vehicles-vehicle_id-command-remote_auto_seat_climate_request

Available in the climate_state:

auto_seat_climate_left: false,
auto_seat_climate_right: true 

I assume that only the front seats can be put into auto climate. This is consistent with the Tesla mobile App.