Refresh_interval=1not work

how can I set the Fibaro FGS 222 correct status in openhab indicating when I switch manuel via the switch and not openhab
:refresh_interval=1 it does not work :frowning:

What do you mean “does not work” - what actually happens?

You will not be able to poll that fast and the binding will limit the period to something more sensible.

Generally, you would be advised not to use refresh_interval at all as it’s simply not necessary - use associations instead.

as I wrote when I turn to the hardware switch light switch on the ad in openhab is still off
so I got in the Item: refresh_interval = 1 inserted it and still no Change

Ok - but that doesn’t really tell me what doesn’t work.

What are the logs showing - please check the debug logs to see what is happening as it’s impossible to say what is wrong if we don’t know what is happening.

As stated earlier, you should not use polling on this device. It supports associations, so you would be well advised to use them instead of polling which will be much slower at getting updates from the switch.

only the display when turned on in openhab with the hardware Switch
everything else works great

What are the debug logs showing though? Really - it’s impossible to say what is happening with no information.

Have you tried configuring the associations to see if that works? As mentioned already - this will be significantly better than using polling.

15:03:16.309 [DEBUG] [i.c.ZWaveBinarySwitchConverter:72   ] - NODE 8: Generating poll message for SWITCH_BINARY, endpoint 1
15:03:16.310 [DEBUG] [.ZWaveBinarySwitchCommandClass:127  ] - NODE 8: Creating new message for application command SWITCH_BINARY_GET
15:03:16.318 [DEBUG] [o.b.z.i.protocol.SerialMessage:113  ] - NODE 8: Creating empty message of class = SendData (0x13), type = Request (0x00)
15:03:16.319 [DEBUG] [.z.internal.protocol.ZWaveNode:715  ] - NODE 8: Encapsulating message, instance / endpoint 1
15:03:16.320 [DEBUG] [ZWaveMultiInstanceCommandClass:588  ] - NODE 8: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 1
15:03:16.322 [DEBUG] [b.z.i.protocol.ZWaveController:947  ] - Callback ID = 117
15:03:16.335 [DEBUG] [WaveController$ZWaveSendThread:1241 ] - Took message from queue for sending. Queue length = 0
15:03:16.339 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 13 08 06 60 0D 01 01 25 02 25 75 F5 
15:03:16.342 [DEBUG] [WaveController$ZWaveSendThread:1301 ] - NODE 8: Sending REQUEST Message = 01 0D 00 13 08 06 60 0D 01 01 25 02 25 75 F5 
15:03:16.342 [DEBUG] [b.z.i.protocol.ZWaveController:632  ] - Enqueueing message. Queue length = 0
15:03:16.344 [DEBUG] [i.c.ZWaveBinarySwitchConverter:72   ] - NODE 8: Generating poll message for SWITCH_BINARY, endpoint 2
15:03:16.346 [DEBUG] [.ZWaveBinarySwitchCommandClass:127  ] - NODE 8: Creating new message for application command SWITCH_BINARY_GET
15:03:16.347 [DEBUG] [o.b.z.i.protocol.SerialMessage:113  ] - NODE 8: Creating empty message of class = SendData (0x13), type = Request (0x00)
15:03:16.349 [DEBUG] [.z.internal.protocol.ZWaveNode:715  ] - NODE 8: Encapsulating message, instance / endpoint 2
15:03:16.350 [DEBUG] [ZWaveMultiInstanceCommandClass:588  ] - NODE 8: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 2
15:03:16.351 [DEBUG] [b.z.i.protocol.ZWaveController:947  ] - Callback ID = 118
15:03:16.353 [DEBUG] [b.z.i.protocol.ZWaveController:632  ] - Enqueueing message. Queue length = 1
15:03:16.355 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 04 01 13 01 E8 
15:03:16.360 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:16.363 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 04 01 13 01 E8 
15:03:16.365 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 04 01 13 01 E8 
15:03:16.367 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=0
15:03:16.370 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Response (0x01), payload = 01 
15:03:16.371 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38   ] - NODE 8: Sent Data successfully placed on stack.
15:03:16.375 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 07 00 13 75 00 00 02 9C 
15:03:16.379 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:16.381 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:16.385 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 13 75 00 00 02 00 00 92 
15:03:16.388 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 13 75 00 00 02 00 00 92 
15:03:16.390 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Request (0x00), payload = 75 00 00 02 
15:03:16.392 [DEBUG] [b.z.i.p.s.SendDataMessageClass:73   ] - NODE 8: SendData Request. CallBack ID = 117, Status = Transmission complete and ACK received(0)
15:03:16.396 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 08 06 60 0D 01 01 25 02 
15:03:16.398 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 75 00 00 02 
15:03:16.399 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=SendData, expected=ApplicationCommandHandler, cancelled=false
15:03:16.405 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 08 07 60 0D 01 01 25 03 00 B2 
15:03:16.409 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:16.410 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:16.413 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 08 07 60 0D 01 01 25 03 00 B2 
15:03:16.415 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 08 07 60 0D 01 01 25 03 00 B2 
15:03:16.417 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 08 07 60 0D 01 01 25 03 00 
15:03:16.420 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 8: Application Command Request (ALIVE:DONE)
15:03:16.421 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 8: Incoming command class MULTI_INSTANCE
15:03:16.422 [DEBUG] [ZWaveMultiInstanceCommandClass:138  ] - NODE 8: Received Multi-instance/Multi-channel Request
15:03:16.425 [DEBUG] [ZWaveMultiInstanceCommandClass:471  ] - NODE 8: Requested Command Class = SWITCH_BINARY (0x25)
15:03:16.426 [DEBUG] [ZWaveMultiInstanceCommandClass:496  ] - NODE 8: Endpoint = 1, calling handleApplicationCommandRequest.
15:03:16.428 [DEBUG] [.ZWaveBinarySwitchCommandClass:79   ] - Received Switch Binary Request for Node ID = 8
15:03:16.429 [DEBUG] [.ZWaveBinarySwitchCommandClass:114  ] - NODE 8: Switch Binary report, value = 0x00
15:03:16.430 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
15:03:16.431 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
15:03:16.433 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 8: Got a value event from Z-Wave network, endpoint = 1, command class = SWITCH_BINARY, value = 0
15:03:16.438 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 08 06 60 0D 01 01 25 02 
15:03:16.440 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 08 07 60 0D 01 01 25 03 00 
15:03:16.441 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=ApplicationCommandHandler, expected=ApplicationCommandHandler, cancelled=false
15:03:16.442 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:74   ] -          transaction complete!
15:03:16.445 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
15:03:16.446 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
15:03:16.449 [DEBUG] [WaveController$ZWaveSendThread:1364 ] - NODE 8: Response processed after 105ms/959ms.
15:03:16.450 [DEBUG] [WaveController$ZWaveSendThread:1241 ] - Took message from queue for sending. Queue length = 0
15:03:16.453 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 13 08 06 60 0D 01 02 25 02 25 76 F5 
15:03:16.456 [DEBUG] [WaveController$ZWaveSendThread:1301 ] - NODE 8: Sending REQUEST Message = 01 0D 00 13 08 06 60 0D 01 02 25 02 25 76 F5 
15:03:16.467 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 04 01 13 01 E8 
15:03:16.471 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:16.473 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:16.475 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 04 01 13 01 E8 
15:03:16.477 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 04 01 13 01 E8 
15:03:16.479 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Response (0x01), payload = 01 
15:03:16.480 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38   ] - NODE 8: Sent Data successfully placed on stack.
15:03:16.485 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 07 00 13 76 00 00 02 9F 
15:03:16.489 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:16.491 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:16.494 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 13 76 00 00 02 00 00 91 
15:03:16.499 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 13 76 00 00 02 00 00 91 
15:03:16.501 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Request (0x00), payload = 76 00 00 02 
15:03:16.504 [DEBUG] [b.z.i.p.s.SendDataMessageClass:73   ] - NODE 8: SendData Request. CallBack ID = 118, Status = Transmission complete and ACK received(0)
15:03:16.514 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 08 06 60 0D 01 02 25 02 
15:03:16.515 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 76 00 00 02 
15:03:16.517 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=SendData, expected=ApplicationCommandHandler, cancelled=false
15:03:16.521 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 08 07 60 0D 02 01 25 03 00 B1 
15:03:16.530 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:16.530 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:16.536 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 08 07 60 0D 02 01 25 03 00 B1 
15:03:16.541 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 08 07 60 0D 02 01 25 03 00 B1 
15:03:16.544 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 08 07 60 0D 02 01 25 03 00 
15:03:16.545 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 8: Application Command Request (ALIVE:DONE)
15:03:16.548 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 8: Incoming command class MULTI_INSTANCE
15:03:16.549 [DEBUG] [ZWaveMultiInstanceCommandClass:138  ] - NODE 8: Received Multi-instance/Multi-channel Request
15:03:16.552 [DEBUG] [ZWaveMultiInstanceCommandClass:471  ] - NODE 8: Requested Command Class = SWITCH_BINARY (0x25)
15:03:16.554 [DEBUG] [ZWaveMultiInstanceCommandClass:496  ] - NODE 8: Endpoint = 2, calling handleApplicationCommandRequest.
15:03:16.556 [DEBUG] [.ZWaveBinarySwitchCommandClass:79   ] - Received Switch Binary Request for Node ID = 8
15:03:16.558 [DEBUG] [.ZWaveBinarySwitchCommandClass:114  ] - NODE 8: Switch Binary report, value = 0x00
15:03:16.560 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
15:03:16.562 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
15:03:16.564 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 8: Got a value event from Z-Wave network, endpoint = 2, command class = SWITCH_BINARY, value = 0
15:03:16.577 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 08 06 60 0D 01 02 25 02 
15:03:16.580 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 08 07 60 0D 02 01 25 03 00 
15:03:16.585 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=ApplicationCommandHandler, expected=ApplicationCommandHandler, cancelled=false
15:03:16.588 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:74   ] -          transaction complete!
15:03:16.589 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
15:03:16.591 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
15:03:16.592 [DEBUG] [WaveController$ZWaveSendThread:1364 ] - NODE 8: Response processed after 135ms/959ms.
15:03:17.459 [DEBUG] [inding.hue.internal.HueBinding:95   ] - Start Hue data refresh
15:03:17.615 [DEBUG] [inding.hue.internal.HueBinding:182  ] - Done Hue data refresh.
15:03:21.355 [DEBUG] [i.c.ZWaveBinarySwitchConverter:72   ] - NODE 7: Generating poll message for SWITCH_BINARY, endpoint 1
15:03:21.357 [DEBUG] [.ZWaveBinarySwitchCommandClass:127  ] - NODE 7: Creating new message for application command SWITCH_BINARY_GET
15:03:21.361 [DEBUG] [o.b.z.i.protocol.SerialMessage:113  ] - NODE 7: Creating empty message of class = SendData (0x13), type = Request (0x00)
15:03:21.362 [DEBUG] [.z.internal.protocol.ZWaveNode:715  ] - NODE 7: Encapsulating message, instance / endpoint 1
15:03:21.364 [DEBUG] [ZWaveMultiInstanceCommandClass:588  ] - NODE 7: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 1
15:03:21.365 [DEBUG] [b.z.i.protocol.ZWaveController:947  ] - Callback ID = 119
15:03:21.366 [DEBUG] [b.z.i.protocol.ZWaveController:632  ] - Enqueueing message. Queue length = 1
15:03:21.367 [DEBUG] [WaveController$ZWaveSendThread:1241 ] - Took message from queue for sending. Queue length = 0
15:03:21.368 [DEBUG] [i.c.ZWaveBinarySwitchConverter:72   ] - NODE 7: Generating poll message for SWITCH_BINARY, endpoint 2
15:03:21.370 [DEBUG] [.ZWaveBinarySwitchCommandClass:127  ] - NODE 7: Creating new message for application command SWITCH_BINARY_GET
15:03:21.370 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 13 07 06 60 0D 01 01 25 02 25 77 F8 
15:03:21.371 [DEBUG] [o.b.z.i.protocol.SerialMessage:113  ] - NODE 7: Creating empty message of class = SendData (0x13), type = Request (0x00)
15:03:21.373 [DEBUG] [WaveController$ZWaveSendThread:1301 ] - NODE 7: Sending REQUEST Message = 01 0D 00 13 07 06 60 0D 01 01 25 02 25 77 F8 
15:03:21.373 [DEBUG] [.z.internal.protocol.ZWaveNode:715  ] - NODE 7: Encapsulating message, instance / endpoint 2
15:03:21.375 [DEBUG] [ZWaveMultiInstanceCommandClass:588  ] - NODE 7: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 2
15:03:21.376 [DEBUG] [b.z.i.protocol.ZWaveController:947  ] - Callback ID = 120
15:03:21.378 [DEBUG] [b.z.i.protocol.ZWaveController:632  ] - Enqueueing message. Queue length = 1
15:03:21.384 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 04 01 13 01 E8 
15:03:21.388 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:21.388 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:21.390 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 04 01 13 01 E8 
15:03:21.392 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 04 01 13 01 E8 
15:03:21.394 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Response (0x01), payload = 01 
15:03:21.395 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38   ] - NODE 7: Sent Data successfully placed on stack.
15:03:21.401 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 07 00 13 77 00 00 02 9E 
15:03:21.405 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:21.405 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:21.408 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 13 77 00 00 02 00 00 90 
15:03:21.410 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 13 77 00 00 02 00 00 90 
15:03:21.412 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Request (0x00), payload = 77 00 00 02 
15:03:21.413 [DEBUG] [b.z.i.p.s.SendDataMessageClass:73   ] - NODE 7: SendData Request. CallBack ID = 119, Status = Transmission complete and ACK received(0)
15:03:21.416 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 07 06 60 0D 01 01 25 02 
15:03:21.418 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 77 00 00 02 
15:03:21.420 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=SendData, expected=ApplicationCommandHandler, cancelled=false
15:03:21.424 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 07 07 60 0D 01 01 25 03 00 BD 
15:03:21.428 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:21.428 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:21.431 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 07 07 60 0D 01 01 25 03 00 BD 
15:03:21.433 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 07 07 60 0D 01 01 25 03 00 BD 
15:03:21.435 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 07 60 0D 01 01 25 03 00 
15:03:21.437 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 7: Application Command Request (ALIVE:DONE)
15:03:21.438 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 7: Incoming command class MULTI_INSTANCE
15:03:21.440 [DEBUG] [ZWaveMultiInstanceCommandClass:138  ] - NODE 7: Received Multi-instance/Multi-channel Request
15:03:21.441 [DEBUG] [ZWaveMultiInstanceCommandClass:471  ] - NODE 7: Requested Command Class = SWITCH_BINARY (0x25)
15:03:21.442 [DEBUG] [ZWaveMultiInstanceCommandClass:496  ] - NODE 7: Endpoint = 1, calling handleApplicationCommandRequest.
15:03:21.444 [DEBUG] [.ZWaveBinarySwitchCommandClass:79   ] - Received Switch Binary Request for Node ID = 7
15:03:21.445 [DEBUG] [.ZWaveBinarySwitchCommandClass:114  ] - NODE 7: Switch Binary report, value = 0x00
15:03:21.447 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
15:03:21.448 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
15:03:21.449 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 1, command class = SWITCH_BINARY, value = 0
15:03:21.453 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 07 06 60 0D 01 01 25 02 
15:03:21.455 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 07 60 0D 01 01 25 03 00 
15:03:21.456 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=ApplicationCommandHandler, expected=ApplicationCommandHandler, cancelled=false
15:03:21.457 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:74   ] -          transaction complete!
15:03:21.459 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
15:03:21.460 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
15:03:21.461 [DEBUG] [WaveController$ZWaveSendThread:1364 ] - NODE 7: Response processed after 87ms/959ms.
15:03:21.463 [DEBUG] [WaveController$ZWaveSendThread:1241 ] - Took message from queue for sending. Queue length = 0
15:03:21.465 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 13 07 06 60 0D 01 02 25 02 25 78 F4 
15:03:21.467 [DEBUG] [WaveController$ZWaveSendThread:1301 ] - NODE 7: Sending REQUEST Message = 01 0D 00 13 07 06 60 0D 01 02 25 02 25 78 F4 
15:03:21.478 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 04 01 13 01 E8 
15:03:21.481 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:21.481 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:21.484 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 04 01 13 01 E8 
15:03:21.485 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 04 01 13 01 E8 
15:03:21.487 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Response (0x01), payload = 01 
15:03:21.488 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38   ] - NODE 7: Sent Data successfully placed on stack.
15:03:21.496 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 07 00 13 78 00 00 03 90 
15:03:21.500 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:21.500 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:21.502 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 13 78 00 00 03 00 00 9E 
15:03:21.504 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 13 78 00 00 03 00 00 9E 
15:03:21.506 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Request (0x00), payload = 78 00 00 03 
15:03:21.507 [DEBUG] [b.z.i.p.s.SendDataMessageClass:73   ] - NODE 7: SendData Request. CallBack ID = 120, Status = Transmission complete and ACK received(0)
15:03:21.509 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 07 06 60 0D 01 02 25 02 
15:03:21.510 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 78 00 00 03 
15:03:21.511 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=SendData, expected=ApplicationCommandHandler, cancelled=false
15:03:21.514 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 07 07 60 0D 02 01 25 03 00 BE 
15:03:21.518 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
15:03:21.518 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
15:03:21.520 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 07 07 60 0D 02 01 25 03 00 BE 
15:03:21.521 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 07 07 60 0D 02 01 25 03 00 BE 
15:03:21.523 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 07 60 0D 02 01 25 03 00 
15:03:21.524 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 7: Application Command Request (ALIVE:DONE)
15:03:21.525 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 7: Incoming command class MULTI_INSTANCE
15:03:21.526 [DEBUG] [ZWaveMultiInstanceCommandClass:138  ] - NODE 7: Received Multi-instance/Multi-channel Request
15:03:21.527 [DEBUG] [ZWaveMultiInstanceCommandClass:471  ] - NODE 7: Requested Command Class = SWITCH_BINARY (0x25)
15:03:21.528 [DEBUG] [ZWaveMultiInstanceCommandClass:496  ] - NODE 7: Endpoint = 2, calling handleApplicationCommandRequest.
15:03:21.529 [DEBUG] [.ZWaveBinarySwitchCommandClass:79   ] - Received Switch Binary Request for Node ID = 7
15:03:21.531 [DEBUG] [.ZWaveBinarySwitchCommandClass:114  ] - NODE 7: Switch Binary report, value = 0x00
15:03:21.532 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
15:03:21.533 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
15:03:21.534 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 2, command class = SWITCH_BINARY, value = 0
15:03:21.536 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 07 06 60 0D 01 02 25 02 
15:03:21.538 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 07 60 0D 02 01 25 03 00 
15:03:21.539 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=ApplicationCommandHandler, expected=ApplicationCommandHandler, cancelled=false
15:03:21.540 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:74   ] -          transaction complete!
15:03:21.541 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
15:03:21.542 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
15:03:21.543 [DEBUG] [WaveController$ZWaveSendThread:1364 ] - NODE 7: Response processed after 74ms/959ms.

