Synchronizing colors without master


#1

1) Give a description of the problem
I want to be able to change any one of my LED strips and have the other ones in the same room synchronize. I was trying to avoid making a separate Master switch (to keep clutter down)

2) What is the expected behavior?
Change a color or temp on Counter Left, Counter center and right follow.

3) What is happening/not happening?
It does that, but now because Center changes, it runs the piston, that changes left again… a cycle that keeps running. How do I make the piston ignore itself when the change comes from the piston? I’ve tried delays, execution and cancellation policies…

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

5) Attach any logs (From ST IDE and by turning logging level to Full)
Logs only show waiting at semaphore


#2

In my experience, having a separate ‘Master’ switch is the way to keep the clutter to a minimum.