michaelahern / homebridge-airthings

A Homebridge plugin for Airthings air quality monitors via the Airthings Consumer API.
ISC License
38 stars 6 forks source link

Fix VOC density default upper limit #12

Closed ninjas28 closed 2 years ago

ninjas28 commented 2 years ago

Apple sets the default limit values for VOC density to be between 1 and 1000 for some dumb reason, which means the value will max out with even mildly bad air quality. Apple allows these limits to be manually overridden by Homekit accessories.

This fixes #8.

I also properly superscripted the cubic in the radon measurement value.

ninjas28 commented 2 years ago

Some screenshots of the changes in the Apple Home and Eve Home app

image

image

michaelahern commented 2 years ago

Thanks for the contribution!