Hi all
I have this entity for hvac
I need to build an automation that starts hvac at a set temp and stops it when the room reach another temp
Could someone help me ?
hvac_modes:
- cool
- heat
- dry
- fan_only
- 'off'
min_temp: 16
max_temp: 30
target_temp_step: 1
fan_modes:
- quiet
- low
- medium
- high
- auto
- strong
swing_modes:
- stopped
- rangeFull
current_temperature: 25.4
temperature: 24
current_humidity: 62
fan_mode: auto
swing_mode: stopped
battery: null
friendly_name: Camera da letto
supported_features: 41
What is not working? You have a lot of conditions going on. Why don’t you start out with the basic and see if it does trigger. Remove all the conditions. Also the for in the trigger is wrong.
Either use this
for: '00:01:00'
or this
for:
minutes: 1
Looking at the trigger entity, I think it should be a numeric_state.