Two ZWave Door / Window Sensors -> both get updates while opening/closing one of them

Hello folks,

I´m running openhabian (latest release) on raspberry pi 4 with a Razzberry Z wave controller.

I´m already using one fibaro door / window sensor which is working very fine. Now I bought another one (same model) and tried to integrate it to openhab.

I add the Things in Paper UI while defining the items in the visual studio editor.

Zwave.items:

//Kontakt Terassentüre Wohnzimmer Groß

Number Temperatur_Wohnzimmer_Terassentuer “Temperatur Wohnzimmer Terassentür” {channel=“zwave:device:d1117a3c:node2:sensor_temperature”}

Contact Kontakt_Wohnzimmer_Terassentuer “Kontakt Wohnzimmer Terassentür” {channel=“zwave:device:d1117a3c:node2:sensor_door”}

Number Batterieladung_Wohnzimmer_Terassentuer “Batterieladung Wohnzimmer Terassentür” {channel=“zwave:device:d1117a3c:node2:battery-level”}

//Kontakt Eingangstür

Number Temperatur_Vorzimmer “Temperatur Vorzimmer” {channel=“zwave:device:d1117a3c:node3:sensor_temperature”}

Contact Kontakt_Eingangstuere “Kontakt Eingangstüre” {channel=“zwave:device:d1117a3c:node3:sensor_door”}

Number Batterieladung_Eingangstuere_Kontakt “Batterieladung Eingangstüre” {channel=“zwave:device:d1117a3c:node3:battery-level”}

The problem is when I open or close one of both contacts the other item gets updated as well as seen in the logs:

2020-07-27 14:50:18.617 [vent.ItemStateChangedEvent] - Kontakt_Wohnzimmer_Terassentuer changed from OPEN to CLOSED

2020-07-27 14:50:18.620 [vent.ItemStateChangedEvent] - Kontakt_Eingangstuere changed from OPEN to CLOSED

Any idea how to “disconnect” these two items? I´m using the same address (because they use the same zwave controller I guess) but a different node in the items file…

Any ideas how to solve this?

thanks!

Not sure what you refer to with “node and address”
In openHAB terms, you would want your Items linked to different channels (which they do appear to be). So maybe you need to look more closely at your thing and channel definitions.

1 Like

Not without following the instructions in the binding documentation for “when things do not go as planned” :wink:

I wonder why the developer took the time to write that?? :roll_eyes:

Double checked everything so far.

The problem is the following: When I open/close contact of window/door sensor 1 (node 2 in my items definition) only that sensor gets updated.

When I do the same with the other window/door sensor (which is node 3 in my items) both items gets updated. The sensor_door channel gets updated (to closed or open) of both devices.

Any idea why they are “connected” to each other?

I checked the documentation and also the section things to do when there is something wrong -> that didn´t solve the problem at all.

Thank you.

That is because you need to actually follow the instructions. Only your system actually knows what is happening. Debug logs help it tell us.

We also do not know about your rules triggering the changes and what model of sensors you posess. There are over 1100 different devices in the database.

I enabled the logs - this is what I get here:

Node 2 → Item which is working fine

Node 3 → Item which updates itself but also Node 2 Item:

Any ideas?

Thank you!

2020-08-01 13:03:48.635 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 11 00 04 00 02 09 71 05 00 00 00 FF 06 17 00 B9 00 C2

2020-08-01 13:03:48.664 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 09 71 05 00 00 00 FF 06 17 00 B9 00

2020-08-01 13:03:48.667 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 09 71 05 00 00 00 FF 06 17 00 B9 00

2020-08-01 13:03:48.668 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 11 00 04 00 02 09 71 05 00 00 00 FF 06 17 00 B9 00 C2

2020-08-01 13:03:48.669 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null

2020-08-01 13:03:48.671 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)

2020-08-01 13:03:48.673 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false

2020-08-01 13:03:48.675 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_ALARM, endpoint 0

2020-08-01 13:03:48.677 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_ALARM

2020-08-01 13:03:48.678 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_ALARM V5 NOTIFICATION_REPORT

2020-08-01 13:03:48.680 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 2: NOTIFICATION report - 0 = 0, event=23, status=255, plen=0

