4.10.2 Vantage Pro 2 : no <ACK> received from Vantage console

267 views
Skip to first unread message

Matthias Manhart

unread,
Aug 14, 2023, 4:47:36 PM8/14/23
to weewx-user
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
weewxd.log

vince

unread,
Aug 14, 2023, 5:12:42 PM8/14/23
to weewx-user
I would unplug the USB and plug it back in.   Use the 'dmesg' command to see if it sees the device being unplugged and re-plugged.

Use the 'lsusb' command to see what is connected to your pi.

Matthias Manhart

unread,
Aug 14, 2023, 6:55:02 PM8/14/23
to weewx-user
Der Befehl lsusb gibt folgende Angaben:

Bus 002 Device 002: ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS578 SATA 6Gb/s
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0557:2008 ATEN International Co., Ltd UC-232A Serial Port [pl2303]
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Beim Aus- und wieder Einstecken erhalte ich in dmesg diese Angaben:

[  137.795913] usb 1-1.3: USB disconnect, device number 3
[  137.796272] pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0
[  137.796319] pl2303 1-1.3:1.0: device disconnected
[  140.929549] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[  141.033597] usb 1-1.3: New USB device found, idVendor=0557, idProduct=2008, bcdDevice= 0.01
[  141.033631] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  141.038414] pl2303 1-1.3:1.0: pl2303 converter detected
[  141.048247] usb 1-1.3: pl2303 converter now attached to ttyUSB0

Tom Keffer

unread,
Aug 16, 2023, 12:27:47 PM8/16/23
to weewx...@googlegroups.com
There may be two things going on here. 

1. Despite having a lot of records that have not been downloaded (513 pages), the final timestamp in the logger memory is earlier than the starting timestamp. This is a sign of logger corruption. See the wiki article Corrupt station memory.

2. But, you are also getting "no <ACK>" messages. From your description, it sounds like you are using a serial-to-usb converter. These are notorious for being unreliable. If you have a second converter, give it a try and see if it does any better.

-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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/cdb3a316-2566-4f14-9862-ceaadae48e4bn%40googlegroups.com.

Matthias Manhart

unread,
Aug 19, 2023, 10:43:24 AM8/19/23
to weewx-user
I exchanged the old Davis datalogger with RSR232 with the Meteo Pi Ethernet. I modified my 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 = ethernet

   
    # 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.180

   
    ######################################################
    # 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 = 22222

   
    # 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

I made a restart of my weewx and got this output in the log-file:

Aug 19 11:49:12 testx weewx[101533] DEBUG __main__: Initializing engine
Aug 19 11:49:12 testx weewx[101533] DEBUG weewx.drivers.vantage: Driver version is 3.5.2
Aug 19 11:49:12 testx weewx[101533] DEBUG weewx.drivers.vantage: Option loop_request=3
Aug 19 11:49:12 testx weewx[101533] DEBUG weewx.drivers.vantage: Opened up ethernet host 192.168.10.180 on port 22222. timeout=6.0, tcp_send_delay=0.5
Aug 19 11:49:14 testx weewx[101533] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:49:15 testx weewx[101533] ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Aug 19 11:49:15 testx weewx[101533] ERROR weewx.drivers.vantage: _determine_hardware; retry #0: 'No <ACK> received from Vantage console'
Aug 19 11:49:15 testx weewx[101533] ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Aug 19 11:49:15 testx weewx[101533] ERROR weewx.drivers.vantage: _determine_hardware; retry #1: 'No <ACK> received from Vantage console'
Aug 19 11:49:16 testx weewx[101533] DEBUG weewx.drivers.vantage: Hardware type is 16
Aug 19 11:49:16 testx weewx[101533] DEBUG weewx.drivers.vantage: Get_data_with_crc16; try #1 failed. CRC error
Aug 19 11:49:16 testx weewx[101533] ERROR weewx.drivers.vantage: Unable to pass CRC16 check while getting data
Aug 19 11:49:18 testx weewx[101533] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:49:20 testx weewx[101533] DEBUG weewx.drivers.vantage: ISS ID is 1
Aug 19 11:49:20 testx weewx[101533] DEBUG weewx.drivers.vantage: Hardware name: Vantage Pro2
Aug 19 11:49:21 testx weewx[101533] 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 19 11:49:21 testx weewx[101533] 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 19 11:49:21 testx weewx[101533] INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Aug 19 11:49:21 testx weewx[101533] INFO __main__: Starting up weewx version 4.10.2
Aug 19 11:49:23 testx weewx[101533] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:49:23 testx weewx[101533] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-08-19 11:33:00 CEST (1692437580)
Aug 19 11:49:25 testx weewx[101533] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:49:26 testx weewx[101533] DEBUG weewx.drivers.vantage: Retrieving 0 page(s); starting index= 0
Aug 19 11:49:28 testx weewx[101533] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:49:28 testx weewx[101533] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Aug 19 11:49:30 testx weewx[101533] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:49:30 testx weewx[101533] ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Aug 19 11:49:30 testx weewx[101533] ERROR weewx.drivers.vantage: LOOP batch try #1; error: No <ACK> received from Vantage console
Aug 19 11:49:32 testx weewx[101533] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:49:32 testx weewx[101533] ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Aug 19 11:49:32 testx weewx[101533] ERROR weewx.drivers.vantage: LOOP batch try #2; error: No <ACK> received from Vantage console
Aug 19 11:49:34 testx weewx[101533] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:49:34 testx weewx[101533] ERROR weewx.drivers.vantage: send_data: no <ACK> received from Vantage console
Aug 19 11:49:34 testx weewx[101533] ERROR weewx.drivers.vantage: LOOP batch try #3; error: No <ACK> received from Vantage console
Aug 19 11:49:34 testx weewx[101533] ERROR weewx.drivers.vantage: LOOP max batch errors (3) exceeded.
Aug 19 11:49:35 testx weewx[101533] CRITICAL __main__: Caught WeeWxIOError: LOOP max batch errors (3) exceeded.
Aug 19 11:49:35 testx weewx[101533] CRITICAL __main__:     ****  Waiting 60 seconds then retrying...