Event.log

2016-08-19 14:59:53 - FibaroSwitch3 state updated to OFF
2016-08-19 14:59:53 - FibaroSwitch4 state updated to OFF
2016-08-19 14:59:58 - FibaroSwitch1 state updated to OFF
2016-08-19 14:59:58 - FibaroSwitch2 state updated to OFF
2016-08-19 15:00:03 - FibaroSwitch3 state updated to OFF
2016-08-19 15:00:03 - FibaroSwitch4 state updated to OFF
2016-08-19 15:00:06 - fbWanIP state updated to 93.208.190.53
2016-08-19 15:00:06 - cFboxMacOnline state updated to CLOSED
2016-08-19 15:00:07 - fbName state updated to FRITZ!Box Fon WLAN 7390
2016-08-19 15:00:08 - FibaroSwitch1 state updated to OFF
2016-08-19 15:00:08 - FibaroSwitch2 state updated to OFF
2016-08-19 15:00:13 - FibaroSwitch3 state updated to OFF
2016-08-19 15:00:14 - FibaroSwitch4 state updated to OFF
2016-08-19 15:00:18 - FibaroSwitch1 state updated to OFF
2016-08-19 15:00:19 - FibaroSwitch2 state updated to OFF
2016-08-19 15:00:23 - FibaroSwitch3 state updated to OFF
2016-08-19 15:00:24 - FibaroSwitch4 state updated to OFF
2016-08-19 15:00:28 - FibaroSwitch1 state updated to OFF
2016-08-19 15:00:29 - FibaroSwitch2 state updated to OFF
2016-08-19 15:00:34 - FibaroSwitch3 state updated to OFF
2016-08-19 15:00:34 - FibaroSwitch4 state updated to OFF
2016-08-19 15:00:39 - FibaroSwitch1 state updated to OFF
2016-08-19 15:00:44 - FibaroSwitch2 state updated to OFF
2016-08-19 15:00:49 - FibaroSwitch3 state updated to OFF
2016-08-19 15:00:49 - FibaroSwitch4 state updated to OFF
2016-08-19 15:00:54 - FibaroSwitch1 state updated to OFF
2016-08-19 15:00:54 - FibaroSwitch2 state updated to OFF
2016-08-19 15:00:59 - FibaroSwitch3 state updated to OFF
2016-08-19 15:00:59 - FibaroSwitch4 state updated to OFF
2016-08-19 15:01:04 - FibaroSwitch1 state updated to OFF
2016-08-19 15:01:04 - FibaroSwitch2 state updated to OFF
2016-08-19 15:01:08 - fbWanIP state updated to 93.208.190.53
2016-08-19 15:01:08 - cFboxMacOnline state updated to CLOSED
2016-08-19 15:01:10 - FibaroSwitch3 state updated to OFF
2016-08-19 15:01:10 - FibaroSwitch4 state updated to OFF
2016-08-19 15:01:10 - fbName state updated to FRITZ!Box Fon WLAN 7390
2016-08-19 15:01:15 - FibaroSwitch1 state updated to OFF
2016-08-19 15:01:15 - FibaroSwitch2 state updated to OFF
2016-08-19 15:01:20 - FibaroSwitch3 state updated to OFF
2016-08-19 15:01:20 - FibaroSwitch4 state updated to OFF
2016-08-19 15:01:25 - FibaroSwitch1 state updated to OFF
2016-08-19 15:01:25 - FibaroSwitch2 state updated to OFF
2016-08-19 15:01:30 - FibaroSwitch3 state updated to OFF
2016-08-19 15:01:30 - FibaroSwitch4 state updated to OFF
2016-08-19 15:01:34 - KellerDecke received command ON
2016-08-19 15:01:34 - FibaroSwitch2 received command ON
2016-08-19 15:01:34 - FibaroSwitch2 state updated to ON
2016-08-19 15:01:35 - FibaroSwitch1 state updated to OFF
2016-08-19 15:01:35 - FibaroSwitch2 state updated to ON
2016-08-19 15:01:40 - KellerDecke received command OFF
2016-08-19 15:01:40 - FibaroSwitch3 state updated to OFF
2016-08-19 15:01:40 - FibaroSwitch4 state updated to OFF
2016-08-19 15:01:41 - FibaroSwitch2 received command OFF
2016-08-19 15:01:41 - FibaroSwitch2 state updated to OFF
2016-08-19 15:01:45 - FibaroSwitch1 state updated to OFF
2016-08-19 15:01:45 - FibaroSwitch2 state updated to OFF
2016-08-19 15:01:45 - FibaroSwitch2 state updated to ON
2016-08-19 15:01:46 - rweHumidity9940bf state updated to 58
2016-08-19 15:01:50 - FibaroSwitch3 state updated to OFF
2016-08-19 15:01:50 - FibaroSwitch4 state updated to OFF
2016-08-19 15:01:54 - FibaroSwitch2 state updated to OFF
2016-08-19 15:01:55 - FibaroSwitch1 state updated to OFF
2016-08-19 15:01:55 - FibaroSwitch2 state updated to OFF
2016-08-19 15:02:00 - FibaroSwitch3 state updated to OFF
2016-08-19 15:02:00 - FibaroSwitch4 state updated to OFF
2016-08-19 15:02:01 - KellerausgangLicht received command ON
2016-08-19 15:02:02 - FibaroSwitch1 state updated to ON
2016-08-19 15:02:02 - FibaroSwitch1 received command ON
2016-08-19 15:02:05 - FibaroSwitch1 state updated to ON
2016-08-19 15:02:05 - FibaroSwitch2 state updated to OFF
2016-08-19 15:02:08 - KellerausgangLicht received command OFF
2016-08-19 15:02:09 - FibaroSwitch1 received command OFF
2016-08-19 15:02:09 - FibaroSwitch1 state updated to OFF
2016-08-19 15:02:10 - FibaroSwitch3 state updated to OFF
2016-08-19 15:02:11 - fbWanIP state updated to 93.208.190.53
2016-08-19 15:02:11 - cFboxMacOnline state updated to CLOSED
2016-08-19 15:02:11 - fbName state updated to FRITZ!Box Fon WLAN 7390
2016-08-19 15:02:15 - FibaroSwitch4 state updated to OFF
2016-08-19 15:02:15 - FibaroSwitch1 state updated to ON
2016-08-19 15:02:20 - FibaroSwitch2 state updated to OFF
2016-08-19 15:02:20 - FibaroSwitch2 state updated to OFF
2016-08-19 15:02:26 - FibaroSwitch3 state updated to OFF
2016-08-19 15:02:26 - FibaroSwitch4 state updated to OFF
2016-08-19 15:02:31 - FibaroSwitch1 state updated to OFF
2016-08-19 15:02:31 - FibaroSwitch2 state updated to OFF
2016-08-19 15:02:36 - FibaroSwitch3 state updated to OFF
2016-08-19 15:02:36 - FibaroSwitch4 state updated to OFF
2016-08-19 15:02:41 - FibaroSwitch1 state updated to OFF
2016-08-19 15:02:41 - FibaroSwitch2 state updated to OFF
2016-08-19 15:02:46 - FibaroSwitch3 state updated to OFF
2016-08-19 15:02:46 - FibaroSwitch4 state updated to OFF
2016-08-19 15:02:51 - FibaroSwitch1 state updated to OFF
2016-08-19 15:02:51 - FibaroSwitch2 state updated to OFF
2016-08-19 15:02:56 - FibaroSwitch3 state updated to OFF
2016-08-19 15:02:56 - FibaroSwitch4 state updated to OFF
2016-08-19 15:03:01 - FibaroSwitch1 state updated to OFF
2016-08-19 15:03:01 - FibaroSwitch2 state updated to OFF
2016-08-19 15:03:06 - FibaroSwitch3 state updated to OFF
2016-08-19 15:03:06 - FibaroSwitch4 state updated to OFF
2016-08-19 15:03:11 - FibaroSwitch1 state updated to OFF
2016-08-19 15:03:11 - FibaroSwitch2 state updated to OFF
2016-08-19 15:03:12 - fbWanIP state updated to 93.208.190.53
2016-08-19 15:03:12 - cFboxMacOnline state updated to CLOSED
2016-08-19 15:03:13 - fbName state updated to FRITZ!Box Fon WLAN 7390
2016-08-19 15:03:16 - FibaroSwitch3 state updated to OFF
2016-08-19 15:03:16 - FibaroSwitch4 state updated to OFF

