Using six switches to control one light

I am trying to use 6 switches in my shed (one by each entry door) to control one light. Only one switch is connected to the light. The other switches just have power going to them. I have tried creating routine for each switch that would put the light and other switches in the on state when switch is turned on and another routine that would put light and other switches in the off state when switch is turned off.

The problem I’m having is the light will just keep turning on and off on its own. I’m thinking there may be a switch that’s lagging a bit and causing the issue

Maybe I am over complicating this and there is an easier way to do this! Looking for help!! Thanks in advance.

What’s the brand and model of the switches?

Like this?

Ultra pro 700 series switches

I have tried this

You can also sync switches and lights in the Smart Lighting SmartApp.

I was trying to use the smart lighting app, but haven’t had success yet.

Sync the main switch (the one that’s connected to the light) with one of the other switches and see if that works - it should.

If it works, do the same with the next switch and so on.

Make sure to deactivate any of the other routines you’ve set up beforehand.

Ok… thank you. I will give that a try

You need a pre-condition state check in addition to a trigger to keep from ping ponging.

If Main Switch is off (pre-condition)
Sub Switch 1 turns on
then turn on Main Switch

and

If Main Switch is on (pre-condition)
Sub Switch 1 turns off
then turn off Main Switch

I’m not sure you can do this without Routines for every permutation to insure that you avoid the ping pong.

Also, if the driver you are using supports editing Association Groups, you might consider trying those and avoid Routines all together. Using Association Group 2, you could mirror a switch’s state to all the other 5.

2 Likes