Several cards for starting a flow

L

Maybe your feeling is not right (yet) :wink:
After playing a lot with flows I currently have the habit of splitting up almost all my flows:

  1. Trigger flows: flows triggered by time or an action (motion). These flows typically have a THEN: start A flow
  2. action flows: flows that typically start with When “this flow is started” and have a then with the specified action
  3. scene flows: flows that set a certain scene (like dimmed light in living, bright lights in living)

The big advantage is that you can easily trigger multiple action with one trigger. Without the flows becoming complex.

Example:
Trigger flow that starts my day, but not every day start at the same time…:
(Kept together in a folder “time settings”)
If my mornng routines changes, I just change 1 flow and all the other flows stay stable
image
image

The THEN creates a pulse on a virtual device, this pulse is used to trigger action flows
(These flows are stored in a folder related to a room)
Turn on the lights in the living
image
In the kitchen
image
If I want the coffemachine to heat up, I just create an extra flow with the same virtaul device as a trigger
If I want the kitchen lights to turn on later… I just change the WHEN to a different virtual device

The “living room ON”is a virtual device switch. I use this as a condition in several other flows.
This switch triggers a “scene” via a virtual device pushbutton.
image
And finally the “scene” flow that sets all my lights to a defined scene
image
This scene is not only called by the flow livingroom on” but is also used by other flows (coming home at night, while status of livingroom is off)

So Yes, its a lot of flows.
But its very flexible and stable
And easy to reuse flows
And I can group my flows easily per room, per action (settings)