Switch FibaroSwitch1 "Kellerausgang Licht" { zwave="7:1:command=switch_binary,refresh_interval=1" }
Switch FibaroSwitch2 "Kinolicht Decke" { zwave="7:2:command=switch_binary,refresh_interval=1" }

Switch FibaroSwitch3 "Kellerweg" { zwave="8:1:command=switch_binary,refresh_interval=1" }
Switch FibaroSwitch4 "Kellertreppe" { zwave="8:2:command=switch_binary,refresh_interval=1" }

I switched on for the first time openhab ok display , then turned on the hardware switch on the Display Display always off
What could otherwise configure the Habmin ?

sorry my Google English

The logs show that it’s working ok, but the device is saying it is OFF. The request is being sent ok, and responses are being received. However the device is reporting that it is off in all cases.

Sorry to ask again - have you looked at the association configuration. Associations are MUCH better at doing this than using polling. I would suggest to disable polling and look at using associations - the switch will report an update immediately with associations rather than every 5 or 10 seconds which will be the best you will get from polling.

Ok polling disable …is association configuration ok ???


??

Yes - it looks ok.

Try pressing the button and then check the debug log to see what is received. Hopefully it will update correctly, but if not please post the log and I’ll take a look.

Switch FibaroSwitch1 "Kellerausgang Licht" { zwave="7:1:command=switch_binary" }
Switch FibaroSwitch2 "Kinolicht Decke" { zwave="7:2:command=switch_binary" }

