I have set up a few global variables that I use to store and edit time. One example is our Weekday Wakeup time (which can be fluid at times).
Example:
I use this variable in quite a few pistons. In many cases I use it to trigger a Piston.
This way I don’t have to open each piston edit the time and save it to reflect the time change
Example:
I also use the same Global Variable within many pistons as part of conditions, etc.
The main downside I have found is when I edit/save the global variable, the time change is not reflected immediately in each of the respective pistons. So, I came up with what I thought was a way to force the change.
Examples:
The issue I am getting is the following like error in all the pistons I am using the update on. After the two above pistons executed.
Example:
Can someone please explain what is causing this error? Could you also suggest changes or another method to make the updating of each piston more dynamic?