It appears that weewx can't talk to whatever device is on your USB. Are you sure you have the WMR 200 configured correctly? Is it plugged in?
These errors aren't even happening in the AQI code. On Wednesday, July 1, 2020 at 11:36:39 PM UTC-7, Rahul Bedi wrote: > > Tried and gives the following message and it hangs: > > pi@PrideWeatherStation:/var/lib/weewx $ sudo /usr/share/weewx/aqi_backfill > --start_time 1592634016 --end_time 1593670517 /etc/weewx/weewx.conf > Starting backfill from 1592634016 2020-06-20 11:50:16 > No handlers could be found for logger "weewx.drivers.wmr200" > Exception in thread Thread-2: > Traceback (most recent call last): > File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner > self.run() > File "/usr/share/weewx/weewx/drivers/wmr200.py", line 1229, in run > _ = self.usb_device.read_device() > File "/usr/share/weewx/weewx/drivers/wmr200.py", line 259, in read_device > raise weewx.WeeWxIOError(msg) > WeeWxIOError: read_device() USB Error Reason:[Errno 110] Operation timed > out > > On Thu, Jul 2, 2020 at 11:33 AM jonathan koren <[email protected] > <javascript:>> wrote: > >> There's a new weewx-aqi release (1.3) >> https://github.com/jonathankoren/weewx-aqi/releases/tag/v1.3 so make >> sure you get that. It has some changes that effect aqi_backfill, including >> the fix for this. >> >> Be aware, aqi_backfill pretty temperamental. >> >> >> On Wednesday, July 1, 2020 at 3:57:10 AM UTC-7, Rahul Bedi wrote: >>> >>> Hi, >>> >>> I tried running the "aqi_backfill" script which is part of the aqi >>> extension on a weewx 4.1.1 install and get the following error. >>> >>> Looks like way to pull the config seems to have changes since the time >>> this script was written. >>> >>> Any ideas? >>> >>> - Rahul >>> >>> >>> pi@PrideWeatherStation:/usr/share/weewx $ sudo ./aqi_backfill weewx.conf >>> Traceback (most recent call last): >>> File "./aqi_backfill", line 34, in <module> >>> config = weewx.engine.getConfiguration(args.config_file) >>> AttributeError: 'module' object has no attribute 'getConfiguration' >>> >>> >>> >>> pi@PrideWeatherStation:/usr/share/weewx $ sudo ./aqi_backfill >>> /etc/weewx/weewx.conf >>> Traceback (most recent call last): >>> File "./aqi_backfill", line 34, in <module> >>> config = weewx.engine.getConfiguration(args.config_file) >>> AttributeError: 'module' object has no attribute 'getConfiguration' >>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "weewx-user" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/weewx-user/K6drNzzE5vs/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/cc941830-184c-4006-9aff-65071baa3d29o%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/cc941830-184c-4006-9aff-65071baa3d29o%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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/de4581a0-cfe4-4e4c-b13c-eeba41e209a1o%40googlegroups.com.
