Zwave (OH3) - Motion Sensor not sending "motion_alarm"

Hi,

Problem observed

A Zwave Neo Coolcam Motion Sensor was added / included as a thing in my Openhab configuration.
After creating and linking items to the channels of the thing, it seems that the channel for “motion_alarm” is not working. The switch item attached to the channel is not changing status when motion is detected (observed via the blinking LED/eye of the sensor)

What did I try

  • Added the motion sensor as thing via inclusion

  • Linked items to channels

  • When this did not seem to work correct, I’ve unlinked and removed the items.

  • Removed the thing from controller

  • Started with new inclusion and added the motion sensor again

  • Linked items to channels again

This gave the same result. Then I’ve manually added items (via .items file) to the channel. Same result.
I’ve added a different new physical Motion Sensor, by repeating the steps above. This motion sensor had the same problem. I expect it to be a slightly different version then the one I have working in my configuration already.

Additional information / logs
The motion sensor is discovered correct as far as I can see from the interface. When discoverd it shows:

"Z-Wave Node 037: PD03Z PIR Motion Sensor with Temperature Sensor" 

The motion sensor thing is seen and recognized.
In the Zwave logs I also see the temperature being reported. Meaning that there is communication.

  • Group 1 is set as “controller”.

In the logs I see information from the node, but nothing on the ‘alarm_motion’ channel:

2021-05-09 21:17:23.438 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Polling...
2021-05-09 21:17:23.439 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Polling deferred until initialisation complete
2021-05-09 21:21:01.264 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update received
2021-05-09 21:21:01.266 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_11_1 to 1 (BigDecimal)
2021-05-09 21:21:01.266 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_10_1 to 5 (BigDecimal)
2021-05-09 21:21:01.266 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_interval to 0.0 (BigDecimal)
2021-05-09 21:21:01.266 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update set group_1 to controller (String)
2021-05-09 21:21:01.267 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Association 1 consolidated to [controller]
2021-05-09 21:21:01.267 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Unknown association group 1
2021-05-09 21:21:01.267 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_1_1 to 12 (BigDecimal)
2021-05-09 21:21:01.267 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_node to 0.0 (BigDecimal)
2021-05-09 21:21:01.267 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_7_2 to 180 (BigDecimal)
2021-05-09 21:21:01.267 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_8_1 to 0 (BigDecimal)
2021-05-09 21:21:01.267 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_9_2 to 100 (BigDecimal)
2021-05-09 21:21:01.267 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_12_1 to 1 (BigDecimal)
2021-05-09 21:21:01.268 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_2_2 to 30 (BigDecimal)
2021-05-09 21:21:01.268 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_3_1 to 255 (BigDecimal)
2021-05-09 21:21:01.268 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_4_1 to 255 (BigDecimal)
2021-05-09 21:21:01.268 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored node_id to 37 (BigDecimal)
2021-05-09 21:21:01.268 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_5_2 to 100 (BigDecimal)
2021-05-09 21:21:01.268 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_6_1 to 8 (BigDecimal)
2021-05-09 21:21:01.268 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_99_2 to 1000 (BigDecimal)
2021-05-09 21:21:46.932 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update received
2021-05-09 21:21:46.934 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_11_1 to 1 (BigDecimal)
2021-05-09 21:21:46.935 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_10_1 to 5 (BigDecimal)
2021-05-09 21:21:46.935 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_interval to 0.0 (BigDecimal)
2021-05-09 21:21:46.935 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_1_1 to 12 (BigDecimal)
2021-05-09 21:21:46.935 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_node to 0.0 (BigDecimal)
2021-05-09 21:21:46.935 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_7_2 to 180 (BigDecimal)
2021-05-09 21:21:46.936 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_8_1 to 0 (BigDecimal)
2021-05-09 21:21:46.936 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_9_2 to 100 (BigDecimal)
2021-05-09 21:21:46.936 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_12_1 to 1 (BigDecimal)
2021-05-09 21:21:46.936 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_2_2 to 30 (BigDecimal)
2021-05-09 21:21:46.936 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_3_1 to 255 (BigDecimal)
2021-05-09 21:21:46.936 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update set config_4_1 to 1 (BigDecimal)
2021-05-09 21:21:46.937 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Error getting configurationCommandClass
2021-05-09 21:21:46.937 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored node_id to 37 (BigDecimal)
2021-05-09 21:21:46.937 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_5_2 to 100 (BigDecimal)
2021-05-09 21:21:46.937 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_6_1 to 8 (BigDecimal)
2021-05-09 21:21:46.937 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_99_2 to 1000 (BigDecimal)
2021-05-09 21:22:00.311 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update received
2021-05-09 21:22:00.313 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_11_1 to 1 (BigDecimal)
2021-05-09 21:22:00.314 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_10_1 to 5 (BigDecimal)
2021-05-09 21:22:00.314 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_interval to 0.0 (BigDecimal)
2021-05-09 21:22:00.314 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_1_1 to 12 (BigDecimal)
2021-05-09 21:22:00.314 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_node to 0.0 (BigDecimal)
2021-05-09 21:22:00.314 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_7_2 to 180 (BigDecimal)
2021-05-09 21:22:00.314 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_8_1 to 0 (BigDecimal)
2021-05-09 21:22:00.315 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_9_2 to 100 (BigDecimal)
2021-05-09 21:22:00.315 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_12_1 to 1 (BigDecimal)
2021-05-09 21:22:00.315 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_2_2 to 30 (BigDecimal)
2021-05-09 21:22:00.315 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_3_1 to 255 (BigDecimal)
2021-05-09 21:22:00.315 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update set config_4_1 to 245 (BigDecimal)
2021-05-09 21:22:00.315 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Error getting configurationCommandClass
2021-05-09 21:22:00.316 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored node_id to 37 (BigDecimal)
2021-05-09 21:22:00.316 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_5_2 to 100 (BigDecimal)
2021-05-09 21:22:00.316 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_6_1 to 8 (BigDecimal)
2021-05-09 21:22:00.316 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_99_2 to 1000 (BigDecimal)
2021-05-09 21:22:56.818 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 37: Application Command Request (ALIVE:REQUEST_NIF)
2021-05-09 21:22:56.819 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 37: Incoming command class COMMAND_CLASS_SENSOR_MULTILEVEL, endpoint 0
2021-05-09 21:22:56.819 [DEBUG] [.openhab.binding.zwave.internal.protocol.ZWaveNode] - NODE 37: SECURITY not supported
2021-05-09 21:22:56.819 [DEBUG] [e.internal.protocol.commandclass.ZWaveCommandClass] - NODE 37: Received COMMAND_CLASS_SENSOR_MULTILEVEL V0 SENSOR_MULTILEVEL_REPORT
2021-05-09 21:22:56.819 [DEBUG] [col.commandclass.ZWaveMultiLevelSensorCommandClass] - NODE 37: Sensor Type = Temperature(1), Scale = 0
2021-05-09 21:22:56.820 [DEBUG] [col.commandclass.ZWaveMultiLevelSensorCommandClass] - NODE 37: Sensor Value = 21.5
2021-05-09 21:22:56.820 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Got an event from Z-Wave network: ZWaveMultiLevelSensorValueEvent
2021-05-09 21:22:56.820 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Got a value event from Z-Wave network, endpoint=0, command class=COMMAND_CLASS_SENSOR_MULTILEVEL, value=21.5
2021-05-09 21:22:56.820 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Updating channel state zwave:device:3d4427ff:node37:sensor_temperature to 21.5 °C [QuantityType]
2021-05-09 21:22:56.820 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 37: Commands processed 1.
2021-05-09 21:22:56.820 [DEBUG] [ng.zwave.internal.protocol.ZWaveTransactionManager] - NODE 37: Checking command org.openhab.binding.zwave.internal.protocol.ZWaveCommandClassPayload@a77cc3f.
2021-05-09 21:28:29.335 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update received
2021-05-09 21:28:29.337 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_11_1 to 1 (BigDecimal)
2021-05-09 21:28:29.337 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_10_1 to 5 (BigDecimal)
2021-05-09 21:28:29.338 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_interval to 0.0 (BigDecimal)
2021-05-09 21:28:29.338 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_1_1 to 12 (BigDecimal)
2021-05-09 21:28:29.338 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_node to 0.0 (BigDecimal)
2021-05-09 21:28:29.338 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_7_2 to 180 (BigDecimal)
2021-05-09 21:28:29.338 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_8_1 to 0 (BigDecimal)
2021-05-09 21:28:29.338 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update received
2021-05-09 21:28:29.338 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_9_2 to 100 (BigDecimal)
2021-05-09 21:28:29.339 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_12_1 to 1 (BigDecimal)
2021-05-09 21:28:29.339 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_2_2 to 30 (BigDecimal)
2021-05-09 21:28:29.339 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_3_1 to 255 (BigDecimal)
2021-05-09 21:28:29.339 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_4_1 to 255 (BigDecimal)
2021-05-09 21:28:29.339 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored node_id to 37 (BigDecimal)
2021-05-09 21:28:29.339 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update set config_5_2 to 90 (BigDecimal)
2021-05-09 21:28:29.339 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Error getting configurationCommandClass
2021-05-09 21:28:29.339 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_6_1 to 8 (BigDecimal)
2021-05-09 21:28:29.340 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_99_2 to 1000 (BigDecimal)
2021-05-09 21:28:29.340 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_11_1 to 1 (BigDecimal)
2021-05-09 21:28:29.341 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_10_1 to 5 (BigDecimal)
2021-05-09 21:28:29.341 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_interval to 0.0 (BigDecimal)
2021-05-09 21:28:29.341 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_1_1 to 12 (BigDecimal)
2021-05-09 21:28:29.341 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored wakeup_node to 0.0 (BigDecimal)
2021-05-09 21:28:29.342 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_7_2 to 180 (BigDecimal)
2021-05-09 21:28:29.342 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_8_1 to 0 (BigDecimal)
2021-05-09 21:28:29.342 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_9_2 to 100 (BigDecimal)
2021-05-09 21:28:29.342 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_12_1 to 1 (BigDecimal)
2021-05-09 21:28:29.342 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_2_2 to 30 (BigDecimal)
2021-05-09 21:28:29.342 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_3_1 to 255 (BigDecimal)
2021-05-09 21:28:29.342 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_4_1 to 255 (BigDecimal)
2021-05-09 21:28:29.343 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored node_id to 37 (BigDecimal)
2021-05-09 21:28:29.343 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update set config_5_2 to 90 (BigDecimal)
2021-05-09 21:28:29.343 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Error getting configurationCommandClass
2021-05-09 21:28:29.343 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_6_1 to 8 (BigDecimal)
2021-05-09 21:28:29.343 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Configuration update ignored config_99_2 to 1000 (BigDecimal)
2021-05-09 21:28:48.705 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Channel zwave:device:3d4427ff:node37:alarm_motion linked - polling started.
2021-05-09 21:32:14.356 [DEBUG] [rg.openhab.binding.zwave.handler.ZWaveThingHandler] - NODE 37: Channel zwave:device:3d4427ff:node37:alarm_motion linked - polling started.

