Steinel 140 pir

What exactly does not work?
Not initialized/offline?
No channels/wrong channels?
Delete the thing, then readd it to see the new channels.

Sorry I wasn’t clear.
The device is online and I can detect the PIR events and control the relay. But I can’t read values from the light sensor (either with sensor_luminance or sensor_luminance2).
I’ve tried deleting / re-adding and restarting everything.

Good! Did that work before? (just out of interest).

Maybe the Basic flag needs to be removed from endpoint2, @chris could you take a quick look?

No - I think it looks ok. In any case, this wouldn’t affect the reading of the channel.

What does the debug log show?

A chunk of the log for entries prefixed by the NODE number. from one polling to the other:

2018-05-22 10:04:54.494 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling...
2018-05-22 10:04:54.497 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:switch_binary
2018-05-22 10:04:54.500 [DEBUG] [converter.ZWaveBinarySwitchConverter] - NODE 6: Generating poll message for SWITCH_BINARY, endpoint 0
2018-05-22 10:04:54.503 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 6: Creating new message for application command SWITCH_BINARY_GET
2018-05-22 10:04:54.507 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:scene_number
2018-05-22 10:04:54.511 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:sensor_binary
2018-05-22 10:04:54.513 [DEBUG] [converter.ZWaveBinarySensorConverter] - NODE 6: Generating poll message for SENSOR_BINARY, endpoint 0
2018-05-22 10:04:54.516 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 6: Creating new message for application command SENSOR_BINARY_GET
2018-05-22 10:04:54.520 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:sensor_luminance
2018-05-22 10:04:54.523 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 6: Generating poll message for SENSOR_MULTILEVEL, endpoint 0
2018-05-22 10:04:54.526 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 6: Creating new message for command SENSOR_MULTI_LEVEL_GET
2018-05-22 10:04:54.529 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:alarm_burglar
2018-05-22 10:04:54.532 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:alarm_system
2018-05-22 10:04:54.535 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:alarm_burglar1
2018-05-22 10:04:54.538 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:sensor_luminance2
2018-05-22 10:04:54.541 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 6: Generating poll message for SENSOR_MULTILEVEL, endpoint 2
2018-05-22 10:04:54.544 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 6: Creating new message for command SENSOR_MULTI_LEVEL_GET
2018-05-22 10:04:54.547 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Encapsulating message, instance / endpoint 2
2018-05-22 10:04:54.550 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 2
2018-05-22 10:04:54.553 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:switch_binary3
2018-05-22 10:04:54.556 [DEBUG] [converter.ZWaveBinarySwitchConverter] - NODE 6: Generating poll message for SWITCH_BINARY, endpoint 3
2018-05-22 10:04:54.559 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 6: Creating new message for application command SWITCH_BINARY_GET
2018-05-22 10:04:54.562 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Encapsulating message, instance / endpoint 3
2018-05-22 10:04:54.565 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 3
2018-05-22 10:04:54.575 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 25 02 25 12 F1 
2018-05-22 10:04:54.614 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:04:54.644 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 18, Status = Transmission complete and ACK received(0)
2018-05-22 10:04:54.646 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:04:54.666 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DONE)
2018-05-22 10:04:54.668 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:04:54.673 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class SWITCH_BINARY
2018-05-22 10:04:54.677 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 6: Switch Binary report, value = 0
2018-05-22 10:04:54.681 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-05-22 10:04:54.684 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got a value event from Z-Wave network, endpoint = 0, command class = SWITCH_BINARY, value = 0
2018-05-22 10:04:54.687 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:add04738:node6:switch_binary to OFF [OnOffType]
2018-05-22 10:04:54.706 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-05-22 10:04:54.709 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Response processed after 132ms/4824ms.
2018-05-22 10:04:54.716 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 30 02 25 13 E5 
2018-05-22 10:04:54.749 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:04:54.769 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 19, Status = Transmission complete and ACK received(0)
2018-05-22 10:04:54.771 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:04:59.719 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Timeout while sending message. Requeueing - 2 attempts left!
2018-05-22 10:04:59.724 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Got an error while sending data. Resending message.
2018-05-22 10:04:59.735 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 30 02 25 17 E1 
2018-05-22 10:04:59.770 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:04:59.791 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 23, Status = Transmission complete and ACK received(0)
2018-05-22 10:04:59.794 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:05:04.738 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Timeout while sending message. Requeueing - 1 attempts left!
2018-05-22 10:05:04.741 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Got an error while sending data. Resending message.
2018-05-22 10:05:04.752 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 30 02 25 18 EE 
2018-05-22 10:05:04.786 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:05:04.799 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 24, Status = Transmission complete and ACK received(0)
2018-05-22 10:05:04.801 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:05:09.754 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Timeout while sending message. Requeueing - 0 attempts left!
2018-05-22 10:05:09.757 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Got an error while sending data. Resending message.
2018-05-22 10:05:09.770 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 30 02 25 19 EF 
2018-05-22 10:05:09.802 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:05:09.822 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 25, Status = Transmission complete and ACK received(0)
2018-05-22 10:05:09.824 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:05:14.774 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Too many retries. Discarding message: Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=25, payload=06 02 30 02 
2018-05-22 10:05:14.785 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 31 04 25 14 E5 
2018-05-22 10:05:14.832 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:05:14.858 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 20, Status = Transmission complete and ACK received(0)
2018-05-22 10:05:14.862 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:05:14.889 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DONE)
2018-05-22 10:05:14.892 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:05:14.897 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class APPLICATION_STATUS
2018-05-22 10:05:14.909 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveDelayedPollEvent
2018-05-22 10:05:14.911 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling intialised at 1800 seconds - start in 2000 milliseconds.
2018-05-22 10:05:14.922 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-05-22 10:05:14.924 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Response processed after 136ms/4824ms.
2018-05-22 10:05:14.932 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 0D 00 13 06 06 60 0D 01 02 31 04 25 15 8A 
2018-05-22 10:05:14.965 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:05:14.988 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 21, Status = Transmission complete and ACK received(0)
2018-05-22 10:05:14.991 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:05:15.019 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DONE)
2018-05-22 10:05:15.022 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:05:15.028 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class MULTI_INSTANCE
2018-05-22 10:05:15.031 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Received MULTI_INSTANCE command V2
2018-05-22 10:05:15.034 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Requested Command Class = APPLICATION_STATUS (0x22)
2018-05-22 10:05:15.037 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: CommandClass APPLICATION_STATUS (0x22) not implemented by endpoint 2, fallback to main node.
2018-05-22 10:05:15.040 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Endpoint = 2, calling handleApplicationCommandRequest.
2018-05-22 10:05:15.053 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveDelayedPollEvent
2018-05-22 10:05:15.056 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling intialised at 1800 seconds - start in 2000 milliseconds.
2018-05-22 10:05:15.071 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-05-22 10:05:15.074 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Response processed after 140ms/4824ms.
2018-05-22 10:05:15.081 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 0D 00 13 06 06 60 0D 01 03 25 02 25 16 9A 
2018-05-22 10:05:15.112 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:05:15.129 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 22, Status = Transmission complete and ACK received(0)
2018-05-22 10:05:15.132 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:05:15.161 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DONE)
2018-05-22 10:05:15.164 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:05:15.170 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class MULTI_INSTANCE
2018-05-22 10:05:15.173 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Received MULTI_INSTANCE command V2
2018-05-22 10:05:15.176 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Requested Command Class = SWITCH_BINARY (0x25)
2018-05-22 10:05:15.179 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Endpoint = 3, calling handleApplicationCommandRequest.
2018-05-22 10:05:15.185 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 6: Switch Binary report, value = 0
2018-05-22 10:05:15.190 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-05-22 10:05:15.193 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got a value event from Z-Wave network, endpoint = 3, command class = SWITCH_BINARY, value = 0
2018-05-22 10:05:15.197 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:add04738:node6:switch_binary3 to OFF [OnOffType]
2018-05-22 10:05:15.218 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-05-22 10:05:15.220 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Response processed after 136ms/4824ms.

