Aeotec Nano Shutter configuration problems

Thanks - it looks ok and I don’t think will cause any problems.

1 Like

I’m planning on purchasing the Aeotec nano shutter.

If I understand correctly, the Z-wave binding changed the switch_dimmer to blinds_control channel. Is this available in 2.4 or should I update to 2.5 snapshot?

And with the blinds_control it is now possible to open/close the shutters at a specified percentage?

I have a number of Aeotec Nano Shutters implemented (got rid of the Fibaro FGR-223)
I am using the 2.5 snapshot zwave binding (version from april 26). It uses the blinds_control channel and works fine … with one exception:
moving it to specific percentages via a mapping in the sitemap does not work.
i.e.

                   mappings=[25="25", 50="50" , 75="75"]

… does not work.
I really do not have a use-case for this at this point in time, so no big deal for me.

Strange enough though … this mapping

                    mappings=[0="AUF", 100="ZU"]

does work.

To me, it looks like every percentage value greater than 0 is interpreted as 100 by the Nano Shutter.

That’s the same problem as OP had with the switch_dimmer.

Use case for me would be to close the blinds partially to block the heat but still let some light in. Summer is coming!

Maybe @chris or @sihui can elaborate?

What happens if you do send a command in a rule?

YourRollershutterItem.sendCommand(50)

2.5 snapshot

1 Like

Has it been calibrated, or does it require calibration?

I don’t have them yet, just collection some information to see if I want this switch or another brand.

Do you know this @ffr?

It does not require calibration. there is a parameter 35 (Time for left to right, or up to down) that you need to set.

I just tested the rule-case:

rule "test 2"
when
    Item Test changed to ON
then
    BS_Fitness_Room_Shutter.sendCommand(5)
    
end

Executing this rule with the blinds completely open closes them to 100%.
Executing this rule with the blinds completely closed does nothing.

Then it is time for debug logs.

@sihui
I am not a fan of posting logs with secure devices in the public forum. You will get a message.

From my limited knowledge I guess the switch_dimmer needs to be removed completely from the database:



It looks like the Switch_Multilevel command class is updated through both channels. switch_dimmer and blinds_control.
But I’m not sure …

Hi folks,

What’s the status regarding this issue?
I just bought an Aeotec Nano Shutter and cannot set any position value between 0 and 100.
Here’s my actual config:
• Aeotec Nano Shutter
• OpenHAB 2.5.0.M2 (edit: same with today’s Snapshot)
• Paper UI with Thing channel: “Blinds Control” linked to my item.
• I clocked my roller shutter and set the “35: Moving time left to right” value to 15.

Any value (ie. 67) that I input in the Blinds Control field get reverted to 100.

I recently upgraded from 2.4.0 to 2.5.0M4. I deleted my zwave things and readded them after the upgrade.

This was in my backlog, and I looked at it today. I have the same problem as you @Tazintosh:

2019-11-03 12:39:12.910 [ome.event.ItemCommandEvent] - Item 'Rolluiken_Shutter' received command 78
2019-11-03 12:39:12.950 [nt.ItemStatePredictedEvent] - Rolluiken_Shutter predicted to become 78
2019-11-03 12:39:12.977 [vent.ItemStateChangedEvent] - Rolluiken_Shutter changed from 100 to 78
2019-11-03 12:39:14.650 [vent.ItemStateChangedEvent] - Rolluiken_Shutter changed from 78 to 100

It doesn’t matter if I do this with a rule or through the sitemap. I did also try with different values for parameter 35, nothing changes.

