hi there.
i have 2 Automation
1 is Triggers by “humidity”
1 is Triggers by “light_level”
starting the same fan “switch.th_10_01”
Triggers by “light_level” working fine
Triggers by “humidity” is working fine but when “light_level” has been trigger then “humidity” don’t continue to activate if humidity is over 85%
can you help
grettings
tommy
id: '1563718947193'
alias: Toilet Fan Over 85%
trigger:
- above: '85'
entity_id: sensor.th_10_01_am2301_humidity
platform: numeric_state
condition: []
action:
- data:
entity_id: switch.th_10_01
service: switch.turn_on
- id: '1563720264146'
alias: Toilet Fan Under 84%
trigger:
- above: '0'
below: '84'
entity_id: sensor.th_10_01_am2301_humidity
for: 00:00:30
platform: numeric_state
condition: []
action:
- data:
entity_id: switch.th_10_01
service: switch.turn_off
- id: '1563727520038'
alias: Fan Lys ON
trigger:
- above: '3'
entity_id: sensor.wc_sensor_light_level
for: 00:00:30
platform: numeric_state
condition: []
action:
- data:
entity_id: switch.th_10_01
service: switch.turn_on
- id: '1563727609877'
alias: Fan Lys OFF
trigger:
- below: '2'
entity_id: sensor.wc_sensor_light_level
for: 00:05:00
platform: numeric_state
condition: []
action:
- data:
entity_id: switch.th_10_01
service: switch.turn_off