is exactly :frowning:

2016-08-19 16:40:38 - FibaroSwitch2 state updated to ON
2016-08-19 16:40:40 - rweLuminance35c125 state updated to 74
2016-08-19 16:40:51 - FibaroSwitch2 state updated to OFF
2016-08-19 16:40:57 - FibaroSwitch2 state updated to ON
2016-08-19 16:41:02 - FibaroSwitch2 state updated to OFF
2016-08-19 16:41:09 - KellerDecke received command ON
2016-08-19 16:41:10 - FibaroSwitch2 state updated to ON
2016-08-19 16:41:10 - FibaroSwitch2 received command ON
2016-08-19 16:41:11 - KellerDecke received command OFF
2016-08-19 16:41:11 - FibaroSwitch2 received command OFF
2016-08-19 16:41:11 - FibaroSwitch2 state updated to OFF
2016-08-19 16:41:16 - owmWindgrad state updated to 213.00
2016-08-19 16:41:16 - owmTemperatur state updated to 30.47
2016-08-19 16:41:16 - owmFeuchte state updated to 59.00
2016-08-19 16:41:16 - owmWindrichtung state updated to SSW
2016-08-19 16:41:16 - owmRegen state updated to 0.04
2016-08-19 16:41:16 - owmLuftdruckTrend state updated to down
2016-08-19 16:41:16 - owmWolken state updated to 76.00
2016-08-19 16:41:16 - owmLuftdruck state updated to 992.00
2016-08-19 16:41:16 - owmWindgeschwindigkeit state updated to 2.51
2016-08-19 16:41:16 - owmSchnee state updated to 0.00
2016-08-19 16:41:36 - fbWanIP state updated to 93.208.190.53
2016-08-19 16:41:36 - cFboxMacOnline state updated to CLOSED
2016-08-19 16:41:37 - fbName state updated to FRITZ!Box Fon WLAN 7390