2020-08-01 13:03:48.682 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 2: Alarm Type = ACCESS_CONTROL (0)

2020-08-01 13:03:48.684 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveAlarmValueEvent

2020-08-01 13:03:48.686 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ALARM, value=255

2020-08-01 13:03:48.688 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION

2020-08-01 13:03:48.690 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 13:03:48.692 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION

2020-08-01 13:03:48.694 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 09 71 05 00 00 00 FF 06 17 00 B9 00

2020-08-01 13:03:48.694 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 23, type OpenClosedType

2020-08-01 13:03:48.696 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Updating channel state zwave:device:d1117a3c:node2:sensor_door to CLOSED [OpenClosedType]

2020-08-01 13:03:48.698 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION

==> /var/log/openhab2/events.log <==

2020-08-01 13:03:48.706 [vent.ItemStateChangedEvent] - Kontakt_Wohnzimmer_Terassentuer changed from OPEN to CLOSED

==> /var/log/openhab2/openhab.log <==

2020-08-01 13:03:48.706 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 13:03:48.707 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION

2020-08-01 13:03:48.708 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 13:03:48.709 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.

2020-08-01 13:03:48.710 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@340cbd.

2020-08-01 13:03:48.711 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:48.712 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:48.714 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=2, callback=0, payload=00 02 09 71 05 00 00 00 FF 06 17 00 B9 00

2020-08-01 13:03:48.715 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null

2020-08-01 13:03:48.716 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Application Command Request (ALIVE:DONE)

2020-08-01 13:03:48.717 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 2: resetResendCount initComplete=true isDead=false

2020-08-01 13:03:48.718 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 2: Incoming command class COMMAND_CLASS_ALARM, endpoint 0

2020-08-01 13:03:48.718 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 2: SECURITY NOT required on COMMAND_CLASS_ALARM

2020-08-01 13:03:48.719 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 2: Received COMMAND_CLASS_ALARM V5 NOTIFICATION_REPORT

2020-08-01 13:03:48.720 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 2: NOTIFICATION report - 0 = 0, event=23, status=255, plen=0

2020-08-01 13:03:48.721 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 2: Alarm Type = ACCESS_CONTROL (0)

2020-08-01 13:03:48.722 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Got an event from Z-Wave network: ZWaveAlarmValueEvent

2020-08-01 13:03:48.723 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ALARM, value=255

2020-08-01 13:03:48.724 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION

2020-08-01 13:03:48.725 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 13:03:48.726 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION

2020-08-01 13:03:48.727 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 23, type OpenClosedType

2020-08-01 13:03:48.728 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 2: Updating channel state zwave:device:d1117a3c:node2:sensor_door to CLOSED [OpenClosedType]

2020-08-01 13:03:48.730 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION

2020-08-01 13:03:48.731 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 13:03:48.732 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter processing NOTIFICATION

2020-08-01 13:03:48.733 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 2: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 13:03:48.734 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Commands processed 1.

2020-08-01 13:03:48.735 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 2: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@bc7124.

2020-08-01 13:03:48.736 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:48.737 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:48.738 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty

2020-08-01 13:03:48.739 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

2020-08-01 13:03:50.694 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 11 00 04 00 03 09 71 05 00 00 00 FF 06 16 00 B9 00 C2

2020-08-01 13:03:50.724 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 16 00 B9 00

2020-08-01 13:03:50.726 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 16 00 B9 00

2020-08-01 13:03:50.727 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null

2020-08-01 13:03:50.729 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Application Command Request (ALIVE:DONE)

2020-08-01 13:03:50.730 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: resetResendCount initComplete=true isDead=false

2020-08-01 13:03:50.731 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Incoming command class COMMAND_CLASS_ALARM, endpoint 0

2020-08-01 13:03:50.733 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: SECURITY NOT required on COMMAND_CLASS_ALARM

2020-08-01 13:03:50.734 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 3: Received COMMAND_CLASS_ALARM V5 NOTIFICATION_REPORT

2020-08-01 13:03:50.735 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: NOTIFICATION report - 0 = 0, event=22, status=255, plen=0

