I just upgraded to version 0.3.108 two days ago. After upgrading, my pistons that contain the “if already on” parameter are failing to check if my lights are on when running.
For instance, for the piston in the screenshot, I have WebCore dim my lights slowly in the evening if I’m not doing anything (there’s no movement). This has worked fine for the last year, but I upgraded to 0.3.108 and now it doesn’t check if the lights are off anymore. I tried adding an extra line to check the light status twice, where it says:
{$device}'s switch is on
is a new line I added to try to work around this, but it does not work either.
So, what is happening, is my lights are continually turning on. Because, it is adjusting the brightness without checking if the light is on (which turns the light on). Obviously, I couldn’t sleep with my lights turning on every minute, so I had to disable WebCore.
Is there any way to downgrade to the prior version?