Please provide a log that hasn’t been filtered with the node ID. This filters out information that is needed - we only see the data that is sent, and not the data that is received. I can see the message being sent to the device, and it looks like there is a response, but it’s hard to say what that is.

Whoops sorry - here you go:

2018-05-22 10:40:30.119 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling...
2018-05-22 10:40:30.123 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:switch_binary
2018-05-22 10:40:30.127 [DEBUG] [converter.ZWaveBinarySwitchConverter] - NODE 6: Generating poll message for SWITCH_BINARY, endpoint 0
2018-05-22 10:40:30.130 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 6: Creating new message for application command SWITCH_BINARY_GET
2018-05-22 10:40:30.134 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:scene_number
2018-05-22 10:40:30.137 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:sensor_binary
2018-05-22 10:40:30.147 [DEBUG] [converter.ZWaveBinarySensorConverter] - NODE 6: Generating poll message for SENSOR_BINARY, endpoint 0
2018-05-22 10:40:30.151 [DEBUG] [dclass.ZWaveBinarySensorCommandClass] - NODE 6: Creating new message for application command SENSOR_BINARY_GET
2018-05-22 10:40:30.154 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:sensor_luminance
2018-05-22 10:40:30.158 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 6: Generating poll message for SENSOR_MULTILEVEL, endpoint 0
2018-05-22 10:40:30.161 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 6: Creating new message for command SENSOR_MULTI_LEVEL_GET
2018-05-22 10:40:30.165 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:alarm_burglar
2018-05-22 10:40:30.168 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:alarm_system
2018-05-22 10:40:30.172 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:alarm_burglar1
2018-05-22 10:40:30.175 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:sensor_luminance2
2018-05-22 10:40:30.178 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 6: Generating poll message for SENSOR_MULTILEVEL, endpoint 2
2018-05-22 10:40:30.182 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 6: Creating new message for command SENSOR_MULTI_LEVEL_GET
2018-05-22 10:40:30.185 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Encapsulating message, instance / endpoint 2
2018-05-22 10:40:30.187 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 2
2018-05-22 10:40:30.190 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:add04738:node6:switch_binary3
2018-05-22 10:40:30.193 [DEBUG] [converter.ZWaveBinarySwitchConverter] - NODE 6: Generating poll message for SWITCH_BINARY, endpoint 3
2018-05-22 10:40:30.195 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 6: Creating new message for application command SWITCH_BINARY_GET
2018-05-22 10:40:30.198 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Encapsulating message, instance / endpoint 3
2018-05-22 10:40:30.200 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 3
2018-05-22 10:40:30.203 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
2018-05-22 10:40:30.203 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
2018-05-22 10:40:30.206 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 1. Queue={}
2018-05-22 10:40:30.206 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 06 02 25 02 25 24 C7 
2018-05-22 10:40:30.209 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 2. Queue={}
2018-05-22 10:40:30.209 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 25 02 25 24 C7 
2018-05-22 10:40:30.212 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 3. Queue={}
2018-05-22 10:40:30.215 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 4. Queue={}
2018-05-22 10:40:30.233 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-05-22 10:40:30.237 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:30.240 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-05-22 10:40:30.243 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-05-22 10:40:30.245 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-05-22 10:40:30.248 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:40:30.251 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 24 00 00 02 CD 
2018-05-22 10:40:30.255 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:30.258 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 24 00 00 02 00 00 C3 
2018-05-22 10:40:30.263 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 24 00 00 02 00 00 C3 
2018-05-22 10:40:30.268 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 06 03 25 03 00 D1 
2018-05-22 10:40:30.268 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=24 00 00 02 
2018-05-22 10:40:30.271 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 36, Status = Transmission complete and ACK received(0)
2018-05-22 10:40:30.275 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:30.279 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:30.283 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=36, payload=06 02 25 02 
2018-05-22 10:40:30.288 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=24 00 00 02 
2018-05-22 10:40:30.293 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=36, expected=ApplicationCommandHandler, cancelled=false      MISMATCH
2018-05-22 10:40:30.297 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:30.301 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 04 00 06 03 25 03 00 D1 
2018-05-22 10:40:30.305 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 04 00 06 03 25 03 00 D1 
2018-05-22 10:40:30.309 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 03 25 03 00 
2018-05-22 10:40:30.313 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DONE)
2018-05-22 10:40:30.317 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:30.322 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:30.326 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class SWITCH_BINARY
2018-05-22 10:40:30.330 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - Received Switch Binary Request for Node ID = 6
2018-05-22 10:40:30.333 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 6: Switch Binary report, value = 0
2018-05-22 10:40:30.337 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
2018-05-22 10:40:30.340 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-05-22 10:40:30.344 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got a value event from Z-Wave network, endpoint = 0, command class = SWITCH_BINARY, value = 0
2018-05-22 10:40:30.347 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:add04738:node6:switch_binary to OFF [OnOffType]
2018-05-22 10:40:30.354 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=36, payload=06 02 25 02 
2018-05-22 10:40:30.361 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 03 25 03 00 
2018-05-22 10:40:30.366 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=ApplicationCommandHandler, callback id=36, expected=ApplicationCommandHandler, cancelled=false        transaction complete!
2018-05-22 10:40:30.369 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
2018-05-22 10:40:30.375 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-05-22 10:40:30.379 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Response processed after 167ms/4824ms.
2018-05-22 10:40:30.382 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 3
2018-05-22 10:40:30.385 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 06 02 30 02 25 25 D3 
2018-05-22 10:40:30.388 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 30 02 25 25 D3 
2018-05-22 10:40:30.412 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-05-22 10:40:30.416 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:30.421 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-05-22 10:40:30.428 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-05-22 10:40:30.434 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 25 00 00 02 CC 
2018-05-22 10:40:30.432 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-05-22 10:40:30.440 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:40:30.442 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:30.445 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 25 00 00 02 00 00 C2 
2018-05-22 10:40:30.448 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 25 00 00 02 00 00 C2 
2018-05-22 10:40:30.451 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=25 00 00 02 
2018-05-22 10:40:30.454 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 37, Status = Transmission complete and ACK received(0)
2018-05-22 10:40:30.458 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:30.461 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:30.464 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=37, payload=06 02 30 02 
2018-05-22 10:40:30.467 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=25 00 00 02 
2018-05-22 10:40:30.469 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=37, expected=ApplicationCommandHandler, cancelled=false      MISMATCH
2018-05-22 10:40:35.392 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Timeout while sending message. Requeueing - 2 attempts left!
2018-05-22 10:40:35.396 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Got an error while sending data. Resending message.
2018-05-22 10:40:35.399 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 4. Queue={}
2018-05-22 10:40:35.403 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 3
2018-05-22 10:40:35.407 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 06 02 30 02 25 29 DF 
2018-05-22 10:40:35.411 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 30 02 25 29 DF 
2018-05-22 10:40:35.433 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-05-22 10:40:35.438 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:35.443 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-05-22 10:40:35.447 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-05-22 10:40:35.451 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-05-22 10:40:35.451 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 29 00 00 02 C0 
2018-05-22 10:40:35.454 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:40:35.459 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:35.464 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 29 00 00 02 00 00 CE 
2018-05-22 10:40:35.468 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 29 00 00 02 00 00 CE 
2018-05-22 10:40:35.471 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=29 00 00 02 
2018-05-22 10:40:35.474 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 41, Status = Transmission complete and ACK received(0)
2018-05-22 10:40:35.478 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:35.481 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:35.485 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=41, payload=06 02 30 02 
2018-05-22 10:40:35.488 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=29 00 00 02 
2018-05-22 10:40:35.491 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=41, expected=ApplicationCommandHandler, cancelled=false      MISMATCH
2018-05-22 10:40:40.415 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Timeout while sending message. Requeueing - 1 attempts left!
2018-05-22 10:40:40.419 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Got an error while sending data. Resending message.
2018-05-22 10:40:40.423 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 4. Queue={}
2018-05-22 10:40:40.428 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 3
2018-05-22 10:40:40.432 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 06 02 30 02 25 2A DC 
2018-05-22 10:40:40.436 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 30 02 25 2A DC 
2018-05-22 10:40:40.459 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-05-22 10:40:40.463 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:40.467 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-05-22 10:40:40.471 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-05-22 10:40:40.475 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-05-22 10:40:40.476 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 2A 00 00 03 C2 
2018-05-22 10:40:40.479 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:40:40.486 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:40.490 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 2A 00 00 03 00 00 CC 
2018-05-22 10:40:40.495 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 2A 00 00 03 00 00 CC 
2018-05-22 10:40:40.499 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=2A 00 00 03 
2018-05-22 10:40:40.503 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 42, Status = Transmission complete and ACK received(0)
2018-05-22 10:40:40.507 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:40.510 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:40.515 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=42, payload=06 02 30 02 
2018-05-22 10:40:40.519 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=2A 00 00 03 
2018-05-22 10:40:40.522 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=42, expected=ApplicationCommandHandler, cancelled=false      MISMATCH
2018-05-22 10:40:45.441 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Timeout while sending message. Requeueing - 0 attempts left!
2018-05-22 10:40:45.446 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Got an error while sending data. Resending message.
2018-05-22 10:40:45.450 [DEBUG] [ve.internal.protocol.ZWaveController] - Message queued. Queue length = 4. Queue={}
2018-05-22 10:40:45.453 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 3
2018-05-22 10:40:45.457 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 06 02 30 02 25 2B DD 
2018-05-22 10:40:45.461 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 30 02 25 2B DD 
2018-05-22 10:40:45.483 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-05-22 10:40:45.488 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:45.492 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-05-22 10:40:45.495 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-05-22 10:40:45.499 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-05-22 10:40:45.500 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 2B 00 00 02 C2 
2018-05-22 10:40:45.502 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:40:45.509 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:45.514 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 2B 00 00 02 00 00 CC 
2018-05-22 10:40:45.519 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 2B 00 00 02 00 00 CC 
2018-05-22 10:40:45.525 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=2B 00 00 02 
2018-05-22 10:40:45.530 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 43, Status = Transmission complete and ACK received(0)
2018-05-22 10:40:45.534 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:45.539 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:45.545 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=43, payload=06 02 30 02 
2018-05-22 10:40:45.550 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=2B 00 00 02 
2018-05-22 10:40:45.554 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=43, expected=ApplicationCommandHandler, cancelled=false      MISMATCH
2018-05-22 10:40:50.466 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Too many retries. Discarding message: Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=43, payload=06 02 30 02 
2018-05-22 10:40:50.471 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 2
2018-05-22 10:40:50.475 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 06 02 31 04 25 26 D7 
2018-05-22 10:40:50.480 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 31 04 25 26 D7 
2018-05-22 10:40:50.505 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-05-22 10:40:50.511 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:50.516 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-05-22 10:40:50.522 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-05-22 10:40:50.526 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 26 00 00 02 CF 
2018-05-22 10:40:50.528 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-05-22 10:40:50.534 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:40:50.540 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:50.546 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 26 00 00 02 00 00 C1 
2018-05-22 10:40:50.552 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 26 00 00 02 00 00 C1 
2018-05-22 10:40:50.557 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=26 00 00 02 
2018-05-22 10:40:50.557 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0A 00 04 00 06 04 22 01 00 00 D0 
2018-05-22 10:40:50.562 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 38, Status = Transmission complete and ACK received(0)
2018-05-22 10:40:50.568 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:50.573 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:50.579 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=38, payload=06 02 31 04 
2018-05-22 10:40:50.585 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=26 00 00 02 
2018-05-22 10:40:50.591 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=38, expected=ApplicationCommandHandler, cancelled=false      MISMATCH
2018-05-22 10:40:50.596 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:50.601 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 04 00 06 04 22 01 00 00 D0 
2018-05-22 10:40:50.606 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0A 00 04 00 06 04 22 01 00 00 D0 
2018-05-22 10:40:50.611 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 04 22 01 00 00 
2018-05-22 10:40:50.616 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DONE)
2018-05-22 10:40:50.620 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:50.626 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:50.631 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class APPLICATION_STATUS
2018-05-22 10:40:50.636 [DEBUG] [andclass.ZWaveApplicationStatusClass] - NODE Node 6. Manufacturer 0271, Type 0002, Id 1A72: Application Status message
2018-05-22 10:40:50.641 [DEBUG] [andclass.ZWaveApplicationStatusClass] - NODE Node 6. Manufacturer 0271, Type 0002, Id 1A72: is busy and will be polled in 2 seconds
2018-05-22 10:40:50.644 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveDelayedPollEvent
2018-05-22 10:40:50.648 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveDelayedPollEvent
2018-05-22 10:40:50.652 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling intialised at 1800 seconds - start in 2000 milliseconds.
2018-05-22 10:40:50.656 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=38, payload=06 02 31 04 
2018-05-22 10:40:50.660 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 04 22 01 00 00 
2018-05-22 10:40:50.663 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=ApplicationCommandHandler, callback id=38, expected=ApplicationCommandHandler, cancelled=false        transaction complete!
2018-05-22 10:40:50.665 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
2018-05-22 10:40:50.667 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-05-22 10:40:50.670 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Response processed after 186ms/4824ms.
2018-05-22 10:40:50.673 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 1
2018-05-22 10:40:50.677 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 13 06 06 60 0D 01 02 31 04 25 27 B8 
2018-05-22 10:40:50.681 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 0D 00 13 06 06 60 0D 01 02 31 04 25 27 B8 
2018-05-22 10:40:50.706 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-05-22 10:40:50.711 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:50.716 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-05-22 10:40:50.719 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-05-22 10:40:50.725 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-05-22 10:40:50.728 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.

