My question is I want the turn off to be ignored if the hue switch has been pressed to turn them on. Currently if I turn them on with the hue physical switch, after 2 mins they turn off if I am say sat at the table working. So I want the flow to be ignored if the switch is pressed, but I canât work out how to do it.
First you should add that âAnd yes/no is equal to yesâ card to the flow;
next, click into the [Yes/No] field,
now the dimmer should show up from the selection list, Carl.
@Carl donât forget to set it back to the default state ânoâ, otherwise it wonât work after the first button press (it stays on yes). so at the second logic card, if equal to ânoâ is ânoâ (i.e. if the state is âyesâ), set it to ânoâ with a logic card. now the default flow (turn off after 1 minute inactivity) still works.
the reason is that in your flow, there is no way that the state can ever become ânoâ
I also think you used the wrong card in the first flow (you should set to yes, iso check if yes)?
If I press any of the three âonâ switches on the hue dimmer then it ignores the lack of motion and the lights stay on.
Once theyâre switched off with the 4th switch on the Hue dimmer it reverts to normal and reacts to motion, switching off after 1 minute.
The only thing I need to solve is if itâs after sunrise as then it will turn off after 1 min. My house is rural and we have a lot of trees around. So even though itâs sunrise in the winter itâs still fairly dark in the house. But I think I can make that work.
Main point is that it works as I want it to with the flow setup I posted.
Eg Iâve been sat at the table just now doing some paperwork and, having pressed the switch, the strip lights just turned off after around 15mins. As soon as I got up and moved from the table they switched back on.
in that case what happened i think is the following:
you pressed the botton. that disabled the leds off. you sit at the table. some minutes later you moved, and the zone becomes inactive again, now one minute later the leds are turned off due to motion.
the button press does not indefinitely ignore motion. you would need to add some sort of trigger that the flow can use to turn back to the default flow.
what you could do is add that when the lights are turned off though the button press, that then the flow after inactivity starts again.
so remove the set ignoremotion to yes.
add a now flow that start with when button off is pressed (on kitchen dimmer), set ignore motion to yes.