Unable to edit z-wave things

Hardware: Intel Q9650 on Dell 0G261D motherboard
OS: Ubuntu 18.04.4 LTS
JRE: OpenJDK 1.8.0_265
OpenHAB 2.5.7

I just added a new z-wave node, but when attempting to edit the thing’s definitions I’m unable to do so. When in PaperUI I go into the edit screen for the thing I get ERROR: 500 - Internal Server Error popup. The only fields that show are the name and location and I am unable to save changes to either field. No other information is displayed.

This is consistent to every other z-wave thing (at least every one of the 5-6 I tried…).

Unsure if this is related, but when adding the device a second item, node 227 showed up in the inbox and I have no idea what this thing is.

Are your Things managed or unmanaged? You can’t configure unmanaged Things, including configuration parameters.

Node 227 could be a ghost node from a failed inclusion or from resetting a device without first excluding. Ghost nodes will cause issues in the network. There are lots of posts about how to remove them.

They’re switches, ZOOZ ZEN26 switches specifically. But I cannot edit ANY z-wave thing currently, all of which I’ve been able to edit previously

Let’s try again… are your Things managed (created through Paper UI) or unmanaged (created in a .things file)? Do you see any errors in the openhab.log?

Created through Paper UI. Not in a .things file

And there were a bunch of weird entries in the debug file surrounding the new node, but again, I’m now having these problems with every z-wave. So either this new device screwed up my entire z-wave system in some fashion, or I have a different issue that I’ve only now recognized with the new device

I’d recommend that you provide some of this sort of information to allow people to help you. Currently there’s nothing really to go on here. @5iver has already asked for logs and really to help you further this would be really needed.

Below are my DEBUG files from last evening. I was initially focusing on those for the new node (33) but later discovered the overall z-wave issue:

