-
Notifications
You must be signed in to change notification settings - Fork 10
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
AQI or #8
Comments
Curious about this too. With the current way the Aqicn data is handled the Air Quality is generally rated at Excellent or Good while in situations where is should already be labeled as Moderate or Inferior and the sensor should change to a triggered status. |
Feel free to do a PR. I don’t have time to maintain and am not running HB right now. |
I too noticed this issue. I have been running HomeBridge for a long time, but I more recently became interested in air quality. I'll clone the repo and put together a pull request. |
The data from aqicn calculate PM2.5, PM10 concentration as AQI individually, which has a big difference from actually concentration value. In iOS Home app, the accessory detail showed PM2.5, PM10 unit as µg/m3, but the data is actually air quality index. Is there a way to switch to concentration value or just change the unit? It really helps understanding the true air quality.
AQI to Concentration Calculator
https://airnow.gov/index.cfm?action=airnow.calculator
The text was updated successfully, but these errors were encountered: