VANTAGE Driver 3.0.10 with different Weatherlink Loggers from DAVIS

156 views
Skip to first unread message

fraban

unread,
Jun 30, 2017, 6:40:40 AM6/30/17
to weewx-user
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 ? 


Message has been deleted

fraban

unread,
Jun 30, 2017, 6:50:59 AM6/30/17
to weewx-user
Here is a start sequence with the 2nd Logger 

pi@raspberrypi:/etc/weewx $ sudo /etc/init.d/weewx start ;tail -f /var/log/syslog
[ ok ] Starting weewx (via systemctl): weewx.service.
Jun 30 12:45:26 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Jun 30 12:45:26 raspberrypi weewx[1818]: engine: Initializing weewx version 3.7.1
Jun 30 12:45:26 raspberrypi weewx[1818]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Jun 30 12:45:26 raspberrypi weewx[1818]: engine: Platform Linux-4.9.13-v7+-armv7l-with-debian-8.0
Jun 30 12:45:26 raspberrypi weewx[1818]: engine: Locale is 'de_DE.UTF-8'
Jun 30 12:45:26 raspberrypi weewx[1818]: engine: pid file is /var/run/weewx.pid
Jun 30 12:45:26 raspberrypi weewx[1822]: engine: Using configuration file /etc/weewx/weewx.conf
Jun 30 12:45:26 raspberrypi weewx[1822]: engine: Loading station type Vantage (weewx.drivers.vantage)
Jun 30 12:45:26 raspberrypi weewx[1808]: Starting weewx weather system: weewx.
Jun 30 12:45:26 raspberrypi systemd[1]: Started LSB: weewx weather system.
Jun 30 12:45:31 raspberrypi weewx[1822]: engine: StdConvert target unit is 0x1
Jun 30 12:45:31 raspberrypi weewx[1822]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Jun 30 12:45:31 raspberrypi weewx[1822]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Jun 30 12:45:31 raspberrypi weewx[1822]: engine: Archive will use data binding wx_binding
Jun 30 12:45:31 raspberrypi weewx[1822]: engine: Record generation will be attempted in 'hardware'
Jun 30 12:45:31 raspberrypi weewx[1822]: engine: Using archive interval of 300 seconds (specified by hardware)
Jun 30 12:45:31 raspberrypi weewx[1822]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Jun 30 12:45:31 raspberrypi weewx[1822]: manager: Starting backfill of daily summaries
Jun 30 12:45:31 raspberrypi weewx[1822]: restx: StationRegistry: Registration not requested.
Jun 30 12:45:31 raspberrypi weewx[1822]: restx: Wunderground: Posting not enabled.
Jun 30 12:45:31 raspberrypi weewx[1822]: restx: PWSweather: Posting not enabled.
Jun 30 12:45:31 raspberrypi weewx[1822]: restx: CWOP: Posting not enabled.
Jun 30 12:45:31 raspberrypi weewx[1822]: restx: WOW: Posting not enabled.
Jun 30 12:45:31 raspberrypi weewx[1822]: restx: AWEKAS: Posting not enabled.
Jun 30 12:45:31 raspberrypi weewx[1822]: restx: Weather365: service version is 1.3.3
Jun 30 12:45:31 raspberrypi weewx[1822]: restx: Weather365: Data will be uploaded for station id 405CD7N9V5
Jun 30 12:45:31 raspberrypi weewx[1822]: engine: Starting up weewx version 3.7.1
Jun 30 12:45:32 raspberrypi weewx[1822]: engine: Clock error is -2.83 seconds (positive is fast)
Jun 30 12:45:35 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:25:00 CEST (1498818300) to database 'weewx.sdb'
Jun 30 12:45:35 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:25:00 CEST (1498818300) to daily summary in 'weewx.sdb'
Jun 30 12:45:36 raspberrypi weewx[1822]: restx: Weather365: Data uploaded to https://channel1.weather365.net/stations/index.php is: (dew2m=13.5&datum=201706301225&humidex=20.9&temp2=17.8&prec_time=60&et=0.00000&alt=394.0&t2m=17.8&long=9.0653&rainh=0.00&rxsignal=98&utcstamp=1498818300&wchill=17.8&windrun=0.9&winddir=180&windspeed=2.7&windgust=6.3&press=1005.690&relhum=76&lat=52.1385&appTemp=17.1&heat=17.8&stationid=405CD7N9V5&raind=0.0&rainrate=0.0&cloudbase=655.3)
Jun 30 12:45:36 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:30:00 CEST (1498818600) to database 'weewx.sdb'
Jun 30 12:45:36 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:30:00 CEST (1498818600) to daily summary in 'weewx.sdb'
Jun 30 12:45:36 raspberrypi weewx[1822]: restx: Weather365: Published record 2017-06-30 12:25:00 CEST (1498818300)
Jun 30 12:45:37 raspberrypi weewx[1822]: restx: Weather365: Data uploaded to https://channel1.weather365.net/stations/index.php is: (dew2m=13.3&datum=201706301230&humidex=20.7&temp2=17.8&prec_time=60&et=0.00000&alt=394.0&t2m=17.8&long=9.0653&rainh=0.00&rxsignal=100&utcstamp=1498818600&wchill=17.8&windrun=1.7&winddir=202&windspeed=2.7&windgust=7.2&press=1005.723&relhum=75&lat=52.1385&appTemp=16.9&heat=17.8&stationid=405CD7N9V5&raind=0.0&rainrate=0.0&cloudbase=680.4)
Jun 30 12:45:37 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:35:00 CEST (1498818900) to database 'weewx.sdb'
Jun 30 12:45:37 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:35:00 CEST (1498818900) to daily summary in 'weewx.sdb'
Jun 30 12:45:37 raspberrypi weewx[1822]: restx: Weather365: Published record 2017-06-30 12:30:00 CEST (1498818600)
Jun 30 12:45:39 raspberrypi weewx[1822]: restx: Weather365: Data uploaded to https://channel1.weather365.net/stations/index.php is: (dew2m=13.5&datum=201706301235&humidex=20.8&temp2=17.8&prec_time=60&et=0.00000&alt=394.0&t2m=17.8&long=9.0653&rainh=0.00&rxsignal=98&utcstamp=1498818900&wchill=17.8&windrun=2.5&winddir=225&windspeed=3.1&windgust=6.3&press=1005.723&relhum=76&lat=52.1385&appTemp=16.7&heat=17.8&stationid=405CD7N9V5&raind=0.0&rainrate=0.0&cloudbase=655.0)
Jun 30 12:45:39 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:40:00 CEST (1498819200) to database 'weewx.sdb'
Jun 30 12:45:39 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:40:00 CEST (1498819200) to daily summary in 'weewx.sdb'
Jun 30 12:45:39 raspberrypi weewx[1822]: restx: Weather365: Published record 2017-06-30 12:35:00 CEST (1498818900)
Jun 30 12:45:40 raspberrypi weewx[1822]: restx: Weather365: Data uploaded to https://channel1.weather365.net/stations/index.php is: (dew2m=13.7&datum=201706301240&humidex=21.0&temp2=17.8&prec_time=60&et=0.00000&alt=394.0&t2m=17.8&long=9.0653&rainh=0.00&rxsignal=99&utcstamp=1498819200&wchill=17.8&windrun=3.5&winddir=180&windspeed=2.2&windgust=4.9&press=1005.791&relhum=77&lat=52.1385&appTemp=17.4&heat=17.8&stationid=405CD7N9V5&raind=0.0&rainrate=0.0&cloudbase=630.2)
Jun 30 12:45:40 raspberrypi weewx[1822]: restx: Weather365: Published record 2017-06-30 12:40:00 CEST (1498819200)
Jun 30 12:45:41 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:45:00 CEST (1498819500) to database 'weewx.sdb'
Jun 30 12:45:41 raspberrypi weewx[1822]: manager: Added record 2017-06-30 12:45:00 CEST (1498819500) to daily summary in 'weewx.sdb'
Jun 30 12:45:42 raspberrypi weewx[1822]: engine: Starting main packet loop.
Jun 30 12:45:42 raspberrypi weewx[1822]: restx: Weather365: Data uploaded to https://channel1.weather365.net/stations/index.php is: (dew2m=13.8&datum=201706301245&humidex=21.1&temp2=17.8&prec_time=60&et=0.00000&alt=394.0&t2m=17.9&long=9.0653&rainh=0.00&rxsignal=98&utcstamp=1498819500&wchill=17.9&windrun=4.2&winddir=180&windspeed=2.7&windgust=6.3&press=1005.791&relhum=77&lat=52.1385&appTemp=17.2&heat=17.9&stationid=405CD7N9V5&raind=0.0&rainrate=0.0&cloudbase=630.4)
Jun 30 12:45:42 raspberrypi weewx[1822]: restx: Weather365: Published record 2017-06-30 12:45:00 CEST (1498819500)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-read error: [Errno 104] Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: Max retries exceeded while getting time
Jun 30 12:45:42 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:45:42 raspberrypi weewx[1822]: engine: Caught WeeWxIOError: While getting console time
Jun 30 12:45:42 raspberrypi weewx[1822]:     ****  Waiting 60 seconds then retrying...
Jun 30 12:46:42 raspberrypi weewx[1822]: engine: retrying...
Jun 30 12:46:42 raspberrypi weewx[1822]: engine: Using configuration file /etc/weewx/weewx.conf
Jun 30 12:46:42 raspberrypi weewx[1822]: engine: Loading station type Vantage (weewx.drivers.vantage)
Jun 30 12:46:47 raspberrypi weewx[1822]: engine: StdConvert target unit is 0x1
Jun 30 12:46:47 raspberrypi weewx[1822]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Jun 30 12:46:47 raspberrypi weewx[1822]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Jun 30 12:46:47 raspberrypi weewx[1822]: engine: Archive will use data binding wx_binding
Jun 30 12:46:47 raspberrypi weewx[1822]: engine: Record generation will be attempted in 'hardware'
Jun 30 12:46:47 raspberrypi weewx[1822]: engine: Using archive interval of 300 seconds (specified by hardware)
Jun 30 12:46:47 raspberrypi weewx[1822]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Jun 30 12:46:47 raspberrypi weewx[1822]: manager: Starting backfill of daily summaries
Jun 30 12:46:47 raspberrypi weewx[1822]: restx: StationRegistry: Registration not requested.
Jun 30 12:46:47 raspberrypi weewx[1822]: restx: Wunderground: Posting not enabled.
Jun 30 12:46:47 raspberrypi weewx[1822]: restx: PWSweather: Posting not enabled.
Jun 30 12:46:47 raspberrypi weewx[1822]: restx: CWOP: Posting not enabled.
Jun 30 12:46:47 raspberrypi weewx[1822]: restx: WOW: Posting not enabled.
Jun 30 12:46:47 raspberrypi weewx[1822]: restx: AWEKAS: Posting not enabled.
Jun 30 12:46:47 raspberrypi weewx[1822]: restx: Weather365: service version is 1.3.3
Jun 30 12:46:47 raspberrypi weewx[1822]: restx: Weather365: Data will be uploaded for station id 405CD7N9V5
Jun 30 12:46:47 raspberrypi weewx[1822]: engine: Starting up weewx version 3.7.1
Jun 30 12:46:48 raspberrypi weewx[1822]: engine: Clock error is -2.95 seconds (positive is fast)
Jun 30 12:46:50 raspberrypi weewx[1822]: engine: Starting main packet loop.
Jun 30 12:47:02 raspberrypi weewx[1822]: vantage: ip-read error: timed out
Jun 30 12:47:02 raspberrypi weewx[1822]: vantage: LOOP try #1; error: timed out
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-read error: [Errno 104] Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: LOOP try #2; error: Unable to wake up Vantage console
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: LOOP try #3; error: Unable to wake up Vantage console
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: LOOP try #4; error: Unable to wake up Vantage console
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: LOOP max tries (4) exceeded.
Jun 30 12:47:03 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:47:03 raspberrypi weewx[1822]: engine: Caught WeeWxIOError: Max tries exceeded while getting LOOP data.
Jun 30 12:47:03 raspberrypi weewx[1822]:     ****  Waiting 60 seconds then retrying...
Jun 30 12:48:03 raspberrypi weewx[1822]: engine: retrying...
Jun 30 12:48:03 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Fri Jun 30 12:49:33 2017 [try http://www.rsyslog.com/e/2007 ]
Jun 30 12:48:03 raspberrypi weewx[1822]: engine: Using configuration file /etc/weewx/weewx.conf
Jun 30 12:48:03 raspberrypi weewx[1822]: engine: Loading station type Vantage (weewx.drivers.vantage)
Jun 30 12:48:08 raspberrypi weewx[1822]: engine: StdConvert target unit is 0x1
Jun 30 12:48:08 raspberrypi weewx[1822]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Jun 30 12:48:08 raspberrypi weewx[1822]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Jun 30 12:48:08 raspberrypi weewx[1822]: engine: Archive will use data binding wx_binding
Jun 30 12:48:08 raspberrypi weewx[1822]: engine: Record generation will be attempted in 'hardware'
Jun 30 12:48:08 raspberrypi weewx[1822]: engine: Using archive interval of 300 seconds (specified by hardware)
Jun 30 12:48:08 raspberrypi weewx[1822]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Jun 30 12:48:08 raspberrypi weewx[1822]: manager: Starting backfill of daily summaries
Jun 30 12:48:08 raspberrypi weewx[1822]: restx: StationRegistry: Registration not requested.
Jun 30 12:48:08 raspberrypi weewx[1822]: restx: Wunderground: Posting not enabled.
Jun 30 12:48:08 raspberrypi weewx[1822]: restx: PWSweather: Posting not enabled.
Jun 30 12:48:08 raspberrypi weewx[1822]: restx: CWOP: Posting not enabled.
Jun 30 12:48:08 raspberrypi weewx[1822]: restx: WOW: Posting not enabled.
Jun 30 12:48:08 raspberrypi weewx[1822]: restx: AWEKAS: Posting not enabled.
Jun 30 12:48:08 raspberrypi weewx[1822]: restx: Weather365: service version is 1.3.3
Jun 30 12:48:08 raspberrypi weewx[1822]: restx: Weather365: Data will be uploaded for station id 405CD7N9V5
Jun 30 12:48:08 raspberrypi weewx[1822]: engine: Starting up weewx version 3.7.1
Jun 30 12:48:09 raspberrypi weewx[1822]: engine: Clock error is -2.78 seconds (positive is fast)
Jun 30 12:48:11 raspberrypi weewx[1822]: engine: Starting main packet loop.
Jun 30 12:48:22 raspberrypi weewx[1822]: vantage: ip-read error: timed out
Jun 30 12:48:22 raspberrypi weewx[1822]: vantage: LOOP try #1; error: timed out
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-read error: [Errno 104] Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: LOOP try #2; error: Unable to wake up Vantage console
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: LOOP try #3; error: Unable to wake up Vantage console
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: Unable to wake up console
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: LOOP try #4; error: Unable to wake up Vantage console
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: LOOP max tries (4) exceeded.
Jun 30 12:48:23 raspberrypi weewx[1822]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:48:23 raspberrypi weewx[1822]: engine: Caught WeeWxIOError: Max tries exceeded while getting LOOP data.
Jun 30 12:48:23 raspberrypi weewx[1822]:     ****  Waiting 60 seconds then retrying...
Jun 30 12:49:23 raspberrypi weewx[1822]: engine: retrying...
Jun 30 12:49:23 raspberrypi weewx[1822]: engine: Using configuration file /etc/weewx/weewx.conf
Jun 30 12:49:23 raspberrypi weewx[1822]: engine: Loading station type Vantage (weewx.drivers.vantage)
Jun 30 12:49:28 raspberrypi weewx[1822]: engine: StdConvert target unit is 0x1
Jun 30 12:49:28 raspberrypi weewx[1822]: wxcalculate: The following values will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, dewpoint=prefer_hardware, appTemp=prefer_hardware, rainRate=prefer_hardware, windrun=prefer_hardware, heatindex=prefer_hardware, maxSolarRad=prefer_hardware, humidex=prefer_hardware, pressure=prefer_hardware, inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, cloudbase=prefer_hardware
Jun 30 12:49:28 raspberrypi weewx[1822]: wxcalculate: The following algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Jun 30 12:49:28 raspberrypi weewx[1822]: engine: Archive will use data binding wx_binding
Jun 30 12:49:28 raspberrypi weewx[1822]: engine: Record generation will be attempted in 'hardware'
Jun 30 12:49:28 raspberrypi weewx[1822]: engine: Using archive interval of 300 seconds (specified by hardware)
Jun 30 12:49:28 raspberrypi weewx[1822]: engine: Using binding 'wx_binding' to database 'weewx.sdb'
Jun 30 12:49:28 raspberrypi weewx[1822]: manager: Starting backfill of daily summaries
Jun 30 12:49:28 raspberrypi weewx[1822]: restx: StationRegistry: Registration not requested.
Jun 30 12:49:28 raspberrypi weewx[1822]: restx: Wunderground: Posting not enabled.
Jun 30 12:49:28 raspberrypi weewx[1822]: restx: PWSweather: Posting not enabled.
Jun 30 12:49:28 raspberrypi weewx[1822]: restx: CWOP: Posting not enabled.
Jun 30 12:49:28 raspberrypi weewx[1822]: restx: WOW: Posting not enabled.
Jun 30 12:49:28 raspberrypi weewx[1822]: restx: AWEKAS: Posting not enabled.
Jun 30 12:49:28 raspberrypi weewx[1822]: restx: Weather365: service version is 1.3.3
Jun 30 12:49:28 raspberrypi weewx[1822]: restx: Weather365: Data will be uploaded for station id 405CD7N9V5
Jun 30 12:49:28 raspberrypi weewx[1822]: engine: Starting up weewx version 3.7.1
Jun 30 12:49:29 raspberrypi weewx[1822]: engine: Clock error is -2.34 seconds (positive is fast)
Jun 30 12:49:31 raspberrypi weewx[1822]: engine: Starting main packet loop.

still now it hangs.  The older logger with older DAVIS Firmware is working ....   some parameters I can change --- ? 

fraban

unread,
Jun 30, 2017, 6:59:49 AM6/30/17
to weewx-user
and a new start gave this result:

pi@raspberrypi:/etc/weewx $ sudo /etc/init.d/weewx restart ;tail -f /var/log/syslog
[ ok ] Restarting weewx (via systemctl): weewx.service.
Jun 30 12:58:27 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Jun 30 12:58:27 raspberrypi weewx[1925]: engine: Initializing weewx version 3.7.1
Jun 30 12:58:27 raspberrypi weewx[1925]: engine: Using Python 2.7.9 (default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Jun 30 12:58:27 raspberrypi weewx[1925]: engine: Platform Linux-4.9.13-v7+-armv7l-with-debian-8.0
Jun 30 12:58:27 raspberrypi weewx[1925]: engine: Locale is 'de_DE.UTF-8'
Jun 30 12:58:28 raspberrypi weewx[1925]: engine: pid file is /var/run/weewx.pid
Jun 30 12:58:28 raspberrypi weewx[1930]: engine: Using configuration file /etc/weewx/weewx.conf
Jun 30 12:58:28 raspberrypi weewx[1930]: engine: Loading station type Vantage (weewx.drivers.vantage)
Jun 30 12:58:28 raspberrypi weewx[1915]: Starting weewx weather system: weewx.
Jun 30 12:58:28 raspberrypi systemd[1]: Started LSB: weewx weather system.
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-read error: timed out
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-read error: [Errno 104] Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: Unable to wake up console
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: Unable to wake up console
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: ip-write error: [Errno 32] Datenübergabe unterbrochen (broken pipe)
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: Unable to wake up console
Jun 30 12:58:34 raspberrypi weewx[1930]: vantage: Max retries exceeded while getting EEPROM data at address 0x2B
Jun 30 12:58:34 raspberrypi weewx[1930]: import of driver failed: While getting EEPROM data value at address 0x2B (<class 'weewx.RetriesExceeded'>)
Jun 30 12:58:34 raspberrypi weewx[1930]: engine: Unable to load driver: While getting EEPROM data value at address 0x2B
Jun 30 12:58:34 raspberrypi weewx[1930]:     ****  Exiting...

gjr80

unread,
Jun 30, 2017, 8:52:24 AM6/30/17
to weewx-user
Hi,

Have you tried the two fixes listed under 'Corrupt station memory' in the User's Guide (http://weewx.com/docs/usersguide.htm#troubleshooting) ?

Gary

Thomas Keffer

unread,
Jun 30, 2017, 9:40:03 AM6/30/17
to weewx-user
In addition to Gary's suggestion, try reseating the logger.

If that does not work, you may have a bad logger. Send a tech support message to Davis.

-tk


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

Frank Bandle

unread,
Jun 30, 2017, 1:44:37 PM6/30/17
to gjr80, weewx...@googlegroups.com
Hi - yes I tried this, I know that. Thank you for the advice. 
Still I guess it´s a bad logger.  

-frank
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/3IGEU-72Fd8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

Frank Bandle

unread,
Jun 30, 2017, 1:51:13 PM6/30/17
to Thomas Keffer, weewx...@googlegroups.com
Hi

Yes it seems to be a bad logger. We have a lot of CRC Errors too. 

-frank
-- 

You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/3IGEU-72Fd8/unsubscribe.

To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

Luc Heijst

unread,
Jul 8, 2017, 7:18:42 PM7/8/17
to weewx-user, tke...@gmail.com
Frank,

Did you try the following setting in weewx.conf?
I mailed you 1 july about this.

[Vantage]
   command_delay = 1.0

Luc
 





On Friday, 30 June 2017 14:51:13 UTC-3, fraban wrote:
Hi

Yes it seems to be a bad logger. We have a lot of CRC Errors too. 

-frank
-- 


Am 30. Juni 2017 um 15:40:04, Thomas Keffer (tke...@gmail.com) schrieb:

In addition to Gary's suggestion, try reseating the logger.

If that does not work, you may have a bad logger. Send a tech support message to Davis.

-tk
On Fri, Jun 30, 2017 at 5:52 AM, gjr80 <gjrod...@gmail.com> wrote:
Hi,

Have you tried the two fixes listed under 'Corrupt station memory' in the User's Guide (http://weewx.com/docs/usersguide.htm#troubleshooting) ?

Gary

--
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+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

fraban

unread,
Jul 14, 2017, 12:58:46 PM7/14/17
to weewx-user
Hi all

we could solve the problem !.  Indeed these errors are coming from a "Bad logger".  We changed the IP-Logger - now a new one works fine. 
So if you have errors like we have had here - the advice is to change the logger. 

Now with the new one - nor more problems.  It was a hardware issue by the ip-logger.  In the meanwhile we changed 5 IP-Data loggers to new ones and now they all work.

Thanks to all 

-frank 
Reply all
Reply to author
Forward
0 new messages