Trying to sync color/state of lights


#1

1) Give a description of the problem
I’m trying to use a master light strip and have a slave light strip follow its color/state/etc.

2) What is the expected behavior?
When the color/state of the master changes, the slave follows

3) What is happening/not happening?
The slave isn’t following

**4) Post a Green Snapshot of the piston![image|45x37]

5) Attach any logs (From ST IDE and by turning logging level to Full)
1/10/2019, 9:47:12 PM +270ms
+1ms ╔Received event [MyHome].time = 1547174833901 with a delay of -1632ms
+257ms ║Runtime (42661 bytes) successfully initialized in 166ms (v0.3.109.20181207) (254ms)
+259ms ║╔Execution stage started
+350ms ║║Executed virtual command [House LEDs].loadStateLocally (41ms)
+387ms ║╚Execution stage complete. (129ms)
+391ms ║Setting up scheduled job for Fri, Jan 11 2019 @ 1:00:00 AM EST (in 11567.34s), with 2 more jobs pending
+401ms ╚Event processed successfully (401ms)
1/10/2019, 9:47:08 PM +583ms
+1ms ╔Received event [Front Door Lights].color = #ffffff with a delay of 435ms
+212ms ║Runtime (42689 bytes) successfully initialized in 143ms (v0.3.109.20181207) (209ms)
+213ms ║╔Execution stage started
+305ms ║║Executed virtual command [Front Door Lights].saveStateLocally (12ms)
+315ms ║║Executed virtual command wait (1ms)
+317ms ║║Requesting a wake up for Thu, Jan 10 2019 @ 9:47:13 PM EST (in 5.0s)
+325ms ║╚Execution stage complete. (112ms)
+328ms ║Setting up scheduled job for Thu, Jan 10 2019 @ 9:47:13 PM EST (in 4.99s), with 3 more jobs pending
+342ms ╚Event processed successfully (343ms)
1/10/2019, 9:47:08 PM +125ms
+2ms ╔Received event [Front Door Lights].color = #f8ff00 with a delay of 272ms
+214ms ║Runtime (42671 bytes) successfully initialized in 144ms (v0.3.109.20181207) (211ms)
+215ms ║╔Execution stage started
+307ms ║║Executed virtual command [Front Door Lights].saveStateLocally (12ms)
+314ms ║║Executed virtual command wait (1ms)
+316ms ║║Requesting a wake up for Thu, Jan 10 2019 @ 9:47:13 PM EST (in 5.0s)
+325ms ║╚Execution stage complete. (111ms)
+328ms ║Setting up scheduled job for Thu, Jan 10 2019 @ 9:47:13 PM EST (in 4.99s), with 3 more jobs pending
+339ms ╚Event processed successfully (339ms)


#2

Try and capture/restore the HSL only.