Page 1 of 1

Push(spring) button and associations/groups

Posted: Sunday 03 July 2016 0:20
by jeey
Hi

I´m trying to controll a ZMNHADx from another ZMNHADx device with the data based on S2 input.
I have assosiated the groups so the switching works, but i have hold up the S2 switch (I normally use spring loaded switches).

I have tried looking at the configuration and i cant seem to find anything that could help me with this, is there anything om overlooking?

Re: Push(spring) button and associations/groups

Posted: Tuesday 05 July 2016 13:29
by bbqkees
So basically the device responds exactly like you have set it up.
IF SWITCH1=ON THEN DEVICE2=ON.
IF SWITCH2=OFF THEN DEVICE2=OFF.

What you can (and should) do is ignore the associations altogether and just make a Blockly.
Probably you need a dummy toggle device or user variable to get the behavior you want.

Or do what I did on the dimmer;
Use S2 to turn on a scene and S3 to turn it off.