1) Give a description of the problem
My piston stopped notifying me when a gate is shut. Last notice of “all gates closed” was Wednesday.
2) What is the expected behaviour?
I get a notification when any gate is opened, with which gate, and a notification when all gates are shut.
3) What is happening/not happening?
I get the proper gate opened notice, but I do not get the “all gates closed” notice. All my gates are closed, and show in SmartThings as closed.
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach logs after turning logging level to Full
These two log entries are from a short while ago - I opened, then closed, a gate.
10/2/2020, 3:27:05 PM +296ms
+1ms ╔Received event [Rear Yard Gate].contact = closed with a delay of 52ms
+79ms ║RunTime Analysis CS > 18ms > PS > 28ms > PE > 32ms > CE
+81ms ║Runtime (39158 bytes) successfully initialized in 28ms (v0.3.110.20191009) (79ms)
+82ms ║╔Execution stage started
+102ms ║║Comparison (enum) closed changes = true (0ms)
+106ms ║║Condition #2 evaluated true (19ms)
+107ms ║║Condition group #1 evaluated true (state did not change) (20ms)
+125ms ║║Comparison (enum) closed is (string) open = false (2ms)
+127ms ║║Comparison (enum) open is (string) open = true (1ms)
+129ms ║║Condition #4 evaluated true (20ms)
+130ms ║║Condition group #3 evaluated true (state did not change) (22ms)
+132ms ║║Cancelling statement #9's schedules...
+696ms ║║Executed physical command [Gate Alarm].on() (561ms)
+697ms ║║Executed [Gate Alarm].on (563ms)
+702ms ║║Calculating (string) Rear Yard Gate + (string) opened >> (string) Rear Yard Gate opened
+742ms ║║Executed virtual command [Gate Alarm].sendSMSNotification (35ms)
+744ms ║╚Execution stage complete. (662ms)
+745ms ╚Event processed successfully (745ms)
10/2/2020, 3:26:59 PM +629ms
+1ms ╔Received event [Rear Yard Gate].contact = open with a delay of 82ms
+94ms ║RunTime Analysis CS > 23ms > PS > 36ms > PE > 34ms > CE
+96ms ║Runtime (39158 bytes) successfully initialized in 36ms (v0.3.110.20191009) (94ms)
+97ms ║╔Execution stage started
+121ms ║║Comparison (enum) open changes = true (0ms)
+125ms ║║Condition #2 evaluated true (24ms)
+126ms ║║Condition group #1 evaluated true (state did not change) (26ms)
+146ms ║║Comparison (enum) closed is (string) open = false (1ms)
+148ms ║║Comparison (enum) open is (string) open = true (1ms)
+150ms ║║Condition #4 evaluated true (22ms)
+151ms ║║Condition group #3 evaluated true (state did not change) (23ms)
+153ms ║║Cancelling statement #9's schedules...
+703ms ║║Executed physical command [Gate Alarm].on() (546ms)
+704ms ║║Executed [Gate Alarm].on (548ms)
+709ms ║║Calculating (string) Rear Yard Gate + (string) opened >> (string) Rear Yard Gate opened
+719ms ║║Executed virtual command [Gate Alarm].sendSMSNotification (6ms)
+721ms ║╚Execution stage complete. (625ms)
+722ms ╚Event processed successfully (722ms)