Tesla HVAC "set temperture" unavailable?

Hi, my HA auto discovered Tesla and I enabled it successfully.

My dashboard updated with a thermostat and the 22 or so entities are updated. I tested it correctly and it appears to be working successfully.

I created an automation
Trigger: “Tesla temperature sensor (inside) temperature changes” 115 degrees
Condition: Tesla HVAC (climate) system is set to a specific HVAC mode: off
Action: Change HVAC mode on TeslaHVAC (climate) system: heat_cool

PRoblem: the website says “set target temperature” is available on the tesla integration. I would like to add another Action to set target temperature at 80 degrees to my automation above. However, there does not appear to be an action available to set target temperature.

With that said, if I go to the dashboard and look at the “Tesla HVAC (climate) system” , I can adjust the target temperature successfully via the card.

So that tells me set temperature is available and works, but I don’t see it available in the actions section of the automation configuration.

What am I missing? Thank you

Try using the “Call service” action to call the climate.set_temperature service, using your device’s entity_id.

1 Like