Zooz Zen30 Dimmer Issue

Ahh, ok, that also explains why it asks twice, I was wondering about that. Since my user for the linux side of thing is openhabian I completely missed that it wanted the openhab karaf password. Totally on me for not noticing that. Might I suggest changing that prompt to Logging into the Karaf console as openhab ? Makes it much harder for idiots like me to enter the wrong password there.

Thanks again to everyone for the help.

So now that I have the new binding installed, and working I have re-added the Zen30 as a Thing(I deleted it when I removed the old Z-Wave binding). There are only three bindings, which make sense. They are the switch_dimmer, scene_number and switch_binary1.

Switch_binary1 continues to work as expected, but the dimmer does not.

Digging into the events log it would appear that the dimmer is now updating the “scene_number” channel on openhab. The dimmer does accept and execute updates that come from OpenHab.

When you say to remove and re-add Z-Wave stuff when updating the binding, do you mean completely dissociate the device from the Z-Stick as well as delete it in openHAB? Or is removing it from OpenHAB but leaving it connected to the Z-Stick enough?

That is the Karaf version. you can see the openHAB version in the etc/version.properties file off userdata.

The latest stable version is 2.5.1 and would look like this.

openHAB Distribution Version Information
----------------------------------------
build-no        : Release Build
online-repo     : https://openhab.jfrog.io/openhab/libs-release

Repository        Version
----------------------------------------
openhab-distro  : 2.5.1
openhab-core    : 2.5.0
openhab1-addons : 1.14.0
openhab2-addons : 2.5.1
karaf           : 4.2.7
1 Like

That is good to know. Thanks!

    openHAB Distribution Version Information
    ----------------------------------------
    build-no        : Release Build
    online-repo     : https://openhab.jfrog.io/openhab/libs-release

    Repository        Version
    ----------------------------------------
    openhab-distro  : 2.5.1
    openhab-core    : 2.5.0
    openhab1-addons : 1.14.0
    openhab2-addons : 2.5.1
    karaf           : 4.2.7
1 Like

Notice core is still 2.5.0. They expect only to update the addons version for 2.5.x going forward. That is why the bottom of your dashboard still says 2.5.0.

1 Like

That prompt is not part of the script, so I can’t change it. The login is something new though and I could put in a message to help clarify what account will be required. It is surprising to me when OH users are not familiar with using the console, since it is such an important tool in managing and troubleshooting issues with OH.

What is not functioning for you? If it is that manually updating the dimmer does not reflect changes to the state of an Item within OH, have you confirmed this in a zwave debug log?

I have an Item linked to the dimmer channel, it is type dimmer. If I adjust this in the control section of the PaperUI the zooz dimmer gets the updates and adjusts accordingly. If I press the dimming paddle on the switch the Item in openHab does not get updated, there is no change.

In the event log I can see the switch is sending updates to the scene_number channel.

Can you direct me on how to do this. I assume this would be in the console?

Thanks again for the help!

Look up the zwave binding documentation. There is a troubleshooting section at the bottom.

Just to be sure though, check the configuration parameters and associations.

Got it, thanks. The log looks identical to the events log, so I guess the answer to your question about confirming the update is yes. Here is a copy of the debug log from when I press the paddle on the switch, as I said, it updates the “scene_number” channel.

2020-02-16 13:29:21.650 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0B 00 04 00 0A 05 5B 03 0D 80 01 2B
2020-02-16 13:29:21.657 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=10, callback=0, payload=00 0A 05 5B 03 0D 80 01
2020-02-16 13:29:21.661 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=10, callback=0, payload=00 0A 05 5B 03 0D 80 01
2020-02-16 13:29:21.665 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-02-16 13:29:21.668 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 10: Application Command Request (ALIVE:DONE)
2020-02-16 13:29:21.671 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 10: resetResendCount initComplete=true isDead=false
2020-02-16 13:29:21.675 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 10: Incoming command class COMMAND_CLASS_CENTRAL_SCENE, endpoint 0
2020-02-16 13:29:21.678 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 10: SECURITY not supported
2020-02-16 13:29:21.681 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 10: Received COMMAND_CLASS_CENTRAL_SCENE V3 CENTRAL_SCENE_NOTIFICATION
2020-02-16 13:29:21.685 [DEBUG] [dclass.ZWaveCentralSceneCommandClass] - NODE 10: Received scene 1 at key 0 [Single Press]
2020-02-16 13:29:21.689 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 10: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2020-02-16 13:29:21.692 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 10: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_CENTRAL_SCENE, value=1.0
2020-02-16 13:29:21.697 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 10: Updating channel state zwave:device:71b2b0ad:node10:scene_number to 1.0 [DecimalType]
2020-02-16 13:29:21.701 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 10: Commands processed 1.
2020-02-16 13:29:21.704 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 10: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@170e5ab.
2020-02-16 13:29:21.707 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-02-16 13:29:21.711 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-02-16 13:29:21.714 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-02-16 13:29:21.717 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

