Zwave Aeotec MultiSensor 6 no motion detection and LED with FW 1.13

hello to all nerds :wink:

i’am running OH Version 2.5.5 (Build) on Debian 10 Buster as virtual machine on ESXi7 (intel NUC i3) and OH Version 2.5.8 (Build) native on Raspi4 with Kernel 5.4.51-v7.

as zwave controller I use Aeotec USB Stick Gen5 (on Debian Buster) and RaZberry2 (on Raspi4)

I use 5xPD03Z PIR Motion Sensor AND 1xAeotec MultiSensor 6 as PIR.

everything working fine exept the Multisensor6 Motion Detection.

I already upgraded the FW to 1.13 EU.

I already try different parameter but nothing helps to get “alarm_motion”.

I set the LogLevel to DEBUG to check the messages from my MS6, but nothing happened.
I did not get any message like “zwave_device_12345678_nodexx_alarm_motion changed from OFF to ON”
Also the LED on the MS6 did NOT flash when I wipe my hands in front of the sensor.
On the OH-Console I get this Info:
openhab> things show zwave:device:8592dfad:node25

Type: zwave:aeon_zw100_01_010
Label: Z-Wave Node 025: ZW100 Multisensor 6
Status: ONLINE
Bridge: zwave:serial_zstick:8592dfad

Properties:
        zwave_class_basic : BASIC_TYPE_ROUTING_SLAVE
        zwave_class_generic : GENERIC_TYPE_SENSOR_MULTILEVEL
        zwave_frequent : false
        zwave_neighbours :
        modelId : ZW100
        zwave_version : 1.13
        zwave_listening : true
        zwave_plus_devicetype : NODE_TYPE_ZWAVEPLUS_NODE
        manufacturerId : 0086
        manufacturerRef : 0002:0064,0102:0064,0202:0064,1A02:0064
        dbReference : 778
        versionMin : 1.10
        zwave_deviceid : 100
        zwave_nodeid : 25
        vendor : AEON Labs
        defaultAssociations : 1
        zwave_routing : true
        zwave_plus_roletype : ROLE_TYPE_SLAVE_ALWAYS_ON
        zwave_beaming : true
        zwave_secure : false
        zwave_class_specific : SPECIFIC_TYPE_ROUTING_SENSOR_MULTILEVEL
        zwave_manufacturer : 134
        zwave_devicetype : 2

Configuration parameters:
        config_52_1 : 50
        config_54_2 : 100
        config_202_1 : 0
        config_204_1 : 0
        group_1 : [controller]
        config_112_4 : 3600
        config_39_1 : 20
        config_9_2_00000100 : 0
        config_56_1 : 4
        config_58_1 : 5
        config_201_2_000000FF : 1
        config_43_2 : 100
        config_64_1 : 1
        config_252_1 : 0
        config_60_1 : 2
        config_81_1 : 0
        config_41_4_0000FF00 : 1
        wakeup_interval : 3600
        config_50_4_7FFF0000_wo : 0
        config_255_4_wo : 0
        action_heal : false
        config_102_4 : 0
        config_9_2 : 2
        config_3_2 : 10
        config_45_1 : 2
        config_5_1 : 1
        config_41_4_wo : 20
        config_55_1 : 8
        binding_cmdrepollperiod : 1500
        config_53_2 : 1000
        config_51_1 : 60
        config_100_1_wo : 0
        config_201_2 : 1
        config_203_2 : 0
        config_50_4_wo : 0
        action_reinit : false
        config_201_2_0000FF00 : 0
        wakeup_node : 1
        config_113_4 : 3600
        config_9_2_00000001 : 1
        config_111_4 : 3600
        config_49_4_wo : 0
        config_59_1 : 10
        config_49_4_7FFF0000_wo : 280
        config_57_2 : 5121
        config_42_1 : 10
        config_41_4_00FF0000 : 0
        config_44_1 : 10
        config_50_4_0000FF00_wo : 1
        config_61_1 : 0
        config_40_1 : 1
        config_49_4_0000FF00_wo : 1
        action_failed : false
        config_110_1_wo : 0
        action_remove : false
        binding_pollperiod : 86400
        config_2_1 : 1
        config_101_4 : 241
        config_8_1 : 15
        config_46_1 : 0
        config_4_1 : 5
        config_48_1 : 0
        config_103_4 : 0
        node_id : 25

Channels:
        ID: sensor_temperature
        Label: Sensor (temperature)
        Type: zwave:sensor_temperature
        Description: Indicates the current temperature

        ID: sensor_ultraviolet
        Label: Sensor (ultraviolet)
        Type: zwave:sensor_ultraviolet
        Description: Indicates the current ultraviolet level

        ID: sensor_luminance
        Label: Sensor (luminance)
        Type: zwave:sensor_luminance
        Description: Indicates the current light reading

        ID: sensor_relhumidity
        Label: Sensor (relative humidity)
        Type: zwave:sensor_relhumidity
        Description: Indicates the current relative humidity

        ID: alarm_motion
        Label: Motion Alarm
        Type: zwave:alarm_motion
        Description: Indicates if a motion alarm is triggered

        ID: alarm_tamper
        Label: Tamper Alarm
        Type: zwave:alarm_tamper
        Description: Indicates if the tamper alarm is triggered

        ID: battery-level
        Label: Batterieladung
        Type: system:battery-level

The tamper works when i touch the case, but didn´t switch to OFF.

I also tried the MS6 on the Raspi4, but same result.

I set up InfluxDB as persistent storage, as I can see, the MS6 never send any “alarm_motion” OFF/ON/0/1/255/ALARM or anything else to the controller.

btw. the MS6 ist on USB-Power, and I resetted the MS6 many times to factory default before I included in the other network.
I bought that device with Firmware 1.12, but never works.

I also uploaded the openhab.log to https://opensmarthouse.org/utilities/logviewer/zwave/ to check, but no conclusion.

I also set the state of the Item in OpenHab with a HapPanel construction (zwave:device:8592dfad:node25:alarm_motion - Switch) for testing to “ON”, only to see if my logic is working, that works and i can see it in the logfile and in Grafana, BUT NOT from the sensor.

any thoughts?

best regards from germany :wink:

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