Part 2…

2018-05-22 10:40:50.729 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 27 00 00 02 CE 
2018-05-22 10:40:50.735 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:50.749 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 27 00 00 02 00 00 C0 
2018-05-22 10:40:50.749 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0E 00 04 00 06 08 60 0D 02 01 22 01 00 00 B6 
2018-05-22 10:40:50.752 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 27 00 00 02 00 00 C0 
2018-05-22 10:40:50.754 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=27 00 00 02 
2018-05-22 10:40:50.757 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 39, Status = Transmission complete and ACK received(0)
2018-05-22 10:40:50.759 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:50.762 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:50.765 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=39, payload=06 06 60 0D 01 02 31 04 
2018-05-22 10:40:50.768 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=27 00 00 02 
2018-05-22 10:40:50.771 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=39, expected=ApplicationCommandHandler, cancelled=false      MISMATCH
2018-05-22 10:40:50.773 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:50.776 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0E 00 04 00 06 08 60 0D 02 01 22 01 00 00 B6 
2018-05-22 10:40:50.779 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0E 00 04 00 06 08 60 0D 02 01 22 01 00 00 B6 
2018-05-22 10:40:50.782 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 08 60 0D 02 01 22 01 00 00 
2018-05-22 10:40:50.785 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DONE)
2018-05-22 10:40:50.791 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:50.795 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:50.799 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class MULTI_INSTANCE
2018-05-22 10:40:50.803 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Received MULTI_INSTANCE command V2
2018-05-22 10:40:50.807 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Requested Command Class = APPLICATION_STATUS (0x22)
2018-05-22 10:40:50.812 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: CommandClass APPLICATION_STATUS (0x22) not implemented by endpoint 2, fallback to main node.
2018-05-22 10:40:50.817 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Endpoint = 2, calling handleApplicationCommandRequest.
2018-05-22 10:40:50.824 [DEBUG] [andclass.ZWaveApplicationStatusClass] - NODE Node 6. Manufacturer 0271, Type 0002, Id 1A72: Application Status message
2018-05-22 10:40:50.827 [DEBUG] [andclass.ZWaveApplicationStatusClass] - NODE Node 6. Manufacturer 0271, Type 0002, Id 1A72: is busy and will be polled in 2 seconds
2018-05-22 10:40:50.830 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveDelayedPollEvent
2018-05-22 10:40:50.833 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveDelayedPollEvent
2018-05-22 10:40:50.836 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling intialised at 1800 seconds - start in 2000 milliseconds.
2018-05-22 10:40:50.839 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=39, payload=06 06 60 0D 01 02 31 04 
2018-05-22 10:40:50.842 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 08 60 0D 02 01 22 01 00 00 
2018-05-22 10:40:50.845 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=ApplicationCommandHandler, callback id=39, expected=ApplicationCommandHandler, cancelled=false        transaction complete!
2018-05-22 10:40:50.847 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
2018-05-22 10:40:50.849 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-05-22 10:40:50.852 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Response processed after 167ms/4824ms.
2018-05-22 10:40:50.854 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - Took message from queue for sending. Queue length = 0
2018-05-22 10:40:50.858 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 13 06 06 60 0D 01 03 25 02 25 28 A4 
2018-05-22 10:40:50.861 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 0D 00 13 06 06 60 0D 01 03 25 02 25 28 A4 
2018-05-22 10:40:50.881 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2018-05-22 10:40:50.886 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:50.888 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 04 01 13 01 E8 
2018-05-22 10:40:50.891 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 04 01 13 01 E8 
2018-05-22 10:40:50.894 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Response[0x01], priority=High, dest=255, callback=0, payload=01 
2018-05-22 10:40:50.896 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: Sent Data successfully placed on stack.
2018-05-22 10:40:50.899 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 28 00 00 02 C1 
2018-05-22 10:40:50.905 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:50.908 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 28 00 00 02 00 00 CF 
2018-05-22 10:40:50.911 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 09 00 13 28 00 00 02 00 00 CF 
2018-05-22 10:40:50.914 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=28 00 00 02 
2018-05-22 10:40:50.917 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 0D 00 04 00 06 07 60 0D 03 01 25 03 00 BE 
2018-05-22 10:40:50.917 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 40, Status = Transmission complete and ACK received(0)
2018-05-22 10:40:50.921 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:50.925 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:50.929 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=40, payload=06 06 60 0D 01 03 25 02 
2018-05-22 10:40:50.933 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=SendData[0x13], type=Request[0x00], priority=High, dest=255, callback=0, payload=28 00 00 02 
2018-05-22 10:40:50.936 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=SendData, callback id=40, expected=ApplicationCommandHandler, cancelled=false      MISMATCH
2018-05-22 10:40:50.939 [DEBUG] [ve.internal.protocol.ZWaveController] - Receive queue TAKE: Length=0
2018-05-22 10:40:50.942 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0D 00 04 00 06 07 60 0D 03 01 25 03 00 BE 
2018-05-22 10:40:50.947 [DEBUG] [ve.internal.protocol.ZWaveController] - Process Message = 01 0D 00 04 00 06 07 60 0D 03 01 25 03 00 BE 
2018-05-22 10:40:50.950 [DEBUG] [ve.internal.protocol.ZWaveController] - Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 07 60 0D 03 01 25 03 00 
2018-05-22 10:40:50.954 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Application Command Request (ALIVE:DONE)
2018-05-22 10:40:50.957 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 6: Starting initialisation from DONE
2018-05-22 10:40:50.960 [DEBUG] [ve.internal.protocol.ZWaveController] - Event Listener org.openhab.binding.zwave.internal.protocol.initialization.ZWaveNodeInitStageAdvancer@1d894b8 already registered
2018-05-22 10:40:50.964 [DEBUG] [ssage.ApplicationCommandMessageClass] - NODE 6: Incoming command class MULTI_INSTANCE
2018-05-22 10:40:50.967 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Received MULTI_INSTANCE command V2
2018-05-22 10:40:50.971 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Requested Command Class = SWITCH_BINARY (0x25)
2018-05-22 10:40:50.974 [DEBUG] [class.ZWaveMultiInstanceCommandClass] - NODE 6: Endpoint = 3, calling handleApplicationCommandRequest.
2018-05-22 10:40:50.977 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - Received Switch Binary Request for Node ID = 6
2018-05-22 10:40:50.980 [DEBUG] [dclass.ZWaveBinarySwitchCommandClass] - NODE 6: Switch Binary report, value = 0
2018-05-22 10:40:50.983 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveCommandClassValueEvent
2018-05-22 10:40:50.986 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2018-05-22 10:40:50.989 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got a value event from Z-Wave network, endpoint = 3, command class = SWITCH_BINARY, value = 0
2018-05-22 10:40:50.992 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:add04738:node6:switch_binary3 to OFF [OnOffType]
2018-05-22 10:40:50.999 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Sent Message: class=SendData[0x13], type=Request[0x00], priority=Get, dest=6, callback=40, payload=06 06 60 0D 01 03 25 02 
2018-05-22 10:40:51.007 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: Recv Message: class=ApplicationCommandHandler[0x04], type=Request[0x00], priority=High, dest=255, callback=0, payload=00 06 07 60 0D 03 01 25 03 00 
2018-05-22 10:40:51.013 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Checking transaction complete: class=ApplicationCommandHandler, callback id=40, expected=ApplicationCommandHandler, cancelled=false        transaction complete!
2018-05-22 10:40:51.018 [DEBUG] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveTransactionCompletedEvent
2018-05-22 10:40:51.021 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2018-05-22 10:40:51.026 [DEBUG] [ocol.ZWaveController$ZWaveSendThread] - NODE 6: Response processed after 162ms/4824ms.

