Matthew,

Please ignore the log extract from my now deleted post.

Have my GW1000 running under WeeWX 4/python 3. Not sure I have seen anyone 
else running under python 3 but I think there might be some python 3 string 
decoding issues:

Jan 29 23:02:03 buster46 weewx[638] DEBUG user.interceptor: POST: b
'PASSKEY=XXXX&stationtype=GW1000_V1.5.6&dateutc=2020-01-29+13:02:02&tempinf=88.9&humidityin=61&baromrelin=29.911&baromabsin=29.911&freq=433M&model=GW1000'
Jan 29 23:02:03 buster46 weewx[638] DEBUG user.interceptor: raw data: b
'PASSKEY=XXXX&stationtype=GW1000_V1.5.6&dateutc=2020-01-29+13:02:02&tempinf=88.9&humidityin=61&baromrelin=29.911&baromabsin=29.911&freq=433M&model=GW1000'
Jan 29 23:02:03 buster46 weewx[638] INFO user.interceptor: unrecognized 
parameter b'PASSKEY=XXXX
Jan 29 23:02:03 buster46 weewx[638] DEBUG user.interceptor: ignored 
parameter stationtype=GW1000_V1.5.6
Jan 29 23:02:03 buster46 weewx[638] DEBUG user.interceptor: ignored 
parameter baromrelin=29.911
Jan 29 23:02:03 buster46 weewx[638] DEBUG user.interceptor: ignored 
parameter freq=433M
Jan 29 23:02:03 buster46 weewx[638] DEBUG user.interceptor: ignored 
parameter model=GW1000'
Jan 29 23:02:03 buster46 weewx[638] DEBUG user.interceptor: raw packet: {
'dateTime': 1580302922, 'usUnits': 1, 'temperature_in': 88.9, 'humidity_in': 
61.0, 'pressure': 29.911}
Jan 29 23:02:03 buster46 weewx[638] DEBUG user.interceptor: mapped packet: {
'dateTime': 1580302922, 'usUnits': 1, 'pressure': 29.911, 'inHumidity': 61.0
, 'inTemp': 88.9}
Jan 29 23:02:13 buster46 weewx[638] DEBUG user.interceptor: empty queue
Jan 29 23:02:23 buster46 weewx[638] DEBUG user.interceptor: empty queue

If I understand correctly PASSKEY should be an ignored field; however, it 
is making its way through as b'PASSKEY and hence unrecognised. Interceptor 
version is 0.53.

Also the PASSKEY obfuscation on the raw data and unrecognised parameter 
lines is my output editing not the driver, guess it is hard to know what 
your obfuscating if you don't recognise the parameter.

Gary

-- 
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/351a7419-ff37-4114-9da2-55235bb5a98a%40googlegroups.com.

Reply via email to