Light use with flows AND manual with switch

Hi

I have fibaro build in dimmers. I use them automatically with a flow .. but sometimes i want to use manual.

At that point the auto flow overrules. So i put the light on because the curtains are still closed … but its light outside so the flow switch the light off ( example )

is there any way i can build a flow that overrules the autoflow with manual use of a switch.

I can not put my finger on it. There is nothing like “ when the switch is triggred then …. “

Create a YES/NO-variable ‘lights turned on manually ‘

change the value to YES when you turn on the lights manually.

change the value to NO when you turn off the lights manually.

Add a condition to the automatic flow: ‘lights turned on manually is NO’

As Wim says, here’s a visual:

1 Like

@Dennis_H74
I wrote an extensive tutorial on how I implemented motion/presence sensors together with virtual motion trigger. It also covers this exact scenario. You can simply disable the entire motion flow by disabling the virtual motion trigger from the devices list. see:

It is even possible to disable the flow when a certain mood is enabled. like this:

Thanks for the tips … i will experiment with the tips when inhve some time :+1: