I try to connect my Vantage Pro 2 with weewx 4.10.2 running on a raspberry 
pi 4. The VP2 is connected via RS232 and an adapter to USB (directly 
plugged into the pi4). Currently the same connection is used with a 
raspberry pi 3 and the software Meteohub without any problems.

Weewx detects the VP2 and starts with the communication, but after the 
initial part i see the error "*send_data: no <ACK> received from Vantage 
console*".

Any idea, why the initial part is ok and than the error is shown ?

Regards Matthias

Part of the weewx.conf:

[Vantage]
    # This section is for the Davis Vantage series of weather stations.
   
    # Connection type: serial or ethernet
    #  serial (the classic VantagePro)
    #  ethernet (the WeatherLinkIP or Serial-Ethernet bridge)
    type = serial
   
    # If the connection type is serial, a port must be specified:
    #   Debian, Ubuntu, Redhat, Fedora, and SuSE:
    #     /dev/ttyUSB0 is a common USB port name
    #     /dev/ttyS0   is a common serial port name
    #   BSD:
    #     /dev/cuaU0   is a common serial port name
    port = /dev/ttyUSB0
   
    # If the connection type is ethernet, an IP Address/hostname is 
required:
    host = 192.168.10.224
   
    ######################################################
    # The rest of this section rarely needs any attention.
    # You can safely leave it "as is."
    ######################################################
   
    # Serial baud rate (usually 19200)
    baudrate = 19200
   
    # TCP port (when using the WeatherLinkIP)
    tcp_port = 5500
   
    # TCP send delay (when using the WeatherLinkIP):
    tcp_send_delay = 0.5
   
    # The type of LOOP packet to request: 1 = LOOP1; 2 = LOOP2; 3 = both
    loop_request = 3
   
    # The id of your ISS station (usually 1). If you use a wind meter 
connected
    # to a anemometer transmitter kit, use its id
    iss_id = 1
   
    # How long to wait for a response from the station before giving up (in
    # seconds; must be greater than 2)
    timeout = 6
   
    # How long to wait before trying again (in seconds)
    wait_before_retry = 2.0
   
    # How many times to try before giving up:
    max_tries = 10
   
    # Vantage model Type: 1 = Vantage Pro; 2 = Vantage Pro2
    model_type = 2
   
    # The driver to use:
    driver = weewx.drivers.vantage

Start of the log-file:

Aug 14 17:50:53 testx weewx[1580] INFO __main__: Initializing weewx version 
4.10.2
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Using Python 3.9.2 
(default, Feb 28 2021, 17:03:44) #012[GCC 10.2.1 20210110]
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Located at /usr/bin/python3
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Platform 
Linux-6.1.45-v8+-aarch64-with-glibc2.31
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Locale is 'de_CH.UTF-8'
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Using configuration file 
/home/weewx/weewx.conf
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Debug is 2
Aug 14 17:50:53 testx weewx[1580] DEBUG __main__: Initializing engine
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Driver 
version is 3.5.2
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Option 
loop_request=3
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Opened up 
serial port /dev/ttyUSB0; baud 19200; timeout 6.00
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware 
type is 16
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: ISS ID is 1
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware 
name: Vantage Pro2
Aug 14 17:50:54 testx weewx[1580] DEBUG weewx.wxservices: Calculations for 
LOOP packets: {'pressure': 'prefer_hardware', 'altimeter': 
'prefer_hardware', 'appTemp': 'prefer_hardware', 'barometer': 
'prefer_hardware', 'cloudbase': 'prefer_hardware', 'dewpoint': 
'prefer_hardware', 'ET': 'prefer_hardware', 'heatindex': 'prefer_hardware', 
'humidex': 'prefer_hardware', 'inDewpoint': 'prefer_hardware', 
'maxSolarRad': 'prefer_hardware', 'rainRate': 'prefer_hardware', 
'windchill': 'prefer_hardware', 'windrun': 'prefer_hardware', 'windDir': 
'software', 'windGustDir': 'software'}
Aug 14 17:50:54 testx weewx[1580] DEBUG weewx.wxservices: Calculations for 
archive records: {'pressure': 'prefer_hardware', 'altimeter': 
'prefer_hardware', 'appTemp': 'prefer_hardware', 'barometer': 
'prefer_hardware', 'cloudbase': 'prefer_hardware', 'dewpoint': 
'prefer_hardware', 'ET': 'prefer_hardware', 'heatindex': 'prefer_hardware', 
'humidex': 'prefer_hardware', 'inDewpoint': 'prefer_hardware', 
'maxSolarRad': 'prefer_hardware', 'rainRate': 'prefer_hardware', 
'windchill': 'prefer_hardware', 'windrun': 'prefer_hardware', 'windDir': 
'software', 'windGustDir': 'software'}
Aug 14 17:50:54 testx weewx[1580] INFO weewx.wxservices: StdWXCalculate 
will use data binding wx_binding
Aug 14 17:50:54 testx weewx[1580] INFO __main__: Starting up weewx version 
4.10.2
Aug 14 17:50:55 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:55 testx weewx[1580] DEBUG weewx.drivers.vantage: Getting 
archive packets since 2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:50:55 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:57 testx weewx[1580] DEBUG weewx.drivers.vantage: Retrieving 
513 page(s); starting index= 0
Aug 14 17:50:57 testx weewx[1580] DEBUG weewx.drivers.vantage: DMPAFT 
complete: page timestamp 2023-06-22 10:30:00 CEST (1687422600) less than 
final timestamp 2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:50:57 testx weewx[1580] DEBUG weewx.drivers.vantage: Catch up 
complete.
Aug 14 17:50:58 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:58 testx weewx[1580] DEBUG weewx.drivers.vantage: Requesting 
200 LOOP packets.
Aug 14 17:50:58 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:58 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: 
no <ACK> received from Vantage console
Aug 14 17:50:58 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch 
try #1; error: No <ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: 
no <ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch 
try #2; error: No <ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: 
no <ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch 
try #3; error: No <ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP max 
batch errors (3) exceeded.
Aug 14 17:51:00 testx weewx[1580] CRITICAL __main__: Caught WeeWxIOError: 
LOOP max batch errors (3) exceeded.
Aug 14 17:51:00 testx weewx[1580] CRITICAL __main__:     ****  Waiting 60 
seconds then retrying...
Aug 14 17:52:00 testx weewx[1580] INFO __main__: retrying...
Aug 14 17:52:00 testx weewx[1580] DEBUG __main__: Initializing engine
Aug 14 17:52:00 testx weewx[1580] DEBUG weewx.drivers.vantage: Driver 
version is 3.5.2

