Page 1 of 1
Two switches controlling each other not working
Posted: 13 Jul 2022, 22:41
by Ariajazz
Hello guys, This is something I've done many times before using "pass if changed" modules but now is not working properly. When I press switch (1) the other (2) turns on but the pressed one (1) turns off after a fraction of a second. I attach the way I do it. Am I doing something wrong?
Re: Two switches controlling each other not working
Posted: 14 Jul 2022, 07:35
by rlgsbt
Do not use the toggle input, but COMP and ON ; the 2 switches will work the same.
Re: Two switches controlling each other not working
Posted: 14 Jul 2022, 08:31
by senso
remind that "toggle" input expect a trigger not a switch value.
Re: Two switches controlling each other not working
Posted: 15 Jul 2022, 06:01
by Ariajazz
Thanks Senso for the tip, I didn't know that. Rigsbt, I'll be testing you suggestion right away.