So I switched out my console for my Davis Vantage Vue because the old one had the signal fail. Now with the new one WeeWx doesn’t seem to recognize the hardware.
./EW5321/bin/wee_device --info
Using configuration file /home/pi/EW5321/weewx.conf
Using Vantage driver version 3.2.1 (weewx.drivers.vantage)Traceback (most recent call last):
File "./EW5321/bin/wee_device", line 78, in <module>
main()
File "./EW5321/bin/wee_device", line 74, in main
device.configure(config_dict)
File "/home/pi/EW5321/bin/weewx/drivers/__init__.py", line 67, in configure
self.do_options(options, parser, config_dict, not options.noprompt)
File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 2056, in do_options
station = Vantage(**config_dict[DRIVER_NAME])
File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 515, in __init__
self._setup()
File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 1321, in _setup
self.hardware_type = self._determine_hardware()
File "/home/pi/EW5321/bin/weewx/drivers/vantage.py", line 1312, in _determine_hardware
raise weewx.WeeWxIOError("Unable to read hardware type")
weewx.WeeWxIOError: Unable to read hardware type