Zwave doorsensors added, are online but no events

I had a door sensor, that i was pretty happy with:

Properties:

|dbReference|633|
|defaultAssociations|1|
|manufacturerId|0214|
|manufacturerRef|0002:0001,0003:0001|
|modelId|IM-20|
|vendor|Kaipule Technology Co., Ltd.|
|zwave_beaming|true|
|zwave_class_basic|BASIC_TYPE_ROUTING_SLAVE|
|zwave_class_generic|GENERIC_TYPE_SENSOR_NOTIFICATION|
|zwave_class_specific|SPECIFIC_TYPE_NOTIFICATION_SENSOR|
|zwave_deviceid|1|
|zwave_devicetype|2|
|zwave_frequent|false|
|zwave_lastheal|2020-03-01T17:09:52Z|
|zwave_lastwakeup|2020-03-01T17:09:48Z|
|zwave_listening|false|
|zwave_manufacturer|532|
|zwave_neighbours|2,3|
|zwave_nodeid|4|
|zwave_plus_devicetype|NODE_TYPE_ZWAVEPLUS_NODE|
|zwave_plus_roletype|ROLE_TYPE_SLAVE_SLEEPING_REPORTING|
|zwave_routing|true|
|zwave_secure|false|
|zwave_version|6.38|

Items:

Contact   DoorSensor01SensorDoor     "Door sensor"     <door>   {channel="zwave:device:819c77dd:node4:sensor_door"}
Switch    DoorSensor01AlarmTamper    "Tamper alarm"    {channel="zwave:device:819c77dd:node4:alarm_tamper"}
Number    DoorSensor01BatteryLevel   "Doorsensor01 Battery level"   <battery>   (gBatteries) {channel="zwave:device:819c77dd:node4:battery-level"}

… so i bought two more of the same.
It looks like they were added ok …

2020-03-28 15:29:57.510 [hingStatusInfoChangedEvent] - 'zwave:serial_zstick:819c77dd' changed from OFFLINE (COMMUNICATION_ERROR): Serial Error: Port /dev/ttyACM0 does not exist to ONLINE
2020-03-28 15:29:57.517 [hingStatusInfoChangedEvent] - 'zwave:device:819c77dd:node12' changed from OFFLINE (BRIDGE_OFFLINE): Controller is offline to ONLINE
2020-03-28 15:29:57.522 [hingStatusInfoChangedEvent] - 'zwave:device:819c77dd:node13' changed from OFFLINE (BRIDGE_OFFLINE): Controller is offline to ONLINE

Items:

Contact   DoorSensor02SensorDoor     "Window sensor"     <window> (gWindows)  {channel="zwave:device:819c77dd:node12:sensor_door"}
Switch    DoorSensor02AlarmTamper    "Tamper alarm"    {channel="zwave:device:819c77dd:node12:alarm_tamper"}
Number    DoorSensor02BatteryLevel   "Doorsensor02 Battery level"   <battery>   (gBatteries) {channel="zwave:device:819c77dd:node12:battery-level"}

Contact   DoorSensor03SensorDoor     "Window sensor"     <window> (gWindows)  {channel="zwave:device:819c77dd:node13:sensor_door"}
Switch    DoorSensor03AlarmTamper    "Tamper alarm"    {channel="zwave:device:819c77dd:node13:alarm_tamper"}
Number    DoorSensor03BatteryLevel   "Doorsensor03 Battery level"   <battery>   (gBatteries) {channel="zwave:device:819c77dd:node13:battery-level"}

But the properties look different, here are the properties for DoorSensor02:

|dbReference|633|
|defaultAssociations|1|
|manufacturerId|0214|
|manufacturerRef|0002:0001,0003:0001|
|modelId|IM-20|
|vendor|Kaipule Technology Co., Ltd.|
|zwave_beaming|true|
|zwave_class_basic|BASIC_TYPE_ROUTING_SLAVE|
|zwave_class_generic|GENERIC_TYPE_SENSOR_NOTIFICATION|
|zwave_class_specific|SPECIFIC_TYPE_NOTIFICATION_SENSOR|
|zwave_deviceid|1|
|zwave_devicetype|2|
|zwave_frequent|false|
|zwave_listening|false|
|zwave_manufacturer|532|
|zwave_neighbours||
|zwave_nodeid|12|
|zwave_routing|true|
|zwave_secure|false|
|zwave_version|0.0|

Like no zwave_plus and no zwave_version ? That seems off.

So the problem is that the events do not show up in OH. (openHAB 2.5.3 Release Build)
The led on the sensor acts like the DoorSensor01 that is working … but no entries in my event.log

Thank you for your suggestions.

Wake up the device so that it can complete discovery.

So it can be this simple :slight_smile:

Manual wake-up: quickly press tamper switch once, and wait 10s …

Properties are up to date and events are coming in! Yay. Will be able to turn off heating while windows are open.

2 Likes