Humidity Target Range?

Hello everyone!

I would like to activate a socket when a sensor reaches a humidity of more than 55%.

I also created a corresponding flow. However, this does not trigger because the humidity is already over 55%. Is there a way to activate the flow when the value is not in a target range?

I’m looking forward to your help!

When…
-sensor X humidity changed
And…
-logic card [humidity tag from sensor X] is greater than 55
-socket Y is turned off
Then…
-turn on socket Y

This way, the flow gets triggered when the value changes from 70 to 71 for instance.

The AND part uses a logic card, here’s logic explained

2 Likes

Thanks a lot, mate!