I am using the Interceptor to process packets from an EcoWitt HP2551 weather station (I do not have the GW1000 gateway).
The logs of weewx show a few anomalies I'd like to check if it is normal / solution.
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: raw data: b'PASSKEY=CENSORED&stationtype=EasyWeatherPro_V5.0.6&runtime=496678&dateutc=2022-10-
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] INFO user.interceptor: unrecognized parameter b'PASSKEY=CENSORED
I suppose this passkey is specific to the EcoWitt protocol and it's normal the interceptor does not recognize it?
2- Station type
14+07:18:09&tempinf=72.9&humidityin=63&baromrelin=29.734&baromabsin=29.734&tempf=60.8&humidity=90&winddir=226&windspeedmph=0.00&windgustmph=2.24&maxdailygust=3.36&solarradiation=59.51&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=1.122&monthlyrainin=1.449&yearlyrainin=1.449&wh65batt=0&wh25batt=0&freq=868M&model=HP2551AE_Pro_V1.8.0'
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter stationtype=EasyWeatherPro_V5.0.6
It does not know either about "stationtype". This is perhaps normal too. But checking.
3- baromrelin, maxdailygust,
There are many other ignored parameters. Is this normal?
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] INFO user.interceptor: unrecognized parameter runtime=496678
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter baromrelin=29.734
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter maxdailygust=3.36
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter eventrainin=0.000
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter hourlyrainin=0.000
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter dailyrainin=0.000
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter weeklyrainin=1.122
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter monthlyrainin=1.449
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter freq=868M
Oct 14 09:18:09 vegan python3[28665]: weewx[28665] DEBUG user.interceptor: ignored parameter model=HP2551AE_Pro_V1.8.0'
Axelle.