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.
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