Z-Uno

I’m not a UI person, you can achieve the same with this code:

luup.variable_set("urn:micasaverde-com:serviceId:ZWaveDevice1", "AssociationSet", "1,z.8;1,z.9;1,z.10;1,z.11", myID) -- this will report temp from endpoints 8, 9, 10 and 11. if you have less or more sensors, remove the unused ones
luup.reload()

where myID is your ID, and this is reporting channel 8, 9, 10, and 11 as multi channel. change with your channel IDs.

Thanks very much

I am not a luup person, but only one way to learn!

May well be back with new newbie questions

Cheers

It worked!

Now to teach myself why

Thanks for your assistance

1 Like

when using multi channel associations, you have to route the messages. the previous code was associating channels 8, 9, 10, etc to the controller. I learnt while messing with a couple of unsupported devices, because the luup engine tries to automate too much and hide the real zwave implementation, making harder for non standard device to be supported with their intervention - or a deep understanding of Zwave/Vera internals. when paired with things like Zuno, this will need further understanding of the many things involved. good luck :slight_smile: