1) Give a description of the problem
I have a few pistons with timers such as “every day at 12:00AM” or “every hour” and none of them are executing any tasks in the “do” section. The log shows the pistons set up schedules, but nothing actually happens. It executes at the correct time, but doesn’t actually do anything.
2) What is the expected behaviour?
In this particular one, reset the variable “vacuumedToday” at 12:00AM daily
3) What is happening/not happening?
It doesn’t reset the variable. In my other pistons with an “every” command, I have the same problem.
**4) Post a Green Snapshot of the piston
5) Attach logs after turning logging level to Full
(Note: for the log below, I changed the time to happen at 8:05 so I could get an event.)
5/8/2021, 8:05:00 AM +76ms
+3ms ╔Received event [Hubitat].time = 1620482700000 with a delay of 76ms, canQueue: true, calledMyself: false
+83ms ║RunTime initialize > 81 LockT > 1ms > rtDT > 65ms > pistonT > 64ms (first state access 15 5 76)
+91ms ║Runtime (13819 bytes) successfully initialized in 65ms (v0.3.113.20210211_HE)
+96ms ║╔Execution stage started
+123ms ║╚Execution stage complete. (29ms)
+148ms ║Setting up scheduled job for Sun, May 9 2021 @ 8:05:00 AM MDT (in 86399829ms)
+150ms ╚Event processed successfully (148ms)
5/8/2021, 8:04:43 AM +243ms
+222ms ║Subscribing to Melissa WebCoRE Presence.presence…
+230ms ║Subscribing to Michael WebCoRE Presence.presence…
+236ms ║Subscribing to Trash Bin Emptied Button.pushed.1…
+368ms ║Setting up scheduled job for Sat, May 8 2021 @ 8:05:00 AM MDT (in 16450ms)
+370ms ╔Starting piston… (v0.3.113.20210211_HE)
+372ms ╚Piston successfully started (362ms)