Hello!
I’ve just started my journey with OpenHab2 and am working towards my first goal of turning on my bathroom light via motion detection. I’ve installed OpenHAB2 on a CentOS 7 box and picked up an Aeotec Z-Wave stick, Zooz 4-1 sensor, and a Fibaro Double Switch to get the task done.
I’ve successfully installed my Z-Wave stick and linked my sensor appropriately using the Paper UI and HABmin. I’ve also completed the task of wiring up my Fibaro switch, with the manual switches working appropriately and my Z-wave stick confirming a successful paring.
The issue I am running into is that the double switch is showing as an unknown device:
2017-04-23 12:27:09.275 [INFO ] [mmandclass.ZWaveSecurityCommandClass] - NODE 5: setupNetworkKey useSchemeZero=false
2017-04-23 12:27:09.377 [WARN ] [wave.discovery.ZWaveDiscoveryService] - NODE 5: Device discovery could not resolve to a thingType! 010F:0203:2000::3.2
My research throughout the various forum posts has led me to exclude and re-include the device multiple times and disable the security mode on my Z-wave stick (still with no success). I do see a configuration file for this device here. Additionally, my device does have configured attributes in the “things” configuration section. This leads me to believe the device has paired and interrogated properly, but wasn’t located in the z-wave database.
How do I manually link this device to the xml configuration I found online? Or, is there something obvious I am missing here? There is a node5.xml file in my /opt/openhab2/userdata/zwave/ folder, but the syntax of that file looks very different to what I see online.
Any help is greatly appreciated. I’m so close!