Light flow times and sun

Hello.
Trying to create a flow that dim lights at different times (ok). In the same flow i want to add my lux (fibaro motion sensor) reader to turn off/on light if it is light outside is bright.

here is my flow.

flows(2).json (2.4 KB)

Was there a question in there? It also helps to give a screenshot of your flow to save people having to trawl through it which takes time. It also helps to tell us what custom node(s) you are using to try and get an outcome.

I have setting up a flow that dim lights in different times of day. this work now.
I then want to if possible to turn of the light when the suns come up or it get bright outside. Was thinking to use my fibaro montion senors for that. it read lux.
setup is Nodered connecte to my Fibaro Hc2.

Or even better adjust the light all the way using only lux sensor if possible?

flows(3).json (3.6 KB)

Have you checked in the flows library? There is at least one node that returns solar/lunar/celestial info (suncalc).

To base it on lux, get a flow that takes the sensor data, filters for the level you want and sets a flow variable. Your light on/off flow would test for that variable and only turn on if the level was appropriate.

You could also disaggregate the flows nicely by using MQTT.