1) Give a description of the problem
I’m having issues where the LEDs aren’t always set correctly. Sometimes the status may get set incorrectly or they will be flashing with the wrong color or solid with the wrong color. I’m making an assumption this is some kind of communication issue between Smartthings and the switch causing inconsistent StatusLed settings.
2) What is the expected behaviour?
What I would like to happen is every 10 minutes webCORE checks the status of the Deadbolt and sets the correct StatusLed or if the Deadbolt is locked or unlocked then it sets the StatusLed right away.
Locked=Green Solid LED
Unlocked=Red Flashing LED
3) What is happening/not happening?
The StatusLed is being set in an inconsistent manner possible due to a communication issue.
**4) Post a Green Snapshot of the piston![image|45x37]
5) Attach logs after turning logging level to Full
12/5/2019, 8:10:35 AM +182ms
+0ms ╔Received event [Home].time = 1575555035491 with a delay of -309ms
+178ms ║RunTime Analysis CS > 41ms > PS > 84ms > PE > 52ms > CE
+180ms ║Runtime (37968 bytes) successfully initialized in 84ms (v0.3.110.20191009) (179ms)
+181ms ║╔Execution stage started
+207ms ║║Comparison (enum) locked is (string) locked = true (2ms)
+209ms ║║Condition #2 evaluated true (13ms)
+210ms ║║Condition group #1 evaluated true (state did not change) (14ms)
+212ms ║║Cancelling statement #5’s schedules…
+1941ms ║║Executed physical command [Living Room Lights].setStatusLed([2, 2, 0]) (1719ms)
+1942ms ║║Executed [Living Room Lights].setStatusLed (1722ms)
+1945ms ║╚Execution stage complete. (1764ms)
+1946ms ║Setting up scheduled job for Thu, Dec 5 2019 @ 8:20:35 AM CST (in 598.363s)
+1956ms ╚Event processed successfully (1955ms)