raydoc Posted January 24, 2018 Posted January 24, 2018 If I have virtual multiway circuits, how do I keep the KPL lights synced so that any 'on' activation puts the light on for all KPLs involved and when any 'off' activations occur, that all the KPLs indicate the off status? I can't figure out what to search under on the site.
Goose66 Posted January 24, 2018 Posted January 24, 2018 (edited) You can put the the KPL buttons in the scene that implements your virtual multiway circuits as controllers and responders (in other words, the KPL button is just another switch in the virtual multiway circuit). If a KPL button is actually associated with multiple, different virtual multiway circuits, then you have to create a new scene that has the KPL button and all of the switches from each of the different multiway circuits to control the on and off. You then have to have a program that syncs the status of the KPL button light with the state of the switches controlling the load(s) in each of the virtual multiway circuits, e.g., turn the KPL button On if the status of any one of the switches is on, otherwise turn the KPL button off (or vice-versa, depending on how you want it to work). Edited January 24, 2018 by kingwr
raydoc Posted January 25, 2018 Author Posted January 25, 2018 Are there examples of this in the wiki?
stusviews Posted January 25, 2018 Posted January 25, 2018 Just make each device a controller of the scene. That way you can have any number of devices in a multiway configuration
Recommended Posts