2020-08-01 13:03:50.736 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: Alarm Type = ACCESS_CONTROL (0)

2020-08-01 13:03:50.738 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got an event from Z-Wave network: ZWaveAlarmValueEvent

2020-08-01 13:03:50.740 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ALARM, value=255

2020-08-01 13:03:50.741 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 11 00 04 00 03 09 71 05 00 00 00 FF 06 16 00 BB 00 C0

2020-08-01 13:03:50.741 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:50.743 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OnOffType

2020-08-01 13:03:50.745 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:50.746 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OpenClosedType

2020-08-01 13:03:50.747 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Updating channel state zwave:device:d1117a3c:node3:sensor_door to OPEN [OpenClosedType]

2020-08-01 13:03:50.751 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:50.752 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OnOffType

2020-08-01 13:03:50.754 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:50.755 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OnOffType

2020-08-01 13:03:50.757 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Commands processed 1.

2020-08-01 13:03:50.758 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@5d43e1.

2020-08-01 13:03:50.760 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:50.761 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:50.762 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty

2020-08-01 13:03:50.763 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

==> /var/log/openhab2/events.log <==

2020-08-01 13:03:50.773 [vent.ItemStateChangedEvent] - Kontakt_Wohnzimmer_Terassentuer changed from CLOSED to OPEN

==> /var/log/openhab2/openhab.log <==

2020-08-01 13:03:50.774 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 16 00 BB 00

2020-08-01 13:03:50.777 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 16 00 BB 00

2020-08-01 13:03:50.779 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null

2020-08-01 13:03:50.781 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Application Command Request (ALIVE:DONE)

2020-08-01 13:03:50.783 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: resetResendCount initComplete=true isDead=false

2020-08-01 13:03:50.784 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Incoming command class COMMAND_CLASS_ALARM, endpoint 0

2020-08-01 13:03:50.786 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: SECURITY NOT required on COMMAND_CLASS_ALARM

2020-08-01 13:03:50.787 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 3: Received COMMAND_CLASS_ALARM V5 NOTIFICATION_REPORT

2020-08-01 13:03:50.789 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: NOTIFICATION report - 0 = 0, event=22, status=255, plen=0

2020-08-01 13:03:50.791 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: Alarm Type = ACCESS_CONTROL (0)

2020-08-01 13:03:50.793 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got an event from Z-Wave network: ZWaveAlarmValueEvent

2020-08-01 13:03:50.794 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ALARM, value=255

2020-08-01 13:03:50.798 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:50.799 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OnOffType

2020-08-01 13:03:50.800 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:50.801 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OpenClosedType

2020-08-01 13:03:50.802 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Updating channel state zwave:device:d1117a3c:node3:sensor_door to OPEN [OpenClosedType]

2020-08-01 13:03:50.805 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:50.806 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OnOffType

2020-08-01 13:03:50.807 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:50.808 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OnOffType

2020-08-01 13:03:50.809 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Commands processed 1.

2020-08-01 13:03:50.810 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@127c0e8.

2020-08-01 13:03:50.811 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:50.812 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:50.814 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty

2020-08-01 13:03:50.815 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

2020-08-01 13:03:51.835 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 11 00 04 00 03 09 71 05 00 00 00 FF 06 17 00 B9 00 C3

2020-08-01 13:03:51.864 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 17 00 B9 00

2020-08-01 13:03:51.866 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 17 00 B9 00

2020-08-01 13:03:51.868 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null

2020-08-01 13:03:51.870 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Application Command Request (ALIVE:DONE)

2020-08-01 13:03:51.871 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: resetResendCount initComplete=true isDead=false

2020-08-01 13:03:51.873 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Incoming command class COMMAND_CLASS_ALARM, endpoint 0

2020-08-01 13:03:51.874 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: SECURITY NOT required on COMMAND_CLASS_ALARM

2020-08-01 13:03:51.876 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 3: Received COMMAND_CLASS_ALARM V5 NOTIFICATION_REPORT

2020-08-01 13:03:51.878 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: NOTIFICATION report - 0 = 0, event=23, status=255, plen=0

