You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entity climate.setareh_hvac_climate_system does not support action climate.turn_on
And the action doesn't execute.
Expected Behavior
When running the climate.turn_on, climate.turn_off, or climate.toggle actions on the Tesla climate entity, the action executes successfully, turning on the HVAC system in the car.
Debug logs
2025-01-22 17:03:00.630 ERROR (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Error executing script. Error for call_service at pos 1: Entity climate.setareh_hvac_climate_system does not support action climate.turn_on
2025-01-22 17:03:00.630 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139702177610720] Entity climate.setareh_hvac_climate_system does not support action climate.turn_on
Anything else?
I've tested this both with and without MQTT. I can tell you this was working at least a month ago. climate.set_hvac_mode does work....
Is there an existing issue for this?
I have read about the Fleet API and understand I may need to use it
Version of the Tesla component
3.24.3
Version of the Tesla car software
2024.44.25.2 288ce84bb43e
Model
Model 3 LR/AWD 2021
Current Behavior
When running the
climate.turn_on
,climate.turn_off
, orclimate.toggle
actions on the Tesla climate entity...An error is thrown...
And the action doesn't execute.
Expected Behavior
When running the
climate.turn_on
,climate.turn_off
, orclimate.toggle
actions on the Tesla climate entity, the action executes successfully, turning on the HVAC system in the car.Debug logs
Anything else?
I've tested this both with and without MQTT. I can tell you this was working at least a month ago.
climate.set_hvac_mode
does work....I don't think I've ever seen a climate entity not respond to the on/off/toggle actions.
I do see that's something that can be set for climate entities. When I take a look at the entity attributes...
I'm guessing tweaking
supported_features
would open up the ability to turn the entity on and off, but I'm not sure where to start with modifying that.Thanks!
The text was updated successfully, but these errors were encountered: