Thanks, Gary! you were right it was pretty self-explanatory and much more straightforward than using the sniffer. I am now up and running with VP2, Weewx 4.9.1, WifiLogger2, and Belchertown skin 1.3b2.
On Wednesday, November 16, 2022 at 6:18:11 PM UTC-5 [email protected] wrote: > No, no need for anything other than the in-built driver. > Pretty self explanatory once you config with the Davis driver. > > > ############################################################################## > > [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 = 10.10.10.10 > > ###################################################### > # 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 = 4 > > # How long to wait before trying again (in seconds) > wait_before_retry = 1.2 > > # How many times to try before giving up: > max_tries = 4 > > # Vantage model Type: 1 = Vantage Pro; 2 = Vantage Pro2 > model_type = 2 > > # The driver to use: > driver = weewx.drivers.vantage > > > ############################################################################## > On Wednesday, November 16, 2022 at 12:30:00 PM UTC-5 Kev D wrote: > >> Hi Gary, >> >> I have just upgraded my setup to VP2, WifiLogger2, and Belchertown skin >> as well. Would you mind sharing your configuration setup in weewx to grab >> data from the WifiLogger2? Are you also using the interceptor driver for >> this config? >> >> Thanks! >> >> On Friday, February 11, 2022 at 9:00:57 AM UTC-5 [email protected] >> wrote: >> >>> With the rapid succession of releases, I just wanted to say that my >>> upgrade to 4.6.2 went well and all is working with the VP2, WifiLogger2, >>> and Belchertown skin. >>> >>> Thanks for an amazing system! >>> >> -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/626023c4-1ec9-4dae-8800-31d4f2c30856n%40googlegroups.com.
