Z-Wave Binding - Steinel 035402 MotionSwitch LED

This is a problem for a powered device. For a battery device it can be okay temporarily if the device has not woken up recently. Also the heal will not work if there are only 4 lines, so no surprise there. How close is the device to the controller (or another powered device) Do you have the controller set for Network wide inclusion? I’m assuming no security inclusion too. Controller page (advanced)

A couple of things (in increasing severity) to try to get five lines 0) set log to debug and press the device button 3 times 1) delete the thing (do not exclude) and inbox–>zwave–> scan–> add 2) restart OH 3) exclude the device (controller “exclude Devices” and press device button three times, then try inclusion again. (should be a new number)

We can solve the motion/burglar issue once the device is communicating the dimmer and luminance information (5 lines). We need to see the code when you walk by the detector while the binding is in Debug mode

        HOME_SECURITY__NONE("BURGLAR", 0),
        HOME_SECURITY__INTRUSION("BURGLAR", 1),
        HOME_SECURITY__INTRUSION_UNKNOWN("BURGLAR", 2),
        HOME_SECURITY__TAMPER("BURGLAR", 3),
        HOME_SECURITY__TAMPER_INVALID_CODE("BURGLAR", 4),
        HOME_SECURITY__GLASS_BREAK("BURGLAR", 5),
        HOME_SECURITY__GLASS_BREAK_UNKNOWN("BURGLAR", 6),
        HOME_SECURITY__MOTION("BURGLAR", 7),
        HOME_SECURITY__MOTION_UNKNOWN("BURGLAR", 8),
        HOME_SECURITY__TAMPER_MOVED("BURGLAR", 9),