What do you mean by repeat itself? The Delay is basically a pause of the rule execution, and you will need to ad IF_Condition after the delay to check if the fridge/freezer is still open, and then send you a notification. It may be easier for you to create two separated rules to check fridge and freezer so the rule can cleaner.
(BTW, I also have an item in my list to add trigger based on device status changed and remained for x seconds/minutes, which should make your case much easier, but I need some time to refine the design so it is extensible.)
What is the number (volume?)
playText should only need one argument. You can turn on the Advanced mode and remove the 2nd argument. (Sometimes, the device handler is implemented to take multiple arguments, but it may or may not work if the 2nd argument is actually provided based on the implementation.)
Yup, I still have this multi-device picker feature from you in my list. ( I didnât forget. ) And I can definitely see this being helpful for people with more devices, so I may need to revisit the priorities.
I want the speaker and text to go off at 2 min 5 min 8 min etc⌠So, I have mutltiple time triggers in Webcore. Thats why i asked will multiple delays be what I am looking forâŚ
I like your idea of creating the trigger.
Here is what I am trying to move over to RE. Your IF_Condition, I am struggling with. Its out of order in my mind. It might just take me a moment to get your modeling down. . Here is how I designed it with Webcore. Can you help me lay this out with RE? Thanks.
hehe⌠I have brought this up before⌠lol⌠Its a little lazy reason but I really like being able to pick or another option I like for many devices or a long Rule is this
So this is not perfect because the door can be closed and opened again during the 5 minutes window, and the rule will be triggered again. Thatâs why I mentioned the trigger feature based on the device status change and remained for x period. (Similar to the âIFâ part in your webcore example.)
In your webcore piston, is there any reason why you put âSpeak Textâ in âElseâ section? Thought youâd like to play the text and get notification if the contact stayed open.
Or you can always create a virtual device for all lights, or all doors, and create rules to control all lights/doors based on this virtual deviceâs status. So in your other rules, you just need to control this virtual device then.
It plays the text at the same moment we get text/notifications.
I could be wrong but You need to separate the tasks.
When the freezer opens a timer is kicked off.
I tried that this morning. It struggled with the dimming up and down and on/off based on my testing. Iâm not a huge fan of virtual switches if I donât need to for dimming specifically. Works fine usually for on/off but sometimes can be out of sync if you manually get involved.