no Display Openhab:((

16:40:38.684 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 FF 42 
16:40:38.696 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
16:40:38.696 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
16:40:38.705 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 FF 42 
16:40:38.712 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 FF 42 
16:40:38.718 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 07 60 0D 02 02 25 03 FF 
16:40:38.721 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 7: Application Command Request (ALIVE:DONE)
16:40:38.724 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 7: Incoming command class MULTI_INSTANCE
16:40:38.728 [DEBUG] [ZWaveMultiInstanceCommandClass:138  ] - NODE 7: Received Multi-instance/Multi-channel Request
16:40:38.732 [DEBUG] [ZWaveMultiInstanceCommandClass:471  ] - NODE 7: Requested Command Class = SWITCH_BINARY (0x25)
16:40:38.735 [DEBUG] [ZWaveMultiInstanceCommandClass:496  ] - NODE 7: Endpoint = 2, calling handleApplicationCommandRequest.
16:40:38.739 [DEBUG] [.ZWaveBinarySwitchCommandClass:79   ] - Received Switch Binary Request for Node ID = 7
16:40:38.742 [DEBUG] [.ZWaveBinarySwitchCommandClass:114  ] - NODE 7: Switch Binary report, value = 0xFF
16:40:38.743 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
16:40:38.745 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
16:40:38.748 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 2, command class = SWITCH_BINARY, value = 255
16:40:38.750 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
16:40:40.149 [DEBUG] [LogicalDeviceStatesXMLResponse:149  ] - Updated item 'rweLuminance35c125' to '74'
16:40:41.030 [DEBUG] [inding.hue.internal.HueBinding:95   ] - Start Hue data refresh
16:40:41.168 [DEBUG] [inding.hue.internal.HueBinding:182  ] - Done Hue data refresh.
16:40:43.613 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:40:43.617 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:40:43.619 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:40:48.498 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:40:48.503 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:40:48.507 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:40:51.172 [DEBUG] [inding.hue.internal.HueBinding:95   ] - Start Hue data refresh
16:40:51.365 [DEBUG] [inding.hue.internal.HueBinding:182  ] - Done Hue data refresh.
16:40:51.412 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 00 BD 
16:40:51.419 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
16:40:51.420 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
16:40:51.427 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 00 BD 
16:40:51.432 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 00 BD 
16:40:51.438 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 07 60 0D 02 02 25 03 00 
16:40:51.440 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 7: Application Command Request (ALIVE:DONE)
16:40:51.441 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 7: Incoming command class MULTI_INSTANCE
16:40:51.442 [DEBUG] [ZWaveMultiInstanceCommandClass:138  ] - NODE 7: Received Multi-instance/Multi-channel Request
16:40:51.444 [DEBUG] [ZWaveMultiInstanceCommandClass:471  ] - NODE 7: Requested Command Class = SWITCH_BINARY (0x25)
16:40:51.446 [DEBUG] [ZWaveMultiInstanceCommandClass:496  ] - NODE 7: Endpoint = 2, calling handleApplicationCommandRequest.
16:40:51.447 [DEBUG] [.ZWaveBinarySwitchCommandClass:79   ] - Received Switch Binary Request for Node ID = 7
16:40:51.449 [DEBUG] [.ZWaveBinarySwitchCommandClass:114  ] - NODE 7: Switch Binary report, value = 0x00
16:40:51.450 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
16:40:51.451 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
16:40:51.453 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 2, command class = SWITCH_BINARY, value = 0
16:40:51.455 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
16:40:57.823 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 FF 42 
16:40:57.831 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
16:40:57.831 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
16:40:57.836 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 FF 42 
16:40:57.840 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 FF 42 
16:40:57.844 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 07 60 0D 02 02 25 03 FF 
16:40:57.846 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 7: Application Command Request (ALIVE:DONE)
16:40:57.848 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 7: Incoming command class MULTI_INSTANCE
16:40:57.849 [DEBUG] [ZWaveMultiInstanceCommandClass:138  ] - NODE 7: Received Multi-instance/Multi-channel Request
16:40:57.852 [DEBUG] [ZWaveMultiInstanceCommandClass:471  ] - NODE 7: Requested Command Class = SWITCH_BINARY (0x25)
16:40:57.853 [DEBUG] [ZWaveMultiInstanceCommandClass:496  ] - NODE 7: Endpoint = 2, calling handleApplicationCommandRequest.
16:40:57.855 [DEBUG] [.ZWaveBinarySwitchCommandClass:79   ] - Received Switch Binary Request for Node ID = 7
16:40:57.857 [DEBUG] [.ZWaveBinarySwitchCommandClass:114  ] - NODE 7: Switch Binary report, value = 0xFF
16:40:57.859 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
16:40:57.860 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
16:40:57.862 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 2, command class = SWITCH_BINARY, value = 255
16:40:57.866 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
16:41:01.367 [DEBUG] [inding.hue.internal.HueBinding:95   ] - Start Hue data refresh
16:41:01.529 [DEBUG] [inding.hue.internal.HueBinding:182  ] - Done Hue data refresh.
16:41:02.503 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 00 BD 
16:41:02.510 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
16:41:02.510 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
16:41:02.515 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 00 BD 
16:41:02.519 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 0D 00 04 00 07 07 60 0D 02 02 25 03 00 BD 
16:41:02.522 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 07 60 0D 02 02 25 03 00 
16:41:02.524 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 7: Application Command Request (ALIVE:DONE)
16:41:02.526 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 7: Incoming command class MULTI_INSTANCE
16:41:02.527 [DEBUG] [ZWaveMultiInstanceCommandClass:138  ] - NODE 7: Received Multi-instance/Multi-channel Request
16:41:02.529 [DEBUG] [ZWaveMultiInstanceCommandClass:471  ] - NODE 7: Requested Command Class = SWITCH_BINARY (0x25)
16:41:02.530 [DEBUG] [ZWaveMultiInstanceCommandClass:496  ] - NODE 7: Endpoint = 2, calling handleApplicationCommandRequest.
16:41:02.532 [DEBUG] [.ZWaveBinarySwitchCommandClass:79   ] - Received Switch Binary Request for Node ID = 7
16:41:02.533 [DEBUG] [.ZWaveBinarySwitchCommandClass:114  ] - NODE 7: Switch Binary report, value = 0x00
16:41:02.535 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
16:41:02.536 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
16:41:02.538 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 2, command class = SWITCH_BINARY, value = 0
16:41:02.543 [DEBUG] [ApplicationCommandMessageClass:89   ] - Transaction not completed: node address inconsistent.
16:41:09.279 [DEBUG] [m.r.internal.engine.RuleEngine:305  ] - Executing rule 'Decke an'
16:41:09.332 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.360 [DEBUG] [o.i.r.i.resources.ItemResource:247  ] - Item 'Schaltertest' could not be found in the item registry
16:41:09.363 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.365 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.367 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.371 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.417 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.442 [DEBUG] [o.i.r.i.resources.ItemResource:247  ] - Item 'Schaltertest' could not be found in the item registry
16:41:09.446 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.450 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.453 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.458 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.720 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.764 [DEBUG] [o.i.r.i.resources.ItemResource:247  ] - Item 'Schaltertest' could not be found in the item registry
16:41:09.766 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.768 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.770 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.774 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.793 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.839 [DEBUG] [o.i.r.i.resources.ItemResource:247  ] - Item 'Schaltertest' could not be found in the item registry
16:41:09.842 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.844 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.846 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:09.850 [ERROR] [o.u.i.items.ItemUIRegistryImpl:438  ] - Cannot retrieve item Schaltertest for widget org.openhab.model.sitemap.Text
16:41:10.006 [DEBUG] [.ZWaveBinarySwitchCommandClass:150  ] - NODE 7: Creating new message for application command SWITCH_BINARY_SET
16:41:10.009 [DEBUG] [o.b.z.i.protocol.SerialMessage:113  ] - NODE 7: Creating empty message of class = SendData (0x13), type = Request (0x00)
16:41:10.011 [DEBUG] [.z.internal.protocol.ZWaveNode:715  ] - NODE 7: Encapsulating message, instance / endpoint 2
16:41:10.013 [DEBUG] [ZWaveMultiInstanceCommandClass:588  ] - NODE 7: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 2
16:41:10.015 [DEBUG] [b.z.i.protocol.ZWaveController:947  ] - Callback ID = 25
16:41:10.017 [DEBUG] [b.z.i.protocol.ZWaveController:632  ] - Enqueueing message. Queue length = 1
16:41:10.019 [DEBUG] [WaveController$ZWaveSendThread:1241 ] - Took message from queue for sending. Queue length = 0
16:41:10.028 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0E 00 13 07 07 60 0D 01 02 25 01 FF 25 19 6B 
16:41:10.032 [DEBUG] [WaveController$ZWaveSendThread:1301 ] - NODE 7: Sending REQUEST Message = 01 0E 00 13 07 07 60 0D 01 02 25 01 FF 25 19 6B 
16:41:10.044 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 04 01 13 01 E8 
16:41:10.049 [DEBUG] [o.o.i.r.i.b.GeneralBroadcaster:46   ] - broadcaster 'org.openhab.io.rest.internal.broadcaster.GeneralBroadcaster$1@393c65' is empty
16:41:10.050 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
16:41:10.050 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
16:41:10.056 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 04 01 13 01 E8 
16:41:10.058 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 04 01 13 01 E8 
16:41:10.060 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Response (0x01), payload = 01 
16:41:10.062 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38   ] - NODE 7: Sent Data successfully placed on stack.
16:41:10.067 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 07 00 13 19 00 00 02 F0 
16:41:10.074 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
16:41:10.074 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
16:41:10.077 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 13 19 00 00 02 00 00 FE 
16:41:10.080 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 13 19 00 00 02 00 00 FE 
16:41:10.083 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Request (0x00), payload = 19 00 00 02 
16:41:10.084 [DEBUG] [b.z.i.p.s.SendDataMessageClass:73   ] - NODE 7: SendData Request. CallBack ID = 25, Status = Transmission complete and ACK received(0)
16:41:10.088 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 07 07 60 0D 01 02 25 01 FF 
16:41:10.090 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 19 00 00 02 
16:41:10.092 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=SendData, expected=SendData, cancelled=false
16:41:10.094 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:74   ] -          transaction complete!
16:41:10.095 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
16:41:10.097 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
16:41:10.099 [DEBUG] [WaveController$ZWaveSendThread:1364 ] - NODE 7: Response processed after 66ms/254ms.
16:41:11.491 [DEBUG] [m.r.internal.engine.RuleEngine:305  ] - Executing rule 'Decke aus'
16:41:11.532 [DEBUG] [inding.hue.internal.HueBinding:95   ] - Start Hue data refresh
16:41:11.704 [DEBUG] [inding.hue.internal.HueBinding:182  ] - Done Hue data refresh.
16:41:11.982 [DEBUG] [.ZWaveBinarySwitchCommandClass:150  ] - NODE 7: Creating new message for application command SWITCH_BINARY_SET
16:41:11.985 [DEBUG] [o.b.z.i.protocol.SerialMessage:113  ] - NODE 7: Creating empty message of class = SendData (0x13), type = Request (0x00)
16:41:11.987 [DEBUG] [.z.internal.protocol.ZWaveNode:715  ] - NODE 7: Encapsulating message, instance / endpoint 2
16:41:11.989 [DEBUG] [ZWaveMultiInstanceCommandClass:588  ] - NODE 7: Creating new message for command MULTI_CHANNEL_ENCAP endpoint 2
16:41:11.991 [DEBUG] [b.z.i.protocol.ZWaveController:947  ] - Callback ID = 26
16:41:11.993 [DEBUG] [b.z.i.protocol.ZWaveController:632  ] - Enqueueing message. Queue length = 1
16:41:11.993 [DEBUG] [WaveController$ZWaveSendThread:1241 ] - Took message from queue for sending. Queue length = 0
16:41:11.998 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 0E 00 13 07 07 60 0D 01 02 25 01 00 25 1A 97 
16:41:12.005 [DEBUG] [WaveController$ZWaveSendThread:1301 ] - NODE 7: Sending REQUEST Message = 01 0E 00 13 07 07 60 0D 01 02 25 01 00 25 1A 97 
16:41:12.017 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 04 01 13 01 E8 
16:41:12.021 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
16:41:12.021 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
16:41:12.027 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 04 01 13 01 E8 
16:41:12.031 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 04 01 13 01 E8 
16:41:12.034 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Response (0x01), payload = 01 
16:41:12.037 [DEBUG] [b.z.i.p.s.SendDataMessageClass:38   ] - NODE 7: Sent Data successfully placed on stack.
16:41:12.041 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 07 00 13 1A 00 00 02 F3 
16:41:12.045 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
16:41:12.045 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
16:41:12.049 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 13 1A 00 00 02 00 00 FD 
16:41:12.052 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 13 1A 00 00 02 00 00 FD 
16:41:12.054 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = SendData (0x13), type = Request (0x00), payload = 1A 00 00 02 
16:41:12.055 [DEBUG] [b.z.i.p.s.SendDataMessageClass:73   ] - NODE 7: SendData Request. CallBack ID = 26, Status = Transmission complete and ACK received(0)
16:41:12.059 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 07 07 60 0D 01 02 25 01 00 
16:41:12.062 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = SendData (0x13), type = Request (0x00), payload = 1A 00 00 02 
16:41:12.063 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=SendData, expected=SendData, cancelled=false
16:41:12.064 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:74   ] -          transaction complete!
16:41:12.065 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveTransactionCompletedEvent
16:41:12.067 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
16:41:12.068 [DEBUG] [WaveController$ZWaveSendThread:1364 ] - NODE 7: Response processed after 61ms/254ms.
16:41:14.099 [DEBUG] [o.o.b.w.i.scheduler.WeatherJob:43   ] - Starting Weather job for location 'home-OWM'
16:41:15.412 [DEBUG] [eController$ZWaveReceiveThread:1530 ] - Receive Message = 01 09 00 04 00 07 03 25 03 FF 2F 
16:41:15.417 [DEBUG] [eController$ZWaveReceiveThread:1446 ] - Receive queue ADD: Length=1
16:41:15.417 [DEBUG] [b.z.i.protocol.ZWaveController:1194 ] - Receive queue TAKE: Length=0
16:41:15.421 [DEBUG] [o.b.z.i.protocol.SerialMessage:243  ] - Assembled message buffer = 01 09 00 04 00 07 03 25 03 FF 2F 
16:41:15.424 [DEBUG] [b.z.i.protocol.ZWaveController:1195 ] - Process Message = 01 09 00 04 00 07 03 25 03 FF 2F 
16:41:15.427 [DEBUG] [b.z.i.protocol.ZWaveController:194  ] - Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 03 25 03 FF 
16:41:15.428 [DEBUG] [ApplicationCommandMessageClass:40   ] - NODE 7: Application Command Request (ALIVE:DONE)
16:41:15.430 [DEBUG] [ApplicationCommandMessageClass:58   ] - NODE 7: Incoming command class SWITCH_BINARY
16:41:15.432 [DEBUG] [.ZWaveBinarySwitchCommandClass:79   ] - Received Switch Binary Request for Node ID = 7
16:41:15.433 [DEBUG] [.ZWaveBinarySwitchCommandClass:114  ] - NODE 7: Switch Binary report, value = 0xFF
16:41:15.435 [DEBUG] [b.z.i.protocol.ZWaveController:648  ] - Notifying event listeners: ZWaveCommandClassValueEvent
16:41:15.436 [DEBUG] [.z.internal.ZWaveActiveBinding:449  ] - ZwaveIncomingEvent
16:41:15.437 [DEBUG] [.z.internal.ZWaveActiveBinding:466  ] - NODE 7: Got a value event from Z-Wave network, endpoint = 0, command class = SWITCH_BINARY, value = 255
16:41:15.439 [WARN ] [.z.internal.ZWaveActiveBinding:485  ] - NODE 7: No item bound for event, endpoint = 0, command class = SWITCH_BINARY, value = 255, ignoring.
16:41:15.441 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:66   ] - Sent message Message: class = SendData (0x13), type = Request (0x00), payload = 07 07 60 0D 01 02 25 01 00 
16:41:15.444 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:67   ] - Recv message Message: class = ApplicationCommandHandler (0x04), type = Request (0x00), payload = 00 07 03 25 03 FF 
16:41:15.445 [DEBUG] [.z.i.p.s.ZWaveCommandProcessor:68   ] - Checking transaction complete: class=ApplicationCommandHandler, expected=SendData, cancelled=false

