Z-wave issues adding new devices in m7

hi all, im having issues adding my 2 new devices to openhab m7 the devices that im adding are a Aeon Multisensor and a fibre door and window sensor 2.

im running openhabian with a zstick on a rpi3.

the issue that im running into Is that the Multisensor is reporting all values except the motion or alarm. the door sensor 2 is reporting the temperature and is stuck on closed even after the door is opened.

ive trieogad removing the sensors from the controller and reading them and also deleting them from paperui.

my logs are below that relate to the multi sensor as that’s the most important one.

Also below is my items file and a simple rule file


rule "Motion Test"

when

Item Lounge_Motion received command ON

then

sendNotification("rick@***********.co.nz", "Motion Detected")

end

rule "Tamper Test"

when

Item Lounge_Motion_Tamper received command ON

then

sendNotification("rick@**********.co.nz", "Tamper Detected")

end


Switch Lounge_Motion "Lounge Motion Sensor" (Motion) {channel="zwave:device:512:node48:alarm_motion"}

Switch Lounge_Motion_Tamper "Lounge Motion Tamper" (Motion) {channel="zwave:device:512:node48:alarm_tamper"}

logs

Hi @joedirt
You might want to edit your post and remove your email address…

Please can you provide the database ids, or the link to the devices you have from the database. Or alternatively, the device type/id and version (as reported in the properties) so we can see what devices these are.

Sure thing, here’s a screenshot from paper ui.

The database looks ok for both - can you provide a short debug log showing what is received when the device sends the reports that are not working?

here’s the multi sensor both triggering the movement and also the tamper, I can’t see anything in the logs about the motion event tho.

2018-12-09 00:05:32.358 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 48: Application Command Request (ALIVE:DONE)
2018-12-09 00:05:32.361 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 48: resetResendCount initComplete=true isDead=false
2018-12-09 00:05:32.365 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 48: Incoming command class COMMAND_CLASS_ALARM, endpoint 0
2018-12-09 00:05:32.370 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 48: SECURITY not supported
2018-12-09 00:05:32.375 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 48: Received COMMAND_CLASS_ALARM V3 NOTIFICATION_REPORT
2018-12-09 00:05:32.379 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 48: NOTIFICATION report - 0 = 0, event=3, status=255, plen=0
2018-12-09 00:05:32.381 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 48: Alarm Type = BURGLAR (0)
2018-12-09 00:05:32.384 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 48: Got an event from Z-Wave network: ZWaveAlarmValueEvent
2018-12-09 00:05:32.386 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 48: Got a value event from Z-Wave network, endpoint = 0, command class = COMMAND_CLASS_ALARM, value = 255
2018-12-09 00:05:32.389 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 48: Alarm converter processing NOTIFICATION
2018-12-09 00:05:32.394 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 48: Alarm converter NOTIFICATION event is 3, type OnOffType
2018-12-09 00:05:32.397 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 48: Alarm converter processing NOTIFICATION
2018-12-09 00:05:32.399 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 48: Alarm converter NOTIFICATION event is 3, type OnOffType
2018-12-09 00:05:32.402 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 48: Updating channel state zwave:device:512:node48:alarm_tamper to ON [OnOffType]
2018-12-09 00:05:32.410 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 48: Commands processed 1.
2018-12-09 00:05:32.415 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 48: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@a72c6c.
2018-12-09 00:05:32.419 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2018-12-09 00:05:32.422 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2018-12-09 00:05:32.424 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2018-12-09 00:05:32.426 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

the fibaro door sensor as I open and close the door, I’ve set it up with the parameter to flash the blue led when it detects an open or close event which it did

2018-12-09 00:10:37.150 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2018-12-09 00:10:37.152 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2018-12-09 00:10:37.154 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2018-12-09 00:10:37.156 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2018-12-09 00:10:46.435 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 08 00 04 00 28 02 84 07 5A 
2018-12-09 00:10:46.440 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=40, callback=0, payload=00 28 02 84 07 
2018-12-09 00:10:46.444 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=40, callback=0, payload=00 28 02 84 07 
2018-12-09 00:10:46.446 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2018-12-09 00:10:46.449 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 40: Application Command Request (ALIVE:DONE)
2018-12-09 00:10:46.451 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: resetResendCount initComplete=true isDead=false
2018-12-09 00:10:46.453 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: Is awake with 0 messages in the queue
2018-12-09 00:10:46.455 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: Start sleep timer at 1000ms
2018-12-09 00:10:46.458 [DEBUG] [ve.internal.protocol.ZWaveController] - NODE 40: Node Status event - Node is AWAKE
2018-12-09 00:10:46.460 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 40: Commands processed 1.
2018-12-09 00:10:46.462 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 40: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@19cb4f.
2018-12-09 00:10:46.464 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2018-12-09 00:10:46.466 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2018-12-09 00:10:46.468 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2018-12-09 00:10:46.470 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2018-12-09 00:10:46.958 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: WakeupTimerTask 0 Messages waiting, state DONE
2018-12-09 00:10:47.457 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: WakeupTimerTask 0 Messages waiting, state DONE
2018-12-09 00:10:47.459 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: No more messages, go back to sleep
2018-12-09 00:10:47.460 [DEBUG] [commandclass.ZWaveWakeUpCommandClass] - NODE 40: Creating new message for application command WAKE_UP_NO_MORE_INFORMATION
2018-12-09 00:10:47.462 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: SECURITY not supported
2018-12-09 00:10:47.464 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 40: Command Class COMMAND_CLASS_WAKE_UP is NOT required to be secured
2018-12-09 00:10:47.466 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 40: sendTransaction org.openhab.binding.zwave.internal.protocol.transaction.ZWaveCommandClassTransactionPayload@62bae5
2018-12-09 00:10:47.468 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 40: Bump transaction 23715 priority from Immediate to Immediate
2018-12-09 00:10:47.470 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 40: Adding to device queue
2018-12-09 00:10:47.472 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 40: Added 23715 to queue - size 8
2018-12-09 00:10:47.473 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2018-12-09 00:10:47.475 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 28 02 84 08 25 45 23 
2018-12-09 00:10:47.478 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 40: Sending REQUEST Message = 01 09 00 13 28 02 84 08 25 45 23 
2018-12-09 00:10:47.479 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2018-12-09 00:10:47.481 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 23715: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 69
2018-12-09 00:10:47.482 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2018-12-09 00:10:47.484 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2018-12-09 00:10:47.486 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2018-12-09 00:10:47.488 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 23715: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 69
2018-12-09 00:10:47.488 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-12-09 00:10:47.489 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2018-12-09 00:10:47.491 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2018-12-09 00:10:47.493 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2018-12-09 00:10:47.493 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2018-12-09 00:10:47.501 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2018-12-09 00:10:47.503 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 23715: [WAIT_RESPONSE] priority=Immediate, requiresResponse=true, callback: 69

So the tamper looks fine - I assume it is working ok?

For motion, there is nothing received, so possibly the associations are set wrong, or maybe the device has a configuration that stops it sending the NOTIFICATION messages (AKA Alarms).

Here again there are no notifications being sent of any sort, so I guess this is a configuration issue. Possibly the association is not set correctly?

So currently none of the 3 are working, that little rule I put in the first post should be triggering a notification and it’s not, even for the tamper. I’m a little lost as what to do now.

bump, anyone have any ideas what I should do / try?