I'm a new user for weewx, currently using a WH2950 with WSTOOLS app to 
transmit packets to my weewx host pc.

i did a netcat scan for the packet on port 8000:

nc -l 8000
GET/ID=xxx&PASSWORD=xxx&indoortempf=85.8&tempf=85.8&dewptf=74.1&windchillf=85.8&indoorhumidity=66&humidity=68&windspeedmph=2.9&windgustmph=4.9&winddir=188&absbaromin=29.740&baromin=30.062&rainin=0.000&dailyrainin=0.000&weeklyrainin=0.035&monthlyrainin=0.224&solarradiation=0.00&UV=0&dateutc=2020-03-20%2009:09:50&softwaretype=EasyWeatherV1.4.7&action=updateraw&realtime=1&rtfreq=5
 
HTTP/1.0
Host: 192.168.43.216
Accept:*/*
Connection: Close

but running interceptor.py directly on debug doesnt give me any useful data:

sudo PYTHONPATH=/usr/share/weewx python 
/usr/share/weewx/user/interceptor.py --device=observer --mode=listen --port 
8000 --debug
raw data: 
raw packet: {'usUnits': 16, 'dateTime': 1584695729}
mapped packet: {'usUnits': 16, 'dateTime': 1584695729}

is there something in interceptor or weewx.conf that i am missing? Cheers

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/22a7f800-71ef-4104-bcbd-bfb3765cbd01%40googlegroups.com.

Reply via email to