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

Wiper blade heater command API call

theater opened this issue · comments

Hi,
I used your unofficial documentation as a reference for some changes in OpenHAB Tesla integration. Great job and thanks for doing it!
I was wondering if you have any clue what is the proper API call for setting on/off the wiper blade heater on Model 3/Y (probably also on S and X)?
Is there a way how I can reverse engieer it and help find it so we can add it here as well?

Best regards,
Konstantin

These appear to be tied to the defrost setting, so you would use the same API call for that: https://tesla-api.timdorr.com/vehicle/commands/climate#post-api-1-vehicles-id-command-set_preconditioning_max

Oh. That's possible but in the car I have this as a separate option. Thanks!