I have a debug log @sihui @chris (This is with parameter 35 at 1:

2019-11-03 12:45:23.124 [ome.event.ItemCommandEvent] - Item 'Rolluiken_Shutter' received command 50

==> /var/log/openhab2/openhab.log <==
2019-11-03 12:45:23.130 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Command received zwave:device:144cd173:node6:switch_dimmer --> 50 [PercentType]
2019-11-03 12:45:23.135 [DEBUG] [ss.ZWaveMultiLevelSwitchCommandClass] - NODE 6: Creating new message for command SWITCH_MULTILEVEL_SET

==> /var/log/openhab2/events.log <==
2019-11-03 12:45:23.135 [nt.ItemStatePredictedEvent] - Rolluiken_Shutter predicted to become 50

==> /var/log/openhab2/openhab.log <==
2019-11-03 12:45:23.137 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: SECURITY NOT required on COMMAND_CLASS_SWITCH_MULTILEVEL
2019-11-03 12:45:23.141 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Command Class COMMAND_CLASS_SWITCH_MULTILEVEL is NOT required to be secured
2019-11-03 12:45:23.145 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Adding to device queue
2019-11-03 12:45:23.148 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Added 6744 to queue - size 1
2019-11-03 12:45:23.153 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2019-11-03 12:45:23.157 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 06 03 26 01 32 25 69 BA 
2019-11-03 12:45:23.164 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 0A 00 13 06 03 26 01 32 25 69 BA 
2019-11-03 12:45:23.171 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2019-11-03 12:45:23.168 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2019-11-03 12:45:23.177 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2019-11-03 12:45:23.177 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 6744: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 105
2019-11-03 12:45:23.186 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2019-11-03 12:45:23.187 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2019-11-03 12:45:23.189 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6744: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 105
2019-11-03 12:45:23.193 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:23.196 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2019-11-03 12:45:23.184 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling initialised at 1800 seconds - start in 1500 milliseconds.

==> /var/log/openhab2/events.log <==
2019-11-03 12:45:23.192 [vent.ItemStateChangedEvent] - Rolluiken_Shutter changed from 100 to 50

==> /var/log/openhab2/openhab.log <==
2019-11-03 12:45:23.204 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:23.210 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6744: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 105
2019-11-03 12:45:23.213 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2019-11-03 12:45:23.222 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 6744: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 105
2019-11-03 12:45:23.226 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:23.228 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: sentData successfully placed on stack.
2019-11-03 12:45:23.231 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 6744: Advanced to WAIT_REQUEST
2019-11-03 12:45:23.231 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 69 00 00 06 84 
2019-11-03 12:45:23.228 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Command received zwave:device:144cd173:node6:blinds_control --> 50 [PercentType]
2019-11-03 12:45:23.234 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: TID 6744: Transaction not completed
2019-11-03 12:45:23.234 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=105, payload=69 00 00 06 
2019-11-03 12:45:23.234 [DEBUG] [ss.ZWaveMultiLevelSwitchCommandClass] - NODE 6: Creating new message for command SWITCH_MULTILEVEL_SET
2019-11-03 12:45:23.238 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:23.237 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: SECURITY NOT required on COMMAND_CLASS_SWITCH_MULTILEVEL
2019-11-03 12:45:23.240 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:23.240 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Command Class COMMAND_CLASS_SWITCH_MULTILEVEL is NOT required to be secured
2019-11-03 12:45:23.243 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Adding to device queue
2019-11-03 12:45:23.245 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Added 6745 to queue - size 1
2019-11-03 12:45:23.246 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:23.249 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=105, payload=69 00 00 06 
2019-11-03 12:45:23.249 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling initialised at 1800 seconds - start in 1500 milliseconds.
2019-11-03 12:45:23.251 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6744: [WAIT_REQUEST] priority=Set, requiresResponse=true, callback: 105
2019-11-03 12:45:23.254 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2019-11-03 12:45:23.256 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 6744: [WAIT_REQUEST] priority=Set, requiresResponse=true, callback: 105
2019-11-03 12:45:23.258 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 6744: (Callback 105)
2019-11-03 12:45:23.261 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2019-11-03 12:45:23.262 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 6744: callback 105
2019-11-03 12:45:23.265 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=105, payload=69 00 00 06 
2019-11-03 12:45:23.267 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 105, Status = Transmission complete and ACK received(0)
2019-11-03 12:45:23.270 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: resetResendCount initComplete=true isDead=false
2019-11-03 12:45:23.272 [DEBUG] [e.internal.protocol.ZWaveTransaction] - TID 6744: Transaction COMPLETED
2019-11-03 12:45:23.274 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Response processed after 97ms
2019-11-03 12:45:23.276 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: TID 6744: Transaction completed
2019-11-03 12:45:23.279 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: notifyTransactionResponse TID:6744 DONE
2019-11-03 12:45:23.281 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2019-11-03 12:45:23.283 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:23.285 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2019-11-03 12:45:23.288 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 0A 00 13 06 03 26 01 32 25 6A B9 
2019-11-03 12:45:23.291 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 0A 00 13 06 03 26 01 32 25 6A B9 
2019-11-03 12:45:23.293 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2019-11-03 12:45:23.295 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 6745: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 106
2019-11-03 12:45:23.297 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2019-11-03 12:45:23.299 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2019-11-03 12:45:23.302 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2019-11-03 12:45:23.303 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2019-11-03 12:45:23.306 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6745: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 106
2019-11-03 12:45:23.308 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:23.309 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2019-11-03 12:45:23.311 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:23.313 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:23.315 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:23.317 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6745: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 106
2019-11-03 12:45:23.319 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2019-11-03 12:45:23.321 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 6745: [WAIT_RESPONSE] priority=Set, requiresResponse=true, callback: 106
2019-11-03 12:45:23.323 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:23.326 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: sentData successfully placed on stack.
2019-11-03 12:45:23.328 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 6745: Advanced to WAIT_REQUEST
2019-11-03 12:45:23.330 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: TID 6745: Transaction not completed
2019-11-03 12:45:23.332 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:23.334 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:23.356 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 6A 00 00 06 87 
2019-11-03 12:45:23.359 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=106, payload=6A 00 00 06 
2019-11-03 12:45:23.362 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=106, payload=6A 00 00 06 
2019-11-03 12:45:23.365 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6745: [WAIT_REQUEST] priority=Set, requiresResponse=true, callback: 106
2019-11-03 12:45:23.367 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2019-11-03 12:45:23.369 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 6745: [WAIT_REQUEST] priority=Set, requiresResponse=true, callback: 106
2019-11-03 12:45:23.370 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 6745: (Callback 106)
2019-11-03 12:45:23.373 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2019-11-03 12:45:23.374 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 6745: callback 106
2019-11-03 12:45:23.377 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=106, payload=6A 00 00 06 
2019-11-03 12:45:23.378 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 106, Status = Transmission complete and ACK received(0)
2019-11-03 12:45:23.380 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: resetResendCount initComplete=true isDead=false
2019-11-03 12:45:23.382 [DEBUG] [e.internal.protocol.ZWaveTransaction] - TID 6745: Transaction COMPLETED
2019-11-03 12:45:23.384 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Response processed after 89ms
2019-11-03 12:45:23.386 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: TID 6745: Transaction completed
2019-11-03 12:45:23.388 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: notifyTransactionResponse TID:6745 DONE
2019-11-03 12:45:23.390 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2019-11-03 12:45:23.392 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:23.394 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2019-11-03 12:45:24.749 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling...
2019-11-03 12:45:24.752 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:144cd173:node6:switch_dimmer
2019-11-03 12:45:24.754 [DEBUG] [erter.ZWaveMultiLevelSwitchConverter] - NODE 6: Generating poll message for COMMAND_CLASS_SWITCH_MULTILEVEL, endpoint 0
2019-11-03 12:45:24.757 [DEBUG] [ss.ZWaveMultiLevelSwitchCommandClass] - NODE 6: Creating new message for command SWITCH_MULTILEVEL_GET
2019-11-03 12:45:24.759 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: SECURITY NOT required on COMMAND_CLASS_SWITCH_MULTILEVEL
2019-11-03 12:45:24.761 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Command Class COMMAND_CLASS_SWITCH_MULTILEVEL is NOT required to be secured
2019-11-03 12:45:24.764 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling skipped for zwave:device:144cd173:node6:switch_dimmer on COMMAND_CLASS_BASIC
2019-11-03 12:45:24.766 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:144cd173:node6:blinds_control
2019-11-03 12:45:24.768 [DEBUG] [erter.ZWaveMultiLevelSwitchConverter] - NODE 6: Generating poll message for COMMAND_CLASS_SWITCH_MULTILEVEL, endpoint 0
2019-11-03 12:45:24.771 [DEBUG] [ss.ZWaveMultiLevelSwitchCommandClass] - NODE 6: Creating new message for command SWITCH_MULTILEVEL_GET
2019-11-03 12:45:24.773 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: SECURITY NOT required on COMMAND_CLASS_SWITCH_MULTILEVEL
2019-11-03 12:45:24.776 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Command Class COMMAND_CLASS_SWITCH_MULTILEVEL is NOT required to be secured
2019-11-03 12:45:24.780 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling skipped for zwave:device:144cd173:node6:blinds_control on COMMAND_CLASS_BASIC
2019-11-03 12:45:24.783 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Polling zwave:device:144cd173:node6:scene_number
2019-11-03 12:45:24.791 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Adding to device queue
2019-11-03 12:45:24.799 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Added 6746 to queue - size 1
2019-11-03 12:45:24.803 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2019-11-03 12:45:24.809 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 06 02 26 02 25 6B 8B 
2019-11-03 12:45:24.815 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 26 02 25 6B 8B 
2019-11-03 12:45:24.818 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2019-11-03 12:45:24.821 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 6746: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 107
2019-11-03 12:45:24.822 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2019-11-03 12:45:24.824 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Adding to device queue
2019-11-03 12:45:24.828 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Added 6747 to queue - size 1
2019-11-03 12:45:24.828 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2019-11-03 12:45:24.831 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:24.833 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2019-11-03 12:45:24.836 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6746: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 107
2019-11-03 12:45:24.838 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2019-11-03 12:45:24.838 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2019-11-03 12:45:24.840 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:24.843 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:24.846 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:24.850 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:24.852 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6746: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 107
2019-11-03 12:45:24.855 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2019-11-03 12:45:24.857 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 6746: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 107
2019-11-03 12:45:24.860 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:24.862 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: sentData successfully placed on stack.
2019-11-03 12:45:24.865 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 6746: Advanced to WAIT_REQUEST
2019-11-03 12:45:24.867 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: TID 6746: Transaction not completed
2019-11-03 12:45:24.869 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:24.872 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:24.890 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 6B 00 00 06 86 
2019-11-03 12:45:24.896 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=107, payload=6B 00 00 06 
2019-11-03 12:45:24.900 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=107, payload=6B 00 00 06 
2019-11-03 12:45:24.902 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6746: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 107
2019-11-03 12:45:24.904 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2019-11-03 12:45:24.906 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 6746: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 107
2019-11-03 12:45:24.907 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 6746: (Callback 107)
2019-11-03 12:45:24.909 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2019-11-03 12:45:24.911 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 6746: callback 107
2019-11-03 12:45:24.913 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=107, payload=6B 00 00 06 
2019-11-03 12:45:24.915 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 107, Status = Transmission complete and ACK received(0)
2019-11-03 12:45:24.917 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: resetResendCount initComplete=true isDead=false
2019-11-03 12:45:24.919 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 6746: Advanced to WAIT_DATA
2019-11-03 12:45:24.921 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: TID 6746: Transaction not completed
2019-11-03 12:45:24.922 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:24.924 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:24.961 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 06 03 26 03 63 B1 
2019-11-03 12:45:24.965 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=6, callback=0, payload=00 06 03 26 03 63 
2019-11-03 12:45:24.968 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=6, callback=0, payload=00 06 03 26 03 63 
2019-11-03 12:45:24.969 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2019-11-03 12:45:24.971 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Application Command Request (ALIVE:DONE)
2019-11-03 12:45:24.972 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: resetResendCount initComplete=true isDead=false
2019-11-03 12:45:24.974 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Incoming command class COMMAND_CLASS_SWITCH_MULTILEVEL, endpoint 0
2019-11-03 12:45:24.976 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: SECURITY NOT required on COMMAND_CLASS_SWITCH_MULTILEVEL
2019-11-03 12:45:24.977 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 6: Received COMMAND_CLASS_SWITCH_MULTILEVEL V3 SWITCH_MULTILEVEL_REPORT
2019-11-03 12:45:24.979 [DEBUG] [ss.ZWaveMultiLevelSwitchCommandClass] - NODE 6: Switch Multi Level report, value = 99
2019-11-03 12:45:24.981 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2019-11-03 12:45:24.982 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SWITCH_MULTILEVEL, value=99
2019-11-03 12:45:24.984 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:144cd173:node6:switch_dimmer to 100 [PercentType]
2019-11-03 12:45:24.987 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:144cd173:node6:blinds_control to 100 [PercentType]
2019-11-03 12:45:24.989 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Commands processed 1.
2019-11-03 12:45:24.991 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@3d33c3.
2019-11-03 12:45:24.993 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@3d33c3.
2019-11-03 12:45:24.995 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: notifyTransactionResponse TID:6746 DONE
2019-11-03 12:45:24.997 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2019-11-03 12:45:24.998 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2019-11-03 12:45:25.000 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2019-11-03 12:45:25.002 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:25.003 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2019-11-03 12:45:25.006 [DEBUG] [wave.internal.protocol.SerialMessage] - Assembled message buffer = 01 09 00 13 06 02 26 02 25 6C 8C 
2019-11-03 12:45:25.010 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - NODE 6: Sending REQUEST Message = 01 09 00 13 06 02 26 02 25 6C 8C 
2019-11-03 12:45:25.015 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 06
2019-11-03 12:45:25.018 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2019-11-03 12:45:25.013 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Message SENT
2019-11-03 12:45:25.021 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage started: TID 6747: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 108
2019-11-03 12:45:25.023 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=null[0], type=ACK[2], dest=255, callback=0, payload=
2019-11-03 12:45:25.024 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 04 01 13 01 E8 
2019-11-03 12:45:25.029 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6747: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 108
2019-11-03 12:45:25.029 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:25.031 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg: ACK
2019-11-03 12:45:25.034 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:25.037 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:25.039 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 

==> /var/log/openhab2/events.log <==
2019-11-03 12:45:25.043 [vent.ItemStateChangedEvent] - Rolluiken_Shutter changed from 50 to 100

==> /var/log/openhab2/openhab.log <==
2019-11-03 12:45:25.041 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6747: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 108
2019-11-03 12:45:25.045 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2019-11-03 12:45:25.048 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 6747: [WAIT_RESPONSE] priority=Get, requiresResponse=true, callback: 108
2019-11-03 12:45:25.050 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Response[1], dest=255, callback=0, payload=01 
2019-11-03 12:45:25.053 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: sentData successfully placed on stack.
2019-11-03 12:45:25.056 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 6747: Advanced to WAIT_REQUEST
2019-11-03 12:45:25.058 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: TID 6747: Transaction not completed
2019-11-03 12:45:25.060 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:25.062 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:25.098 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 07 00 13 6C 00 00 08 8F 
2019-11-03 12:45:25.101 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=SendData[19], type=Request[0], dest=0, callback=108, payload=6C 00 00 08 
2019-11-03 12:45:25.104 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=SendData[19], type=Request[0], dest=0, callback=108, payload=6C 00 00 08 
2019-11-03 12:45:25.107 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction TID 6747: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 108
2019-11-03 12:45:25.109 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking outstanding transactions: 1
2019-11-03 12:45:25.111 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Last transaction: TID 6747: [WAIT_REQUEST] priority=Get, requiresResponse=true, callback: 108
2019-11-03 12:45:25.114 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Checking TID 6747: (Callback 108)
2019-11-03 12:45:25.116 [DEBUG] [.serialmessage.ZWaveCommandProcessor] - Callback match!
2019-11-03 12:45:25.118 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Correlated to TID 6747: callback 108
2019-11-03 12:45:25.120 [DEBUG] [ve.internal.protocol.ZWaveController] - Incoming Message: Message: class=SendData[19], type=Request[0], dest=0, callback=108, payload=6C 00 00 08 
2019-11-03 12:45:25.122 [DEBUG] [l.serialmessage.SendDataMessageClass] - NODE 6: SendData Request. CallBack ID = 108, Status = Transmission complete and ACK received(0)
2019-11-03 12:45:25.124 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: resetResendCount initComplete=true isDead=false
2019-11-03 12:45:25.126 [DEBUG] [nal.protocol.ZWaveTransactionManager] - TID 6747: Advanced to WAIT_DATA
2019-11-03 12:45:25.127 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: TID 6747: Transaction not completed
2019-11-03 12:45:25.129 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:25.130 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 1 out at start. Holdoff false.
2019-11-03 12:45:25.182 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 06 03 26 03 63 B1 
2019-11-03 12:45:25.184 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=6, callback=0, payload=00 06 03 26 03 63 
2019-11-03 12:45:25.186 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=6, callback=0, payload=00 06 03 26 03 63 
2019-11-03 12:45:25.188 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2019-11-03 12:45:25.192 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Application Command Request (ALIVE:DONE)
2019-11-03 12:45:25.193 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: resetResendCount initComplete=true isDead=false
2019-11-03 12:45:25.196 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Incoming command class COMMAND_CLASS_SWITCH_MULTILEVEL, endpoint 0
2019-11-03 12:45:25.200 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: SECURITY NOT required on COMMAND_CLASS_SWITCH_MULTILEVEL
2019-11-03 12:45:25.202 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 6: Received COMMAND_CLASS_SWITCH_MULTILEVEL V3 SWITCH_MULTILEVEL_REPORT
2019-11-03 12:45:25.203 [DEBUG] [ss.ZWaveMultiLevelSwitchCommandClass] - NODE 6: Switch Multi Level report, value = 99
2019-11-03 12:45:25.205 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2019-11-03 12:45:25.207 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SWITCH_MULTILEVEL, value=99
2019-11-03 12:45:25.209 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:144cd173:node6:switch_dimmer to 100 [PercentType]
2019-11-03 12:45:25.212 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:144cd173:node6:blinds_control to 100 [PercentType]
2019-11-03 12:45:25.215 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Commands processed 1.
2019-11-03 12:45:25.216 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1931332.
2019-11-03 12:45:25.219 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Command verified org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1931332.
2019-11-03 12:45:25.221 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: notifyTransactionResponse TID:6747 DONE
2019-11-03 12:45:25.223 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveTransactionCompletedEvent
2019-11-03 12:45:25.226 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 1
2019-11-03 12:45:25.228 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2019-11-03 12:45:25.230 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:25.232 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.
2019-11-03 12:45:25.256 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 09 00 04 00 06 03 20 03 63 B7 
2019-11-03 12:45:25.259 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=6, callback=0, payload=00 06 03 20 03 63 
2019-11-03 12:45:25.261 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=6, callback=0, payload=00 06 03 20 03 63 
2019-11-03 12:45:25.263 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null
2019-11-03 12:45:25.265 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Application Command Request (ALIVE:DONE)
2019-11-03 12:45:25.267 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: resetResendCount initComplete=true isDead=false
2019-11-03 12:45:25.269 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: Incoming command class COMMAND_CLASS_BASIC, endpoint 0
2019-11-03 12:45:25.270 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 6: SECURITY NOT required on COMMAND_CLASS_BASIC
2019-11-03 12:45:25.272 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 6: Received COMMAND_CLASS_BASIC V1 BASIC_REPORT
2019-11-03 12:45:25.274 [DEBUG] [.commandclass.ZWaveBasicCommandClass] - NODE 6: Basic report, value = 99
2019-11-03 12:45:25.276 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got an event from Z-Wave network: ZWaveCommandClassValueEvent
2019-11-03 12:45:25.278 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_BASIC, value=99
2019-11-03 12:45:25.280 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:144cd173:node6:switch_dimmer to 100 [PercentType]
2019-11-03 12:45:25.285 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 6: Updating channel state zwave:device:144cd173:node6:blinds_control to 100 [PercentType]
2019-11-03 12:45:25.288 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Commands processed 1.
2019-11-03 12:45:25.290 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 6: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@f4ddb5.
2019-11-03 12:45:25.292 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2019-11-03 12:45:25.296 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0
2019-11-03 12:45:25.298 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty
2019-11-03 12:45:25.300 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

Did you try setting parameter 80 to 1?

Yes parameter 80 is at 1.

I noticed this discussion was continued in a new topic.

Long story short, the device needs a firmware update, that you cannot perform by yourself.