I had the same error as with the old usb to RS232 converter !

I changed the value "loop_request" from 3 to 1 and made a restart of weewx.

Aug 19 11:51:21 testx weewx[101618] DEBUG __main__: Initializing engine
Aug 19 11:51:21 testx weewx[101618] DEBUG weewx.drivers.vantage: Driver version is 3.5.2
Aug 19 11:51:21 testx weewx[101618] DEBUG weewx.drivers.vantage: Option loop_request=1
Aug 19 11:51:21 testx weewx[101618] DEBUG weewx.drivers.vantage: Opened up ethernet host 192.168.10.180 on port 22222. timeout=6.0, tcp_send_delay=0.5
Aug 19 11:51:23 testx weewx[101618] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:51:23 testx weewx[101618] DEBUG weewx.drivers.vantage: Hardware type is 16
Aug 19 11:51:26 testx weewx[101618] DEBUG weewx.drivers.vantage: ISS ID is 1
Aug 19 11:51:26 testx weewx[101618] DEBUG weewx.drivers.vantage: Hardware name: Vantage Pro2
Aug 19 11:51:27 testx weewx[101618] 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 19 11:51:27 testx weewx[101618] 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 19 11:51:27 testx weewx[101618] INFO weewx.wxservices: StdWXCalculate will use data binding wx_binding
Aug 19 11:51:27 testx weewx[101618] INFO __main__: Starting up weewx version 4.10.2
Aug 19 11:51:29 testx weewx[101618] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:51:30 testx weewx[101618] DEBUG weewx.drivers.vantage: Getting archive packets since 2023-08-19 11:33:00 CEST (1692437580)
Aug 19 11:51:31 testx weewx[101618] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:51:32 testx weewx[101618] DEBUG weewx.drivers.vantage: Retrieving 0 page(s); starting index= 0
Aug 19 11:51:34 testx weewx[101618] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:51:34 testx weewx[101618] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Aug 19 11:51:36 testx weewx[101618] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console
Aug 19 11:54:16 testx weewx[101618] DEBUG weewx.drivers.vantage: Requesting 200 LOOP packets.
Aug 19 11:54:17 testx weewx[101618] DEBUG weewx.drivers.vantage: Successfully woke up Vantage console


I have now a successful connection with this configuration !

Regards Matthias

Tom Keffer

unread,
Aug 19, 2023, 11:24:23 AM8/19/23
to weewx...@googlegroups.com
Glad to hear it's working.

It appears that your firmware does not know how to generate LOOP2 type packets. What firmware version is your VP2 using?

/home/weewx/bin/wee_device --info



--
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.
Message has been deleted
Message has been deleted

Matthias Manhart

unread,
Aug 19, 2023, 1:12:19 PM8/19/23
to weewx-user
Firmware 1.82 was installed in the console during these tests. My console was manufactured 2005 and the latest firmware for this generation of console was 1.90. I could make an update to 1.90 and now weewx is fine with the parameter "loop_request = 3".
Regards Matthias

Tom Keffer

unread,
Aug 19, 2023, 2:21:51 PM8/19/23
to weewx...@googlegroups.com
That explains it. You need firmware 1.90 or later to use LOOP2 packets.

On Sat, Aug 19, 2023 at 6:12 AM Matthias Manhart <matthias...@gmx.net> wrote:
Firmware 1.82 was installed in the console during these tests. My console was manufactured 2005 and the latest firmware for this generation of console was 1.90. I could make an update to 1.90 and now weewx is fine with the parameter "loop_request = 3".
Regards Matthias

--
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.
Reply all
Reply to author
Forward
0 new messages