I am using Froggit WH3000SE and weewx on a RaspberryPi. WH3000SE should be able to send data to weewx via weewx-interceptor in observer mode, but I can't get it work. A log is attached.
I get things like this when running sudo tcpdump -i any host
192.168.1.51 (the IP address is that of the wx station):
13:31:04.991102 IP ESP_7692C2.lekteus.local.23101 > 192.168.1.111.http: Flags [S], seq 138945821, win 5840, options [mss 1460], length 0
13:31:04.991216 IP 192.168.1.111.http > ESP_7692C2.lekteus.local.23101: Flags [S.], seq 831188931, ack 138945822, win 29200, options [mss 1460], length 0
13:31:04.997308 IP ESP_7692C2.lekteus.local.23101 > 192.168.1.111.http: Flags [P.], seq 1:457, ack 1, win 5840, length 456: HTTP: GET ID=IEKER22&PASSWORD=xxxxxxxx&indoortempf=71.6&tempf=57.0&dewptf=31.6&windchillf=57.0&indoorhumidity=36&humidity=38&windspeedmph=4.5&windgustmph=4.5&winddir=258&absbaromin=29.723&baromin=29.879&rainin=0.000&dailyrainin=0.000&weeklyrainin=0.000&monthlyrainin=1.000&solarradiation=658.41&UV=6&dateutc=2020-05-19%2011:31:03&softwaretype=EasyWeatherV1.4.9&action=updateraw&realtime=1&rtfreq=5 HTTP/1.0
13:31:04.997415 IP 192.168.1.111.http > ESP_7692C2.lekteus.local.23101: Flags [.], ack 457, win 31624, length 0
13:31:04.999116 IP 192.168.1.111.http > ESP_7692C2.lekteus.local.23101: Flags [P.], seq 1:18, ack 457, win 31624, length 17: HTTP: HTTP/1.0 200 OK
13:31:04.999763 IP 192.168.1.111.http > ESP_7692C2.lekteus.local.23101: Flags [FP.], seq 18:119, ack 457, win 31624, length 101: HTTP
13:31:05.001438 IP ESP_7692C2.lekteus.local.23101 > 192.168.1.111.http: Flags [F.], seq 457, ack 120, win 5721, length 0
13:31:05.001557 IP 192.168.1.111.http > ESP_7692C2.lekteus.local.23101: Flags [.], ack 458, win 31624, length 0
(The password was replaced by xxxxxxxx.)
I am not sure how to interpret this. Some weather data, but also packages with length 0. And the log repeats "empty queue" a lot.
And this is the output from netstat:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
.....
tcp 0 0
192.168.1.111:80 192.168.1.51:45426 TIME_WAIT -
.....
I can't solve this on my own, so I would very much appreciate some help.