Hello,
I am trying to install weewx AQI plugin
https://github.com/jonathankoren/weewx-aqi
My weewx is 4.2.0 with extended database, pm10_0 and pm2_5 values.
I dont have weewx-purpleair, but custom sensor, which fills out the
database through FilePile. So I modified the weewx.conf to:
# 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
# temp = extraTemp1
# pressure = pressure
pm2_5 = pm2_5
pm10_0 = pm10_0
but I got the errors:
Dec 15 23:07:06 WeeWX /weewxd: AqiService: ValueError AQI calculation for
pm2_5 on 1608069960 failed: NowCast AQI could not be calculated for the
observations. Too many missing. Missing 2, which meets or exceeding the
limit of 1
Dec 15 23:07:06 WeeWX /weewxd: AqiService: ValueError AQI calculation for
pm10_0 on 1608069960 failed: NowCast AQI could not be calculated for the
observations. Too many missing. Missing 2, which meets or exceeding the
limit of 1
Dec 15 23:07:06 WeeWX /weewxd: AqiService: not storing record for dateTime
1608069960
what I have done wrong?
Thanks,
Michal, Slovakia
--
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/641ba9ea-1e2c-4899-9588-a307177fac80n%40googlegroups.com.