Hi, sorry for the late answer.
en dag mindre = one day less
Dager borte = days gone
Ferie = vacation
So I set my house to vacation mode. So the logic “ferie” is set to true. This turns of heating, deactivate some flows and makes the vacume go once a day.
What I want to happen when the house is set to vacation mode is: Homey sends a notification to my phone asking how many days I will be gone. My answer to this would be for example 7 days. This answer will edit the logic “days gone” to 7.
I have a flow that runs at 06.00 am every morning if “days gone” is greater than 0. That flow will subtract 1 from the value in “days gone”.
Then I have a flow that triggers if “days gone” is changed and “days gone” = 0. That will start the flow “on my way back from vacation” and change “ferie” to false.
This will heat up my house to 22 celsius, activate flows again and vacume.
So the change I would love is the ability to ask for a specific value in push notifications and not just a yes/no question.
Hope that made it understandable.