I am using T440s Ubuntu 14.04 and Davis vintage pro2

T440s:
Processor / Chipset
CPUIntel Core i7 (4th Gen) 4600U / 2.1 GHz
Max Turbo Speed3.3 GHz
Number of CoresDual-Core
Cache4 MB
64-bit ComputingYes
Platform TechnologyIntel vPro Technology
FeaturesHyper-Threading Technology, integrated memory controller, Intel 
Turbo Boost Technology 2.0
Memory
RAM8 GB ( 1 x 4 GB + 4 GB (soldered) )
Max RAM Supported12 GB
TechnologyDDR3L SDRAM
Speed1600 MHz / PC3-12800
Form FactorSO DIMM 204-pin
Slots Qty1
Empty Slots0
Storage
Main Storage256 GB SSD - eDrive
InterfaceSerial ATA-600

Here is an error I got while querying the weather station 'wee_device 
--info' every 30s:

Error 1:

Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.0.7 (weewx.drivers.vantage)
Traceback (most recent call last):
  File "/usr/bin/wee_device", line 54, in <module>
    main()
  File "/usr/bin/wee_device", line 51, 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 1828, in do_options
    station = Vantage(**config_dict[DRIVER_NAME])
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 472, in __init__
    self._setup()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1170, in _setup
    self.altitude          = self._getEEPROM_value(0x0F, "<h")[0]
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1250, in 
_getEEPROM_value
    raise weewx.RetriesExceeded("While getting EEPROM data value at address 
0x%X" % offset)
weewx.RetriesExceeded: While getting EEPROM data value at address 0xF


Error 2:
Using Vantage driver version 3.0.7 (weewx.drivers.vantage)
Querying...
Davis Vantage EEPROM settings:
    
    CONSOLE TYPE:                   VantagePro2
    
    CONSOLE FIRMWARE:
      Date:                         Dec 11 2012
      Version:                      3.12
    
    CONSOLE SETTINGS:
      Archive interval:             60 (seconds)
      Altitude:                     1300 (foot)
      Wind cup type:                large
      Rain bucket type:             0.1 MM
      Rain year start:              3
      Onboard time:                 2016-08-01 10:59:04
      
    CONSOLE DISPLAY UNITS:
      Barometer:                    inHg
      Temperature:                  degree_F
      Rain:                         inch
      Wind:                         mile_per_hour
      
    CONSOLE STATION INFO:
      Latitude (onboard):           +41.4
      Longitude (onboard):          -93.3
      Use manual or auto DST?       AUTO
      DST setting:                  N/A
      Use GMT offset or zone code?  ZONE_CODE
      Time zone code:               6
      GMT offset:                   N/A
        
Traceback (most recent call last):
  File "/usr/bin/wee_device", line 54, in <module>
    main()
  File "/usr/bin/wee_device", line 51, 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 1830, in do_options
    self.show_info(station)
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1986, in show_info
    calibration_dict = station.getStnCalibration()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1083, in 
getStnCalibration
    wind) = self._getEEPROM_value(0x32, "<27bh")
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1250, in 
_getEEPROM_value
    raise weewx.RetriesExceeded("While getting EEPROM data value at address 
0x%X" % offset)
weewx.RetriesExceeded: While getting EEPROM data value at address 0x32

Is it because my laptop is not fast enough to process the request?

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to