Duplicate device in zwave database ( NAS-WR01ZE)

NAS-WR01ZE (Neo Coolcam smart plug) has 2 entries in the zwave database - one for version 2.32 and higher, the other for “All” versions.

The links are https://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/397 and https://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/1014

One of those entries lists METER_RESET command, the other doesn’t. It looks like OH2.4 uses the entry without METER_RESET since it is not available in paperui.

Can I somehow force it to use the correct entry (or the database has to be updated)?

You need to upgrade to the latest 2.5 zwave snapshot to get those newly added channel.

Will the upgrade force using the latest entry? Now I have dbReference field in properties equal to 397 - that corresponds to the first entry without this channel.

Nope. If your device manual states that channel is available it needs to be added to the database.

This channel exists in the db entry [1014] but not in [397] that is used by the binding, so the question is how do I force the binding to use entry with this channel defined.

You can’t.
As I said before: you need to find out if your device supports that channel, then we can add it to the database and then your device will be able to use that channel.

As I’ve written before my device does support this channel. The problem is that two database entries are compatible with this device and the wrong one is used.

Device 1014 has minversion less than version of my device thus it is compatible.
Device 397 has minversion “all” and is compatible too.

I hope I’ve made myself clear.

It is not possible to use the “wrong” device: if you have firmware version 2.32, the 1014 db entry is used, if you have another firmware version, 397 is used.
The meter_reset functionality was added only for firmware version 2.32, see this thread:

Please show the source of your information.

METER_RESET was listed in the manual that came with the device.

XML:

I have two of these devices with firmware version 3.94 and none does list it is supported.
Anyway, to end this I will add this channel, if it is not working we will need to remove it later.

https://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list/devicesummary/397

If I’ll find the manual I’ll post the update. I’ve just recently cleaned out a lot of waste paper :frowning:

Did it work with firmware version 3.94?