Hi Rich, I wrote my own extension. It’s similar to my weewx-purple extension. Like weewx-purple, it doesn’t create a separate database to hold air quality information. Rather, it stores PM 1.0, PM 2.5 and PM 10.0 in the WeeWX extended schema (and uses xtypes to compute US EPA AQI (as well as the LRAPA and UNBC corrections).
I haven’t yet put it on GitHub. I could probably do that today or tomorrow if it would be of use to you. I write new extensions such that they require WeeWX 4.x and Python 3.7 or later. In addition, for this extension, you would need to be using the WeeWX extended schema. Let me know if your installation meets the above requirements. If it does, I’ll find the time to put it on GitHub very soon. Cheers, John > On Sep 24, 2020, at 8:53 AM, Rich Braun <[email protected]> wrote: > > > >> On Monday, September 21, 2020 at 9:03:13 PM UTC-7 [email protected] wrote: >> I’ve been playing with the new Davis AirLink. I have one WeeWX instance >> running with it. >> > > John -- nice charts, can you post a bit more about how to configure weewx to > read from the AirLink device? I bought one and can fetch the JSON object but > am unsure which plugins to add to my long-running weewx config. (There are > about 2 or 3 purpleair plugins, plus another called weewx-aqi, so it's not > obvious without spending hours searching around.) > > Basically, I want to know which plugin(s) you're using, whether you had to > make any source-code mods, and what your weewx.conf settings are. > > Also: once I have the data, where should I share it online besides my own web > page wx.ci.net? > > -rich > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/3a95cde6-858b-4a6a-a004-5c9243f931a6n%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/39566045-B566-4EDF-BC4C-10257A2FAB3D%40johnkline.com.
