Hi

I have 2 different DATA Loggers from DAVIS here.    
The older one (1st) is working with weewx 3.71.  the newer one (2nd)  runs 
into time outs ...   same config of weewx.  

Look here 

1st: 
pi@raspberrypi:~ $ sudo wee_device --info
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.0.10 (weewx.drivers.vantage)
Querying...
Davis Vantage EEPROM settings:


    CONSOLE TYPE:                   VantagePro2


    CONSOLE FIRMWARE:
      Date:                         Jun  3 2013
      Version:                      3.15


    CONSOLE SETTINGS:
      Archive interval:             300 (seconds)
      Altitude:                     1522 (foot)
      Wind cup type:                large
      Rain bucket type:             0.2 MM
      Rain year start:              1
      Onboard time:                 2017-06-30 12:33:47


    CONSOLE DISPLAY UNITS:
      Barometer:                    inHg
      Temperature:                  degree_F
      Rain:                         inch
      Wind:                         mile_per_hour


    CONSOLE STATION INFO:
      Latitude (onboard):           +48.3
      Longitude (onboard):          +11.7
      Use manual or auto DST?       AUTO
      DST setting:                  N/A
      Use GMT offset or zone code?  ZONE_CODE
      Time zone code:               20
      GMT offset:                   N/A


    TRANSMITTERS:
      Channel 1:                    (N/A)
      Channel 2:                    iss
      Channel 3:                    leaf_soil
      Channel 4:                    (N/A)
      Channel 5:                    (N/A)
      Channel 6:                    (N/A)
      Channel 7:                    (N/A)
      Channel 8:                    (N/A)


    RECEPTION STATS:
      Total packets received:       16968
      Total packets missed:         267
      Number of resynchronizations: 0
      Longest good stretch:         228
      Number of CRC errors:         70


    BAROMETER CALIBRATION DATA:
      Current barometer reading:    29.757 inHg
      Altitude:                     1522 feet
      Dew point:                    51 F
      Virtual temperature:          65 F
      Humidity correction factor:   26
      Correction ratio:             1.055
      Correction constant:          +0.000 inHg
      Gain:                         0.000
      Offset:                       -19.000


    OFFSETS:
      Wind direction:               +0 deg
      Inside Temperature:           -3.0 F
      Inside Humidity:              +0%
      Outside Temperature:          -1.0 F
      Outside Humidity:             +0%
      Soil Temperature 1:           +0.0 F
      Soil Temperature 2:           +0.0 F
      Soil Temperature 3:           +0.0 F
      Soil Temperature 4:           +0.0 F
      Leaf Temperature 1:           +0.0 F
      Leaf Temperature 2:           +0.0 F
      Leaf Temperature 3:           +0.0 F
      Leaf Temperature 4:           +0.0 F

2nd is

pi@raspberrypi:/etc/weewx $ sudo wee_device --info
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.0.10 (weewx.drivers.vantage)
Querying...
Davis Vantage EEPROM settings:


    CONSOLE TYPE:                   VantagePro2


    CONSOLE FIRMWARE:
      Date:                         Aug 31 2016
      Version:                      3.62


    CONSOLE SETTINGS:
      Archive interval:             300 (seconds)
      Altitude:                     120 (meter)
      Wind cup type:                large
      Rain bucket type:             0.2 MM
      Rain year start:              1
      Onboard time:                 2017-06-30 12:25:58


    CONSOLE DISPLAY UNITS:
      Barometer:                    hPa
      Temperature:                  degree_C
      Rain:                         mm
      Wind:                         km_per_hour


    CONSOLE STATION INFO:
      Latitude (onboard):           +52.2
      Longitude (onboard):          +9.1
      Use manual or auto DST?       AUTO
      DST setting:                  N/A
      Use GMT offset or zone code?  ZONE_CODE
      Time zone code:               20
      GMT offset:                   N/A


    TRANSMITTERS:
      Channel 1:                    iss
      Channel 2:                    temp (as extra temperature 1)
      Channel 3:                    (N/A)
      Channel 4:                    (N/A)
      Channel 5:                    (N/A)
      Channel 6:                    (N/A)
      Channel 7:                    (N/A)
      Channel 8:                    (N/A)


    RECEPTION STATS:
      Total packets received:       20
      Total packets missed:         0
      Number of resynchronizations: 0
      Longest good stretch:         20
      Number of CRC errors:         1520


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 1836, in do_options
    self.show_info(station)
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1992, in show_info
    calibration_dict = station.getStnCalibration()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1090, in 
getStnCalibration
    wind) = self._getEEPROM_value(0x32, "<27bh")
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1257, 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

The 2nd one still always quit work with weewx ...   any idea why ? 


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