I’m new to SharpTools and trying to fiddle around with the Rules Engine. I have my lights gradually dim each night, leading up to bedtime. What I’m trying to accomplish is to have my lights reset to their original brightness when I first turn them on each morning, but NOT automatically turn on. Here is what I came up with, but it isn’t working for some reason. Any suggestions would be greatly appreciated!
You don’t have a Trigger. You need something to trigger the Flow.
Agree with above, trigger is needed.
Most devices report a state change when level is changed so will automatically come on.
If you want them to turn on at 80% you can try
adding a trigger
removing If lamp is on from if block
use setLevel 80 as your action which should set the level to 80 and turn the light on.