[weewx-user] Re: weewx.WeeWxIOError: Unable to read hardware type

2021-07-14 Thread vince
Does the console recognize your Vue sensors ok ?

On Wednesday, July 14, 2021 at 11:38:48 AM UTC-7 carter.hu...@gmail.com 
wrote:

> 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 
> 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
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/affd07c6-8dcb-42a5-81a9-60b9605c7dc8n%40googlegroups.com.


[weewx-user] Re: weewx.WeeWxIOError: Unable to read hardware type

2021-07-14 Thread carter.hu...@gmail.com

Yeah no issues with it picking up data from the sensors

On Wednesday, July 14, 2021 at 3:21:10 PM UTC-7 vince wrote:

> Does the console recognize your Vue sensors ok ?
>
> On Wednesday, July 14, 2021 at 11:38:48 AM UTC-7 carter.hu...@gmail.com 
> wrote:
>
>> 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 
>> 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
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7d4e9fd4-c365-4583-9f3c-863e57be67c4n%40googlegroups.com.


[weewx-user] Re: weewx.WeeWxIOError: Unable to read hardware type

2021-07-23 Thread carter.hu...@gmail.com
Just in case anyone runs into this, turns out you need to reset the data 
logger. Below are instructions from Davis:

   - Disconnect the USB Datalogger from the USB cable
   - Remove all power from the console that I assume the USB datalogger is 
   installed in (remove all batteries and AC power)
   - Remove the USB datalogger and check for bent pins  and make sure pins 
   are straight in the console
   - *Leave without power for 1 full minute*
   - After 1 full minute, slowly lineup and install the USB datalogger, 
   push VERY VERY hard to make sure it is installed very snug
   - Connect the USB cable to the USB Datalogger
   - *LEAVE BATTERIES OUT*
   - Connect console with AC power 
   - Once you see, “Welcome to Davis………” message, hold down the  
   button on the console 3 seconds to bring it back to the home screen

After you do that restart WeeWx and it should be back up and running.

On Wednesday, July 14, 2021 at 6:17:04 PM UTC-7 carter.hu...@gmail.com 
wrote:

>
> Yeah no issues with it picking up data from the sensors
>
> On Wednesday, July 14, 2021 at 3:21:10 PM UTC-7 vince wrote:
>
>> Does the console recognize your Vue sensors ok ?
>>
>> On Wednesday, July 14, 2021 at 11:38:48 AM UTC-7 carter.hu...@gmail.com 
>> wrote:
>>
>>> 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 
>>> 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
>>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/8e0e78cd-5273-4762-8442-4526823fba2fn%40googlegroups.com.