Can I take this a little slower, pls? Doing ~ what Gert asked about, but I HAVE Weewx runnning on Rasp Pi taking data from Davis Vantage Pro console via datalogger with USB cable. It works great. I'd like to ADD a meteobridge (to post to Ambient Weather). In terms of hardware, are you suggesting ISS->Console->Datalogger->Meteobridge->switch/router <-Raspberry Pi ??? In other words, meteobridge talks to Weewx in the same manner as a WeatherlinkIP datalogger? Set meteobridge IP to something fixed, e.g. 192.168.0.XXX. Then in weewx.conf configure as excerpt below:
# If the connection type is ethernet, an IP Address/hostname is required:
host = 192.168.0.XXX
######################################################
# 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