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".
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/orauto_conditioning_startstop
for being able to provide (target) temperature. Instead of interpreting1
astrue
oron
API endpointauto_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".