@tristan202 wrote:
I have a dumb fan in my bathroom which i have connected to an Envilar ZigBee dimmer. That means it’s connected to my Hue setup. It shows up as a light though. I also have Tado thermostats in the entire house. What i am trying to achieve is that when the Thermostat in the bathroom registers humidity above 56%, then start the fan. And when below 52%, stop it again.
I can’t get it to fire. The stop part works, but it never starts automatically.- id: '1549675365377' alias: Start udsugning trigger: - above: '56' entity_id: sensor.badevaerelse_humidity platform: numeric_state condition: - after: '6:00:00' before: '8:00:00' condition: time weekday: - mon - tue - wed - thu - fri - condition: or conditions: - after: '14:00:00' before: '22:00:00' condition: time weekday: - mon - tue - wed - thu - fri - condition: or conditions: - after: 08:00:00 before: '23:00:00' condition: time weekday: - sat - sun action: - device_id: 11b29e8b7f004b3dbb477193719e1f41 domain: light entity_id: light.blaeser type: turn_on - id: '1550147571186' alias: Sluk udsugning trigger: - below: '52' entity_id: sensor.badevaerelse_humidity platform: numeric_state condition: - condition: device device_id: 11b29e8b7f004b3dbb477193719e1f41 domain: light entity_id: light.blaeser type: is_on action: - device_id: 11b29e8b7f004b3dbb477193719e1f41 domain: light entity_id: light.blaeser type: turn_off
Posts: 5
Participants: 2