Ok, so I’m migrating my OH2 from Zwave 1.9 to 2.0. Most devices are detected properly, as they were with the zwave 1.9 binding, but my Benext Door Sensor is not.
It’s referenced here in Chris’ database (great job btw!).
For reference, this is the zwave node xml file on disk where is was working properly:
<node>
<deviceClass>
<basicDeviceClass>ROUTING_SLAVE</basicDeviceClass>
<genericDeviceClass>BINARY_SENSOR</genericDeviceClass>
<specificDeviceClass>NOT_USED</specificDeviceClass>
</deviceClass>
<homeId>0xd200d959</homeId>
<nodeId>29</nodeId>
<version>4</version>
<name>Deur hobbykamer</name>
<location>Hobbykamer</location>
<manufacturer>0x8a</manufacturer>
<deviceId>0x101</deviceId>
<deviceType>0x4</deviceType>
<listening>false</listening>
<frequentlyListening>false</frequentlyListening>
<routing>true</routing>
<healState>DONE @ 2017-01-02T09:11:20+0000</healState>
<security>false</security>
<beaming>true</beaming>
<maxBaudRate>40000</maxBaudRate>
This is the first part of the node file as written by the zwave 2.x addon binding:
<node>
<deviceClass>
<basicDeviceClass>ROUTING_SLAVE</basicDeviceClass>
<genericDeviceClass>BINARY_SENSOR</genericDeviceClass>
<specificDeviceClass>NOT_USED</specificDeviceClass>
</deviceClass>
<homeId>0xd200d959</homeId>
<nodeId>29</nodeId>
<version>4</version>
<manufacturer>0x8a</manufacturer>
<deviceId>0x101</deviceId>
<deviceType>0x4</deviceType>
<listening>false</listening>
<frequentlyListening>false</frequentlyListening>
<routing>true</routing>
<security>false</security>
<beaming>true</beaming>
<maxBaudRate>40000</maxBaudRate>
Chris’ database site adds support for 0004:0100
while my device returns 004:0101
. That’s a mismatch and the probable cause that my device was not detected. I assumed zwave devices detected in 1.9 would have been migrated to 2.0, can anyone confirm that?
@chris: How can I get it added? Update the database? Add a new entry (a copy) with deviceId 0x101? Do you maybe require my zwave logs?