How do I "override" flows?

How do you handle rooms and/or flows where it’s just “autopilot” most of the time but at some occasions, you want to override the flows?

Let me give you my specific case:

  1. I have 3 lights in my kitchen and a motion sensor
  2. During daytime, movement turns on “mood 1” and during nighttime, it turns on “mood 2”
  3. Let’s say I have a party Friday night and want a fixed lighting setup with specific colors, no automations / flows / conditions etc. but also for the system to “fall back” to running the “auto flow” again Saturday morning

How do I handle this without going to the app and deactivating flows?

Also not for pushing one of the virtual switches for the color setting that you want?

1 Like

I’m not sure what you mean but if I run a different mode, it succeeds, but then just goes back to the mood from the flow whenever the motion detectors sees movement…

Besides from deactivating the flow there is no standard way of doing this. You need to create the logic yourself.

Options to “program” this in the flows are:

  • Create a virtual override button and when this button is “on” don’t respond to the motion sensor.
  • Create a separate flow that toggles the active status of the other flows that use the motion sensor.
  • When the motion sensor activates then first check if the lights are already on and if so do nothing. So the mood will only be activated when the lights are off. If they are already on they won’t be changed.

The latter is my preferred way: Don’t let the flow change the lights when they are already active.

1 Like

Your point 3.

That’s is then mood 3 - xx.
Starting those new moods you have to use your app.
Even coverup the sensor on Friday is so NOT working.

1 Like

I’d create a boolean variable, say PartyOverride, and set it via the Homey app (or some other method) to true. You can then use the variable in your flows to decide what to do. You could then set the variable to false some time every Saturday morning to restore normal behaviour automatically.

Andy

1 Like

Then you have to using the app to change that variable when you like for a Friday having a party with specific colors for that party.

When you use now your voice to let devices going on/off, then virtuele switches can work.

1 Like

Buy a button and use it as suggested above.

Bonjour,

L’idéal est, comme suggéré ci-dessus, d’avoir un bouton quelconque qui permette d’activer/désactiver vos flows.

J’ai des interrupteurs Shelly qui ont les fonctions suivantes :

  • simple pression
  • double pression
  • triple pression
  • pression longue

Cela donne déjà beaucoup de possibilités ! De plus, quand la zone est inactive pendant 30 minutes, les flows normaux se réactivent seuls et les autres se désactivent.

Hello,

The ideal is, as suggested above, to have any button to activate/deactivate your flows.

I have Shelly switches that have the following functions:

  • Simple Pressure
  • Double Pressure
  • Triple Pressure
  • Long Pressure

This already gives a lot of possibilities! In addition, when the area is inactive for 30 minutes, the normal flows reactivate on their own and the others turn off.