I am trying to add a Neo coolcam door sensor NAS-DS01 which is in the database OpenSmartHouse Z-Wave Device Database but named NAS-DS01Z. my is without Z in the end.
I have woke the device but no channels pop up.
I guess its missing support
Openhab named the device like this Z-Wave Node 032 (0258:0200:1022:2.12)
Also this is copy pasted from thing properties accordian
zwave_class_basic
BASIC_TYPE_ROUTING_SLAVE
zwave_class_generic
GENERIC_TYPE_SENSOR_NOTIFICATION
zwave_frequent
false
zwave_neighbours
zwave_version
2.12
zwave_listening
false
zwave_deviceid
4130
zwave_nodeid
32
zwave_routing
true
zwave_beaming
true
zwave_secure
false
zwave_class_specific
SPECIFIC_TYPE_NOTIFICATION_SENSOR
zwave_manufacturer
600
zwave_devicetype
512
This is from my logs
Do I need to create a new device or am I doing something wrong?
I’m pretty new to the device database, but I would give a qualified yes. Something will need to be modified. The
0258:0200:1022:2.12
Is showing the manufacturer (0258) and device ID (0200:1022) On the page you linked that device ID is not among the possibilities. It might be a simple matter to just add the device ID to the list on the page you referenced, if all the other elements look the same.
The Debug extract is only part of the initialization, so its hard to say anything else (if something else went wrong earlier (or happens later), except that it is past the stage (IMO) that the device would normally be identified.
At this point, it looks like the database update is a PR, but has not been merged. Should happen in a day or so. I’ll point out that @chris saved you several days by updating (and approving) the database entry.
Thanks @chris! I tested the snapshot version of the zwave binding and the channels appeard in the GUI. I haven’t tested if they work but I will later today.