2020-08-01 13:03:51.880 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: Alarm Type = ACCESS_CONTROL (0)

2020-08-01 13:03:51.881 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got an event from Z-Wave network: ZWaveAlarmValueEvent

2020-08-01 13:03:51.883 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ALARM, value=255

2020-08-01 13:03:51.885 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:51.887 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 13:03:51.889 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:51.891 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 23, type OpenClosedType

2020-08-01 13:03:51.893 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Updating channel state zwave:device:d1117a3c:node3:sensor_door to CLOSED [OpenClosedType]

2020-08-01 13:03:51.897 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:51.899 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 13:03:51.901 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:51.903 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 13:03:51.905 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Commands processed 1.

2020-08-01 13:03:51.907 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1e46815.

2020-08-01 13:03:51.909 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:51.911 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:51.913 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty

2020-08-01 13:03:51.914 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

==> /var/log/openhab2/events.log <==

2020-08-01 13:03:51.917 [vent.ItemStateChangedEvent] - Kontakt_Wohnzimmer_Terassentuer changed from OPEN to CLOSED

2020-08-01 13:03:51.919 [vent.ItemStateChangedEvent] - Kontakt_Eingangstuere changed from OPEN to CLOSED

==> /var/log/openhab2/openhab.log <==

2020-08-01 13:03:51.949 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 11 00 04 00 03 09 71 05 00 00 00 FF 06 16 00 B9 00 C2

2020-08-01 13:03:51.973 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 16 00 B9 00

2020-08-01 13:03:51.975 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 16 00 B9 00

2020-08-01 13:03:51.975 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null

2020-08-01 13:03:51.976 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Application Command Request (ALIVE:DONE)

2020-08-01 13:03:51.977 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: resetResendCount initComplete=true isDead=false

2020-08-01 13:03:51.978 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Incoming command class COMMAND_CLASS_ALARM, endpoint 0

2020-08-01 13:03:51.978 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: SECURITY NOT required on COMMAND_CLASS_ALARM

2020-08-01 13:03:51.979 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 3: Received COMMAND_CLASS_ALARM V5 NOTIFICATION_REPORT

2020-08-01 13:03:51.980 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: NOTIFICATION report - 0 = 0, event=22, status=255, plen=0

2020-08-01 13:03:51.981 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: Alarm Type = ACCESS_CONTROL (0)

2020-08-01 13:03:51.982 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got an event from Z-Wave network: ZWaveAlarmValueEvent

2020-08-01 13:03:51.983 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ALARM, value=255

2020-08-01 13:03:51.984 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:51.985 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OnOffType

2020-08-01 13:03:51.986 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:51.987 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OpenClosedType

2020-08-01 13:03:51.988 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Updating channel state zwave:device:d1117a3c:node3:sensor_door to OPEN [OpenClosedType]

2020-08-01 13:03:51.990 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:51.991 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OnOffType

2020-08-01 13:03:51.992 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 13:03:51.993 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 22, type OnOffType

==> /var/log/openhab2/events.log <==

2020-08-01 13:03:51.997 [vent.ItemStateChangedEvent] - Kontakt_Wohnzimmer_Terassentuer changed from CLOSED to OPEN

2020-08-01 13:03:51.998 [vent.ItemStateChangedEvent] - Kontakt_Eingangstuere changed from CLOSED to OPEN

==> /var/log/openhab2/openhab.log <==

2020-08-01 13:03:52.006 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Commands processed 1.

2020-08-01 13:03:52.007 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@38039c.

2020-08-01 13:03:52.008 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:52.008 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:52.009 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty

2020-08-01 13:03:52.010 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

And also this was in the logs:

020-08-01 13:03:52.006 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Commands processed 1.

2020-08-01 13:03:52.007 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@38039c.

2020-08-01 13:03:52.008 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:52.008 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 13:03:52.009 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty

2020-08-01 13:03:52.010 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

2020-08-01 13:04:23.958 [INFO ] [.reconnect.PeriodicReconnectStrategy] - Try to restore connection to ‘192.168.1.199’. Next attempt in 60000ms

