-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develco AQSZB-110 should use μg/m3 for voc #5547
Conversation
sjorge
commented
Mar 4, 2023
- changed the expose.voc() default to use μg/m3 (now inline with things like pm10, pm25, ...)
- updated Develco AQSZB-110 to output μg/m3 for voc, fixing Unit of measurement for VOC seems to be wrong with current Home Assistant zigbee2mqtt#16057 for this device
- Heiman HS2AQ-EM already seems to output μg/m3 from what I could find, should now also be fixed.
- LifeControl and Aqara devices using the expose now have withUnit('ppb') added as they all seem to return ppb values and I couldn't easily located a formulate to convert that to μg/m3.
This should partially adress Koenkk/zigbee2mqtt#16057 The following manufacturer have devices using this expose: - heiman -> seems to actually report µg/m3 based on the photos of the display - develco -> outputs ppb but formulate to convert it to µg/m3 is available (next commit) - lifecontrol -> returns ppb, no formulate available will add withUnit('ppb') - aqara (xiaomi) -< returns ppb, no formulate available will add withUnit('ppb')
According https://dresden-elektronik.github.io/deconz-rest-doc/devices/xiaomi/xiaomi_airmonitor_acn01/ it does indeed output ppb. I've added withUnit('ppb') to the device's exposes data.
No much info available, adding withUnit('ppb') because that is what it was using before.
Newer doc revisions for the sensor (Sensirion SGP30) contains the formulate on how to convert ppb -> µg/m3 This should fix Koenkk/zigbee2mqtt#16057 for this device.
Enorm bedankt weer! 😄 |
Do note that for the LifeControl and Aqara devices Koenkk/zigbee2mqtt#16057 will still be an issue. Perhaps we should only let z2m create the hass component if the unit type is μg/m3? |
@sjorge done! |
@sjorge been working recently with both the Develco AQSZB-110 and the Heiman HS2AQ-EM. |
The HS2AQ probably needs a /100 on the value then. |