Its the same thing for me now, the pir works, but the Luminance shows nothing.

Do you need more log ?

The device is returning a response that says to try again later…

It’s possible that this is caused by the way the binding is sending the request. I’ve updated the database to specifically request the LUMINANCE sensor so once this is updated we can see if it makes any difference.

2 Likes

Hi,

I am using the Steinel devices IS140-2 PIR and XLED Home 2 PIR successfully with OH 2.2.
To get that work I tinkered with the 10-10-2017 snapshot of the zwave-addon and added inside this my own XML for the devices.
Both devices fully work despite several reboots since last october.
Supported are channels “switch_binary” for manually switching light, “sensor_luminance” for luminance and “alarm_burglar” which is for motion.

The XMLs are a little bit cluttered since it was my first device added.

Maybe someone who is more sophisticated with the XML and the zwave-addon could use my informations to build it into a newer zwave snapshot.

Thank you
Nils

steinel_is1402_0_0.xml (20.4 KB)
steinel_xledhome2_0_0.xml (20.5 KB)

I would strongly suggest to incorporate whatever changes you’ve made directly into the database - otherwise you’ll always be having to build custom versions for this one device, and that’s really not a long-term solution.

Yes- I could try to add it. But there are already entries. Also, as I wrote, I maybe double added channels. It would help if someone could check the XML and delete unneeded entries.
The XML was born in a trial and error process, I am not really sure why I added which value. The XML base was build with your database tool and than I edited the values manually directly in the XML files.
So I don’t know which value in which database field…

