Issues with Z-wave MCO Home MH10-PM2.5-WA

I’ve configured a Home Assistant and Z-Wave-JS stack, but I’m encountering issues with a Z-Wave node. Specifically, my MCO Home MH10-PM2.5-WA (which serves as an air quality, temperature, and humidity sensor) isn’t registering the PM2.5 value. Despite having the latest firmware as per MCO Home, I’m unable to resolve this problem.
My setup runs on a Raspberry Pi 4 with 8GB RAM and employs Docker Compose. For the Z-Wave receiver, I’m using an Aeotec Z-Stick 7. You can find the Docker Compose YAML here.

Do you have any idea how to resolve this issue?
Do you have experience with this device or manufacturer?

Thank you in advance.

I don’t have any direct experience with that device. This is what you should look at:

In home assistant go to settings / devices, click on the device and see if there are any “entities not shown” - expand this list and see if any of them are the missing sensor, you’ll then need to enable them and restart HASS.

Go into the zwavejsui, and get the debug info for the device. Look through this to see if you can find anything related to this item and/or post it here for an expert to look at.

Thank you for your quick response!

This is the device’s page, but I don’t see any “entries not shown”.


Also, this is the logs from z-wave-js-ui upon re interviewing the device if this helps

Ok, so no hidden entities. Can you get the debug info from the node in zwavejsui?

For sure, here is the devices “DEBUG INFO” { "id": 5, "name": "", "loc": "", "values": [ { "id": "5 - Pastebin.com

I found the problem and the solution, the problem was with Z-wave-js and the device.

Here is the issue in GitHub for future reference MH10-PM2.5-WA don't report pm2.5 value · Issue #5599 · zwave-js/node-zwave-js · GitHub

Thank you very much @PeteRage for your time and help