Matthew,
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 22:05:12 buster46 weewx[1343] DEBUG user.interceptor: empty queue
Jan 29 22:05:13 buster46 weewx[1343] DEBUG user.interceptor: POST: b
'PASSKEY=XXXX&stationtype=GW1000_V1.5.6&dateutc=2020-01-29+12:05:12&tempinf=88.7&humidityin=61&baromrelin=29.908&baromabsin=29.908&freq=433M&model=GW1000'
Jan 29 22:05:13 buster46 weewx[1343] DEBUG user.interceptor: raw data: b
'PASSKEY=XXXX&stationtype=GW1000_V1.5.6&dateutc=2020-01-29+12:05:12&tempinf=88.7&humidityin=61&baromrelin=29.908&baromabsin=29.908&freq=433M&model=GW1000'
Jan 29 22:05:13 buster46 weewx[1343] DEBUG user.interceptor: ignored
parameter b'PASSKEY=XXXX
Jan 29 22:05:13 buster46 weewx[1343] DEBUG user.interceptor: ignored
parameter stationtype=GW1000_V1.5.6
Jan 29 22:05:13 buster46 weewx[1343] DEBUG user.interceptor: ignored
parameter baromrelin=29.908
Jan 29 22:05:13 buster46 weewx[1343] DEBUG user.interceptor: ignored
parameter freq=433M
Jan 29 22:05:13 buster46 weewx[1343] DEBUG user.interceptor: ignored
parameter model=GW1000'
Jan 29 22:05:13 buster46 weewx[1343] DEBUG user.interceptor: raw packet: {
'dateTime': 1580299512, 'usUnits': 1, 'temperature_in': 88.7, 'humidity_in':
61.0, 'pressure': 29.908}
Jan 29 22:05:13 buster46 weewx[1343] DEBUG user.interceptor: mapped packet:
{'dateTime': 1580299512, 'usUnits': 1, 'pressure': 29.908, 'inHumidity':
61.0, 'inTemp': 88.7}
If I understand correctly PASSKEY should be an ignored field; however, it
is making its way through as b'PASSKEY and hence unrecognised.
Also the PASSKEY obfuscation on the raw data and ignored parameter lines is
my output editing not the driver, guess that one is tough to fix though.
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/43231755-92e3-4d2d-bb0c-61dc954378d2%40googlegroups.com.