This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Solved
Repeating speech
OGS
Member
When I leave my frontdoor open I want Homey to tell me that my frontdoor is open after 30 sec (that works)
Now I want homey to repeat that every 30 sec until I close the door or use my swipe to shut him up.
Is there a easy way to create a repeating timer?
Now I want homey to repeat that every 30 sec until I close the door or use my swipe to shut him up.
Is there a easy way to create a repeating timer?
Tagged:
Comments
in the repeat-flow : every 30 seconds (trigger) check if door is still open (condition) and if that's the case (condition = true) tell "still open" (action) else (condition is false) deactivate repeat-flow (action)
after close is detected (trigger) : deactivate repeat-flow (action)
after shut up is detected (trigger) : deactivate repeat-fow (action)
Third column: say, front door is open
Thanks is working now
Indeed I used the activate/deactivate flow
for me you can close this question as solved (super fast)
For that counter you could use the countdown app ( https://apps.athom.com/app/nl.bevlogenheid.countdown )
This flow keeps repeating until the door is closed (contactalarm OFF)
Alternative
More advanced is adding a counter so the flow will stop after x times
The second flow will run 3 times until the number variable "TellerAchterdeur" = 0
So you get 4 times a warning every 5 minutes and then the flow stops.
Succes!
If you are willing I hope you have an opportunity to look at my other problem? https://forum.athom.com/discussion/5305/how-to-avoid-closing-sunshades-when-partly-cloudy#latest