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.
Closed
Flow to check if door is open more than 5 minutes
htilburgs
Member
I'm looking for an option to make a flow that checks if my door is opened for 5 minutes or more.
Door Sensor = On -> After >= 5 minutes -> Message: Door is opened for x minutes
I'm relative new to the Homey flows and haven't found an option for this.
Can someone help me with this?
Door Sensor = On -> After >= 5 minutes -> Message: Door is opened for x minutes
I'm relative new to the Homey flows and haven't found an option for this.
Can someone help me with this?
This discussion has been closed.
Comments
Set a Countdown Name in Settings, then make a Flow with: when door sensor on then start countdown xyz with 300sek.
Second Flow: when Countdown xyz reach 0 and sensor is on then send Notification Text...
Or with simple delay in Flows:
First flow: when Flow triggered and Sensor on then send Notification Text...
Second Flow: when Door Sensor on then start Flow with 300sek delay.