Flow with Homewizard Landis + Gyr P1

Hello all,
I have been puzzling, but I can’t figure it out. so I hope you can helpt me.
I want to create a flow that turns on lights when the solar panels generate enough power. I created the flow below.

I set the time to “between 9:00 AM and 6:00 PM” because I don’t want them to turn on before 9:00 AM.

However, if the current usage already meets the -400 W threshold before 9:00 AM, the lights will never turn on.

In other flows, I set the time to “WHEN” and then the value to “AND.”

I don’t see this in Homewizard.

Does anyone have any suggestions?

And I’m not very good with Homey, so if you give an explanation, please explain it in a dummies format :smiley:

In that case at 09:00 the threshold is not reached, nothing will happen when the threshold is reached a few minutes later. So you have to run the flow every x minutes.

The WHEN card for running the flow every 5 minutes is under Date &Time.

The AND card for testing the threshold is under Logic, and you use tag “Power” from your powermeter.

1 Like

Yes, that’s it. Great! Thank you very much.