Repeat an action

Hi ,

I have a door/window sensor and when it’s open for more then 10s I’ll to get repetitive notifications till it’s closed.

Idid made the flow and it’s working great with a timer but I didn’t find a way to make it repetitive.

Please help .

Best!
Yoni

When…
— Contact alarm turned on
Then…
— Start Timer with duration 10 s

When…
— Timer is finished
And…
— Contact alarm is on
Then…
— Notification/Push message
— Start or replace timer with duration of 10 s

This example is made with the Chronograph App.

1 Like

Homey has so many ways to get the job done :grinning:
When…
— Contact alarm turned on
Then…
— enable the flow “door open” [this is a flowcard from flow]

When…
— Contact alaram turned off
Then…
— disble the flow “door open”

When…
— every 20 second [this is a flowcard from Time]
Then…
— Notification/Push message

I’m Using countdown timer since the other didn’t work …

Can I do the same ?

How do I put twice the “then “ like you wrote?

Can you send me the flow to see?

?? Where did I do that?
(Select the text, it will give you a “quote” button)

Don’t know, didn’t try Countdown App.

Yes it can be done with count down timer in the same way.

The examples being shown are using multiple flows, so that is how the Then is used twice as there are two flows.

1 Like

Thanks allot guys !!!

Working great ! I’m so happy :grinning:.

Now I know you all an expert I’ll start flowing you with my questions…:joy:

Thanks again everyone, have a wonderful weekend.