Execute every minute not working

bug
execution
timer

#1

I have a piston that runs every minute (or has). It’s no longer working.
I’ve updated to the latest WebCoRE to see if that will resolve the issue but it hasn’t.
The piston shows “This piston does not subscribe to any events. Unless executed by other means, it will never run on its own.” even though the code calls for “every minute…”.

There is also an error regarding subscribing (see screenshots below).

Anonymized import code: nboz (TempThing)


#3

To evaluate various conditions/states every minute and to increment a counter with each execution. It’s worked fine until recently.


#4

This is how I would do it. Have the 1 minute timer actually execute the same piston, and put the IF statements outside the “every 1 minute” block like this:

temp

On a side note, the alert that says “This piston does not subscribe to any events” makes me think that your first line is not sticking. Can you make it 2 minutes for testing?