I turned on debugging in weewx seeing the following messages:
Sep 16 16:04:14 fuji weewx[23780]: message repeated 2 times: [ interceptor: MainThread: empty queue]
Sep 16 16:04:14 fuji weewx[23780]: interceptor: ServerThread: GET:
Sep 16 16:04:14 fuji weewx[23780]: interceptor: MainThread: raw data:
Sep 16 16:04:14 fuji weewx[23780]: interceptor: MainThread: raw packet: {'usUnits': 1, 'dateTime': 1600261455}
Sep 16 16:04:14 fuji weewx[23780]: interceptor: MainThread: mapped packet: {'usUnits': 1, 'dateTime': 1600261455}
That is, basically same as when running Interceptor in the debug mode
Then I captured network data with tcpdump -A (extract from the dump, fuji is weewx server and ESP-07209F is the weather station, 8089 is now the port I am testing):
16:00:44.662596 IP ESP-07209F.fritz.box.13045 > fuji.fritz.box.8089:
.GET ID=id&PASSWORD=key&indoortempf=71.6&tempf=61.7. ... &dateutc=2020-09-16%2013:00:43&softwaretype=EasyWeatherV1.5.3&action=updateraw&realtime=1&rtfreq=5 HTTP/1.0...
...
Connection: Close
16:00:44.662716 IP fuji.fritz.box.8089 > ESP-07209F.fritz.box.13045:
E..
16:00:44.664764 IP fuji.fritz.box.8089 > ESP-07209F.fritz.box.13045:
..HTTP/1.0 200 OK
...
So, weather station is sending info and interceptor is responding OK. Problem in Interceptor?