2020-08-04 20:09:19.158 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Command received zwave:device:c57535c9:node33:switch_binary --> OFF [OnOffType]
2020-08-04 20:09:19.159 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 33: Creating new message for application command SWITCH_BINARY_SET
2020-08-04 20:09:19.159 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: SECURITY not supported
2020-08-04 20:09:19.159 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: Command Class COMMAND_CLASS_SWITCH_BINARY is NOT required to be secured
2020-08-04 20:09:19.159 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Adding to device queue
2020-08-04 20:09:19.159 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Added 176 to queue - size 9
2020-08-04 20:09:19.159 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-08-04 20:09:19.160 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 21 03 25 01 00 25 77 B2 
2020-08-04 20:09:19.160 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 33: Sending REQUEST Message = 01 0A 00 13 21 03 25 01 00 25 77 B2 
2020-08-04 20:09:19.162 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2020-08-04 20:09:19.162 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2020-08-04 20:09:19.163 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-08-04 20:09:19.163 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 176: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 119
2020-08-04 20:09:19.163 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-08-04 20:09:19.163 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-08-04 20:09:19.163 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Polling initialised at 1800 seconds - start in 1500 milliseconds.
2020-08-04 20:09:19.163 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2020-08-04 20:09:19.163 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-08-04 20:09:19.164 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-08-04 20:09:19.170 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2020-08-04 20:09:19.171 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2020-08-04 20:09:19.171 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2020-08-04 20:09:19.171 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 176: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 119
2020-08-04 20:09:19.171 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-08-04 20:09:19.171 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 176: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 119
2020-08-04 20:09:19.171 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2020-08-04 20:09:19.172 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 33: sentData successfully placed on stack.
2020-08-04 20:09:19.172 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 176: Advanced to WAIT_REQUEST
2020-08-04 20:09:19.172 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: TID 176: Transaction not completed
2020-08-04 20:09:19.172 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-08-04 20:09:19.172 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-08-04 20:09:19.238 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 77 00 00 07 9B 
2020-08-04 20:09:19.239 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=119, payload=77 00 00 07 
2020-08-04 20:09:19.239 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=119, payload=77 00 00 07 
2020-08-04 20:09:19.239 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 176: [WAIT_REQUEST] priority=Set, requiresResponse=true, callback: 119
2020-08-04 20:09:19.239 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-08-04 20:09:19.240 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 176: [WAIT_REQUEST] priority=Set, requiresResponse=true, callback: 119
2020-08-04 20:09:19.240 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 176: (Callback 119)
2020-08-04 20:09:19.240 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2020-08-04 20:09:19.240 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 176: callback 119
2020-08-04 20:09:19.240 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=119, payload=77 00 00 07 
2020-08-04 20:09:19.240 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 33: SendData Request. CallBack ID = 119, Status = Transmission complete and ACK received(0)
2020-08-04 20:09:19.240 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: resetResendCount initComplete=true isDead=false
2020-08-04 20:09:19.240 [DEBUG] [e.internal.protocol.ZWaveTransaction] - TID 176: Transaction COMPLETED
2020-08-04 20:09:19.240 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Response processed after 77ms
2020-08-04 20:09:19.241 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: TID 176: Transaction completed
2020-08-04 20:09:19.241 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: notifyTransactionResponse TID:176 DONE
2020-08-04 20:09:19.241 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2020-08-04 20:09:19.241 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-08-04 20:09:19.241 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-08-04 20:09:19.653 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 21 03 25 03 00 F6 
2020-08-04 20:09:19.654 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=33, callback=0, payload=00 21 03 25 03 00 
2020-08-04 20:09:19.654 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=33, callback=0, payload=00 21 03 25 03 00 
2020-08-04 20:09:19.654 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-08-04 20:09:19.654 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Application Command Request (ALIVE:DONE)
2020-08-04 20:09:19.654 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: resetResendCount initComplete=true isDead=false
2020-08-04 20:09:19.654 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: Incoming command class COMMAND_CLASS_SWITCH_BINARY, endpoint 0
2020-08-04 20:09:19.655 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: SECURITY not supported
2020-08-04 20:09:19.655 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 33: Received COMMAND_CLASS_SWITCH_BINARY V1 SWITCH_BINARY_REPORT
2020-08-04 20:09:19.655 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 33: Switch Binary report, value = 0
2020-08-04 20:09:19.655 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2020-08-04 20:09:19.655 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SWITCH_BINARY, value=0
2020-08-04 20:09:19.655 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Updating channel state zwave:device:c57535c9:node33:switch_binary to OFF [OnOffType]
2020-08-04 20:09:19.656 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Commands processed 1.
2020-08-04 20:09:19.656 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@5fa8bc22.
2020-08-04 20:09:19.656 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-08-04 20:09:19.656 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-08-04 20:09:19.656 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-08-04 20:09:19.656 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-08-04 20:09:20.663 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Polling...
2020-08-04 20:09:20.664 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Polling zwave:device:c57535c9:node33:switch_binary
2020-08-04 20:09:20.664 [DEBUG] [converter.ZWaveBinarySwitchConverter] - NODE 33: Generating poll message for COMMAND_CLASS_SWITCH_BINARY, endpoint 0
2020-08-04 20:09:20.664 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 33: Creating new message for application command SWITCH_BINARY_GET
2020-08-04 20:09:20.664 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: SECURITY not supported
2020-08-04 20:09:20.664 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: Command Class COMMAND_CLASS_SWITCH_BINARY is NOT required to be secured
2020-08-04 20:09:20.664 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Polling skipped for zwave:device:c57535c9:node33:switch_binary on COMMAND_CLASS_BASIC
2020-08-04 20:09:20.665 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Adding to device queue
2020-08-04 20:09:20.665 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Added 177 to queue - size 9
2020-08-04 20:09:20.665 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2020-08-04 20:09:20.665 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 21 02 25 02 25 78 BC 
2020-08-04 20:09:20.665 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 33: Sending REQUEST Message = 01 09 00 13 21 02 25 02 25 78 BC 
2020-08-04 20:09:20.667 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2020-08-04 20:09:20.667 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-08-04 20:09:20.667 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2020-08-04 20:09:20.667 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2020-08-04 20:09:20.667 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-08-04 20:09:20.667 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 177: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 120
2020-08-04 20:09:20.667 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2020-08-04 20:09:20.667 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-08-04 20:09:20.667 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-08-04 20:09:20.675 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2020-08-04 20:09:20.676 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2020-08-04 20:09:20.676 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2020-08-04 20:09:20.676 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 177: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 120
2020-08-04 20:09:20.676 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-08-04 20:09:20.676 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 177: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 120
2020-08-04 20:09:20.676 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2020-08-04 20:09:20.676 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 33: sentData successfully placed on stack.
2020-08-04 20:09:20.677 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 177: Advanced to WAIT_REQUEST
2020-08-04 20:09:20.677 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: TID 177: Transaction not completed
2020-08-04 20:09:20.677 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-08-04 20:09:20.677 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-08-04 20:09:20.691 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 78 00 00 03 90 
2020-08-04 20:09:20.692 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=120, payload=78 00 00 03 
2020-08-04 20:09:20.692 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=120, payload=78 00 00 03 
2020-08-04 20:09:20.692 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 177: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 120
2020-08-04 20:09:20.692 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2020-08-04 20:09:20.692 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 177: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 120
2020-08-04 20:09:20.692 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 177: (Callback 120)
2020-08-04 20:09:20.692 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2020-08-04 20:09:20.693 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 177: callback 120
2020-08-04 20:09:20.693 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=120, payload=78 00 00 03 
2020-08-04 20:09:20.693 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 33: SendData Request. CallBack ID = 120, Status = Transmission complete and ACK received(0)
2020-08-04 20:09:20.693 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: resetResendCount initComplete=true isDead=false
2020-08-04 20:09:20.693 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 177: Advanced to WAIT_DATA
2020-08-04 20:09:20.693 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: TID 177: Transaction not completed
2020-08-04 20:09:20.693 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-08-04 20:09:20.693 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2020-08-04 20:09:20.706 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 21 03 25 03 00 F6 
2020-08-04 20:09:20.707 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=33, callback=0, payload=00 21 03 25 03 00 
2020-08-04 20:09:20.707 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=33, callback=0, payload=00 21 03 25 03 00 
2020-08-04 20:09:20.707 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2020-08-04 20:09:20.707 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Application Command Request (ALIVE:DONE)
2020-08-04 20:09:20.707 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: resetResendCount initComplete=true isDead=false
2020-08-04 20:09:20.707 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: Incoming command class COMMAND_CLASS_SWITCH_BINARY, endpoint 0
2020-08-04 20:09:20.707 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 33: SECURITY not supported
2020-08-04 20:09:20.708 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 33: Received COMMAND_CLASS_SWITCH_BINARY V1 SWITCH_BINARY_REPORT
2020-08-04 20:09:20.708 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 33: Switch Binary report, value = 0
2020-08-04 20:09:20.708 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2020-08-04 20:09:20.708 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SWITCH_BINARY, value=0
2020-08-04 20:09:20.708 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Updating channel state zwave:device:c57535c9:node33:switch_binary to OFF [OnOffType]
2020-08-04 20:09:20.708 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Commands processed 1.
2020-08-04 20:09:20.708 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@fc2c4bd.
2020-08-04 20:09:20.709 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@fc2c4bd.
2020-08-04 20:09:20.709 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 33: notifyTransactionResponse TID:177 DONE
2020-08-04 20:09:20.709 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 33: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2020-08-04 20:09:20.709 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2020-08-04 20:09:20.709 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2020-08-04 20:09:20.709 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2020-08-04 20:09:20.709 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

In the console, run…

list -s | grep zwave

This will display your zwave binding info. There should only be one entry. The error you are receiving could be caused by running two zwave bindings.

1 Like

Well, well, this seems problematic…

203 | Active | 80 | 2.5.7.202006220338
248 | Active | 80 | 2.5.7

So I can remove one of these. I’d installed a binding snapshot a few months ago, after Chris had updated the files for an Inovelli switch. And then the binding updated at some point, but the snapshot remained (I’ve done no other work, so that makes the most sense to me). This is the first time I’d installed a snapshot. Did I miss a step at some point to remove the snapshot?

Yes. Delete the jar from the addons directory.

1 Like

You could use the script to uninstall it. There are actually a few jars to remove.

And that did the trick.

Thanks all for the help, as usual the community support is EXCELLENT!

One last: If I go the route of installing a snapshot again in the future…do I need to watch for the binding updates to publish and manually remove the jar and snapshot binding? Again, this was my first shot

1 Like

yeah
if you’ve installed a dev version by putting the jar in addons before upgrading OpenHab, which install the latest stable, you must remove the dev jar in addons
hope this makes sense

Add-ons copied to the /add-ons/ directory are unmanaged, meaning OH will leave them to you for care and feeding… and updating and removing.

1 Like

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.