But it seems to not be working. it will not turn on my lights between 16-18 hours..
virtuel button always on and my alarm is activated, but at 16 o´clock the lights do not turn on.
First of all, welcome to the Homey Community!
To make sure you are aware of the forum rules, please read the Welcome to the forum! post here.
It is only working once. it will work once every time i toggle the virtuel button
You’ll need to use “When logic [alarm activated] is changed” as trigger
instead of the trigger you use now (and what is it)?
Can you explain why, because if i look at the veribals, the only thing i am waiting for us the time to be between 16-18.
And the alarm state has changed for 3 weeks ago. And it will not change again before i get home. Thanks in advance
Thanks i will try something like that
A flow needs a trigger to start, it’s an action on when something happens, not if.
Yeah this only triggers when your alarm is enabled, not when it’s already enabled.
This is how I would build it:
when
alarm is enabled
then
start @ home simulation
when
alarm is disabled
then
stop @ home simulation
What is the reason to make it turn on random?
(It makes things heavily complicated, so high risk on bugs)