This object is in archive! 

Loops in rules

Daniel Cañada shared this idea 10 years ago
Under Consideration

It would be very useful to be able to create loops in the Rule Builder.


For example, if I want to notify me every 30 seconds of the refrigerator door is open, I can not implement it without using loops. Or is there some other way?


Thank you.

Replies (1)

photo
1

How about something like this:


  1. when (scheduler, every 30 seconds)
  2. if (sensor door = open)
  3. send email


Or will the rule not re-trigger unless the door has closed first? I've not tried this myself.

Leave a Comment
 
Attach a file