[SOLVED] Z-Wave DB -> reference

Thanks :slight_smile:

First point - this shouldn’t happen - or shouldn’t be allowed at least… There are checks in the database to try and raise an error if this happens, but I suspect it’s not 100% guaranteed to catch all instances as it’s a little complex.

The binding will use the first set that matches the criterea.

Now - the extended answer…

There are 4 numbers used to match the thing - the manufacturer code, the device type and device ID, and the application firmware version. So, in the case you have above, these two devices are not the same and will not conflict as they have different firmware versions. One device is version 0 to 3, and the other device is version 23.23 to 255.255 (which is the maximum version possible).