Aeotec Z-Wave Gen5 Multi-Sensor

I’ve read a few posts regarding this but have been unable to figure out for certain why I cannot get the motion sensor portion to work. Here is from the customize section of the configuration. These are the only 4 that show up and the binary just shows a “O” and the battery level if I click on it so I hid it. Temp, Luminance, and Humidity work fine. Anyone else have this problem?

binary_sensor.multisensor1_sensor_9:
  hidden: true
sensor.multisensor1_temperature_9:
  friendly_name: Inside Temperature
sensor.multisensor1_luminance_9:
 friendly_name: Inside Luminance
sensor.multisensor1_relative_humidity_9:
 friendly_name: Inside Humidity

Unhide the binary sensor; this is your motion detector. If it senses motion, it turns on. Normal state (no motion) is off.

1 Like

Seriously? Sheesh, thank you.

I originally did not have it hidden but it never changed states. Perhaps I need to play with the sensitivity. Thank you! I think you have solved my last few posts :slight_smile:

1 Like

Make sure you have the multisensor set to binary reporting instead of basic set. If you don’t, change it and then update the config in OZWCP. Then restart HA. (I reboot the whole thing myself)

And it works… Thank you so much!

1 Like