Page 1 of 1

[SOLVED] Associate Z-UNO with another device

Posted: 13 Apr 2018 13:45
by donic46
Hello,

If i want to control another device i use zunoSendToGroupSetValueCommand(), but if i want to associate the z-uno in another device, how i control the received value command?

Thanks

Re: Associate Z-UNO with another device

Posted: 16 Apr 2018 01:32
by PoltoS
When you associate another device with Z-Uno, a setter will be called on each command received.

Re: Associate Z-UNO with another device

Posted: 18 Apr 2018 13:31
by donic46
Sorry don't understand.
If i have multiple channels in the z-uno, for what channel the setter is called?

For example, i have 2 switches, 4 multilevel sensors in the z-uno, and the z-uno is associate a external z-wave switch, i want when the external switch change value, one of my switch change equal. How i do that?

Re: Associate Z-UNO with another device

Posted: 21 Apr 2018 01:02
by PoltoS
The setter is called for the channel the packet comes to.

For example if non-channeled command is received, it will be sent to the first channel of that type (see Z-Uno channels mapping explanation on Z-Uno web site). If a MultiChannel encapsulated command is received, the approrpiate setter will be called.

Re: Associate Z-UNO with another device

Posted: 23 Apr 2018 16:39
by donic46
I was doing with a binary switch trying to associate to a multilevel switch, now I switched to a dimmer and it already working :D

Thanks.