Fibaro power plug turn off below 25W and between a time

Hello, i just started to use Homey, before i was always working with Fibaro.

I made a flow, to switch off my fibaro power plug between a certain time and below certain power level. now everyt time i do a test and the time is in between the times, it works, but when i save it, and check if my power plug is going off nothing happens.

Does anybody knows what i am doing wrong?

Your flow runs only when you turn the the power on between 10:58 and 11:00
I’am guessing that you want to turn off the power off when the TV is standby after a certain hour
Try this:

WHEN
It’s 23:00
AND
Power is less then 25 (tv is standby?)
TVpower is on
THEN
Turn TVpower off

Or:

WHEN
The power has changed
AND
power is less then 25
Time is between 23:00 and 7:00
THEN
Turn TVpower off

The flow runs once when the TV is switched on?
Add a time line card direct after the when card to see when the flow runs.

I solved it, by doing the following:

Thanks.

I think it could be even nicer if there is a WHEN card“When power changes”.