tdorssers / TeslaPy

A Python module to use the Tesla Motors Owner API
MIT License
374 stars 83 forks source link

Any way to know if heated steering wheel is present or not? #104

Closed morpheus65535 closed 2 years ago

morpheus65535 commented 2 years ago

I don't see anything related to the presence of heated steering wheel in vehicule_config, is that expected? Any way to detect if it's installed or not? The mobile app show the heating button only if available so it must be getting this from somewhere...

tdorssers commented 2 years ago

Compare the output of a vehicle with and without heated steering wheel. Mine hasn't, so if yours has, then we can make the compare, to see if there is anything there.

IMgoRt commented 2 years ago

I have the heated steering wheel and have climate_state.steering_wheel_heater true/false

morpheus65535 commented 2 years ago

@tdorssers Thanks!

@IMgoRt nice one! I've look at it and my M3 without heated steering wheel return null where my MY with heated steering wheel is returning true/false. Thanks!