Tom,
I'm getting the exact same error. I was running weewx just fine, but then my Vantage weather envoy console battery died, and I didn't have the power adaptor plugged in. So I upgraded weewx at the same time to the latest version, and weewx doesn't connect to the vantage anymore...
I can connect to the vantage via the terminal just fine with the TEST command and others on ttyUSB0.
root@feynman:~# wee_device --info
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.0 (weewx.drivers.vantage)
Traceback (most recent call last):
File "/usr/bin/wee_device", line 49, in <module>
main()
File "/usr/bin/wee_device", line 46, in main
device.configure(config_dict)
File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
self.do_options(options, parser, config_dict, prompt)
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1770, in do_options
station = Vantage(**config_dict[DRIVER_NAME])
File "/usr/share/weewx/weewx/drivers/vantage.py", line 438, in __init__
self._setup()
File "/usr/share/weewx/weewx/drivers/vantage.py", line 1106, in _setup
self.port.wakeup_console(max_tries=self.max_tries, wait_before_retry=self.wait_before_retry)
File "/usr/share/weewx/weewx/drivers/vantage.py", line 83, in wakeup_console
raise weewx.WakeupError("Unable to wake up Vantage console")
weewx.WakeupError: Unable to wake up Vantage console
root@feynman:~#
/var/log/syslog shows:
Oct 14 21:50:14 localhost kernel: [ 4710.723252] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
Oct 14 21:50:14 localhost mtp-probe: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4"
Oct 14 21:50:14 localhost mtp-probe: bus: 1, device: 11 was not an MTP device
Oct 14 21:50:35 localhost wee_device[19845]: vantage: SerialException.
Oct 14 21:50:35 localhost wee_device[19845]: **** device reports readiness to read but returned no data (device disconnected?)
Oct 14 21:50:35 localhost wee_device[19845]: **** Is there a competing process running??
Oct 14 21:50:35 localhost wee_device[19845]: vantage: SerialException.
Oct 14 21:50:35 localhost wee_device[19845]: **** device reports readiness to read but returned no data (device disconnected?)
Oct 14 21:50:35 localhost wee_device[19845]: **** Is there a competing process running??
Oct 14 21:50:36 localhost wee_device[19845]: vantage: SerialException.
Oct 14 21:50:36 localhost wee_device[19845]: **** device reports readiness to read but returned no data (device disconnected?)
Oct 14 21:50:36 localhost wee_device[19845]: **** Is there a competing process running??
Oct 14 21:50:36 localhost wee_device[19845]: vantage: SerialException.
Oct 14 21:50:36 localhost wee_device[19845]: **** device reports readiness to read but returned no data (device disconnected?)
Oct 14 21:50:36 localhost wee_device[19845]: **** Is there a competing process running??
Oct 14 21:50:36 localhost wee_device[19845]: vantage: Unable to wake up console
I'm using a weather envoy with a 3rd-party serial-usb converter that worked fine up until the end of last month when my battery died:
http://scottdylewski.com/weewx/index.htmlThanks for the great software. any tips to solve my problem?