Zwave Jar download location?

The first thing I would suggest is to use the latest version of the binding, but I also see an error that states the serial port doesn’t exist, so you also might want to look at resolving that as well…

10:22:02.347 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'zwave:serial_zstick:153d18b1dd4' changed from UNINITIALIZED to INITIALIZING
10:22:02.351 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Initializing ZWave serial controller.
10:22:02.358 [DEBUG] [zwave.handler.ZWaveControllerHandler] - Initializing ZWave Controller.
10:22:02.365 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occured while initializing handler of thing 'zwave:serial_zstick:153d18b1dd4': java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
java.util.concurrent.ExecutionException: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)[:1.8.0]
	at java.util.concurrent.FutureTask.get(FutureTask.java:206)[:1.8.0]
	at org.eclipse.smarthome.core.common.SafeMethodCaller.callAsynchronous(SafeMethodCaller.java:179)[88:org.eclipse.smarthome.core:0.8.0.201603141848]
	at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:72)[88:org.eclipse.smarthome.core:0.8.0.201603141848]
	at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:56)[88:org.eclipse.smarthome.core:0.8.0.201603141848]
	at org.eclipse.smarthome.core.thing.internal.ThingManager$7.run(ThingManager.java:641)[94:org.eclipse.smarthome.core.thing:0.8.0.201603141848]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)[:1.8.0]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)[:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0]
	at java.lang.Thread.run(Thread.java:744)[:1.8.0]
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
	at org.openhab.binding.zwave.handler.ZWaveControllerHandler.initialize(ZWaveControllerHandler.java:79)[165:org.openhab.binding.zwave:2.0.0.201603170203]
	at org.openhab.binding.zwave.handler.ZWaveSerialHandler.initialize(ZWaveSerialHandler.java:76)[165:org.openhab.binding.zwave:2.0.0.201603170203]
	at org.eclipse.smarthome.core.thing.internal.ThingManager$7$1.call(ThingManager.java:644)[94:org.eclipse.smarthome.core.thing:0.8.0.201603141848]
	at org.eclipse.smarthome.core.thing.internal.ThingManager$7$1.call(ThingManager.java:1)[94:org.eclipse.smarthome.core.thing:0.8.0.201603141848]
	at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:170)[88:org.eclipse.smarthome.core:0.8.0.201603141848]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0]
	... 3 more
10:22:02.374 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'zwave:serial_zstick:153d18b1dd4' changed from INITIALIZING to UNINITIALIZED (HANDLER_INITIALIZING_ERROR): java.lang.String cannot be cast to java.lang.Boolean
10:22:02.380 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Initializing ZWave serial controller.
10:22:02.406 [DEBUG] [org.openhab.binding.zwave           ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.core.thing.binding.ThingHandler}={thing.type=zwave:serial_zstick, thing.id=zwave:serial_zstick:153d21d70d0, service.id=271, service.bundleid=165, service.scope=singleton} - org.openhab.binding.zwave
10:22:02.405 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'zwave:serial_zstick:153d21d70d0' changed from UNINITIALIZED to INITIALIZING
10:22:02.406 [DEBUG] [zwave.handler.ZWaveControllerHandler] - Initializing ZWave Controller.
10:22:02.412 [DEBUG] [org.openhab.binding.zwave           ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.core.thing.binding.ThingHandlerFactory}={component.name=org.openhab.binding.zwave.internal.ZWaveHandlerFactory, component.id=165, service.id=269, service.bundleid=165, service.scope=bundle} - org.openhab.binding.zwave
10:22:02.416 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Connecting to serial port '/dev/ttyACM0'
10:22:02.417 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'zwave:serial_zstick:153d21d70d0' changed from INITIALIZING to ONLINE
10:22:02.758 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Starting ZWave thread: Receive
10:22:02.758 [INFO ] [ing.zwave.handler.ZWaveSerialHandler] - Serial port is initialized
10:22:02.767 [DEBUG] [zwave.handler.ZWaveControllerHandler] - Initialising ZWave controller
10:22:02.815 [ERROR] [mmandclass.ZWaveSecurityCommandClass] - Error parsing zwave:networkKey
java.lang.IllegalArgumentException: Empty key
	at javax.crypto.spec.SecretKeySpec.<init>(SecretKeySpec.java:94)[:1.8.0]
	at org.openhab.binding.zwave.internal.protocol.commandclass.ZWaveSecurityCommandClass.setRealNetworkKey(ZWaveSecurityCommandClass.java:1012)[165:org.openhab.binding.zwave:2.0.0.201603170203]
	at org.openhab.binding.zwave.handler.ZWaveControllerHandler.initializeNetwork(ZWaveControllerHandler.java:109)[165:org.openhab.binding.zwave:2.0.0.201603170203]
	at org.openhab.binding.zwave.handler.ZWaveSerialHandler.initialize(ZWaveSerialHandler.java:96)[165:org.openhab.binding.zwave:2.0.0.201603170203]
	at org.eclipse.smarthome.core.thing.internal.ThingManager$7$1.call(ThingManager.java:644)[94:org.eclipse.smarthome.core.thing:0.8.0.201603141848]
	at org.eclipse.smarthome.core.thing.internal.ThingManager$7$1.call(ThingManager.java:1)[94:org.eclipse.smarthome.core.thing:0.8.0.201603141848]
	at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:170)[88:org.eclipse.smarthome.core:0.8.0.201603141848]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0]
	at java.lang.Thread.run(Thread.java:744)[:1.8.0]
