Page 1 of 1

Z-Uno unique serial number

Posted: 15 Feb 2019 12:50
by silvian7
I use Z-uno in a quite simple application as Binary sensor
As I would like to use a few of them I want to know without ambiguity which one transmitted data
If I set a variable with a unique serial number in the sketch how could I transmit it to the controller ?
Anyone has done it before ?

Re: Z-Uno unique serial number

Posted: 15 Feb 2019 21:06
by PoltoS
Channels are numbered in the order they are defined. So it should be very simple and clear

Re: Z-Uno unique serial number

Posted: 16 Feb 2019 20:08
by silvian7
Hi PoltoS thanks for reply,
I believe I didn't explain correctly: actually I intend to use a few z-uno devices, each one having one Binary Sensor
Purpose is to know which Z-uno transmitted report.
I don't want to use the Z-wave ID as it is assigned by controller and if one of the z-unos is unpaired then paired it could get another ID, isn't it?
Should be great if Z-Uno had something like a MAC address which could be transmitted to controller (I do not know how...)