Since I have a similar motion sensor running already, without problems, could it be here is slight version difference maybe?
I don’t know how to proceed.

Additional info

The PIR sensor which is working has parameter 3 set as “-1”
However, this seems not to be accepted as configuration from the UI
Could this maybe be the problem that the PIR is not reporting / sending anything?

Thank you very much!

Update from my side:

After keep retrying I’ve tried a different route.

  • I grabbed “zendsys” zwave tool
  • removed the previous nodes from the controller
  • did a NW inclusion with the zendsys tool
  • The PIR motion sensor was found and added as a new NODE
  • Place the zwave controller back into my openhab server (deb linux)
  • New scan and it found the new NODE I added from zendsys
  • added as thing

In this stage, the node was added as “unknown device”, after forcing wake up a couple of time, the sensor was recognized and ‘configured’.

I see a couple of differences with the normal inclusion by OpenHAB:

  1. The Basic Set and the PIR enabled parameters are both set to “-1”
  2. Now the association group 1 is already set to “controller”, when including the device via OpenHAB this was empty and I could not get is set correctly. It was removed everytime I changed this setting and refreshed.
  3. When changing a parameter, it is not possible, because of the -1 in parameters 3 and 4

But, I’ve link my switch item to the alarm_motion channel and ITS WORKING :wink:

@chris what could cause this behavior? first including it via the external tool and then in OpenHAB…although parameters 3 and 4 (both value -1) are not valid, the alarm_motion channel is now working…?

Please provide the logs showing the information received from the node and I will take a look.

I will do so @chris, thank you!

What log files do you want exactly? During the inclusion process?

Just the log that you mentioned. You said that there was information from the node - I just wanted to see what was sent when there is motion detected.

Ok, when I did the inclusion via OpenHAB the device was recognized, I did wake up the device a lot times.
After that, I linked an item to the motion_alarm channel etc. But I could not find anything in the logs when motion was detected (by seeing the led blink of the device itself). Not an event, not anything related to the motion in the Zwave log either (debug mode).
But I have another one, I’ll include it as well and capture the logs

I did have the same problems with the motion sensor not receiving information. This was due to the fact that the sensor wasn’t fully included. One way to see if the node was fully discovered is to see if the thing has been serialized. Check if there is a file in /srv/openhab-userdata/zwave/ with the node id of that device. If not, follow the hints in the posting above.

Please have a look at my posting here in particular the tips regarding the battery devices:

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.