Since it looks ok in the logs, maybe it’s a problem with the sitemap then?

Only Fibaro ?? Hue and RWE work but :frowning:
Thank you 'll , look no further !!

I’m not sure I understand what you mean - do you that mean you found the problem and it’s working now? (I kind of think not).

The Fibaro itself seems to be working fine - you can see in the logs -:

From your event log -:

2016-08-19 16:40:38 - FibaroSwitch2 state updated to ON
2016-08-19 16:40:51 - FibaroSwitch2 state updated to OFF
2016-08-19 16:40:57 - FibaroSwitch2 state updated to ON
2016-08-19 16:41:02 - FibaroSwitch2 state updated to OFF

And from the Z-Wave log - here you can see that the messages are sent unsolicited which means the association is working.

The fact that the event log shows the changes means that the problem is not in the binding or with the device and I think everything is working fine.

ok now I have to look any further! Thank you !!
do elsewhere determines a failure
Sitemap

Switch item=KellerausgangLicht
 
Switch item=KellerDecke```

Item
```csv
Switch FibaroSwitch1 "Kellerausgang Licht" { zwave="7:1:command=switch_binary" }
Switch FibaroSwitch2 "Kinolicht Decke" { zwave="7:2:command=switch_binary" }
Switch KellerausgangLicht
Switch KellerDecke

rules

rule "Decke aus"
when
 Item KellerDecke received update OFF
 then
sendCommand(FibaroSwitch2 , OFF)

end


rule "Decke an"
when
 Item KellerDecke received update ON
 then
sendCommand(FibaroSwitch2 , ON)

end


rule "keller aus"
when
 Item KellerausgangLicht received update OFF
 then
sendCommand(FibaroSwitch1 , OFF)

end


rule "keller an"
when
 Item KellerausgangLicht received update ON
 then
sendCommand(FibaroSwitch1 , ON)

end