It’s not possible to add a new entry from an XML that you’ve created - that’s not how the system was designed. The existing database entry would need to be edited with whatever changes are needed.

Has anyone tried the latest version to see if it works? Apparently most functionality was working, and only the luminance sensor wasn’t. Before we start down a completely different route, shouldn’t we just try and fix this last issue?

If the current version doesn’t work, another log would probably be useful to see if there is any change.

The laetest snapshot works with sensor luminance (2. One)

Great - thanks. So are there any remaining issues with this device, or can you confirm it is now working ok?

I tested it. It is working well for the pir devices.
But all my fibaro roller shutter are now grayed out in habmin -things and a delete button is offered for each shutter item. Configuration is not possible.

In Paper UI everything works fine, so maybe a hubmin issue.
habmin

The name did change a while ago: from FGRM222 to FGR222.
Just delete the thing and readd it again.
All your setting will be left untouched.

Brilliant!

Sorry for the radio silence, I’ve had a busy weekend part of which was spent mounting this device on the wall. It’s up and working now and I can read the light value.

Thank you!

1 Like

Hi,
I also have the Steinel 140 zwave. But I think it isn’t working as expected.

The luminance sensor only shows 2 the whole day and the switch und relay switch (don’t know the difference) is always on. Any one else, who have these issues? Or is it normal? Seems, that the device freezes. If I turn of the power and turn on again, it is working again.