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.
Trigger second saturday of the month
fiek
Member
Is it possible to make a flow that triggers every second saturday of the month?
Comments
You can put 2 cards in the 'And': Today is a saturday / Week number is 2
But there's no usable card for the 'If'...
A check whether the current weekday is a saturday AND the current daynumber in this month is between 8 and 14 (including the 8 and 14), would do it.
You have to check both those conditions in the 'and' column, so there's no trigger for your flow.
You can trigger it every saturday... the then only gets executed when your two checks pass.
And its Saturday,
and checking 26 times: not 1st, not 2nd, not 3rd, .... not 31st day of the month, leaving the 7th ... 14th out.
https://github.com/athombv/homey/issues/1126
If time = 00:01 And Day = Saturday And day number is between 8 and 14 Then .............
( it's not exactly "between", but between and including the mentioned day's ).