Just getting into Homey and running into an issue. I want to make an simple flow to make a motion detector turn on a light after a certain time in the evening but before sunrise, but it does not work. What am I doing wrong with this?
Just start by the simplest flow by deleting the AND cards and replace the WHEN card by a notification to the time line. If that works as expected, add extra cards one by one.
This seems to be the most logical answer.
Before sunrise would mean between 04:30 PM and 8:30 AM
But your other codition is AFTER 11PM, so it will never trigger during the hours of 12 AM and sunrise since they are not after 11PM and thus it won’t go through.
(Assuming time after is only 23:00-00:00)
Thank you everyone for your suggestions! I think I have found the solution, as well as understand more on how Homey works. It looks like that the cards are based per day, so when 12:00am hits, that’s the end of the card. So with this flow I needed to add an “OR” statement to also make up for the next day, as shown.