Hi,
I’m new to velbus programming and I’m trying to figure my head around on how to do the following:
On one side, I have one button. I want that button to switch on the main light and switch off all the light of the same room. Right now, I achieve this by using the button in multimode (One virtual button to switch ON the main light, the second to switch off all light)
The problem is that I have 2 other button (on the other side of the room), one to turn on and off the main light, and one to control a secondary light.
So if I light up the main light with the second button, when I want to switch off the light using the first one, it’s in the wrong state… (same if I turned off using the second button)
Also, if I only light up the secondary light, the main button is also in the wrong state as I’d like it to turn it off instead of first turning on the mains light.
Is there a way to achieve this natively without using timer? I tried to understand the post of @RCZ from a couple of month but I have a bit of a hard time understanding how the scheme help achieve what he asked on the first place so here I am… I also tried playing with virtual relay but if it’s the only way to achieve this, then I would need an additional module for my other rooms. Maybe there is a way to change the state of the multimode button? That would be great and simpler…