1) Give a description of the problem
Using “Date & Time happens daily at” to trigger a one time event. Two triggers happen every time.
2) What is the expected behaviour?
A single triggered event at the designated date / time
3) What is happening/not happening?
Piston runs twice every time
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach logs after turning logging level to Full
6/10/2020, 7:33:59 AM +114ms
+0ms ╔Received event [Elmwood].time = 1591799640000 with a delay of -887ms
+96ms ║RunTime Analysis CS > 21ms > PS > 55ms > PE > 20ms > CE
+98ms ║Runtime (37703 bytes) successfully initialized in 55ms (v0.3.10a.20190223) (97ms)
+99ms ║╔Execution stage started
+106ms ║║Comparison (datetime) 1591799639218 happens_daily_at (datetime) 1591799640000 = true (0ms)
+107ms ║║Time restriction check passed
+109ms ║║Cancelling condition #2’s schedules…
+110ms ║║Condition #2 evaluated true (6ms)
+120ms ║║Cancelling statement #2’s schedules…
+124ms ║║Requesting time schedule wake up at Wed, Jun 10 2020 @ 7:34:00 AM PDT
+127ms ║║Cancelling condition #1’s schedules…
+128ms ║║Condition group #1 evaluated true (state changed) (24ms)
+130ms ║║Cancelling statement #3’s schedules…
+135ms ║║Calculating (integer) 6 + (integer) 1 >> (integer) 7
+140ms ║║Executed virtual command setVariable (3ms)
+152ms ║║Fast executing schedules, waiting for 734ms to sync up
+895ms ║║Comparison (datetime) 1591799640006 happens_daily_at (datetime) 1591799640000 = true (0ms)
+896ms ║║Time restriction check passed
+897ms ║║Condition #2 evaluated true (5ms)
+899ms ║║Cancelling statement #2’s schedules…
+903ms ║║Condition group #1 evaluated true (state did not change) (11ms)
+905ms ║║Cancelling statement #3’s schedules…
+909ms ║║Calculating (integer) 7 + (integer) 1 >> (integer) 8
+914ms ║║Executed virtual command setVariable (3ms)
+916ms ║╚Execution stage complete. (817ms)
+918ms ╚Event processed successfully (917ms)
6/10/2020, 7:33:34 AM +846ms
+1ms ╔Starting piston… (v0.3.10a.20190223)
+369ms ║╔Subscribing to devices…
+464ms ║╚Finished subscribing (103ms)
+485ms ║Comparison (datetime) 1591799615329 happens_daily_at (datetime) 1591799640000 = false (1ms)
+487ms ║Cancelling statement #2’s schedules…
+490ms ║Requesting time schedule wake up at Wed, Jun 10 2020 @ 7:34:00 AM PDT
+505ms ║Setting up scheduled job for Wed, Jun 10 2020 @ 7:34:00 AM PDT (in 24.65s)
+517ms ╚Piston successfully started (516ms)