-- 
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/c024b3b6-7b23-4d36-b4f9-9b4e1daabe6bn%40googlegroups.com.
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Initializing weewx version 
4.10.2
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Using Python 3.9.2 (default, 
Feb 28 2021, 17:03:44) #012[GCC 10.2.1 20210110]
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Located at /usr/bin/python3
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Platform 
Linux-6.1.45-v8+-aarch64-with-glibc2.31
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Locale is 'de_CH.UTF-8'
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Using configuration file 
/home/weewx/weewx.conf
Aug 14 17:50:53 testx weewx[1580] INFO __main__: Debug is 2
Aug 14 17:50:53 testx weewx[1580] DEBUG __main__: Initializing engine
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Driver version 
is 3.5.2
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Option 
loop_request=3
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Opened up serial 
port /dev/ttyUSB0; baud 19200; timeout 6.00
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware type is 
16
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: ISS ID is 1
Aug 14 17:50:53 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware name: 
Vantage Pro2
Aug 14 17:50:54 testx weewx[1580] DEBUG weewx.wxservices: Calculations for LOOP 
packets: {'pressure': 'prefer_hardware', 'altimeter': 'prefer_hardware', 
'appTemp': 'prefer_hardware', 'barometer': 'prefer_hardware', 'cloudbase': 
'prefer_hardware', 'dewpoint': 'prefer_hardware', 'ET': 'prefer_hardware', 
'heatindex': 'prefer_hardware', 'humidex': 'prefer_hardware', 'inDewpoint': 
'prefer_hardware', 'maxSolarRad': 'prefer_hardware', 'rainRate': 
'prefer_hardware', 'windchill': 'prefer_hardware', 'windrun': 
'prefer_hardware', 'windDir': 'software', 'windGustDir': 'software'}
Aug 14 17:50:54 testx weewx[1580] DEBUG weewx.wxservices: Calculations for 
archive records: {'pressure': 'prefer_hardware', 'altimeter': 
'prefer_hardware', 'appTemp': 'prefer_hardware', 'barometer': 
'prefer_hardware', 'cloudbase': 'prefer_hardware', 'dewpoint': 
'prefer_hardware', 'ET': 'prefer_hardware', 'heatindex': 'prefer_hardware', 
'humidex': 'prefer_hardware', 'inDewpoint': 'prefer_hardware', 'maxSolarRad': 
'prefer_hardware', 'rainRate': 'prefer_hardware', 'windchill': 
'prefer_hardware', 'windrun': 'prefer_hardware', 'windDir': 'software', 
'windGustDir': 'software'}
Aug 14 17:50:54 testx weewx[1580] INFO weewx.wxservices: StdWXCalculate will 
use data binding wx_binding
Aug 14 17:50:54 testx weewx[1580] INFO __main__: Starting up weewx version 
4.10.2
Aug 14 17:50:55 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:55 testx weewx[1580] DEBUG weewx.drivers.vantage: Getting archive 
packets since 2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:50:55 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:57 testx weewx[1580] DEBUG weewx.drivers.vantage: Retrieving 513 
page(s); starting index= 0
Aug 14 17:50:57 testx weewx[1580] DEBUG weewx.drivers.vantage: DMPAFT complete: 
page timestamp 2023-06-22 10:30:00 CEST (1687422600) less than final timestamp 
2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:50:57 testx weewx[1580] DEBUG weewx.drivers.vantage: Catch up 
complete.
Aug 14 17:50:58 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:58 testx weewx[1580] DEBUG weewx.drivers.vantage: Requesting 200 
LOOP packets.
Aug 14 17:50:58 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:58 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:50:58 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#1; error: No <ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#2; error: No <ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#3; error: No <ACK> received from Vantage console
Aug 14 17:50:59 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP max batch 
errors (3) exceeded.
Aug 14 17:51:00 testx weewx[1580] CRITICAL __main__: Caught WeeWxIOError: LOOP 
max batch errors (3) exceeded.
Aug 14 17:51:00 testx weewx[1580] CRITICAL __main__:     ****  Waiting 60 
seconds then retrying...
Aug 14 17:52:00 testx weewx[1580] INFO __main__: retrying...
Aug 14 17:52:00 testx weewx[1580] DEBUG __main__: Initializing engine
Aug 14 17:52:00 testx weewx[1580] DEBUG weewx.drivers.vantage: Driver version 
is 3.5.2
Aug 14 17:52:00 testx weewx[1580] DEBUG weewx.drivers.vantage: Option 
loop_request=3
Aug 14 17:52:00 testx weewx[1580] DEBUG weewx.drivers.vantage: Opened up serial 
port /dev/ttyUSB0; baud 19200; timeout 6.00
Aug 14 17:52:00 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:52:00 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware type is 
16
Aug 14 17:52:00 testx weewx[1580] DEBUG weewx.drivers.vantage: ISS ID is 1
Aug 14 17:52:00 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware name: 
Vantage Pro2
Aug 14 17:52:01 testx weewx[1580] DEBUG weewx.wxservices: Calculations for LOOP 
packets: {'pressure': 'prefer_hardware', 'altimeter': 'prefer_hardware', 
'appTemp': 'prefer_hardware', 'barometer': 'prefer_hardware', 'cloudbase': 
'prefer_hardware', 'dewpoint': 'prefer_hardware', 'ET': 'prefer_hardware', 
'heatindex': 'prefer_hardware', 'humidex': 'prefer_hardware', 'inDewpoint': 
'prefer_hardware', 'maxSolarRad': 'prefer_hardware', 'rainRate': 
'prefer_hardware', 'windchill': 'prefer_hardware', 'windrun': 
'prefer_hardware', 'windDir': 'software', 'windGustDir': 'software'}
Aug 14 17:52:01 testx weewx[1580] DEBUG weewx.wxservices: Calculations for 
archive records: {'pressure': 'prefer_hardware', 'altimeter': 
'prefer_hardware', 'appTemp': 'prefer_hardware', 'barometer': 
'prefer_hardware', 'cloudbase': 'prefer_hardware', 'dewpoint': 
'prefer_hardware', 'ET': 'prefer_hardware', 'heatindex': 'prefer_hardware', 
'humidex': 'prefer_hardware', 'inDewpoint': 'prefer_hardware', 'maxSolarRad': 
'prefer_hardware', 'rainRate': 'prefer_hardware', 'windchill': 
'prefer_hardware', 'windrun': 'prefer_hardware', 'windDir': 'software', 
'windGustDir': 'software'}
Aug 14 17:52:01 testx weewx[1580] INFO weewx.wxservices: StdWXCalculate will 
use data binding wx_binding
Aug 14 17:52:01 testx weewx[1580] INFO __main__: Starting up weewx version 
4.10.2
Aug 14 17:52:02 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:52:02 testx weewx[1580] DEBUG weewx.drivers.vantage: Getting archive 
packets since 2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:52:02 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:52:04 testx weewx[1580] DEBUG weewx.drivers.vantage: Retrieving 513 
page(s); starting index= 0
Aug 14 17:52:04 testx weewx[1580] DEBUG weewx.drivers.vantage: DMPAFT complete: 
page timestamp 2023-06-22 10:30:00 CEST (1687422600) less than final timestamp 
2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:52:04 testx weewx[1580] DEBUG weewx.drivers.vantage: Catch up 
complete.
Aug 14 17:52:05 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:52:05 testx weewx[1580] DEBUG weewx.drivers.vantage: Requesting 200 
LOOP packets.
Aug 14 17:52:05 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:52:05 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:52:05 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#1; error: No <ACK> received from Vantage console
Aug 14 17:52:06 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:52:06 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:52:06 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#2; error: No <ACK> received from Vantage console
Aug 14 17:52:06 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:52:06 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:52:06 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#3; error: No <ACK> received from Vantage console
Aug 14 17:52:06 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP max batch 
errors (3) exceeded.
Aug 14 17:52:07 testx weewx[1580] CRITICAL __main__: Caught WeeWxIOError: LOOP 
max batch errors (3) exceeded.
Aug 14 17:52:07 testx weewx[1580] CRITICAL __main__:     ****  Waiting 60 
seconds then retrying...
Aug 14 17:53:07 testx weewx[1580] INFO __main__: retrying...
Aug 14 17:53:07 testx weewx[1580] DEBUG __main__: Initializing engine
Aug 14 17:53:07 testx weewx[1580] DEBUG weewx.drivers.vantage: Driver version 
is 3.5.2
Aug 14 17:53:07 testx weewx[1580] DEBUG weewx.drivers.vantage: Option 
loop_request=3
Aug 14 17:53:07 testx weewx[1580] DEBUG weewx.drivers.vantage: Opened up serial 
port /dev/ttyUSB0; baud 19200; timeout 6.00
Aug 14 17:53:07 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:53:07 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware type is 
16
Aug 14 17:53:07 testx weewx[1580] DEBUG weewx.drivers.vantage: ISS ID is 1
Aug 14 17:53:07 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware name: 
Vantage Pro2
Aug 14 17:53:08 testx weewx[1580] DEBUG weewx.wxservices: Calculations for LOOP 
packets: {'pressure': 'prefer_hardware', 'altimeter': 'prefer_hardware', 
'appTemp': 'prefer_hardware', 'barometer': 'prefer_hardware', 'cloudbase': 
'prefer_hardware', 'dewpoint': 'prefer_hardware', 'ET': 'prefer_hardware', 
'heatindex': 'prefer_hardware', 'humidex': 'prefer_hardware', 'inDewpoint': 
'prefer_hardware', 'maxSolarRad': 'prefer_hardware', 'rainRate': 
'prefer_hardware', 'windchill': 'prefer_hardware', 'windrun': 
'prefer_hardware', 'windDir': 'software', 'windGustDir': 'software'}
Aug 14 17:53:08 testx weewx[1580] DEBUG weewx.wxservices: Calculations for 
archive records: {'pressure': 'prefer_hardware', 'altimeter': 
'prefer_hardware', 'appTemp': 'prefer_hardware', 'barometer': 
'prefer_hardware', 'cloudbase': 'prefer_hardware', 'dewpoint': 
'prefer_hardware', 'ET': 'prefer_hardware', 'heatindex': 'prefer_hardware', 
'humidex': 'prefer_hardware', 'inDewpoint': 'prefer_hardware', 'maxSolarRad': 
'prefer_hardware', 'rainRate': 'prefer_hardware', 'windchill': 
'prefer_hardware', 'windrun': 'prefer_hardware', 'windDir': 'software', 
'windGustDir': 'software'}
Aug 14 17:53:08 testx weewx[1580] INFO weewx.wxservices: StdWXCalculate will 
use data binding wx_binding
Aug 14 17:53:08 testx weewx[1580] INFO __main__: Starting up weewx version 
4.10.2
Aug 14 17:53:09 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:53:09 testx weewx[1580] DEBUG weewx.drivers.vantage: Getting archive 
packets since 2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:53:09 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:53:11 testx weewx[1580] DEBUG weewx.drivers.vantage: Retrieving 513 
page(s); starting index= 0
Aug 14 17:53:11 testx weewx[1580] DEBUG weewx.drivers.vantage: DMPAFT complete: 
page timestamp 2023-06-22 10:30:00 CEST (1687422600) less than final timestamp 
2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:53:11 testx weewx[1580] DEBUG weewx.drivers.vantage: Catch up 
complete.
Aug 14 17:53:12 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:53:12 testx weewx[1580] DEBUG weewx.drivers.vantage: Requesting 200 
LOOP packets.
Aug 14 17:53:12 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:53:12 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:53:12 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#1; error: No <ACK> received from Vantage console
Aug 14 17:53:13 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:53:13 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:53:13 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#2; error: No <ACK> received from Vantage console
Aug 14 17:53:14 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:53:14 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:53:14 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#3; error: No <ACK> received from Vantage console
Aug 14 17:53:14 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP max batch 
errors (3) exceeded.
Aug 14 17:53:14 testx weewx[1580] CRITICAL __main__: Caught WeeWxIOError: LOOP 
max batch errors (3) exceeded.
Aug 14 17:53:14 testx weewx[1580] CRITICAL __main__:     ****  Waiting 60 
seconds then retrying...
Aug 14 17:54:14 testx weewx[1580] INFO __main__: retrying...
Aug 14 17:54:14 testx weewx[1580] DEBUG __main__: Initializing engine
Aug 14 17:54:14 testx weewx[1580] DEBUG weewx.drivers.vantage: Driver version 
is 3.5.2
Aug 14 17:54:14 testx weewx[1580] DEBUG weewx.drivers.vantage: Option 
loop_request=3
Aug 14 17:54:14 testx weewx[1580] DEBUG weewx.drivers.vantage: Opened up serial 
port /dev/ttyUSB0; baud 19200; timeout 6.00
Aug 14 17:54:14 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:54:14 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware type is 
16
Aug 14 17:54:14 testx weewx[1580] DEBUG weewx.drivers.vantage: ISS ID is 1
Aug 14 17:54:14 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware name: 
Vantage Pro2
Aug 14 17:54:15 testx weewx[1580] DEBUG weewx.wxservices: Calculations for LOOP 
packets: {'pressure': 'prefer_hardware', 'altimeter': 'prefer_hardware', 
'appTemp': 'prefer_hardware', 'barometer': 'prefer_hardware', 'cloudbase': 
'prefer_hardware', 'dewpoint': 'prefer_hardware', 'ET': 'prefer_hardware', 
'heatindex': 'prefer_hardware', 'humidex': 'prefer_hardware', 'inDewpoint': 
'prefer_hardware', 'maxSolarRad': 'prefer_hardware', 'rainRate': 
'prefer_hardware', 'windchill': 'prefer_hardware', 'windrun': 
'prefer_hardware', 'windDir': 'software', 'windGustDir': 'software'}
Aug 14 17:54:15 testx weewx[1580] DEBUG weewx.wxservices: Calculations for 
archive records: {'pressure': 'prefer_hardware', 'altimeter': 
'prefer_hardware', 'appTemp': 'prefer_hardware', 'barometer': 
'prefer_hardware', 'cloudbase': 'prefer_hardware', 'dewpoint': 
'prefer_hardware', 'ET': 'prefer_hardware', 'heatindex': 'prefer_hardware', 
'humidex': 'prefer_hardware', 'inDewpoint': 'prefer_hardware', 'maxSolarRad': 
'prefer_hardware', 'rainRate': 'prefer_hardware', 'windchill': 
'prefer_hardware', 'windrun': 'prefer_hardware', 'windDir': 'software', 
'windGustDir': 'software'}
Aug 14 17:54:15 testx weewx[1580] INFO weewx.wxservices: StdWXCalculate will 
use data binding wx_binding
Aug 14 17:54:15 testx weewx[1580] INFO __main__: Starting up weewx version 
4.10.2
Aug 14 17:54:16 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:54:16 testx weewx[1580] DEBUG weewx.drivers.vantage: Getting archive 
packets since 2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:54:16 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:54:18 testx weewx[1580] DEBUG weewx.drivers.vantage: Retrieving 513 
page(s); starting index= 0
Aug 14 17:54:18 testx weewx[1580] DEBUG weewx.drivers.vantage: DMPAFT complete: 
page timestamp 2023-06-22 10:30:00 CEST (1687422600) less than final timestamp 
2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:54:18 testx weewx[1580] DEBUG weewx.drivers.vantage: Catch up 
complete.
Aug 14 17:54:19 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:54:19 testx weewx[1580] DEBUG weewx.drivers.vantage: Requesting 200 
LOOP packets.
Aug 14 17:54:19 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:54:19 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:54:19 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#1; error: No <ACK> received from Vantage console
Aug 14 17:54:20 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:54:20 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:54:20 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#2; error: No <ACK> received from Vantage console
Aug 14 17:54:20 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:54:20 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:54:20 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#3; error: No <ACK> received from Vantage console
Aug 14 17:54:20 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP max batch 
errors (3) exceeded.
Aug 14 17:54:21 testx weewx[1580] CRITICAL __main__: Caught WeeWxIOError: LOOP 
max batch errors (3) exceeded.
Aug 14 17:54:21 testx weewx[1580] CRITICAL __main__:     ****  Waiting 60 
seconds then retrying...
Aug 14 17:55:21 testx weewx[1580] INFO __main__: retrying...
Aug 14 17:55:21 testx weewx[1580] DEBUG __main__: Initializing engine
Aug 14 17:55:21 testx weewx[1580] DEBUG weewx.drivers.vantage: Driver version 
is 3.5.2
Aug 14 17:55:21 testx weewx[1580] DEBUG weewx.drivers.vantage: Option 
loop_request=3
Aug 14 17:55:21 testx weewx[1580] DEBUG weewx.drivers.vantage: Opened up serial 
port /dev/ttyUSB0; baud 19200; timeout 6.00
Aug 14 17:55:21 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:55:21 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware type is 
16
Aug 14 17:55:21 testx weewx[1580] DEBUG weewx.drivers.vantage: ISS ID is 1
Aug 14 17:55:21 testx weewx[1580] DEBUG weewx.drivers.vantage: Hardware name: 
Vantage Pro2
Aug 14 17:55:22 testx weewx[1580] DEBUG weewx.wxservices: Calculations for LOOP 
packets: {'pressure': 'prefer_hardware', 'altimeter': 'prefer_hardware', 
'appTemp': 'prefer_hardware', 'barometer': 'prefer_hardware', 'cloudbase': 
'prefer_hardware', 'dewpoint': 'prefer_hardware', 'ET': 'prefer_hardware', 
'heatindex': 'prefer_hardware', 'humidex': 'prefer_hardware', 'inDewpoint': 
'prefer_hardware', 'maxSolarRad': 'prefer_hardware', 'rainRate': 
'prefer_hardware', 'windchill': 'prefer_hardware', 'windrun': 
'prefer_hardware', 'windDir': 'software', 'windGustDir': 'software'}
Aug 14 17:55:22 testx weewx[1580] DEBUG weewx.wxservices: Calculations for 
archive records: {'pressure': 'prefer_hardware', 'altimeter': 
'prefer_hardware', 'appTemp': 'prefer_hardware', 'barometer': 
'prefer_hardware', 'cloudbase': 'prefer_hardware', 'dewpoint': 
'prefer_hardware', 'ET': 'prefer_hardware', 'heatindex': 'prefer_hardware', 
'humidex': 'prefer_hardware', 'inDewpoint': 'prefer_hardware', 'maxSolarRad': 
'prefer_hardware', 'rainRate': 'prefer_hardware', 'windchill': 
'prefer_hardware', 'windrun': 'prefer_hardware', 'windDir': 'software', 
'windGustDir': 'software'}
Aug 14 17:55:22 testx weewx[1580] INFO weewx.wxservices: StdWXCalculate will 
use data binding wx_binding
Aug 14 17:55:22 testx weewx[1580] INFO __main__: Starting up weewx version 
4.10.2
Aug 14 17:55:23 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:55:23 testx weewx[1580] DEBUG weewx.drivers.vantage: Getting archive 
packets since 2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:55:23 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:55:25 testx weewx[1580] DEBUG weewx.drivers.vantage: Retrieving 513 
page(s); starting index= 0
Aug 14 17:55:25 testx weewx[1580] DEBUG weewx.drivers.vantage: DMPAFT complete: 
page timestamp 2023-06-22 10:30:00 CEST (1687422600) less than final timestamp 
2023-08-14 17:24:00 CEST (1692026640)
Aug 14 17:55:25 testx weewx[1580] DEBUG weewx.drivers.vantage: Catch up 
complete.
Aug 14 17:55:26 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:55:26 testx weewx[1580] DEBUG weewx.drivers.vantage: Requesting 200 
LOOP packets.
Aug 14 17:55:26 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:55:26 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:55:26 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#1; error: No <ACK> received from Vantage console
Aug 14 17:55:27 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:55:27 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:55:27 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#2; error: No <ACK> received from Vantage console
Aug 14 17:55:27 testx weewx[1580] DEBUG weewx.drivers.vantage: Successfully 
woke up Vantage console
Aug 14 17:55:27 testx weewx[1580] ERROR weewx.drivers.vantage: send_data: no 
<ACK> received from Vantage console
Aug 14 17:55:27 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP batch try 
#3; error: No <ACK> received from Vantage console
Aug 14 17:55:27 testx weewx[1580] ERROR weewx.drivers.vantage: LOOP max batch 
errors (3) exceeded.
Aug 14 17:55:28 testx weewx[1580] CRITICAL __main__: Caught WeeWxIOError: LOOP 
max batch errors (3) exceeded.
Aug 14 17:55:28 testx weewx[1580] CRITICAL __main__:     ****  Waiting 60 
seconds then retrying...

Reply via email to