I believe you mean the settings on the Thing in openhab, all the parameter values. If so, they are all set to stock settings, I have not adjusted them at all. Nor have I done any adjustments with the switch itself, so it should be running in an completely out of the box state.

I am not sure what you mean by associations though. But all I did was add the Thing, then link it to the Item and not change anything else.

Just a quick update to this. I removed the Zen30 from openHab, unpaired it from the Zwave controller. Then I factory reset it. Once I was sure it was reset, I then paired it up again, it is now node 11. I then assigned the Items to the switch and dimmer channels and tried them out. I changed none of the settings on the Zen or in OpenHAB, everything is default.

As before, the switch works fine both from OH and from the switch. The dimmer is unfortunately still updating the “scene_number” channel, but OH is sending the updates on the right channel and being received by the switch.

Here is a copy of the debug log:

2020-02-16 19:58:26.435 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0B 00 04 00 0B 05 5B 03 12 80 01 35
2020-02-16 19:58:26.439 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=11, callback=0, payload=00 0B 05 5B 03 12 80 01
2020-02-16 19:58:26.442 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=11, callback=0, payload=00 0B 05 5B 03 12 80 01
2020-02-16 19:58:26.444 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-02-16 19:58:26.446 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Application Command Request (ALIVE:DONE)
2020-02-16 19:58:26.448 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: resetResendCount initComplete=true isDead=false
2020-02-16 19:58:26.450 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: Incoming command class COMMAND_CLASS_CENTRAL_SCENE, endpoint 0
2020-02-16 19:58:26.453 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: SECURITY not supported
2020-02-16 19:58:26.455 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 11: Received COMMAND_CLASS_CENTRAL_SCENE V3 CENTRAL_SCENE_NOTIFICATION
2020-02-16 19:58:26.457 [DEBUG] [dclass.ZWaveCentralSceneCommandClass] - NODE 11: Received scene 1 at key 0 [Single Press]
2020-02-16 19:58:26.459 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2020-02-16 19:58:26.462 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_CENTRAL_SCENE, value=1.0
2020-02-16 19:58:26.465 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Updating channel state zwave:device:71b2b0ad:node11:scene_number to 1.0 [DecimalType]
2020-02-16 19:58:26.467 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Commands processed 1.
2020-02-16 19:58:26.469 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@16c2779.
2020-02-16 19:58:26.472 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-02-16 19:58:26.474 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-02-16 19:58:26.476 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-02-16 19:58:26.478 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

By default, there are no associations set for group 2 or 3. Try adding the controller to these to see if this enables the functionality you are looking for.

No change.

And just to make sure we are on the same page here, I am looking for this dimmer to work as a dimmer, that is when I adjust the dimmer it should update the linked dimmer Item in OH and this is not happening. I am reasonably sure that this is what anyone would expect this thing to do. Though if I am wrong or have unreasonable expectations, then please let me know.

Can the controller associate to group 2 to get dimmer status updates?

Yes. That was what I was hoping would work, but apparently not. @Lutiana, do you have a debug log of when you set the associations? I’d like to make sure that these got set.

I’ll get mine setup again in a test environment and see if I can reproduce this. I’m fairly confident that it all worked properly, but I could be wrong.

1 Like

Thanks I was not sure of my Z-Wave understanding.

I did not, but I removed the association, then re-added it to get this:

2020-02-17 20:20:37.386 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update received
2020-02-17 20:20:37.392 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored binding_cmdrepollperiod to 1500 (BigDecimal)
2020-02-17 20:20:37.396 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored group_1 to controller (String)
2020-02-17 20:20:37.401 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update set group_3 to [controller] (ArrayList)
2020-02-17 20:20:37.403 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Association 3 consolidated to [controller]
2020-02-17 20:20:37.406 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Current members before update ZWaveAssociationGroup [index=3, name=BASIC SET EP 1, profile1=32, profile2=2, associations=[node_1_1]]
2020-02-17 20:20:37.408 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Members after config update ZWaveAssociationGroup [index=3, name=null, profile1=null, profile2=null, associations=[node_1_1]]
2020-02-17 20:20:37.410 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Controller is master - forcing associations
2020-02-17 20:20:37.413 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Members after controller update ZWaveAssociationGroup [index=3, name=null, profile1=null, profile2=null, associations=[node_1_1]]
2020-02-17 20:20:37.416 [DEBUG] [ss.ZWaveMultiAssociationCommandClass] - NODE 11: Creating new message for command MULTI_ASSOCIATIONCMD_GET group 3
2020-02-17 20:20:37.418 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: SECURITY not supported
2020-02-17 20:20:37.420 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: Command Class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION is NOT required to be secured
2020-02-17 20:20:37.422 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Adding to device queue
2020-02-17 20:20:37.426 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Added 607 to queue - size 1
2020-02-17 20:20:37.428 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-02-17 20:20:37.431 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 0B 03 8E 02 03 25 C5 81
2020-02-17 20:20:37.434 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 11: Sending REQUEST Message = 01 0A 00 13 0B 03 8E 02 03 25 C5 81
2020-02-17 20:20:37.439 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2020-02-17 20:20:37.437 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2020-02-17 20:20:37.441 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-02-17 20:20:37.444 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-02-17 20:20:37.446 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
2020-02-17 20:20:37.446 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-02-17 20:20:37.448 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2020-02-17 20:20:37.449 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-02-17 20:20:37.445 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 607: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 1972020-02-17 20:20:37.453 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-02-17 20:20:37.449 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
2020-02-17 20:20:37.453 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update set group_2 to [controller] (ArrayList)
2020-02-17 20:20:37.456 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
2020-02-17 20:20:37.458 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 607: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 197
2020-02-17 20:20:37.458 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Association 2 consolidated to [controller]
2020-02-17 20:20:37.462 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 C5 00 00 02 2C
2020-02-17 20:20:37.464 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-02-17 20:20:37.465 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=197, payload=C5 00 00 02
2020-02-17 20:20:37.466 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 607: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 197
2020-02-17 20:20:37.468 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Current members before update ZWaveAssociationGroup [index=2, name=BASIC SET EP 0, profile1=32, profile2=1, associations=[]]
2020-02-17 20:20:37.471 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Members after config update ZWaveAssociationGroup [index=2, name=null, profile1=null, profile2=null, associations=[node_1_1]]
2020-02-17 20:20:37.474 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Controller is master - forcing associations
2020-02-17 20:20:37.480 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0E 00 04 00 0B 08 8E 03 03 05 00 00 01 01 7D
2020-02-17 20:20:37.480 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
2020-02-17 20:20:37.483 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 11: sentData successfully placed on stack.
2020-02-17 20:20:37.484 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 1<>127 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=11, callback=0, payload=00 0B 08 8E 03 03 05 00 00 01 01
2020-02-17 20:20:37.481 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Members after controller update ZWaveAssociationGroup [index=2, name=null, profile1=null, profile2=null, associations=[node_1_1]]
2020-02-17 20:20:37.486 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Adding node_1_1 to association group 2
2020-02-17 20:20:37.489 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 607: Advanced to WAIT_REQUEST
2020-02-17 20:20:37.489 [DEBUG] [ss.ZWaveMultiAssociationCommandClass] - NODE 11: Creating new message for command MULTI_ASSOCIATIONCMD_SET
2020-02-17 20:20:37.493 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: SECURITY not supported
2020-02-17 20:20:37.496 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: Command Class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION is NOT required to be secured
2020-02-17 20:20:37.499 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: TID 607: Transaction not completed
2020-02-17 20:20:37.499 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Adding to device queue
2020-02-17 20:20:37.501 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (1): Message: class=SendData[19], type=Request[0], dest=0, callback=197, payload=C5 00 00 02
2020-02-17 20:20:37.504 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Added 608 to queue - size 1
2020-02-17 20:20:37.507 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-02-17 20:20:37.511 [DEBUG] [ss.ZWaveMultiAssociationCommandClass] - NODE 11: Creating new message for command MULTI_ASSOCIATIONCMD_GET group 2
2020-02-17 20:20:37.514 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: SECURITY not supported
2020-02-17 20:20:37.518 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 607: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 197
2020-02-17 20:20:37.520 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-02-17 20:20:37.518 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: Command Class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION is NOT required to be secured
2020-02-17 20:20:37.522 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 607: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 197
2020-02-17 20:20:37.524 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 607: (Callback 197)
2020-02-17 20:20:37.527 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2020-02-17 20:20:37.529 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 607: callback 197
2020-02-17 20:20:37.531 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=197, payload=C5 00 00 02
2020-02-17 20:20:37.533 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 11: SendData Request. CallBack ID = 197, Status = Transmission complete and ACK received(0)
2020-02-17 20:20:37.531 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Adding to device queue
2020-02-17 20:20:37.535 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: resetResendCount initComplete=true isDead=false
2020-02-17 20:20:37.538 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 607: Advanced to WAIT_DATA
2020-02-17 20:20:37.540 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: TID 607: Transaction not completed
2020-02-17 20:20:37.542 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=11, callback=0, payload=00 0B 08 8E 03 03 05 00 00 01 01
2020-02-17 20:20:37.544 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-02-17 20:20:37.546 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Application Command Request (ALIVE:DONE)
2020-02-17 20:20:37.542 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Added 609 to queue - size 2
2020-02-17 20:20:37.549 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: resetResendCount initComplete=true isDead=false
2020-02-17 20:20:37.551 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: Incoming command class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION, endpoint 0
2020-02-17 20:20:37.554 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: SECURITY not supported
2020-02-17 20:20:37.553 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-02-17 20:20:37.556 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 11: Received COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION V3 MULTI_ASSOCIATIONCMD_REPORT
2020-02-17 20:20:37.557 [DEBUG] [ss.ZWaveMultiAssociationCommandClass] - NODE 11: association group 3 has max associations 5
2020-02-17 20:20:37.559 [DEBUG] [ss.ZWaveMultiAssociationCommandClass] - NODE 11: Association group 3 includes the following nodes:
2020-02-17 20:20:37.559 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored action_reinit to false (Boolean)
2020-02-17 20:20:37.562 [DEBUG] [ss.ZWaveMultiAssociationCommandClass] - NODE 11: Associated with Node 1 endpoint 1 in group
2020-02-17 20:20:37.562 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_11_4 to 0 (BigDecimal)
2020-02-17 20:20:37.564 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got an event from Z-Wave network: ZWaveAssociationEvent
2020-02-17 20:20:37.566 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ASSOCIATION, value=0
2020-02-17 20:20:37.566 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_17_1 to 0 (BigDecimal)
2020-02-17 20:20:37.568 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Commands processed 1.
2020-02-17 20:20:37.570 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1f611a2.
2020-02-17 20:20:37.569 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_10_4 to 0 (BigDecimal)
2020-02-17 20:20:37.572 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1f611a2.
2020-02-17 20:20:37.573 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_18_1 to 0 (BigDecimal)
2020-02-17 20:20:37.574 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: notifyTransactionResponse TID:607 DONE
2020-02-17 20:20:37.575 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_12_1 to 3 (BigDecimal)
2020-02-17 20:20:37.577 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2020-02-17 20:20:37.578 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_19_1 to 1 (BigDecimal)
2020-02-17 20:20:37.579 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2020-02-17 20:20:37.580 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-02-17 20:20:37.580 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_13_1 to 1 (BigDecimal)
2020-02-17 20:20:37.581 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-02-17 20:20:37.583 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-02-17 20:20:37.583 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_14_1 to 1 (BigDecimal)
2020-02-17 20:20:37.585 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 13 0B 06 8E 01 02 00 01 01 25 C6 82
2020-02-17 20:20:37.584 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_15_1 to 99 (BigDecimal)
2020-02-17 20:20:37.587 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 11: Sending REQUEST Message = 01 0D 00 13 0B 06 8E 01 02 00 01 01 25 C6 82
2020-02-17 20:20:37.592 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2020-02-17 20:20:37.591 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_20_1 to 1 (BigDecimal)
2020-02-17 20:20:37.593 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2020-02-17 20:20:37.595 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-02-17 20:20:37.594 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_21_1 to 4 (BigDecimal)
2020-02-17 20:20:37.598 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 608: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 1982020-02-17 20:20:37.597 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_22_1 to 0 (BigDecimal)
2020-02-17 20:20:37.599 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
2020-02-17 20:20:37.601 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_8_4 to 0 (BigDecimal)
2020-02-17 20:20:37.603 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 1<>127 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
2020-02-17 20:20:37.604 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_9_4 to 0 (BigDecimal)
2020-02-17 20:20:37.606 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (1): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-02-17 20:20:37.607 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 608: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 198
2020-02-17 20:20:37.607 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored action_failed to false (Boolean)
2020-02-17 20:20:37.609 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2020-02-17 20:20:37.609 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored action_remove to false (Boolean)
2020-02-17 20:20:37.611 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
2020-02-17 20:20:37.612 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored binding_pollperiod to 86400 (BigDecimal)
2020-02-17 20:20:37.614 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 608: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 198
2020-02-17 20:20:37.615 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored action_heal to false (Boolean)
2020-02-17 20:20:37.616 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 C6 00 00 02 2F
2020-02-17 20:20:37.618 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_1_1 to 0 (BigDecimal)
2020-02-17 20:20:37.620 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=198, payload=C6 00 00 02
2020-02-17 20:20:37.622 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_2_1 to 0 (BigDecimal)
2020-02-17 20:20:37.622 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-02-17 20:20:37.624 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 608: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 198
2020-02-17 20:20:37.624 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_7_1 to 1 (BigDecimal)
2020-02-17 20:20:37.627 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
2020-02-17 20:20:37.627 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_3_1 to 0 (BigDecimal)
2020-02-17 20:20:37.629 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 11: sentData successfully placed on stack.
2020-02-17 20:20:37.630 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_23_1 to 0 (BigDecimal)
2020-02-17 20:20:37.632 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 608: Advanced to WAIT_REQUEST
2020-02-17 20:20:37.633 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_4_1 to 0 (BigDecimal)
2020-02-17 20:20:37.634 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: TID 608: Transaction not completed
2020-02-17 20:20:37.637 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=198, payload=C6 00 00 02
2020-02-17 20:20:37.637 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_5_1 to 1 (BigDecimal)
2020-02-17 20:20:37.638 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 608: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 198
2020-02-17 20:20:37.639 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored node_id to 11 (BigDecimal)
2020-02-17 20:20:37.640 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-02-17 20:20:37.643 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 608: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 198
2020-02-17 20:20:37.642 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Configuration update ignored config_6_1 to 1 (BigDecimal)
2020-02-17 20:20:37.644 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 608: (Callback 198)
2020-02-17 20:20:37.646 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2020-02-17 20:20:37.648 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 608: callback 198
2020-02-17 20:20:37.650 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=198, payload=C6 00 00 02
2020-02-17 20:20:37.652 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 11: SendData Request. CallBack ID = 198, Status = Transmission complete and ACK received(0)
2020-02-17 20:20:37.655 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: resetResendCount initComplete=true isDead=false
2020-02-17 20:20:37.657 [DEBUG] [e.internal.protocol.ZWaveTransaction] - TID 608: Transaction COMPLETED
2020-02-17 20:20:37.662 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Response processed after 64ms
2020-02-17 20:20:37.664 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: TID 608: Transaction completed
2020-02-17 20:20:37.668 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: notifyTransactionResponse TID:608 DONE
2020-02-17 20:20:37.676 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2020-02-17 20:20:37.680 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-02-17 20:20:37.682 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-02-17 20:20:37.685 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 0B 03 8E 02 02 25 C7 82
2020-02-17 20:20:37.687 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 11: Sending REQUEST Message = 01 0A 00 13 0B 03 8E 02 02 25 C7 82
2020-02-17 20:20:37.690 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2020-02-17 20:20:37.692 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2020-02-17 20:20:37.693 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 609: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 1992020-02-17 20:20:37.694 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-02-17 20:20:37.696 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-02-17 20:20:37.698 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 609: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 199
2020-02-17 20:20:37.699 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2020-02-17 20:20:37.699 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
2020-02-17 20:20:37.701 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-02-17 20:20:37.702 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-02-17 20:20:37.704 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
2020-02-17 20:20:37.706 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
2020-02-17 20:20:37.708 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 609: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 199
2020-02-17 20:20:37.709 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-02-17 20:20:37.711 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 609: [WAIT_RESPONSE] priority=Config, requiresResponse=true, callback: 199
2020-02-17 20:20:37.712 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01
2020-02-17 20:20:37.714 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 C7 00 00 02 2E
2020-02-17 20:20:37.714 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 11: sentData successfully placed on stack.
2020-02-17 20:20:37.716 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 609: Advanced to WAIT_REQUEST
2020-02-17 20:20:37.718 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: TID 609: Transaction not completed
2020-02-17 20:20:37.718 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=199, payload=C7 00 00 02
2020-02-17 20:20:37.719 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-02-17 20:20:37.721 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-02-17 20:20:37.723 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=199, payload=C7 00 00 02
2020-02-17 20:20:37.724 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 609: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 199
2020-02-17 20:20:37.726 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-02-17 20:20:37.727 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 609: [WAIT_REQUEST] priority=Config, requiresResponse=true, callback: 199
2020-02-17 20:20:37.728 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 609: (Callback 199)
2020-02-17 20:20:37.730 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2020-02-17 20:20:37.731 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 609: callback 199
2020-02-17 20:20:37.732 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0E 00 04 00 0B 08 8E 03 02 05 00 00 01 01 7C
2020-02-17 20:20:37.733 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=199, payload=C7 00 00 02
2020-02-17 20:20:37.735 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 11: SendData Request. CallBack ID = 199, Status = Transmission complete and ACK received(0)
2020-02-17 20:20:37.737 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: resetResendCount initComplete=true isDead=false
2020-02-17 20:20:37.738 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=11, callback=0, payload=00 0B 08 8E 03 02 05 00 00 01 01
2020-02-17 20:20:37.738 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 609: Advanced to WAIT_DATA
2020-02-17 20:20:37.740 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: TID 609: Transaction not completed
2020-02-17 20:20:37.742 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=11, callback=0, payload=00 0B 08 8E 03 02 05 00 00 01 01
2020-02-17 20:20:37.743 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-02-17 20:20:37.745 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Application Command Request (ALIVE:DONE)
2020-02-17 20:20:37.746 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: resetResendCount initComplete=true isDead=false
2020-02-17 20:20:37.748 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: Incoming command class COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION, endpoint 0
2020-02-17 20:20:37.749 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 11: SECURITY not supported
2020-02-17 20:20:37.751 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 11: Received COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION V3 MULTI_ASSOCIATIONCMD_REPORT
2020-02-17 20:20:37.752 [DEBUG] [ss.ZWaveMultiAssociationCommandClass] - NODE 11: association group 2 has max associations 5
2020-02-17 20:20:37.754 [DEBUG] [ss.ZWaveMultiAssociationCommandClass] - NODE 11: Association group 2 includes the following nodes:
2020-02-17 20:20:37.755 [DEBUG] [ss.ZWaveMultiAssociationCommandClass] - NODE 11: Associated with Node 1 endpoint 1 in group
2020-02-17 20:20:37.757 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got an event from Z-Wave network: ZWaveAssociationEvent
2020-02-17 20:20:37.758 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ASSOCIATION, value=0
2020-02-17 20:20:37.760 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Commands processed 1.
2020-02-17 20:20:37.762 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1c81502.
2020-02-17 20:20:37.763 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1c81502.
2020-02-17 20:20:37.765 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 11: notifyTransactionResponse TID:609 DONE
2020-02-17 20:20:37.766 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 11: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2020-02-17 20:20:37.768 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2020-02-17 20:20:37.769 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-02-17 20:20:37.771 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-02-17 20:20:37.772 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

@5iver - any updates? Did you testing result in the same thing I am seeing here?

I will have some info later today

I’ve set the device up and I’m seeing the same behavior that you have reported. I have an idea that may help and should have time in the next few days to test it out.

2 Likes