10:22:02.873 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
10:22:03.041 [INFO ] [ve.internal.protocol.ZWaveController] - Starting ZWave controller
10:22:03.045 [INFO ] [ve.internal.protocol.ZWaveController] - ZWave timeout is set to 5000ms. Soft reset is false.
10:22:03.075 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Starting ZWave thread: Send
10:22:03.081 [INFO ] [assic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app
10:22:03.092 [DEBUG] [ve.internal.protocol.ZWaveController] - Starting ZWave thread: Input
10:22:03.139 [DEBUG] [wave.discovery.ZWaveDiscoveryService] - Activating ZWave discovery service for zwave:serial_zstick:153d21d70d0
10:22:03.176 [DEBUG] [org.openhab.binding.zwave           ] - ServiceEvent REGISTERED - {org.eclipse.smarthome.config.discovery.DiscoveryService}={service.id=280, service.bundleid=165, service.scope=singleton} - org.openhab.binding.zwave
10:22:05.006 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.sitemap'
10:22:06.065 [DEBUG] [.ZWaveController$InitializeDelayTask] - Initialising network
10:22:06.109 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
10:22:06.113 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 03 00 15 E9 
10:22:06.115 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 0. Queue={}
10:22:06.123 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 15 E9 
10:22:06.120 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
10:22:06.141 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 2. Queue={}
10:22:06.143 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 10 01 15 5A 2D 57 61 76 65 20 33 2E 39 35 00 01 99 
10:22:06.148 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 3. Queue={}
10:22:06.150 [INFO ] [o.myopenhab.internal.MyOpenHABClient] - Connected to my.openHAB service (UUID = 98e8f357-23a9-4e67-ba44-97b564f51ccd, base URL = http://localhost:8080)
10:22:06.162 [DEBUG] [rialmessage.GetSucNodeIdMessageClass] - Get SUC NodeID
10:22:06.167 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 4. Queue={}
10:22:06.231 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
10:22:06.235 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 10 01 15 5A 2D 57 61 76 65 20 33 2E 39 35 00 01 99 
10:22:06.240 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 10 01 15 5A 2D 57 61 76 65 20 33 2E 39 35 00 01 99 
10:22:06.247 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=GetVersion[0x15], type=Response[0x01], priority=High, dest=255, payload=5A 2D 57 61 76 65 20 33 2E 39 35 00 01 
10:22:06.317 [DEBUG] [serialmessage.GetVersionMessageClass] - Got MessageGetVersion response. Version = Z-Wave 3.95, Library Type = 0x01
10:22:06.322 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=GetVersion[0x15], type=Request[0x00], priority=High, dest=255, payload=
10:22:06.327 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=GetVersion[0x15], type=Response[0x01], priority=High, dest=255, payload=5A 2D 57 61 76 65 20 33 2E 39 35 00 01 
10:22:06.331 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=GetVersion, callback id=0, expected=GetVersion, cancelled=false        transaction complete!
10:22:06.335 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
10:22:06.344 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 211ms/211ms.
10:22:06.346 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 3
10:22:06.350 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 03 00 20 DC 
10:22:06.353 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 20 DC 
10:22:06.361 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 08 01 20 DF EF DC 0E 01 35 
10:22:06.366 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
10:22:06.371 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 08 01 20 DF EF DC 0E 01 35 
10:22:06.375 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 08 01 20 DF EF DC 0E 01 35 
10:22:06.375 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.items'
10:22:06.379 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=MemoryGetId[0x20], type=Response[0x01], priority=High, dest=255, payload=DF EF DC 0E 01 
10:22:06.382 [DEBUG] [erialmessage.MemoryGetIdMessageClass] - Got MessageMemoryGetId response. Home id = 0xDFEFDC0E, Controller Node id = 1
10:22:06.385 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=MemoryGetId[0x20], type=Request[0x00], priority=High, dest=255, payload=
10:22:06.400 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=MemoryGetId[0x20], type=Response[0x01], priority=High, dest=255, payload=DF EF DC 0E 01 
10:22:06.406 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=MemoryGetId, callback id=0, expected=MemoryGetId, cancelled=false        transaction complete!
10:22:06.407 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
10:22:06.418 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 62ms/211ms.
10:22:06.420 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 2
10:22:06.422 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 03 00 07 FB 
10:22:06.424 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 07 FB 
10:22:06.436 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 2B 01 07 01 00 00 86 01 01 00 5A FE 81 FF 88 4F 1F 00 00 FB 9F 7D A0 67 00 00 80 00 80 86 00 00 00 E8 73 00 00 0E 00 00 60 00 00 FA 
10:22:06.451 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
10:22:06.456 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 2B 01 07 01 00 00 86 01 01 00 5A FE 81 FF 88 4F 1F 00 00 FB 9F 7D A0 67 00 00 80 00 80 86 00 00 00 E8 73 00 00 0E 00 00 60 00 00 FA 
10:22:06.460 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 2B 01 07 01 00 00 86 01 01 00 5A FE 81 FF 88 4F 1F 00 00 FB 9F 7D A0 67 00 00 80 00 80 86 00 00 00 E8 73 00 00 0E 00 00 60 00 00 FA 
10:22:06.465 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SerialApiGetCapabilities[0x07], type=Response[0x01], priority=High, dest=255, payload=01 00 00 86 01 01 00 5A FE 81 FF 88 4F 1F 00 00 FB 9F 7D A0 67 00 00 80 00 80 86 00 00 00 E8 73 00 00 0E 00 00 60 00 00 
10:22:06.469 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - API Version    = 1.0
10:22:06.471 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Manufacture ID = 0x86
10:22:06.474 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Device Type    = 0x101
10:22:06.477 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Device ID      = 0x5a
10:22:06.480 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SerialApiGetInitData
10:22:06.483 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SerialApiApplicationNodeInfo
10:22:06.485 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: ApplicationCommandHandler
10:22:06.488 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: GetControllerCapabilities
10:22:06.491 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SerialApiSetTimeouts
10:22:06.493 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SerialApiGetCapabilities
10:22:06.496 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SerialApiSoftReset
10:22:06.498 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x09
10:22:06.501 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: RfReceiveMode
10:22:06.503 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SetSleepMode
10:22:06.505 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SendNodeInfo
10:22:06.507 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SendData
10:22:06.508 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SendDataMulti
10:22:06.510 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: GetVersion
10:22:06.511 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SendDataAbort
10:22:06.513 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: RfPowerLevelSet
10:22:06.515 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SendDataMeta
10:22:06.517 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: GetRandom
10:22:06.519 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: MemoryGetId
10:22:06.522 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: MemoryGetByte
10:22:06.524 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: MemoryPutByte
10:22:06.526 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: ReadMemory
10:22:06.528 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: WriteMemory
10:22:06.530 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x27
10:22:06.532 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x29
10:22:06.534 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x2a
10:22:06.536 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x2b
10:22:06.539 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x2c
10:22:06.546 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x2d
10:22:06.548 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: IdentifyNode
10:22:06.550 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SetDefault
10:22:06.552 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: ReplicationCommandComplete
10:22:06.554 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: ReplicationSendData
10:22:06.556 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: AssignReturnRoute
10:22:06.558 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: DeleteReturnRoute
10:22:06.561 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: RequestNodeNeighborUpdate
10:22:06.563 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: ApplicationUpdate
10:22:06.565 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: AddNodeToNetwork
10:22:06.567 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: RemoveNodeFromNetwork
10:22:06.568 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: CreateNewPrimary
10:22:06.571 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: ControllerChange
10:22:06.573 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SetLearnMode
10:22:06.575 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: AssignSucReturnRoute
10:22:06.577 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: RequestNetworkUpdate
10:22:06.579 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SetSucNodeID
10:22:06.582 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: DeleteSUCReturnRoute
10:22:06.588 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: GetSucNodeId
10:22:06.599 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SendSucId
10:22:06.601 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x5e
10:22:06.602 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: RequestNodeInfo
10:22:06.605 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: RemoveFailedNodeID
10:22:06.607 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: IsFailedNodeID
10:22:06.609 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: ReplaceFailedNode
10:22:06.611 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x66
10:22:06.613 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x67
10:22:06.617 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: GetRoutingInfo
10:22:06.626 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: LockRoute
10:22:06.631 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x92
10:22:06.642 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x93
10:22:06.644 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0x98
10:22:06.645 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0xb4
10:22:06.646 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: WatchDogKick
10:22:06.658 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: WatchDogDisable
10:22:06.660 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0xb8
10:22:06.661 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0xb9
10:22:06.662 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: RfPowerLevelSet
10:22:06.664 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: GetLibraryType
10:22:06.665 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: SendTestFrame
10:22:06.666 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: GetProtocolStatus
10:22:06.668 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0xd2
10:22:06.670 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0xd3
10:22:06.671 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0xd4
10:22:06.673 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0xee
10:22:06.674 [DEBUG] [SerialApiGetCapabilitiesMessageClass] - Supports: Unknown Class 0xef
10:22:06.676 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=SerialApiGetCapabilities[0x07], type=Request[0x00], priority=High, dest=255, payload=
10:22:06.682 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=SerialApiGetCapabilities[0x07], type=Response[0x01], priority=High, dest=255, payload=01 00 00 86 01 01 00 5A FE 81 FF 88 4F 1F 00 00 FB 9F 7D A0 67 00 00 80 00 80 86 00 00 00 E8 73 00 00 0E 00 00 60 00 00 
10:22:06.685 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SerialApiGetCapabilities, callback id=0, expected=SerialApiGetCapabilities, cancelled=false        transaction complete!
10:22:06.685 [INFO ] [home.event.ItemChannelLinkAddedEvent] - Link 'CurrentDate-ntp:ntp:demo:dateTime' has been added.
10:22:06.687 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
10:22:06.689 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 263ms/263ms.
10:22:06.691 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 1
10:22:06.693 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 05 00 06 96 0F 65 
10:22:06.696 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 05 00 06 96 0F 65 
10:22:06.701 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 05 01 06 96 0F 64 
10:22:06.715 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 2. Queue={}
10:22:06.719 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
10:22:06.724 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 05 01 06 96 0F 64 
10:22:06.737 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 05 01 06 96 0F 64 
10:22:06.752 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SerialApiSetTimeouts[0x06], type=Response[0x01], priority=High, dest=255, payload=96 0F 
10:22:06.755 [DEBUG] [age.SerialApiSetTimeoutsMessageClass] - Got SerialApiSetTimeouts response. ACK=150, BYTE=15
10:22:06.759 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=SerialApiSetTimeouts[0x06], type=Request[0x00], priority=High, dest=255, payload=96 0F 
10:22:06.761 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=SerialApiSetTimeouts[0x06], type=Response[0x01], priority=High, dest=255, payload=96 0F 
10:22:06.768 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SerialApiSetTimeouts, callback id=0, expected=SerialApiSetTimeouts, cancelled=false        transaction complete!
10:22:06.772 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
10:22:06.774 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 76ms/263ms.
10:22:06.776 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 1
10:22:06.778 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 03 00 56 AA 
10:22:06.780 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 56 AA 
10:22:06.785 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 56 00 AC 
10:22:06.793 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
10:22:06.795 [DE

I’d still recommend updating to a newer version of the binding since it should get rid of the exception… Otherwise, the log finishes before the list of nodes is downloaded from the stick so I can’t say much more…

if i use online disro, will it always be current?

Yes. To upgrade, you use PaperUI to uninstall, and then install again.

ok, well i have done a fresh online install. still have no nodes showing up. ill post log

tialised - starting network monitor.
10:53:43.963 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - PROTOINFO try 0: stageAdvanced(true)
10:53:43.966 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: PROTOINFO - send IdentifyNode
10:53:43.972 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - queued packet. Queue length is 1
10:53:43.975 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
10:53:43.978 [DEBUG] [ve.internal.protocol.ZWaveController] - NODE 1: Init node thread finished
10:53:43.980 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
10:53:43.989 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 00 41 01 BB 
10:53:43.992 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 01 BB 
10:53:43.999 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 01 41 93 16 01 02 02 01 33 
10:53:44.004 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
10:53:44.007 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 01 41 93 16 01 02 02 01 33 
10:53:44.011 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 01 41 93 16 01 02 02 01 33 
10:53:44.014 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=IdentifyNode[0x41], type=Response[0x01], priority=High, dest=255, payload=93 16 01 02 02 01 
10:53:44.019 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: ProtocolInfo
10:53:44.030 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Listening = true
10:53:44.034 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Routing = false
10:53:44.039 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Beaming = true
10:53:44.047 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Version = 4
10:53:44.049 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: FLIRS = false
10:53:44.051 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Security = false
10:53:44.053 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Max Baud = 40000
10:53:44.056 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Basic = Static Controller
10:53:44.059 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Generic = Static Controller
10:53:44.061 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Specific = PC Controller
10:53:44.065 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 1: Creating new instance of command class NO_OPERATION
10:53:44.068 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 1: Command class NO_OPERATION, endpoint null created
10:53:44.070 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 1: Creating new instance of command class BASIC
10:53:44.072 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 1: Command class BASIC, endpoint null created
10:53:44.075 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=IdentifyNode[0x41], type=Request[0x00], priority=High, dest=255, payload=01 
10:53:44.077 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=IdentifyNode[0x41], type=Response[0x01], priority=High, dest=255, payload=93 16 01 02 02 01 
10:53:44.079 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=IdentifyNode, callback id=0, expected=IdentifyNode, cancelled=false        transaction complete!
10:53:44.080 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
10:53:44.083 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - PROTOINFO: Transaction complete (IdentifyNode:Request) success(true)
10:53:44.087 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - checking initialisation queue. Queue size 1.
10:53:44.090 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - message removed from queue. Queue size 0.
10:53:44.092 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - PROTOINFO: queue length(0), free to send(true)
10:53:44.095 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Initialisation retry timer started 5000
10:53:44.097 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - PROTOINFO try 1: stageAdvanced(false)
10:53:44.101 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - advancing to NEIGHBORS
10:53:44.103 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
10:53:44.106 [DEBUG] [g.zwave.internal.ZWaveNetworkMonitor] - NODE 1: Network initialised - starting network monitor.
10:53:44.109 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - NEIGHBORS try 0: stageAdvanced(true)
10:53:44.111 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: NEIGHBORS - send RoutingInfo
10:53:44.115 [DEBUG] [almessage.GetRoutingInfoMessageClass] - NODE 1: Request routing info
10:53:44.120 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - queued packet. Queue length is 1
10:53:44.122 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
10:53:44.124 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 129ms/453ms.
10:53:44.126 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
10:53:44.128 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 07 00 80 01 00 00 03 7A 
10:53:44.135 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 07 00 80 01 00 00 03 7A 
10:53:44.144 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 20 01 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5E 
10:53:44.155 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
10:53:44.159 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 20 01 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5E 
10:53:44.164 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 20 01 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5E 
10:53:44.168 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=GetRoutingInfo[0x80], type=Response[0x01], priority=High, dest=255, payload=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
10:53:44.171 [DEBUG] [almessage.GetRoutingInfoMessageClass] - NODE 1: Got NodeRoutingInfo request.
10:53:44.175 [DEBUG] [almessage.GetRoutingInfoMessageClass] - NODE 1: No neighbors reported
10:53:44.180 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveNetworkEvent
10:53:44.187 [WARN ] [zwave.handler.ZWaveControllerHandler] - 
10:53:44.190 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=GetRoutingInfo[0x80], type=Request[0x00], priority=High, dest=255, payload=01 00 00 03 
10:53:44.194 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=GetRoutingInfo[0x80], type=Response[0x01], priority=High, dest=255, payload=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
10:53:44.196 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=GetRoutingInfo, callback id=0, expected=GetRoutingInfo, cancelled=false        transaction complete!
10:53:44.199 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
10:53:44.200 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - NEIGHBORS: Transaction complete (GetRoutingInfo:Request) success(true)
10:53:44.202 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - checking initialisation queue. Queue size 1.
10:53:44.203 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - message removed from queue. Queue size 0.
10:53:44.204 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - NEIGHBORS: queue length(0), free to send(true)
10:53:44.206 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Initialisation retry timer started 5000
10:53:44.207 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - NEIGHBORS try 1: stageAdvanced(false)
10:53:44.209 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - advancing to FAILED_CHECK
10:53:44.210 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
10:53:44.212 [DEBUG] [g.zwave.internal.ZWaveNetworkMonitor] - NODE 1: Network initialised - starting network monitor.
10:53:44.213 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - FAILED_CHECK try 0: stageAdvanced(true)
10:53:44.214 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: FAILED_CHECK - Controller - terminating initialisation
10:53:44.215 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - DONE try 0: stageAdvanced(true)
10:53:44.217 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 1: Serializing to file /home/pi/Downloads/openhab2/userdata/zwave/node1.xml
10:53:44.283 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: Initialisation complete!
10:53:44.285 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
10:53:44.286 [DEBUG] [g.zwave.internal.ZWaveNetworkMonitor] - NODE 1: Network initialised - starting network monitor.
10:53:44.287 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 149ms/453ms.
10:54:15.525 [DEBUG] [ol.serialmessage.AddNodeMessageClass] - Ending INCLUSION mode.
10:54:15.531 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
10:54:15.531 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
10:54:15.533 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 00 4A 05 B4 
10:54:15.537 [DEBUG] [wave.discovery.ZWaveDiscoveryService] - Starting ZWave inclusion scan for zwave:serial_zstick:153d21d70d0
10:54:15.537 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 4A 05 B4 
10:54:15.539 [DEBUG] [ol.serialmessage.AddNodeMessageClass] - Setting controller into INCLUSION mode.
10:54:15.541 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
10:54:20.543 [ERROR] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Timeout while sending message. Requeueing - 2 attempts left!
10:54:20.546 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 2. Queue={}
10:54:20.549 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 1
10:54:20.551 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 00 4A 05 B4 
10:54:20.553 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 4A 05 B4 
10:54:25.555 [ERROR] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Timeout while sending message. Requeueing - 1 attempts left!
10:54:25.557 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 2. Queue={}
10:54:25.558 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 1
10:54:25.559 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 00 4A 05 B4 
10:54:25.560 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 4A 05 B4 
10:54:30.562 [ERROR] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Timeout while sending message. Requeueing - 0 attempts left!
10:54:30.563 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 2. Queue={}
10:54:30.564 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 1
10:54:30.566 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 00 4A 05 B4 
10:54:30.568 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 4A 05 B4 
10:54:35.571 [WARN ] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Too many retries. Discarding message: Message: class=AddNodeToNetwork[0x4A], type=Request[0x00], priority=High, dest=255, payload=05 
10:54:35.575 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
10:54:35.578 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 05 00 4A 81 FF CE 
10:54:35.580 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 05 00 4A 81 FF CE 
10:54:35.586 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 4A FF 01 00 00 4C 
10:54:35.589 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
10:54:35.591 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 07 00 4A FF 01 00 00 4C 
10:54:35.593 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 07 00 4A FF 01 00 00 4C 
10:54:35.595 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=AddNodeToNetwork[0x4A], type=Request[0x00], priority=High, dest=255, payload=FF 01 00 00 
10:54:35.596 [DEBUG] [ol.serialmessage.AddNodeMessageClass] - Add Node: Learn ready.
10:54:35.598 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInclusionEvent
10:54:35.600 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=AddNodeToNetwork[0x4A], type=Request[0x00], priority=High, dest=255, payload=81 FF 
10:54:35.602 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=AddNodeToNetwork[0x4A], type=Request[0x00], priority=High, dest=255, payload=FF 01 00 00 
10:54:35.603 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=AddNodeToNetwork, callback id=0, expected=AddNodeToNetwork, cancelled=false        transaction complete!
10:54:35.604 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
10:54:35.605 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 24ms/453ms.
10:54:45.537 [DEBUG] [ol.serialmessage.AddNodeMessageClass] - Ending INCLUSION mode.
10:54:45.539 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
10:54:45.540 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
10:54:45.545 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 00 4A 05 B4 
10:54:45.547 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 4A 05 B4 
10:54:45.639 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 4A FF 06 00 00 4B 
10:54:45.642 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
10:54:45.644 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 07 00 4A FF 06 00 00 4B 
10:54:45.645 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 07 00 4A FF 06 00 00 4B 
10:54:45.646 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=AddNodeToNetwork[0x4A], type=Request[0x00], priority=High, dest=255, payload=FF 06 00 00 
10:54:45.647 [DEBUG] [ol.serialmessage.AddNodeMessageClass] - Add Node: Done.
10:54:45.648 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=AddNodeToNetwork[0x4A], type=Request[0x00], priority=High, dest=255, payload=05 
10:54:45.649 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=AddNodeToNetwork[0x4A], type=Request[0x00], priority=High, dest=255, payload=FF 06 00 00 
10:54:45.650 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=AddNodeToNetwork, callback id=0, expected=AddNodeToNetwork, cancelled=false        transaction complete!
10:54:45.651 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
10:54:45.652 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 103ms/453ms.

From this log, I don’t see any sign that you have any nodes included - all I can see is the controller (node 1).

my point exactly.

Do you actually have any nodes included? It appears not? If there’s no nodes attached, then I’m not sure what you want it to do?

The log isn’t complete - the part I wanted to see was the initialisation where it shows the nodes list.

best way to include nodes to put into inclusion mode from habmin? i just pulled the stick and exluded them directly at the devices so should be a fresh install

Either way is fine. When the binding starts, it reads the list of nodes from the stick - this gets logged early in the log, so we can see what nodes are attached - this is the log entry I’m looking for as it will tell us whether or not you have included any devices yet. Can you find this log entry? It will have a bunch of ------- above and below, and say how many nodes are found, and probably just above is a list of the nodes…

in doing a fresh install, also did a fresh install of the z stick. for the first time it now has a network security key. is this needed?

Only if you want to use security classes :wink:.

i havent delved into that yet…maybe once i get past this…

i put into inclusion mode, added 4 nodes, didnt show in inbox. im reatarting openhab to send the log to you. also, i have 2 sticks, have teied the same with both…so i can rule out a faulty stick.

11:56:46.732 [INFO ] [age.SerialApiGetInitDataMessageClass] - NODE 1: Node found
11:56:46.736 [INFO ] [age.SerialApiGetInitDataMessageClass] - ZWave Controller using Controller API
11:56:46.775 [INFO ] [age.SerialApiGetInitDataMessageClass] - ZWave Controller is Primary Controller
11:56:46.778 [INFO ] [age.SerialApiGetInitDataMessageClass] - ------------Number of Nodes Found Registered to ZWave Controller------------
11:56:46.781 [INFO ] [age.SerialApiGetInitDataMessageClass] - # Nodes = 1
11:56:46.782 [INFO ] [smarthome.event.ThingAddedEvent     ] - Thing 'astro:sun:home' has been added.
11:56:46.784 [INFO ] [age.SerialApiGetInitDataMessageClass] - ----------------------------------------------------------------------------
11:56:46.791 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=SerialApiGetInitData[0x02], type=Request[0x00], priority=High, dest=255, payload=
11:56:46.837 [INFO ] [smarthome.event.ThingAddedEvent     ] - Thing 'ntp:ntp:demo' has been added.
11:56:46.839 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'astro:sun:home' changed from UNINITIALIZED to INITIALIZING
11:56:46.858 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=SerialApiGetInitData[0x02], type=Response[0x01], priority=High, dest=255, payload=05 00 1D 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 00 
11:56:46.886 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SerialApiGetInitData, callback id=0, expected=SerialApiGetInitData, cancelled=false        transaction complete!
11:56:46.888 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
11:56:46.892 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 321ms/388ms.
11:56:46.893 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
11:56:46.895 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 03 00 05 F9 
11:56:46.896 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 03 00 05 F9 
11:56:46.901 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 05 28 D7 
11:56:46.904 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'ntp:ntp:demo' changed from UNINITIALIZED to INITIALIZING
11:56:46.911 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
11:56:46.925 [DEBUG] [g.zwave.internal.ZWaveNetworkMonitor] - NODE 1: Network initialised - starting network monitor.
11:56:46.946 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveNetworkStateEvent
11:56:46.969 [DEBUG] [ve.internal.protocol.ZWaveController] - NODE 1: Init node thread start
11:56:46.988 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
11:56:47.021 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 05 28 D7 
11:56:47.022 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 05 28 D7 
11:56:47.024 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=GetControllerCapabilities[0x05], type=Response[0x01], priority=High, dest=255, payload=28 
11:56:47.026 [DEBUG] [etControllerCapabilitiesMessageClass] - Controller is secondary = false
11:56:47.027 [DEBUG] [etControllerCapabilitiesMessageClass] - Controller is on other network = false
11:56:47.029 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'rrd4j.persist'
11:56:47.032 [DEBUG] [etControllerCapabilitiesMessageClass] - Node ID Server is present = false
11:56:47.035 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'ntp:ntp:demo' changed from INITIALIZING to ONLINE
11:56:47.041 [DEBUG] [etControllerCapabilitiesMessageClass] - Controller is real primary = true
11:56:47.043 [DEBUG] [etControllerCapabilitiesMessageClass] - Controller is SUC = false
11:56:47.045 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=GetControllerCapabilities[0x05], type=Request[0x00], priority=High, dest=255, payload=
11:56:47.047 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=GetControllerCapabilities[0x05], type=Response[0x01], priority=High, dest=255, payload=28 
11:56:47.048 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=GetControllerCapabilities, callback id=0, expected=GetControllerCapabilities, cancelled=false        transaction complete!
11:56:47.049 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
11:56:47.070 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 171ms/388ms.
11:56:47.148 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'astro:sun:home' changed from INITIALIZING to ONLINE
11:56:47.227 [ERROR] [o.myopenhab.internal.MyOpenHABClient] - Socket.IO error: not authorized
11:56:47.395 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'logging.persist'
11:56:47.426 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.rules'
11:56:47.728 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 1: Serializing from file /home/pi/oh2/userdata/zwave/node1.xml
11:56:47.769 [DEBUG] [ve.internal.protocol.ZWaveController] - NODE 1: Restore from config: Ok.
11:56:47.835 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
11:56:47.836 [DEBUG] [g.zwave.internal.ZWaveNetworkMonitor] - NODE 1: Network initialised - starting network monitor.
11:56:47.846 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - EMPTYNODE: queue length(0), free to send(true)
11:56:47.852 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Initialisation retry timer started 5000
11:56:47.853 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - EMPTYNODE try 1: stageAdvanced(false)
11:56:47.855 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: Initialisation starting
11:56:47.858 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - advancing to PROTOINFO
11:56:47.860 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
11:56:47.861 [DEBUG] [g.zwave.internal.ZWaveNetworkMonitor] - NODE 1: Network initialised - starting network monitor.
11:56:47.862 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - PROTOINFO try 0: stageAdvanced(true)
11:56:47.862 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: PROTOINFO - send IdentifyNode
11:56:47.866 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - queued packet. Queue length is 1
11:56:47.868 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
11:56:47.868 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
11:56:47.869 [DEBUG] [ve.internal.protocol.ZWaveController] - NODE 1: Init node thread finished
11:56:47.870 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 00 41 01 BB 
11:56:47.872 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 04 00 41 01 BB 
11:56:47.878 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 01 41 93 16 01 02 02 01 33 
11:56:47.881 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
11:56:47.883 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 01 41 93 16 01 02 02 01 33 
11:56:47.885 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 01 41 93 16 01 02 02 01 33 
11:56:47.886 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=IdentifyNode[0x41], type=Response[0x01], priority=High, dest=255, payload=93 16 01 02 02 01 
11:56:47.888 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: ProtocolInfo
11:56:47.892 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Listening = true
11:56:47.895 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Routing = false
11:56:47.898 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Beaming = true
11:56:47.901 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Version = 4
11:56:47.904 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: FLIRS = false
11:56:47.906 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Security = false
11:56:47.908 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Max Baud = 40000
11:56:47.911 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Basic = Static Controller
11:56:47.914 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Generic = Static Controller
11:56:47.917 [DEBUG] [rialmessage.IdentifyNodeMessageClass] - NODE 1: Specific = PC Controller
11:56:47.921 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 1: Creating new instance of command class NO_OPERATION
11:56:47.924 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 1: Command class NO_OPERATION, endpoint null created
11:56:47.927 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 1: Creating new instance of command class BASIC
11:56:47.929 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 1: Command class BASIC, endpoint null created
11:56:47.933 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=IdentifyNode[0x41], type=Request[0x00], priority=High, dest=255, payload=01 
11:56:47.936 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=IdentifyNode[0x41], type=Response[0x01], priority=High, dest=255, payload=93 16 01 02 02 01 
11:56:47.938 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=IdentifyNode, callback id=0, expected=IdentifyNode, cancelled=false        transaction complete!
11:56:47.940 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
11:56:47.943 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - PROTOINFO: Transaction complete (IdentifyNode:Request) success(true)
11:56:47.946 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - checking initialisation queue. Queue size 1.
11:56:47.948 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - message removed from queue. Queue size 0.
11:56:47.951 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - PROTOINFO: queue length(0), free to send(true)
11:56:47.954 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Initialisation retry timer started 5000
11:56:47.958 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - PROTOINFO try 1: stageAdvanced(false)
11:56:47.961 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - advancing to NEIGHBORS
11:56:47.964 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
11:56:47.967 [DEBUG] [g.zwave.internal.ZWaveNetworkMonitor] - NODE 1: Network initialised - starting network monitor.
11:56:47.970 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - NEIGHBORS try 0: stageAdvanced(true)
11:56:47.972 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: NEIGHBORS - send RoutingInfo
11:56:47.976 [DEBUG] [almessage.GetRoutingInfoMessageClass] - NODE 1: Request routing info
11:56:47.979 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - queued packet. Queue length is 1
11:56:47.980 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
11:56:47.982 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 109ms/388ms.
11:56:47.983 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
11:56:47.984 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 07 00 80 01 00 00 03 7A 
11:56:47.986 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 255: Sending REQUEST Message = 01 07 00 80 01 00 00 03 7A 
11:56:47.993 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 20 01 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5E 
11:56:48.000 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
11:56:48.003 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 20 01 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5E 
11:56:48.007 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 20 01 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5E 
11:56:48.012 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=GetRoutingInfo[0x80], type=Response[0x01], priority=High, dest=255, payload=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
11:56:48.015 [DEBUG] [almessage.GetRoutingInfoMessageClass] - NODE 1: Got NodeRoutingInfo request.
11:56:48.017 [DEBUG] [almessage.GetRoutingInfoMessageClass] - NODE 1: No neighbors reported
11:56:48.021 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveNetworkEvent
11:56:48.026 [WARN ] [zwave.handler.ZWaveControllerHandler] - 
11:56:48.029 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent message Message: class=GetRoutingInfo[0x80], type=Request[0x00], priority=High, dest=255, payload=01 00 00 03 
11:56:48.033 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv message Message: class=GetRoutingInfo[0x80], type=Response[0x01], priority=High, dest=255, payload=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
11:56:48.035 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=GetRoutingInfo, callback id=0, expected=GetRoutingInfo, cancelled=false        transaction complete!
11:56:48.037 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
11:56:48.039 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - NEIGHBORS: Transaction complete (GetRoutingInfo:Request) success(true)
11:56:48.042 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - checking initialisation queue. Queue size 1.
11:56:48.044 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - message removed from queue. Queue size 0.
11:56:48.045 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - NEIGHBORS: queue length(0), free to send(true)
11:56:48.048 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Initialisation retry timer started 5000
11:56:48.050 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - NEIGHBORS try 1: stageAdvanced(false)
11:56:48.052 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer - advancing to FAILED_CHECK
11:56:48.055 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
11:56:48.057 [DEBUG] [g.zwave.internal.ZWaveNetworkMonitor] - NODE 1: Network initialised - starting network monitor.
11:56:48.059 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - FAILED_CHECK try 0: stageAdvanced(true)
11:56:48.061 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: FAILED_CHECK - Controller - terminating initialisation
11:56:48.063 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: loop - DONE try 0: stageAdvanced(true)
11:56:48.065 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 1: Serializing to file /home/pi/oh2/userdata/zwave/node1.xml
11:56:48.163 [DEBUG] [nitialization.ZWaveNodeStageAdvancer] - NODE 1: Node advancer: Initialisation complete!
11:56:48.166 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
11:56:48.170 [DEBUG] [g.zwave.internal.ZWaveNetworkMonitor] - NODE 1: Network initialised - starting network monitor.
11:56:48.174 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 255: Response processed after 187ms/388ms.
11:56:49.063 [INFO

they arent getting added. guess i can pull the stick and try to add directly to it if you would like…by the way, all worked under oh1 with same devices, just so you know.

what controller do you use?

The inclusion of devices is nothing to do with OH1, or OH2 - it’s a controller function only. I can see that OH is putting the controller into inclusion mode - the rest is out of the bindings control…

It depends - in my house I use Aeon Gen5, in testing I use either Aeon Gen2 or Sigma UZB1.

(FYI I’m having to edit all your posts with logs to make the readable - can you format them up by pressing the </> button on the toolbar - thanks).

ok. so u use the same as me at home, at least i know that should work. im going to try to include a lamp dimmer…maybe to use as a hop. the wall switches are about 40 ft away, clear los though.