Hi,
What are the differences between the Sparrow air quality reference app / indoor air quality accelerator app? I understand the IAQ solution features SMS alerts… can the two apps be merged?
Thanks,
Mike
Hi,
What are the differences between the Sparrow air quality reference app / indoor air quality accelerator app? I understand the IAQ solution features SMS alerts… can the two apps be merged?
Thanks,
Mike
Hey @mikec,
can the two apps be merged?
Yes, but with some work to alter the web app.
The Sparrow reference web app is intended to be a reference web app you can use for any Sparrow project. By default it shows the default data the Sparrow hardware publishes (temperature, humidity, and pressure). You can can see an example here, but look at the Georgia gateway—my sensors in Michigan apparently all ran out of battery and I need to fix that today https://sparrowstarter.netlify.app/.
The indoor air quality accelerator accelerator includes firmware necessary to get an indoor air quality sensor working with the Sparrow architecture.
My recommendation if you wanted to merge the two would be to:
"aqi"
values from the sensors."air.qo"
in that project’s GitHub repository you’ll find how that project currently parses air.qo
Notes, and you’ll need to replicate that handling for the aqi.qo
Notes that the indoor air quality accelerator publishes.TJ
Hi TJ,
Thanks for the pointers. I’ll give this a try and see how it goes.
Mike