hello olivier,
this looks like a bug in the weewx-sdr driver. for the OSWGR800 sensor,
the text parser uses unit system of METRICWX, but the JSON parser users a
unit system of METRIC.
you can fix your weewx-sdr driver by changing this:
pkt['usUnits'] = weewx.METRIC
to this:
pkt['usUnits'] = weewx.METRICWX
in sdr.py at function OSWGR800Packet.parse_json (should be line 2097 in the
latest sdr.py)
or just download the latest sdr.py.
m
--
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/333de94d-021c-42f2-acee-42139662f305%40googlegroups.com.