[SOLVED] Nexa Dimmer z-wave zv-9101 version openhab2 2.4.0-1

Hi, i got home whit an nexa zv-9101 dimmer aded it to the z-wave net and openhab “discoverd” it but is complaning about it is not in the database full error and info under.

Are there any howto on adding this nexa dimmer, or others whit same problem that has a fix ?
Im runing openhab2 2.4.0-1
regards
Eivind

Z-Wave Node 004 (0330:0200:D005:1.3)

Unknown Device

This device has not been fully discovered by the binding. There are a few possible reasons for this -:

  • The device is not in the database. If the device attributes show that this device has a valid manufacturer ID, device ID and type, then this is likely the case (eg. you see a label like " Z-Wave node 1 (0082:6015:020D::2.0) "). Even if the device appears to be in the database, some manufacturers use multiple sets of references for different regions or versions, and your device references may not be in the database. In either case, the database must be updated and you should raise an issue to get this addressed.
  • The device initialisation is not complete. Once the device is included into the network, the binding must interrogate it to find out what type of device it is. One part of this process is to get the manufacturer information required to identify the device, and until this is done, the device will remain unknown. For mains powered devices, this will occur quickly, however for battery devices the device must be woken up a number of times to allow the discovery phase to complete. This must be performed with the device close to the controller.

Status: ONLINE

zwave_beaming true
zwave_class_basic BASIC_TYPE_ROUTING_SLAVE
zwave_class_generic GENERIC_TYPE_SWITCH_MULTILEVEL
zwave_class_specific SPECIFIC_TYPE_POWER_SWITCH_MULTILEVEL
zwave_deviceid 53253
zwave_devicetype 512
zwave_frequent false
zwave_listening true
zwave_manufacturer 816
zwave_neighbours
zwave_nodeid 4
zwave_plus_devicetype NODE_TYPE_ZWAVEPLUS_NODE
zwave_plus_roletype ROLE_TYPE_SLAVE_ALWAYS_ON
zwave_routing true
zwave_secure false
zwave_version 1.3

According to our database here that device was last updated after 2.4.

Use the manual install script to updatye your zwave binding. Then delete & re-add the Thing.

1 Like

It was first added in June 2019, so upgrading the binding should fix it.

1 Like

Hi all, thanx for info that helped me to get the solution.

Solution :
uninstall z-wave binding and remove all z-wave discoverd things
ssh to openhab cd to addons folder /usr/share/openhab2/addons
run:
wget https://raw.githubusercontent.com/openhab-5iver/openHAB-utils/master/Zigbee%20and%20Z-Wave%20manual%20install/addons/zzManualInstaller.sh

chmod u+x zzManualInstaller.sh
then run the script :
./zzManualInstaller.sh
rediscover things and, link chanels to the old items

Thanks for the help
E

1 Like