[SOLVED] Associate Z-UNO with another device

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
donic46
Posts: 18
Joined: 05 Feb 2018 17:54

[SOLVED] Associate Z-UNO with another device

Post 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
Last edited by donic46 on 23 Apr 2018 16:40, edited 1 time in total.
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Associate Z-UNO with another device

Post by PoltoS »

When you associate another device with Z-Uno, a setter will be called on each command received.
donic46
Posts: 18
Joined: 05 Feb 2018 17:54

Re: Associate Z-UNO with another device

Post 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?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Associate Z-UNO with another device

Post 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.
donic46
Posts: 18
Joined: 05 Feb 2018 17:54

Re: Associate Z-UNO with another device

Post 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.
Post Reply