Page 1 of 1

Window sensor notification

Posted: 09 Aug 2019 10:29
by Arek
I want to check if my window on attic is closed.
I'm using fibaro window/door sensor (window).
I've created a dummy device (fake_window).
So I'm using a logical rule: if time is => 20:00 and my window (window) is open then fake_window is also open.Via Mobile App Support I'm getting a notification about opened window - but only when I've open window after 20:00. I understand that window sensor is not creating an element in UI but only a event and after 20:00 logical rule don't check the status of window but is waiting "for action". The pooling of window sensor at 20:01 would help? If yes how can I set a pooling at specific time?

Re: Window sensor notification

Posted: 11 Aug 2019 11:20
by PoltoS
In Logica Rules you can add triggers. You need to create a scene and add it as a rule trigger. Then add this scene in the schedule

Re: Window sensor notification

Posted: 14 Aug 2019 20:13
by Arek
ok, thank You, it works :)