1) Give a description of the problem
I had 2 standard white smart bulbs running. They were programmed to turn off and on (and dim) using an ikea switch using a webcore piston. Later, I swapped them for color bulbs. In the piston, I swapped out the bulbs that the switch controls. Later, I put the original white bulbs in a closet. The switches still control the original white bulbs, in addition to the new bulbs.
2) What is the expected behaviour?
Only the color bulbs should be controlled by the switches.
**4) Post a Green Snapshot of the piston!
5) Attach logs after turning logging level to Full
2/9/2020, 8:27:26 PM +732ms
+2ms ╔Received event [Upstairs Switch bottom button].button = pushed with a delay of 103ms
+110ms ║RunTime Analysis CS > 20ms > PS > 63ms > PE > 26ms > CE
+112ms ║Runtime (41919 bytes) successfully initialized in 63ms (v0.3.110.20191009) (109ms)
+113ms ║╔Execution stage started
+127ms ║║Cancelling condition #2’s schedules…
+128ms ║║Condition #2 evaluated false (10ms)
+129ms ║║Cancelling condition #1’s schedules…
+129ms ║║Condition group #1 evaluated false (state changed) (13ms)
+139ms ║║Comparison (enum) pushed gets (string) pushed = true (1ms)
+140ms ║║Cancelling condition #6’s schedules…
+141ms ║║Condition #6 evaluated true (9ms)
+142ms ║║Cancelling condition #5’s schedules…
+143ms ║║Condition group #5 evaluated true (state changed) (12ms)
+232ms ║║Cancelling statement #7’s schedules…
+259ms ║║Executed physical command [Upstairs Lamp].off() (20ms)
+260ms ║║Executed [Upstairs Lamp].off (21ms)
+282ms ║║Executed physical command [Upstairs Overhead North].off() (17ms)
+283ms ║║Executed [Upstairs Overhead North].off (18ms)
+306ms ║║Executed physical command [Upstairs Overhead South].off() (17ms)
+307ms ║║Executed [Upstairs Overhead South].off (19ms)
+318ms ║║Condition #10 evaluated false (9ms)
+319ms ║║Condition group #9 evaluated false (state did not change) (10ms)
+326ms ║║Comparison (enum) pushed gets (string) held = false (0ms)
+328ms ║║Condition #15 evaluated false (7ms)
+329ms ║║Condition group #14 evaluated false (state did not change) (8ms)
+331ms ║╚Execution stage complete. (219ms)
+332ms ╚Event processed successfully (332ms)
From the smartthings API, it shows what controls the lights:
And the switch:
Has anyone else had this happen?