bassmaster187 / TeslaLogger

TeslaLogger is a self hosted data logger for your Tesla Model S/3/X/Y. Actually it supports RaspberryPi 3B, 3B+, 4B, Docker and Synology NAS.
https://www.teslalogger.de
GNU General Public License v3.0
518 stars 171 forks source link

API: auto_conditioning_start[stop] with temperature #1323

Open dehsgr opened 5 months ago

dehsgr commented 5 months ago

Is your feature request related to a problem? Please describe. Turning auto conditioning on via API currently doesn't provide an option for setting the (target) temperature.

Describe the solution you'd like It would be nice is there would be an API endpoint such as /command/1/set_autoconditioning_temperature?21.5 for being able to set auto conditioning temperature.

Describe alternatives you've considered Another alternative could be to extend existing API endpoint(s) auto_conditioning_start and/or auto_conditioning_startstop for being able to provide (target) temperature. Instead of interpreting 1 as true or on API endpoint auto_conditioning_startstop then should recognize each number as (target) temperature.

Additional context This feature would provide possibility e.g. for being able to talk to Alexa in the way "Turn on Tesla auto conditioning with a temperature of 21.5°C".