Hi Everyone
I am recently starting learning about FHEM and I am facing some problems with the timer.
So what I want to do is that, I constructed a scenario when the reed switch is off AND the PIR sensor is showing noMotion, the HVAC will be off
define s2 notify PIR IF ([Reed] eq "off" && [PIR] eq "off") (set HVAC off)
But, I want to make it in a way that if there is no motion for 30 consecutive seconds the HVAC will be off
How can I do that
Thank you in advance