I have it working with my PurpleAir and the weewx-purple extension. All I had to do was add pm2_5 to my sensor list and create a graph: station_observations = barometer, dewpoint, outHumidity, rainWithRainRate, pm2_5, radiation
And in /etc/weewx/skins/Belchertown/graphs.conf: [[chart7]] title = Air Quality [[[pm2_5]]] name = AQI PM 2.5 zIndex = 1 color = "#becc00" [[[pm1_0]]] name = AQI PM 1.0 zIndex = 1 color = "#ffc83f" [[[pm10_0]]] name = AQI PM 10.0 zIndex = 1 color = "#c83fff" You can see it in action at https://www.lapseofthought.com/weather/ Dan Rich <[email protected]> http://www.employees.org/~drich/ "Step up to red alert!" "Are you sure, sir? It means changing the bulb in the sign..." - Red Dwarf (BBC) On Sep 22, 2020, 03:42 -0700, Tim Tuck <[email protected]>, wrote: > Hi all, > > Just wondering if anyone is displaying AQI with their Belchertown skin ? > > I'm using the AQI extension > > https://github.com/jonathankoren/weewx-aqi > > It appears to be working but I'll have to wait 24hrs to see if the data > is being recorded in the aqi.db. > > I haven't tried to display the data yet since I don't have any data to > display as yet :) > > But I thought I'd ask if any has AQI on their Belchertown skin would > they like to share the config to achieve that. > > thanks > > Tim > > > -- > 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/cc75c921-d92a-6289-7af7-b19062a1f2e6%40skybase.net. -- 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/dc7365e6-75fd-41b2-b024-57361d3e363b%40Spark.
