Z Wave static value initialization fails for CT 100 thermostat

Hello,
Got a new CT 100 thermostat today. Auto discovered thing and added it in Paper UI. However created items in file. Did only get sporadic or no sensor updates after setting it up. Found several post suggesting the CT needs to be polled. Tried to set-up polling in the item file:

Group AC
Number AC_Temp "Temperature [%.2f °F]" <temperature> (AC) {channel="zwave:device:1a78324b:node7:sensor_temperature",refresh_interval="20"}
Number AC_Temp1 "Temperature [%.2f °F]" <temperature>  (AC) {channel="zwave:device:1a78324b:node7:sensor_temperature1",refresh_interval="20"}
Number AC_Humidity "Humidity [%.2f %%]" (AC) {channel="zwave:device:1a78324b:node7:sensor_relhumidity2",refresh_interval="20"}
Number AC_SetPoint_Cooling "Cooling Set point [%.2f °F]" <temperature> (AC) {channel="zwave:device:1a78324b:node7:thermostat_setpoint_cooling",refresh_interval="20"}
Number AC_SetPoint_Heating "Heat Set Point [%.2f °F]" <temperature> (AC) {channel="zwave:device:1a78324b:node7:thermostat_setpoint_heating",refresh_interval="20"}
Number AC_OpMode "AC State [MAP(thermomode.map):%s]" <settings> (AC) {channel="zwave:device:1a78324b:node7:thermostat_mode",refresh_interval="20"}
Number AC_OPState "AC State [MAP(thermoopstate.map):%s]" <settings> (AC) {channel="zwave:device:1a78324b:node7:thermostat_state",refresh_interval="20"}
Number AC_FanOpMode "AC Fan State [MAP(fanmode.map):%s]" <settings> (AC) {channel="zwave:device:1a78324b:node7:thermostat_fanmode",refresh_interval="20"}
Number AC_FanOPState "AC State [MAP(fanstate.map):%s]" <settings> (AC) {channel="zwave:device:1a78324b:node7:thermostat_fanstate",refresh_interval="20"}

No improvement. Polling seems to be prevented by the initialization status.

2017-07-09 02:12:23.164 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Polling...
2017-07-09 02:12:23.165 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Polling deferred until initialisation complete

Habmin states that the nodes is initializing static values. On a quick and admittedly not very practiced look into the log it seems to me that the initialization progresses fine till it finds an unsupported command:

2017-07-09 02:11:37.623 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - STATIC_VALUES: Transaction complete (SendData:Request) success(true)
2017-07-09 02:11:37.624 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - checking initialisation queue. Queue size 1.
2017-07-09 02:11:37.625 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - message removed from queue. Queue size 0.
2017-07-09 02:11:37.627 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - STATIC_VALUES: queue length(0), free to send(true)
2017-07-09 02:11:37.628 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Initialisation retry timer started 1280000
2017-07-09 02:11:37.628 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: loop - STATIC_VALUES try 5: stageAdvanced(false)
2017-07-09 02:11:37.629 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking CLOCK
2017-07-09 02:11:37.630 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking ASSOCIATION
2017-07-09 02:11:37.631 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found ASSOCIATION
2017-07-09 02:11:37.632 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Found 1 instances of ASSOCIATION
2017-07-09 02:11:37.633 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking THERMOSTAT_SETPOINT
2017-07-09 02:11:37.634 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found THERMOSTAT_SETPOINT
2017-07-09 02:11:37.635 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Found 1 instances of THERMOSTAT_SETPOINT
2017-07-09 02:11:37.636 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking VERSION
2017-07-09 02:11:37.637 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking THERMOSTAT_MODE
2017-07-09 02:11:37.638 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found THERMOSTAT_MODE
2017-07-09 02:11:37.639 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Found 1 instances of THERMOSTAT_MODE
2017-07-09 02:11:37.640 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking THERMOSTAT_FAN_STATE
2017-07-09 02:11:37.641 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking SENSOR_MULTILEVEL
2017-07-09 02:11:37.642 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found SENSOR_MULTILEVEL
2017-07-09 02:11:37.643 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Found 1 instances of SENSOR_MULTILEVEL
2017-07-09 02:11:37.643 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking MANUFACTURER_SPECIFIC
2017-07-09 02:11:37.644 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found MANUFACTURER_SPECIFIC
2017-07-09 02:11:37.645 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Found 1 instances of MANUFACTURER_SPECIFIC
2017-07-09 02:11:37.646 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking MULTI_INSTANCE
2017-07-09 02:11:37.647 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking BASIC for endpoint 1
2017-07-09 02:11:37.648 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking ASSOCIATION for endpoint 1
2017-07-09 02:11:37.649 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found ASSOCIATION
2017-07-09 02:11:37.650 [DEBUG] [ndclass.ZWaveAssociationCommandClass] - NODE 7: Creating new message for application command ASSOCIATIONCMD_GROUPINGSGET
2017-07-09 02:11:37.651 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 7: Encapsulating message, instance / endpoint 1
2017-07-09 02:11:37.652 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 7: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 1
2017-07-09 02:11:37.653 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - queued packet. Queue length is 1
2017-07-09 02:11:37.655 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
2017-07-09 02:11:37.656 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking SENSOR_MULTILEVEL for endpoint 1
2017-07-09 02:11:37.657 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found SENSOR_MULTILEVEL
2017-07-09 02:11:37.658 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking BASIC for endpoint 2
2017-07-09 02:11:37.659 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking ASSOCIATION for endpoint 2
2017-07-09 02:11:37.660 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found ASSOCIATION
2017-07-09 02:11:37.660 [DEBUG] [ndclass.ZWaveAssociationCommandClass] - NODE 7: Creating new message for application command ASSOCIATIONCMD_GROUPINGSGET
2017-07-09 02:11:37.662 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 7: Encapsulating message, instance / endpoint 2
2017-07-09 02:11:37.663 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 7: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 2
2017-07-09 02:11:37.664 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking SENSOR_MULTILEVEL for endpoint 2
2017-07-09 02:11:37.665 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found SENSOR_MULTILEVEL
2017-07-09 02:11:37.667 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking BASIC
2017-07-09 02:11:37.668 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking THERMOSTAT_OPERATING_STATE
2017-07-09 02:11:37.669 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking CONFIGURATION
2017-07-09 02:11:37.670 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking THERMOSTAT_FAN_MODE
2017-07-09 02:11:37.671 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - found THERMOSTAT_FAN_MODE
2017-07-09 02:11:37.672 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Found 1 instances of THERMOSTAT_FAN_MODE
2017-07-09 02:11:37.673 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking NO_OPERATION
2017-07-09 02:11:37.674 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking INDICATOR
2017-07-09 02:11:37.675 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - checking BATTERY
2017-07-09 02:11:37.676 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: STATIC_VALUES - queued 2 frames
2017-07-09 02:11:37.677 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2017-07-09 02:11:37.678 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 7: Response processed after 93ms/3180ms.
2017-07-09 02:11:37.680 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
2017-07-09 02:11:37.682 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 13 07 06 60 0D 01 01 85 05 25 9F B7
2017-07-09 02:11:37.684 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 7: Sending REQUEST Message = 01 0D 00 13 07 06 60 0D 01 01 85 05 25 9F B7
2017-07-09 02:11:37.694 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
2017-07-09 02:11:37.706 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-07-09 02:11:37.708 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8
2017-07-09 02:11:37.709 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 05 00 13 9F 00 76
2017-07-09 02:11:37.710 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8
2017-07-09 02:11:37.711 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01
2017-07-09 02:11:37.713 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 7: Sent Data successfully placed on stack.
2017-07-09 02:11:37.715 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-07-09 02:11:37.716 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0D 00 04 00 07 07 60 06 01 01 85 06 01 12
2017-07-09 02:11:37.717 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 07 00 13 9F 00 00 00 74
2017-07-09 02:11:37.718 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 07 00 13 9F 00 00 00 74
2017-07-09 02:11:37.720 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=9F 00
2017-07-09 02:11:37.721 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 7: SendData Request. CallBack ID = 159, Status = Transmission complete and ACK received(0)
2017-07-09 02:11:37.723 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Config, dest=7, callback=159, payload=07 06 60 0D 01 01 85 05
2017-07-09 02:11:37.724 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=9F 00
2017-07-09 02:11:37.726 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=159, expected=ApplicationCommandHandler, cancelled=false MISMATCH
2017-07-09 02:11:37.727 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-07-09 02:11:37.728 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 04 00 07 07 60 06 01 01 85 06 01 12
2017-07-09 02:11:37.730 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0D 00 04 00 07 07 60 06 01 01 85 06 01 12
2017-07-09 02:11:37.732 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 07 07 60 06 01 01 85 06 01
2017-07-09 02:11:37.734 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 7: Application Command Request (ALIVE:STATIC_VALUES)
2017-07-09 02:11:37.736 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 7: Incoming command class MULTI_INSTANCE
2017-07-09 02:11:37.737 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 7: Received MULTI_INSTANCE command V2
2017-07-09 02:11:37.738 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 7: Unsupported command class 0x01
2017-07-09 02:11:37.739 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Config, dest=7, callback=159, payload=07 06 60 0D 01 01 85 05
2017-07-09 02:11:37.741 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 07 07 60 06 01 01 85 06 01
2017-07-09 02:11:37.742 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=ApplicationCommandHandler, callback id=159, expected=ApplicationCommandHandler, cancelled=false transaction complete!
2017-07-09 02:11:37.743 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
2017-07-09 02:11:37.744 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - STATIC_VALUES: Transaction complete (SendData:Request) success(true)
2017-07-09 02:11:37.745 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - checking initialisation queue. Queue size 2.
2017-07-09 02:11:37.746 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - message removed from queue. Queue size 1.
2017-07-09 02:11:37.747 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - STATIC_VALUES: queue length(1), free to send(true)
2017-07-09 02:11:37.748 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Initialisation retry timer started 1280000
2017-07-09 02:11:37.749 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - queued packet. Queue length is 1
2017-07-09 02:11:37.750 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
2017-07-09 02:11:37.751 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2017-07-09 02:11:37.752 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 7: Response processed after 47ms/3180ms.
2017-07-09 02:11:37.753 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
2017-07-09 02:11:37.755 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 13 07 06 60 0D 01 02 85 05 25 A0 8B
2017-07-09 02:11:37.757 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 7: Sending REQUEST Message = 01 0D 00 13 07 06 60 0D 01 02 85 05 25 A0 8B
2017-07-09 02:11:37.766 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8
2017-07-09 02:11:37.777 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-07-09 02:11:37.779 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8
2017-07-09 02:11:37.779 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 05 00 13 A0 00 49
2017-07-09 02:11:37.781 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8
2017-07-09 02:11:37.783 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01
2017-07-09 02:11:37.784 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 7: Sent Data successfully placed on stack.
2017-07-09 02:11:37.785 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-07-09 02:11:37.787 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 07 00 13 A0 00 00 00 4B
2017-07-09 02:11:37.787 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0D 00 04 00 07 07 60 06 02 01 85 06 01 11
2017-07-09 02:11:37.789 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 07 00 13 A0 00 00 00 4B
2017-07-09 02:11:37.790 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=A0 00
2017-07-09 02:11:37.792 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 7: SendData Request. CallBack ID = 160, Status = Transmission complete and ACK received(0)
2017-07-09 02:11:37.794 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Config, dest=7, callback=160, payload=07 06 60 0D 01 02 85 05
2017-07-09 02:11:37.796 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=A0 00
2017-07-09 02:11:37.797 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=160, expected=ApplicationCommandHandler, cancelled=false MISMATCH
2017-07-09 02:11:37.798 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2017-07-09 02:11:37.800 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 04 00 07 07 60 06 02 01 85 06 01 11
2017-07-09 02:11:37.802 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0D 00 04 00 07 07 60 06 02 01 85 06 01 11
2017-07-09 02:11:37.804 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 07 07 60 06 02 01 85 06 01
2017-07-09 02:11:37.806 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 7: Application Command Request (ALIVE:STATIC_VALUES)
2017-07-09 02:11:37.807 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 7: Incoming command class MULTI_INSTANCE
2017-07-09 02:11:37.808 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 7: Received MULTI_INSTANCE command V2
2017-07-09 02:11:37.810 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 7: Unsupported command class 0x01
2017-07-09 02:11:37.812 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Config, dest=7, callback=160, payload=07 06 60 0D 01 02 85 05
2017-07-09 02:11:37.814 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 07 07 60 06 02 01 85 06 01
2017-07-09 02:11:37.815 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=ApplicationCommandHandler, callback id=160, expected=ApplicationCommandHandler, cancelled=false transaction complete!
2017-07-09 02:11:37.816 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
2017-07-09 02:11:37.817 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - STATIC_VALUES: Transaction complete (SendData:Request) success(true)
2017-07-09 02:11:37.818 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - checking initialisation queue. Queue size 1.
2017-07-09 02:11:37.820 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - message removed from queue. Queue size 0.
2017-07-09 02:11:37.821 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer - STATIC_VALUES: queue length(0), free to send(true)
2017-07-09 02:11:37.822 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Initialisation retry timer started 1280000
2017-07-09 02:11:37.823 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Node advancer: Retries exceeded at STATIC_VALUES
2017-07-09 02:11:37.824 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 7: Retry timout: Can’t advance
2017-07-09 02:11:37.826 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 7: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2017-07-09 02:11:37.827 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 7: Response processed after 52ms/3180ms.

Did anyone run into this before? Is there an obvious error? Is this maybe not the cause of my trouble? I’d appreciate any hint.