2020-08-01 13:04:23.960 [INFO ] [.transport.mqtt.MqttBrokerConnection] - Starting MQTT broker connection to ‘192.168.1.199’ with clientid 4b94a137-1837-46f0-a82c-5c71e3e8dbee

2020-08-01 13:04:33.611 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Polling…

2020-08-01 13:04:33.614 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Polling zwave:device:d1117a3c:node3:sensor_temperature

2020-08-01 13:04:33.615 [DEBUG] [erter.ZWaveMultiLevelSensorConverter] - NODE 3: Generating poll message for COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0

2020-08-01 13:04:33.617 [DEBUG] [ss.ZWaveMultiLevelSensorCommandClass] - NODE 3: Creating new message for command SENSOR_MULTILEVEL_GET

2020-08-01 13:04:33.619 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: SECURITY NOT required on COMMAND_CLASS_SENSOR_MULTILEVEL

2020-08-01 13:04:33.626 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Command Class COMMAND_CLASS_SENSOR_MULTILEVEL is NOT required to be secured

2020-08-01 13:04:33.628 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Polling zwave:device:d1117a3c:node3:sensor_door

2020-08-01 13:04:33.629 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Polling zwave:device:d1117a3c:node3:battery-level

2020-08-01 13:04:33.632 [DEBUG] [rnal.converter.ZWaveBatteryConverter] - NODE 3: Generating poll message for COMMAND_CLASS_BATTERY endpoint 0

2020-08-01 13:04:33.633 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: SECURITY NOT required on COMMAND_CLASS_BATTERY

2020-08-01 13:04:33.636 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Command Class COMMAND_CLASS_BATTERY is NOT required to be secured

2020-08-01 13:04:33.638 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Bump transaction 1357 priority from Get to Immediate

2020-08-01 13:04:33.640 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Adding to device queue

2020-08-01 13:04:33.642 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Transaction already in queue - removed original

2020-08-01 13:04:33.644 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Added 1357 to queue - size 2

2020-08-01 13:04:33.645 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

2020-08-01 13:04:33.647 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Bump transaction 1358 priority from Get to Immediate

2020-08-01 13:04:33.648 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Adding to device queue

2020-08-01 13:04:33.650 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Transaction already in queue - removed original

2020-08-01 13:04:33.651 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Added 1358 to queue - size 2

2020-08-01 13:04:33.652 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

Please see if our new, unreleased log viewer helps you. Please comment on your experience. This is part of the new database site we are testing.

The older log viewer is here.

Thanks Bruce - I checked the log viewer but cannot find a problem here.

