Hi Mitchell,

I've done what you want on mine, see bottom left of the page at -> http://metoffice.skybase.net/

In weewx.conf I have...

# Options for extension 'aqi'
[AqiService]
    [[standard]]
        data_binding = aqi_binding
        standard = user.aqi.us.NowCast
    [[air_sensor]]
        data_binding = wx_binding
        usUnits = usUnits
        dateTime = dateTime
        pm2_5 = pm2_5

In /etc/weewx/skins/Belchertown/graphs.conf

I have this...

     [[chart7]]
                title = PM 2.5
              [[[pm2_5]]]
                type = area
                aggregate_interval = 300
                aggregate_type = avg
                 name = PM 2.5
                 color = "#ffc83f"
                  y_label = "ug/m3"
                  yAxis_min = 0
                  yAxis_softMax = 300

Have a good read of the AQI plugin instructions and hopefully these stanza's from my config will help.

Hope this helps.

regards

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/b00d433d-66f2-fee0-1e21-37cbc10ad31f%40skybase.net.

Reply via email to