1) Give a description of the problem
I have a notification piston triggered by global variables. When it is triggered, I get two SMS notifications instead of one. Can anyone see what is going wrong? I don’t understand why it seems to run through twice.
2) What is the expected behaviour?
Run through once and send one SMS notification.
3) What is happening/not happening?
I get two SMS notifications at the same time.
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach logs after turning logging level to Full
8/7/2020, 6:29:59 PM +130ms
+1ms ╔Received event [Las Vegas].time = 1596850200000 with a delay of -870ms
+125ms ║RunTime Analysis CS > 34ms > PS > 58ms > PE > 33ms > CE
+128ms ║Runtime (42516 bytes) successfully initialized in 58ms (v0.3.110.20191009) (127ms)
+129ms ║╔Execution stage started
+133ms ║║Cancelling statement #392's schedules...
+140ms ║║Executed virtual command setVariable (4ms)
+144ms ║║Executed virtual command setVariable (2ms)
+149ms ║║Comparison (datetime) 1596850199277 happens_daily_at (datetime) 1596850200000 = true (1ms)
+150ms ║║Time restriction check passed
+151ms ║║Cancelling condition #378's schedules...
+152ms ║║Condition #378 evaluated true (5ms)
+153ms ║║Cancelling statement #378's schedules...
+156ms ║║Requesting time schedule wake up at Fri, Aug 7 2020 @ 6:30:00 PM PDT
+158ms ║║Cancelling condition #377's schedules...
+159ms ║║Condition group #377 evaluated true (state changed) (13ms)
+161ms ║║Cancelling statement #379's schedules...
+205ms ║║Executed physical command [Echo - LV Fire TV].setLevel([60]) (38ms)
+205ms ║║Executed [Echo - LV Fire TV].setLevel (40ms)
+247ms ║║Executed physical command [Echo - LV Living Room Dot].setLevel([60]) (38ms)
+248ms ║║Executed [Echo - LV Living Room Dot].setLevel (39ms)
+250ms ║║Executed virtual command [Echo - LV Fire TV, Echo - LV Living Room Dot].wait (0ms)
+251ms ║║Waiting for 2000ms
+2279ms ║║Executed physical command [Echo - LV Fire TV].speak(NASA Alert... Rocket 3.1 is launching in 30 minutes. (Friday @ 7:00 PM). Expect the Rocket 3.1 Flight 1, at Pacific Spaceport Complex - Alaska on pad LP-3B.
+2279ms ║║null
+2280ms ║║Executed [Echo - LV Fire TV].speak (25ms)
+2302ms ║║Executed physical command [Echo - LV Living Room Dot].speak(NASA Alert... Rocket 3.1 is launching in 30 minutes. (Friday @ 7:00 PM). Expect the Rocket 3.1 Flight 1, at Pacific Spaceport Complex - Alaska on pad LP-3B.
+2302ms ║║null
+2303ms ║║Executed [Echo - LV Living Room Dot].speak (23ms)
+2305ms ║║Cancelling statement #395's schedules...
+4598ms ║║Executed virtual command sendSMSNotification (2288ms)
+4605ms ║║NASA Alert... Rocket 3.1 is launching in 30 minutes. (Friday @ 7:00 PM). Expect the Rocket 3.1 Flight 1, at Pacific Spaceport Complex - Alaska on pad LP-3B.
+4605ms ║║null. https://rocketlaunch.live/launch/rocket-3-1; https://www.nasa.gov/nasalive
+4606ms ║║Executed virtual command log (2ms)
+4611ms ║║Executed virtual command setState (2ms)
+4617ms ║║Cancelling statement #392's schedules...
+4623ms ║║Executed virtual command setVariable (4ms)
+4628ms ║║Executed virtual command setVariable (3ms)
+4632ms ║║Comparison (datetime) 1596850203760 happens_daily_at (datetime) 1596850200000 = true (0ms)
+4633ms ║║Time restriction check passed
+4635ms ║║Condition #378 evaluated true (4ms)
+4636ms ║║Cancelling statement #378's schedules...
+4640ms ║║Condition group #377 evaluated true (state did not change) (9ms)
+4642ms ║║Cancelling statement #379's schedules...
+4670ms ║║Executed physical command [Echo - LV Fire TV].setLevel([60]) (24ms)
+4671ms ║║Executed [Echo - LV Fire TV].setLevel (26ms)
+4699ms ║║Executed physical command [Echo - LV Living Room Dot].setLevel([60]) (26ms)
+4699ms ║║Executed [Echo - LV Living Room Dot].setLevel (27ms)
+4703ms ║║Executed virtual command [Echo - LV Fire TV, Echo - LV Living Room Dot].wait (1ms)
+4704ms ║║Waiting for 2000ms
+6729ms ║║Executed physical command [Echo - LV Fire TV].speak(NASA Alert... Rocket 3.1 is launching in 30 minutes. (Friday @ 7:00 PM). Expect the Rocket 3.1 Flight 1, at Pacific Spaceport Complex - Alaska on pad LP-3B.
+6730ms ║║null
+6730ms ║║Executed [Echo - LV Fire TV].speak (24ms)
+6753ms ║║Executed physical command [Echo - LV Living Room Dot].speak(NASA Alert... Rocket 3.1 is launching in 30 minutes. (Friday @ 7:00 PM). Expect the Rocket 3.1 Flight 1, at Pacific Spaceport Complex - Alaska on pad LP-3B.
+6753ms ║║null
+6754ms ║║Executed [Echo - LV Living Room Dot].speak (23ms)
+6756ms ║║Cancelling statement #395's schedules...
+6769ms ║║Executed virtual command sendSMSNotification (7ms)
+6773ms ║║NASA Alert... Rocket 3.1 is launching in 30 minutes. (Friday @ 7:00 PM). Expect the Rocket 3.1 Flight 1, at Pacific Spaceport Complex - Alaska on pad LP-3B.
+6773ms ║║null. https://rocketlaunch.live/launch/rocket-3-1; https://www.nasa.gov/nasalive
+6774ms ║║Executed virtual command log (1ms)
+6777ms ║║Executed virtual command setState (1ms)
+6779ms ║╚Execution stage complete. (6651ms)
+6780ms ╚Event processed successfully (6780ms)