I reproduced the situation once again: Opening / or closing node 3 (name is “Kontakt_Eingangstuer”) also leads to an state update for node 2 (name in log is "Kontakt_Wohnzimmer_Terassentuer).

2020-08-01 14:52:42.269 [DEBUG] [WaveSerialHandler$ZWaveReceiveThread] - Receive Message = 01 11 00 04 00 03 09 71 05 00 00 00 FF 06 17 00 BC 00 C6

2020-08-01 14:52:42.305 [DEBUG] [nal.protocol.ZWaveTransactionManager] - processReceiveMessage input 0<>128 : Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 17 00 BC 00

2020-08-01 14:52:42.309 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Received msg (0): Message: class=ApplicationCommandHandler[4], type=Request[0], dest=3, callback=0, payload=00 03 09 71 05 00 00 00 FF 06 17 00 BC 00

2020-08-01 14:52:42.310 [DEBUG] [nal.protocol.ZWaveTransactionManager] - lastTransaction null

2020-08-01 14:52:42.311 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Application Command Request (ALIVE:DONE)

2020-08-01 14:52:42.313 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: resetResendCount initComplete=true isDead=false

2020-08-01 14:52:42.315 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: Incoming command class COMMAND_CLASS_ALARM, endpoint 0

2020-08-01 14:52:42.316 [DEBUG] [ng.zwave.internal.protocol.ZWaveNode] - NODE 3: SECURITY NOT required on COMMAND_CLASS_ALARM

2020-08-01 14:52:42.317 [DEBUG] [tocol.commandclass.ZWaveCommandClass] - NODE 3: Received COMMAND_CLASS_ALARM V5 NOTIFICATION_REPORT

2020-08-01 14:52:42.319 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: NOTIFICATION report - 0 = 0, event=23, status=255, plen=0

2020-08-01 14:52:42.320 [DEBUG] [.commandclass.ZWaveAlarmCommandClass] - NODE 3: Alarm Type = ACCESS_CONTROL (0)

2020-08-01 14:52:42.322 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got an event from Z-Wave network: ZWaveAlarmValueEvent

2020-08-01 14:52:42.324 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_ALARM, value=255

2020-08-01 14:52:42.325 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 14:52:42.328 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 14:52:42.329 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 14:52:42.331 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 23, type OpenClosedType

2020-08-01 14:52:42.333 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 3: Updating channel state zwave:device:d1117a3c:node3:sensor_door to CLOSED [OpenClosedType]

2020-08-01 14:52:42.336 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 14:52:42.338 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 14:52:42.340 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter processing NOTIFICATION

2020-08-01 14:52:42.342 [DEBUG] [ternal.converter.ZWaveAlarmConverter] - NODE 3: Alarm converter NOTIFICATION event is 23, type OnOffType

2020-08-01 14:52:42.344 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Commands processed 1.

2020-08-01 14:52:42.345 [DEBUG] [nal.protocol.ZWaveTransactionManager] - NODE 3: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@1b5e89b.

2020-08-01 14:52:42.347 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 14:52:42.350 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction completed - outstandingTransactions 0

2020-08-01 14:52:42.351 [DEBUG] [nal.protocol.ZWaveTransactionManager] - ZWaveReceiveThread queue empty

==> /var/log/openhab2/events.log <==

2020-08-01 14:52:42.352 [vent.ItemStateChangedEvent] - Kontakt_Wohnzimmer_Terassentuer changed from OPEN to CLOSED

==> /var/log/openhab2/openhab.log <==

2020-08-01 14:52:42.353 [DEBUG] [nal.protocol.ZWaveTransactionManager] - Transaction SendNextMessage 0 out at start. Holdoff false.

==> /var/log/openhab2/events.log <==

2020-08-01 14:52:42.355 [vent.ItemStateChangedEvent] - Kontakt_Eingangstuere changed from OPEN to CLOSED

Check your Links. Try this in the console…

smarthome:links list |grep node3
1 Like

You’ve still not told us about your Things and channels, the stuff that actually connects devices to Items.

Extracting channel events from your DEBUG log -

It all looks normal enough. Sometimes you get two of the same update, that’s how zwave works.
The important thing is each zwave node only updates one channel, and each channel is different.

Conclusion - you have linked one of your Items to two channels.
Yes, each of your Items has only one channel= defined in your xxx.items file, but other links can be created by PaperUI and will not show up in your file.

Inspect your zwave channels closely in PaperUI for linked Items.

2 Likes

Did it work well for you? You are the first user to try it.

Please, if you are going to post logs, either post them as a file (there are many file hosting systems on the web), or at the very least if it is short enough to go in a single message, then please use code fences. The way you’ve posted them makes them very difficult to read, and harder to process as there is now a > at the start of every line.

1 Like

@Mario084

How to use code fences - Tutorials & Examples - openHAB Community

1 Like

I solved it finally!

I deleted the complete setup and all devices and did it now manually with the files.
Initially I added the Things directly in PaperUI and the items with the .items file.

Now i´m using a bridge_zwave.things and zwave.things file where I´m assigning the nodes directly to the channels.

Here´s what I did:

zwave_bridge.things

Bridge zwave:serial_zstick:a387e846 “ZWave Controller” [ port="/dev/ttyAMA0", controller_softreset=“false”, controller_master=“true”, heal_enable=“true”, security_networkkey=“AB BC BA 94 24 AE 1A 2D D4 4A 3A 1B GG AA FF AD” ]

zwave.things

Thing zwave:device:a387e846:node2 “ZWave Kontakt Wohnzimmertüre Groß” (zwave:serial_zstick:a387e846) [ node_id=2 ]

Thing zwave:device:a387e846:node3 “ZWave Kontakt Eingangstüre” (zwave:serial_zstick:a387e846) [ node_id=3 ]

Thing zwave:device:a387e846:node4 “ZWave Steckdose Wohnzimmer Board Beleuchtung” (zwave:serial_zstick:a387e846) [ node_id=4 ]

zwave.items:

//Kontakt Terassentüre Wohnzimmer Groß

Number Temperatur_Wohnzimmer_Terassentuer “Temperatur Wohnzimmer Terassentür” {channel=“zwave:device:a387e846:node2:sensor_temperature”}

Contact Kontakt_Wohnzimmer_Terassentuer “Kontakt Wohnzimmer Terassentür” {channel=“zwave:device:a387e846:node2:sensor_door”}

Number Batterieladung_Wohnzimmer_Terassentuer “Batterieladung Wohnzimmer Terassentür” {channel=“zwave:device:a387e846:node2:battery-level”}

//Kontakt Eingangstür

Number Temperatur_Vorzimmer “Temperatur Vorzimmer” {channel=“zwave:device:a387e846:node3:sensor_temperature”}

Contact Kontakt_Eingangstuere “Kontakt Eingangstüre” {channel=“zwave:device:a387e846:node3:sensor_door”}

Number Batterieladung_Eingangstuere_Kontakt “Batterieladung Eingangstüre” {channel=“zwave:device:a387e846:node3:battery-level”}

//Steckdose Wohnzimmer Board Beleuchtung

Switch Steckdose_Wohnzimmer_Board_Beleuchtung “Steckdose Wohnzimmer Board Beleuchtung” {channel=“zwave:device:a387e846:node4:switch_binary”}

If you do not use code fences, you run the risk of your post just being ignored.

When you “deleted the complete setup”, you used a new ThingUID for the controller, a387e846, where it had previously been d1117a3c. This changed the ThingUIDs and ChannelUIDs, making the previous Links invalid and removing the issue. You could have just removed the extraneous Links, but you ignored the suggestion from my previous post that would have identified the issue.

BTW, when using unmanaged Things, you cannot update the Thing configuration, such as the configuration parameters, which is usually undesirable for Z-Wave devices.

3 Likes

I didn´t ignore your valueable input - it was leading me in the right direction to check my channels and think about my things and items configuration. Thank you.

You ignored mine.
If you do not use code fences I, and other volunteers will likely refuse to assist you. That will just leaves you with those who are paid to be here. Nobody is paid to be here. :wink:

Well in my post one hour ago I used and to display the code correctly, right?
Or did I miss something?!

1 Like

It’s far better with multi-line blocks of code and logs to use block code markings:

```
code goes here
```

as documented in the post Bruce posted.

Compare your Items as they appear in post 15 to this:

//Kontakt Terassentüre Wohnzimmer Groß

Number Temperatur_Wohnzimmer_Terassentuer “Temperatur Wohnzimmer Terassentür” {channel=“zwave:device:a387e846:node2:sensor_temperature”}

Contact Kontakt_Wohnzimmer_Terassentuer “Kontakt Wohnzimmer Terassentür” {channel=“zwave:device:a387e846:node2:sensor_door”}

Number Batterieladung_Wohnzimmer_Terassentuer “Batterieladung Wohnzimmer Terassentür” {channel=“zwave:device:a387e846:node2:battery-level”}

//Kontakt Eingangstür

Number Temperatur_Vorzimmer “Temperatur Vorzimmer” {channel=“zwave:device:a387e846:node3:sensor_temperature”}

Contact Kontakt_Eingangstuere “Kontakt Eingangstüre” {channel=“zwave:device:a387e846:node3:sensor_door”}

Number Batterieladung_Eingangstuere_Kontakt “Batterieladung Eingangstüre” {channel=“zwave:device:a387e846:node3:battery-level”}

//Steckdose Wohnzimmer Board Beleuchtung

Switch Steckdose_Wohnzimmer_Board_Beleuchtung “Steckdose Wohnzimmer Board Beleuchtung” {channel=“zwave:device:a387e846:node4:switch_binary”}

Notice how it exactly matches what you actually typed/copied (i.e. there is no line wrapping), there is some code coloring, and if it were longer, there would be an additional scroll bar so the code bock doesn’t take over the post.

1 Like