Hello,
I have added to my sqlite database the fields "pm1_0", pm2_5" and "pm10_0".
Almost everything seems OK : sqlite database receiveing the date, image generator working (
http://meteo-sciez.fr/weewx/airlink/), but I still have some problems with template tags :
WIth the following test tmpl file :
pm1-act-label-false|$current.pm1_0.format(add_label=False)
pm1-act|$current.pm1_0
pm1-act-raw|$current.pm1_0.raw
outTemp-act-label-false|$current.outTemp.format(add_label=False)
outTemp-act|$current.outTemp.format
outTemp-act-raw|$current.outTemp.raw
the output is :
pm1-act-label-false|= 1.1
pm1-act|= 1.1 µg/m³
pm1-act-raw|1.0662251655629138
outTemp-act-label-false|10.7
outTemp-act|10.7 °C
outTemp-act-raw|10.72222222222222
Only for pm1_0, pm2_5 and pm10_0, there is a " =" at the beginning for tags such as "$current.pmX_X" or "$current.pmX_X.format(add_label=False)"
This " =" is visible also for a skin such as weewx-wdc :