I think I am stuck with the problem that the Aeotec Multisensor 6 does not report in regular intervals or when the PIR motion sensor is activated.
I am using HASS.io with the zwave2mqtt add-on. The Aeotec Zstick and the sensor are properly discovered and I can talk to both, I can see their configuration parameters in zwave2mqtt and even change them. So it seems that the zwave networking is properly working.
I configured the sensor to report certain sensor values in regular intervals (see screenshot below), but all I see in MQTT-Explorer are config parameters, auto-discovery descriptions and the like, but no actual sensor readings.
I have a short polling interval for the gateway and I see this in the debugging console with time delay as the pollign interval:
OpenZWave Info, Node003, ApplicationCommandHandler - Unhandled Command Class 0x31
OpenZWave Detail, Node003, Received: 0x01, 0x0c, 0x00, 0x04, 0x00, 0x03, 0x06, 0x31, 0x05, 0x03, 0x0a, 0x00, 0x04, 0xcb
OpenZWave Detail
Node003 is the Aeotec Multisensor6.
Somebody who may help?