[QUESTION] Making a set of flows that trigger other flows quicker?

I’m replying to the original post questions.
How to set dim and temp depending time of day and placement of sun.

I have 1 flow to do it all. It depends on 2 variables. Dim level and temperature. These variables are set based on time of day and placement of sun. There are also flows that update the lights in real time during the transition, which takes just over an hour.

Here’s the flow to start lights during movement.

When: Zone active.
And:
House disarmed
Sun is Down
A virtual switch
Or:
Sun is up
It’s quite dark in the kitchen
House is disarmed
Then:
Set light to dim level
Set light to temp
Set a logic value for further logics.

I hope this helps!

As a side note. I have Philips Hue lights with the Bridge. Calling a Hue Scene is the fastest way to simlultaniously turn on many light at the exact same time with next to no latency. Calling them from Homey one by one or using the group app introduces delays. But you can’t both use scenes and set dim and temp at the same time.