The condition " When… Every 10 Minutes " works perfectly.
When I tried to us a numeric variable (value = 10)
" When… Every #Zirkulation Rhythmus minMinutes "
the flow does not start every 10 Minutes.
I do not understand why. In case it is not foreseen to use a variable here, it just should be imposslible to create such a card.
Thank you Dijker,
My model is Homey (Early 2023), Ver 10.0.8
I do not think that the type of switch is of interest. What else do you need?
I tried your example. It works with fix seconds, but not using a variable.
And here is my Flow:
I make the program run every “divider” of #ZirkulationsRythmusMin, here 5 minutes, and then just do anything when necessary.
The big difference is that it will not run on multiples of #ZirkulationsRhythmusMin. ie. 00:00; 00:15; 00:30;00:45, but starts at the next “divider” e.g. 00:05 after saving or activating the flow, and then every 15 minutes. That could be fixed. I have to try.
Then, if the variable of #ZirkulationsRhythmusMin is not a multiple of the base frequency, in this case, if it is 13, then the action will rund every 10 minutes. That is the responsibility of the user, i.e choose “every 1 minute” or take care to only use multiples of the base frequency or raise an error.