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.
Flows
Help needed: flow how to exclude one specific day
fkey
Member
please help:
I have a flow that I do NOT want to execute on the 31 December.
but I cant figure out how to do it (probably overlooking something).
(except for ugly solutions)
I looked in logic and in beter logic but cant seem to find it.
my flow looks like this:
trigger: time is 23:50
And: lights are on
Then: turn the lights off.
I cant find an option to add to the “And”column: NOT 31 December
I did find:
NOT 31 December 2018, but I do not want to change the flow every year
NOT 31 & NOT December, does not work, today (31 july) my lights would stay on... (its the 31..)
ugly solutions:
** create 2 extra flows: trigger on 31 December Action: deactivate flow. and another one to activate it again on 1 January
** create a vriable “oldyear” and use that in the AND column
Thanks
I have a flow that I do NOT want to execute on the 31 December.
but I cant figure out how to do it (probably overlooking something).
(except for ugly solutions)
I looked in logic and in beter logic but cant seem to find it.
my flow looks like this:
trigger: time is 23:50
And: lights are on
Then: turn the lights off.
I cant find an option to add to the “And”column: NOT 31 December
I did find:
NOT 31 December 2018, but I do not want to change the flow every year
NOT 31 & NOT December, does not work, today (31 july) my lights would stay on... (its the 31..)
ugly solutions:
** create 2 extra flows: trigger on 31 December Action: deactivate flow. and another one to activate it again on 1 January
** create a vriable “oldyear” and use that in the AND column
Thanks
Tagged:
Comments
Use the date is between...
Fill in 31-12 31-12 and check the box upper right (thats the NOT checkbox)
Should work tested it with today
at least it CAN be used in the AND column which keeps the flow logical to read
didnt know you could remove the year and still make it work..
But how weird that this does work:
But this does not work:
(You can see the test tickoffs in the left top, tested on 02-08)
I would expext and think the last one should also work.
(hope I did it right..)