I am new to Homey and HA and is trying to learn how to set up different flows but have stumbled into an issue.
I am trying to set up a flow to warn me if my garage door (still manually opened) is open, and in such case warn me in the appropriate way. I have installed an Aqara motion sensor on the door which can react on the tilt, but I only make it trigger when the door is being opened, not when it is left open. Perhaps someone can help me?
What I hope to do is to send me a push notification when the door has been left in opened position for more than X minutes.
My current best solution is:
WHEN: “The tilt angles to reference plane”
AND “Tilt X is greater than 45”
OR “Tilt Y is greater than 45” (I have not done a test yet to work out what the reference plane is and how this is being changed, but that is a minor thing I believe)
THEN:
“Send push notification”
What I am lacking is the ability to only send the push when the door is left open. I tried to work out a way to store time as a logical variable and do something similar to “Time is greater than {{StoredTime+5}}” but I haven’t succeeded yet.
Do you have any ideas? Or is there any other way to do it that is better?
Thanks!