I've run weewx-sdr directly how you recommended (you can see the console
log in the attachment), I see same packet parsed 3 times, it's not normal
right? And another "problem" is that some times the rain_total from
station is reset (is' not problem only of my station but other guys with
this station get a reset, maybe low battery, usually around 100mm it is
reset). Before using weewx I've used another "software" developed by an
Italian that used rtl_433 without any problem, the only thing is that the
software could not keep track of the reset of rain_total and reported the
rain in negative when this happened.
And how you can see i receive FOWHx080Packet and FOWH3080Packet ...
FOWHx080Packet for the classic weather data (temp, hum, rain, wind),
FOWH3080Packet for UV Packet. usUnit is 16 and rain_total is in
millimeters (rain sensor snaps every 0.3mm).
PS: I'm not specialized in python but I know how to use it, if I know where
to look to understand the problem, tell me without problems.
Il giorno giovedì 12 dicembre 2019 19:19:21 UTC+1, mwall ha scritto:
>
> thank you for those details, but we need to go deeper. here are two
> things to try:
>
> 1) run weewx-sdr directly, during a rain event, and post the data here.
> invoke it like this:
>
> sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/sdr.py
> --cmd="rtl_433 -M utc -F json -R 32"
>
> i am looking for a few things in the output:
>
> - why are there duplicate packets? the weewx-sdr driver has logic to
> eliminate duplicates, so why do they show up in your weewxd output?
>
> - which packets are you actually receiving? in your configuration you
> specify both FOWHx080Packet and FOWH3080Packet, but the '-R32' option
> should pick up only the FOWHx080Packet (i'll bet that you never see any UV
> or radiation data)
>
> - exactly what is the packet format that you receive? this will tell us
> if the JSON output from rtl_433 is in the right units and format that are
> expected by weewx-sdr.
>
> still unanswered:
>
> - why is your archive interval inconsistent?
>
> - where did the fractional REC value rain_total=3.975 come from?
>
>
> 2) run without the bme288wx extension. does that extension modify LOOP or
> REC data? try running weewxd without it to see if behavior is any
> different during and after rain events. (bme288wx might be perfectly fine,
> but i have no idea which version you have or what it is actually doing)
>
>
--
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/43615412-8890-4327-b737-bffa48e773e1%40googlegroups.com.
pi@raspberrypi:~ $ sudo PYTHONPATH=/usr/share/weewx python
/usr/share/weewx/user/sdr.py --cmd="rtl_433 -M utc -F json -R 32"
out:[u'{"time" : "2019-12-13 08:48:42", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 1.800, "humidity" : 85, "direction_deg" : 180, "speed" :
1.224, "gust" : 2.448, "rain" : 6.900, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:48:42", "model" : "Fine Offset Electronics WH1080/WH3080 Weather
Station", "msg_type" : 0, "id" : 118, "battery" : "OK", "temperature_C" :
1.800, "humidity" : 85, "direction_deg" : 180, "speed" : 1.224, "gust" : 2.448,
"rain" : 6.900, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 1.224, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 1.8,
'dateTime': 1576226922, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 180.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 6.9,
'wind_gust.118.FOWHx080Packet': 2.448, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
parsed: {'wind_speed.118.FOWHx080Packet': 1.224, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 1.8,
'dateTime': 1576226922, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 180.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 6.9,
'wind_gust.118.FOWHx080Packet': 2.448, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
out:[u'{"time" : "2019-12-13 08:49:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 4915.000, "wm" : 38.828, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 08:49:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 4915.000, "wm" : 38.828, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:49:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 4915.000, "wm" : 38.828, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 38.828, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4915.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576226948, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 38.828, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4915.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576226948, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 38.828, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4915.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576226948, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 08:49:30", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 1.800, "humidity" : 85, "direction_deg" : 180, "speed" :
0.000, "gust" : 1.224, "rain" : 6.900, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 0.0, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 1.8,
'dateTime': 1576226970, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 180.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 6.9,
'wind_gust.118.FOWHx080Packet': 1.224, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
out:[u'{"time" : "2019-12-13 08:50:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 4656.500, "wm" : 36.786, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 08:50:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 4656.500, "wm" : 36.786, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:50:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 4656.500, "wm" : 36.786, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 36.786, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4656.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227008, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 36.786, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4656.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227008, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 36.786, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4656.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227008, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 08:50:18", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 1.800, "humidity" : 85, "direction_deg" : 180, "speed" :
0.000, "gust" : 0.000, "rain" : 7.200, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:50:18", "model" : "Fine Offset Electronics WH1080/WH3080 Weather
Station", "msg_type" : 0, "id" : 118, "battery" : "OK", "temperature_C" :
1.800, "humidity" : 85, "direction_deg" : 180, "speed" : 0.000, "gust" : 0.000,
"rain" : 7.200, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 0.0, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 1.8,
'dateTime': 1576227018, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 180.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.2,
'wind_gust.118.FOWHx080Packet': 0.0, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
parsed: {'wind_speed.118.FOWHx080Packet': 0.0, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 1.8,
'dateTime': 1576227018, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 180.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.2,
'wind_gust.118.FOWHx080Packet': 0.0, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
out:[u'{"time" : "2019-12-13 08:51:06", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 1.900, "humidity" : 85, "direction_deg" : 225, "speed" :
2.448, "gust" : 3.672, "rain" : 7.200, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:51:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 5206.500, "wm" : 41.131, "mic" : "CRC"}\n', u'{"time" : "2019-12-13
08:51:08", "model" : "Fine Offset Electronics WH3080 Weather Station",
"msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" : 1, "lux"
: 5206.500, "wm" : 41.131, "mic" : "CRC"}\n', u'{"time" : "2019-12-13
08:51:08", "model" : "Fine Offset Electronics WH3080 Weather Station",
"msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" : 1, "lux"
: 5206.500, "wm" : 41.131, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 2.448, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 1.9,
'dateTime': 1576227066, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 225.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.2,
'wind_gust.118.FOWHx080Packet': 3.672, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
parsed: {'radiation.95.FOWH3080Packet': 41.131, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5206.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227068, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 41.131, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5206.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227068, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 41.131, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5206.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227068, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 08:51:54", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 1.900, "humidity" : 85, "direction_deg" : 225, "speed" :
1.224, "gust" : 3.672, "rain" : 7.500, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:51:54", "model" : "Fine Offset Electronics WH1080/WH3080 Weather
Station", "msg_type" : 0, "id" : 118, "battery" : "OK", "temperature_C" :
1.900, "humidity" : 85, "direction_deg" : 225, "speed" : 1.224, "gust" : 3.672,
"rain" : 7.500, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 1.224, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 1.9,
'dateTime': 1576227114, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 225.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 3.672, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
parsed: {'wind_speed.118.FOWHx080Packet': 1.224, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 1.9,
'dateTime': 1576227114, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 225.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 3.672, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
out:[u'{"time" : "2019-12-13 08:52:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 5888.500, "wm" : 46.519, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 08:52:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 5888.500, "wm" : 46.519, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:52:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 5888.500, "wm" : 46.519, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 46.519, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5888.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227128, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 46.519, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5888.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227128, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 46.519, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5888.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227128, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 08:52:42", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 1.900, "humidity" : 85, "direction_deg" : 90, "speed" :
4.896, "gust" : 7.344, "rain" : 7.500, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 4.896, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 1.9,
'dateTime': 1576227162, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 90.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 7.344, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
out:[u'{"time" : "2019-12-13 08:53:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 6130.500, "wm" : 48.431, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 08:53:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 6130.500, "wm" : 48.431, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:53:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 6130.500, "wm" : 48.431, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 48.431, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 6130.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227188, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 48.431, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 6130.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227188, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 48.431, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 6130.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227188, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 08:53:30", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 2.000, "humidity" : 85, "direction_deg" : 225, "speed" :
4.896, "gust" : 6.120, "rain" : 7.500, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:53:30", "model" : "Fine Offset Electronics WH1080/WH3080 Weather
Station", "msg_type" : 0, "id" : 118, "battery" : "OK", "temperature_C" :
2.000, "humidity" : 85, "direction_deg" : 225, "speed" : 4.896, "gust" : 6.120,
"rain" : 7.500, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 4.896, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 2.0,
'dateTime': 1576227210, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 225.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 6.12, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
parsed: {'wind_speed.118.FOWHx080Packet': 4.896, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 2.0,
'dateTime': 1576227210, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 225.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 6.12, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
out:[u'{"time" : "2019-12-13 08:54:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 6081.000, "wm" : 48.040, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 08:54:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 6081.000, "wm" : 48.040, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:54:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 6081.000, "wm" : 48.040, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 48.04, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 6081.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227248, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 48.04, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 6081.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227248, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 48.04, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 6081.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227248, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 08:54:18", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 2.000, "humidity" : 85, "direction_deg" : 225, "speed" :
4.896, "gust" : 6.120, "rain" : 7.500, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 4.896, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 2.0,
'dateTime': 1576227258, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 225.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 6.12, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
out:[u'{"time" : "2019-12-13 08:55:06", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 2.000, "humidity" : 85, "direction_deg" : 225, "speed" :
2.448, "gust" : 3.672, "rain" : 7.500, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:55:06", "model" : "Fine Offset Electronics WH1080/WH3080 Weather
Station", "msg_type" : 0, "id" : 118, "battery" : "OK", "temperature_C" :
2.000, "humidity" : 85, "direction_deg" : 225, "speed" : 2.448, "gust" : 3.672,
"rain" : 7.500, "mic" : "CRC"}\n', u'{"time" : "2019-12-13 08:55:08", "model" :
"Fine Offset Electronics WH3080 Weather Station", "msg_type" : 2,
"uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" : 1, "lux" : 5811.500, "wm"
: 45.911, "mic" : "CRC"}\n', u'{"time" : "2019-12-13 08:55:08", "model" : "Fine
Offset Electronics WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" :
95, "uv_status" : "OK", "uv_index" : 1, "lux" : 5811.500, "wm" : 45.911, "mic"
: "CRC"}\n', u'{"time" : "2019-12-13 08:55:08", "model" : "Fine Offset
Electronics WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95,
"uv_status" : "OK", "uv_index" : 1, "lux" : 5811.500, "wm" : 45.911, "mic" :
"CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 2.448, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 2.0,
'dateTime': 1576227306, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 225.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 3.672, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
parsed: {'wind_speed.118.FOWHx080Packet': 2.448, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 2.0,
'dateTime': 1576227306, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 225.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 3.672, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
parsed: {'radiation.95.FOWH3080Packet': 45.911, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5811.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227308, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 45.911, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5811.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227308, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 45.911, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5811.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227308, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 08:55:54", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 2.000, "humidity" : 85, "direction_deg" : 0, "speed" : 1.224,
"gust" : 3.672, "rain" : 7.500, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 1.224, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 2.0,
'dateTime': 1576227354, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 0.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 3.672, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
out:[u'{"time" : "2019-12-13 08:56:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 5184.500, "wm" : 40.958, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 08:56:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 5184.500, "wm" : 40.958, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:56:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 5184.500, "wm" : 40.958, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 40.958, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5184.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227368, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 40.958, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5184.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227368, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 40.958, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 5184.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227368, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 08:56:42", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 118, "battery" : "OK",
"temperature_C" : 2.000, "humidity" : 85, "direction_deg" : 45, "speed" :
2.448, "gust" : 4.896, "rain" : 7.500, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:56:42", "model" : "Fine Offset Electronics WH1080/WH3080 Weather
Station", "msg_type" : 0, "id" : 118, "battery" : "OK", "temperature_C" :
2.000, "humidity" : 85, "direction_deg" : 45, "speed" : 2.448, "gust" : 4.896,
"rain" : 7.500, "mic" : "CRC"}\n']
parsed: {'wind_speed.118.FOWHx080Packet': 2.448, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 2.0,
'dateTime': 1576227402, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 45.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 4.896, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
parsed: {'wind_speed.118.FOWHx080Packet': 2.448, 'month.118.FOWHx080Packet':
None, 'hours.118.FOWHx080Packet': None, 'humidity.118.FOWHx080Packet': 85.0,
'msg_type.118.FOWHx080Packet': 0, 'signal_type.118.FOWHx080Packet': 0,
'minutes.118.FOWHx080Packet': None, 'temperature.118.FOWHx080Packet': 2.0,
'dateTime': 1576227402, 'seconds.118.FOWHx080Packet': None,
'battery.118.FOWHx080Packet': 0, 'wind_dir.118.FOWHx080Packet': 45.0,
'day.118.FOWHx080Packet': None, 'rain_total.118.FOWHx080Packet': 7.5,
'wind_gust.118.FOWHx080Packet': 4.896, 'year.118.FOWHx080Packet': None,
'usUnits': 16}
out:[u'{"time" : "2019-12-13 08:57:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 4392.500, "wm" : 34.701, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 08:57:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 4392.500, "wm" : 34.701, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 08:57:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 4392.500, "wm" : 34.701, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 34.701, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4392.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227428, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 34.701, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4392.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227428, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 34.701, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4392.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227428, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 08:57:11", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 218, "battery" : "OK",
"temperature_C" : 2.100, "humidity" : 86, "direction_deg" : 0, "speed" : 0.000,
"gust" : 0.000, "rain" : 0.000, "mic" : "CRC"}\n']
parsed: {'battery.218.FOWHx080Packet': 0, 'month.218.FOWHx080Packet': None,
'temperature.218.FOWHx080Packet': 2.1, 'wind_speed.218.FOWHx080Packet': 0.0,
'rain_total.218.FOWHx080Packet': 0.0, 'msg_type.218.FOWHx080Packet': 0,
'wind_gust.218.FOWHx080Packet': 0.0, 'seconds.218.FOWHx080Packet': None,
'dateTime': 1576227431, 'signal_type.218.FOWHx080Packet': 0,
'wind_dir.218.FOWHx080Packet': 0.0, 'year.218.FOWHx080Packet': None,
'humidity.218.FOWHx080Packet': 86.0, 'hours.218.FOWHx080Packet': None,
'day.218.FOWHx080Packet': None, 'minutes.218.FOWHx080Packet': None, 'usUnits':
16}
out:[u'{"time" : "2019-12-13 08:57:21", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 218, "battery" : "OK",
"temperature_C" : 2.100, "humidity" : 86, "direction_deg" : 0, "speed" : 0.000,
"gust" : 3.672, "rain" : 0.000, "mic" : "CRC"}\n', u'{"time" : "2019-12-13
08:57:22", "model" : "Fine Offset Electronics WH1080/WH3080 Weather Station",
"msg_type" : 0, "id" : 218, "battery" : "OK", "temperature_C" : 2.100,
"humidity" : 86, "direction_deg" : 0, "speed" : 0.000, "gust" : 3.672, "rain" :
0.000, "mic" : "CRC"}\n']
parsed: {'battery.218.FOWHx080Packet': 0, 'month.218.FOWHx080Packet': None,
'temperature.218.FOWHx080Packet': 2.1, 'wind_speed.218.FOWHx080Packet': 0.0,
'rain_total.218.FOWHx080Packet': 0.0, 'msg_type.218.FOWHx080Packet': 0,
'wind_gust.218.FOWHx080Packet': 3.672, 'seconds.218.FOWHx080Packet': None,
'dateTime': 1576227441, 'signal_type.218.FOWHx080Packet': 0,
'wind_dir.218.FOWHx080Packet': 0.0, 'year.218.FOWHx080Packet': None,
'humidity.218.FOWHx080Packet': 86.0, 'hours.218.FOWHx080Packet': None,
'day.218.FOWHx080Packet': None, 'minutes.218.FOWHx080Packet': None, 'usUnits':
16}
parsed: {'battery.218.FOWHx080Packet': 0, 'month.218.FOWHx080Packet': None,
'temperature.218.FOWHx080Packet': 2.1, 'wind_speed.218.FOWHx080Packet': 0.0,
'rain_total.218.FOWHx080Packet': 0.0, 'msg_type.218.FOWHx080Packet': 0,
'wind_gust.218.FOWHx080Packet': 3.672, 'seconds.218.FOWHx080Packet': None,
'dateTime': 1576227442, 'signal_type.218.FOWHx080Packet': 0,
'wind_dir.218.FOWHx080Packet': 0.0, 'year.218.FOWHx080Packet': None,
'humidity.218.FOWHx080Packet': 86.0, 'hours.218.FOWHx080Packet': None,
'day.218.FOWHx080Packet': None, 'minutes.218.FOWHx080Packet': None, 'usUnits':
16}
out:[u'{"time" : "2019-12-13 08:59:53", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 225, "battery" : "OK",
"temperature_C" : 2.300, "humidity" : 86, "direction_deg" : 0, "speed" : 0.000,
"gust" : 0.000, "rain" : 0.000, "mic" : "CRC"}\n']
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
0.0, 'rain_total.225.FOWHx080Packet': 0.0, 'seconds.225.FOWHx080Packet': None,
'wind_dir.225.FOWHx080Packet': 0.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576227593, 'wind_speed.225.FOWHx080Packet': 0.0,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.3,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
out:[u'{"time" : "2019-12-13 09:00:03", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 225, "battery" : "OK",
"temperature_C" : 2.300, "humidity" : 86, "direction_deg" : 315, "speed" :
0.000, "gust" : 4.896, "rain" : 0.000, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 09:00:03", "model" : "Fine Offset Electronics WH1080/WH3080 Weather
Station", "msg_type" : 0, "id" : 225, "battery" : "OK", "temperature_C" :
2.300, "humidity" : 86, "direction_deg" : 315, "speed" : 0.000, "gust" : 4.896,
"rain" : 0.000, "mic" : "CRC"}\n']
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
4.896, 'rain_total.225.FOWHx080Packet': 0.0, 'seconds.225.FOWHx080Packet':
None, 'wind_dir.225.FOWHx080Packet': 315.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576227603, 'wind_speed.225.FOWHx080Packet': 0.0,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.3,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
4.896, 'rain_total.225.FOWHx080Packet': 0.0, 'seconds.225.FOWHx080Packet':
None, 'wind_dir.225.FOWHx080Packet': 315.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576227603, 'wind_speed.225.FOWHx080Packet': 0.0,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.3,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
out:[u'{"time" : "2019-12-13 09:05:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 4018.500, "wm" : 31.746, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 09:05:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 4018.500, "wm" : 31.746, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 09:05:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 4018.500, "wm" : 31.746, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 31.746, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4018.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227908, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 31.746, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4018.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227908, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 31.746, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 4018.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227908, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 09:05:39", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 225, "battery" : "OK",
"temperature_C" : 2.400, "humidity" : 86, "direction_deg" : 315, "speed" :
4.896, "gust" : 6.120, "rain" : 0.000, "mic" : "CRC"}\n']
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
6.12, 'rain_total.225.FOWHx080Packet': 0.0, 'seconds.225.FOWHx080Packet': None,
'wind_dir.225.FOWHx080Packet': 315.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576227939, 'wind_speed.225.FOWHx080Packet': 4.896,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.4,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
out:[u'{"time" : "2019-12-13 09:06:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 3749.000, "wm" : 29.617, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 09:06:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 3749.000, "wm" : 29.617, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 09:06:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 3749.000, "wm" : 29.617, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 29.617, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 3749.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227968, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 29.617, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 3749.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227968, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 29.617, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 3749.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576227968, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 09:06:27", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 225, "battery" : "OK",
"temperature_C" : 2.300, "humidity" : 86, "direction_deg" : 23, "speed" :
3.672, "gust" : 4.896, "rain" : 0.000, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 09:06:27", "model" : "Fine Offset Electronics WH1080/WH3080 Weather
Station", "msg_type" : 0, "id" : 225, "battery" : "OK", "temperature_C" :
2.300, "humidity" : 86, "direction_deg" : 23, "speed" : 3.672, "gust" : 4.896,
"rain" : 0.000, "mic" : "CRC"}\n']
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
4.896, 'rain_total.225.FOWHx080Packet': 0.0, 'seconds.225.FOWHx080Packet':
None, 'wind_dir.225.FOWHx080Packet': 23.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576227987, 'wind_speed.225.FOWHx080Packet': 3.672,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.3,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
4.896, 'rain_total.225.FOWHx080Packet': 0.0, 'seconds.225.FOWHx080Packet':
None, 'wind_dir.225.FOWHx080Packet': 23.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576227987, 'wind_speed.225.FOWHx080Packet': 3.672,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.3,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
out:[u'{"time" : "2019-12-13 09:07:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 3199.000, "wm" : 25.272, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 09:07:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 3199.000, "wm" : 25.272, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 09:07:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 3199.000, "wm" : 25.272, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 25.272, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 3199.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228028, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 25.272, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 3199.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228028, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 25.272, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 3199.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228028, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 09:07:15", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 225, "battery" : "OK",
"temperature_C" : 2.300, "humidity" : 86, "direction_deg" : 0, "speed" : 2.448,
"gust" : 3.672, "rain" : 0.300, "mic" : "CRC"}\n']
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
3.672, 'rain_total.225.FOWHx080Packet': 0.3, 'seconds.225.FOWHx080Packet':
None, 'wind_dir.225.FOWHx080Packet': 0.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576228035, 'wind_speed.225.FOWHx080Packet': 2.448,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.3,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
out:[u'{"time" : "2019-12-13 09:08:03", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 225, "battery" : "OK",
"temperature_C" : 2.300, "humidity" : 86, "direction_deg" : 0, "speed" : 9.792,
"gust" : 11.016, "rain" : 0.300, "mic" : "CRC"}\n', u'{"time" : "2019-12-13
09:08:03", "model" : "Fine Offset Electronics WH1080/WH3080 Weather Station",
"msg_type" : 0, "id" : 225, "battery" : "OK", "temperature_C" : 2.300,
"humidity" : 86, "direction_deg" : 0, "speed" : 9.792, "gust" : 11.016, "rain"
: 0.300, "mic" : "CRC"}\n']
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
11.016, 'rain_total.225.FOWHx080Packet': 0.3, 'seconds.225.FOWHx080Packet':
None, 'wind_dir.225.FOWHx080Packet': 0.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576228083, 'wind_speed.225.FOWHx080Packet': 9.792,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.3,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
11.016, 'rain_total.225.FOWHx080Packet': 0.3, 'seconds.225.FOWHx080Packet':
None, 'wind_dir.225.FOWHx080Packet': 0.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576228083, 'wind_speed.225.FOWHx080Packet': 9.792,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.3,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
out:[u'{"time" : "2019-12-13 09:08:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 2671.000, "wm" : 21.101, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 09:08:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 2671.000, "wm" : 21.101, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 09:08:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 2671.000, "wm" : 21.101, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 21.101, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 2671.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228088, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 21.101, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 2671.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228088, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 21.101, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 2671.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228088, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 09:08:51", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 225, "battery" : "OK",
"temperature_C" : 2.200, "humidity" : 86, "direction_deg" : 315, "speed" :
3.672, "gust" : 6.120, "rain" : 0.300, "mic" : "CRC"}\n']
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
6.12, 'rain_total.225.FOWHx080Packet': 0.3, 'seconds.225.FOWHx080Packet': None,
'wind_dir.225.FOWHx080Packet': 315.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576228131, 'wind_speed.225.FOWHx080Packet': 3.672,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.2,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
out:[u'{"time" : "2019-12-13 09:09:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 2159.500, "wm" : 17.060, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 09:09:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 2159.500, "wm" : 17.060, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 09:09:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 2159.500, "wm" : 17.060, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 17.06, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 2159.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228148, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 17.06, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 2159.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228148, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 17.06, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 2159.5, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228148, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 09:09:39", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 225, "battery" : "OK",
"temperature_C" : 2.200, "humidity" : 86, "direction_deg" : 225, "speed" :
2.448, "gust" : 6.120, "rain" : 0.300, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 09:09:39", "model" : "Fine Offset Electronics WH1080/WH3080 Weather
Station", "msg_type" : 0, "id" : 225, "battery" : "OK", "temperature_C" :
2.200, "humidity" : 86, "direction_deg" : 225, "speed" : 2.448, "gust" : 6.120,
"rain" : 0.300, "mic" : "CRC"}\n']
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
6.12, 'rain_total.225.FOWHx080Packet': 0.3, 'seconds.225.FOWHx080Packet': None,
'wind_dir.225.FOWHx080Packet': 225.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576228179, 'wind_speed.225.FOWHx080Packet': 2.448,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.2,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
6.12, 'rain_total.225.FOWHx080Packet': 0.3, 'seconds.225.FOWHx080Packet': None,
'wind_dir.225.FOWHx080Packet': 225.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576228179, 'wind_speed.225.FOWHx080Packet': 2.448,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.2,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}
out:[u'{"time" : "2019-12-13 09:10:08", "model" : "Fine Offset Electronics
WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" :
"OK", "uv_index" : 1, "lux" : 2044.000, "wm" : 16.148, "mic" : "CRC"}\n',
u'{"time" : "2019-12-13 09:10:08", "model" : "Fine Offset Electronics WH3080
Weather Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK",
"uv_index" : 1, "lux" : 2044.000, "wm" : 16.148, "mic" : "CRC"}\n', u'{"time" :
"2019-12-13 09:10:08", "model" : "Fine Offset Electronics WH3080 Weather
Station", "msg_type" : 2, "uv_sensor_id" : 95, "uv_status" : "OK", "uv_index" :
1, "lux" : 2044.000, "wm" : 16.148, "mic" : "CRC"}\n']
parsed: {'radiation.95.FOWH3080Packet': 16.148, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 2044.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228208, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 16.148, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 2044.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228208, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
parsed: {'radiation.95.FOWH3080Packet': 16.148, 'uv_status.95.FOWH3080Packet':
0, 'luminosity.95.FOWH3080Packet': 2044.0, 'uv_index.95.FOWH3080Packet': 1.0,
'dateTime': 1576228208, 'illumination.95.FOWH3080Packet': None, 'usUnits': 16,
'msg_type.95.FOWH3080Packet': 2}
out:[u'{"time" : "2019-12-13 09:10:27", "model" : "Fine Offset Electronics
WH1080/WH3080 Weather Station", "msg_type" : 0, "id" : 225, "battery" : "OK",
"temperature_C" : 2.200, "humidity" : 86, "direction_deg" : 0, "speed" : 6.120,
"gust" : 7.344, "rain" : 0.600, "mic" : "CRC"}\n']
parsed: {'minutes.225.FOWHx080Packet': None, 'wind_gust.225.FOWHx080Packet':
7.344, 'rain_total.225.FOWHx080Packet': 0.6, 'seconds.225.FOWHx080Packet':
None, 'wind_dir.225.FOWHx080Packet': 0.0, 'battery.225.FOWHx080Packet': 0,
'dateTime': 1576228227, 'wind_speed.225.FOWHx080Packet': 6.12,
'msg_type.225.FOWHx080Packet': 0, 'month.225.FOWHx080Packet': None,
'year.225.FOWHx080Packet': None, 'temperature.225.FOWHx080Packet': 2.2,
'day.225.FOWHx080Packet': None, 'hours.225.FOWHx080Packet': None,
'signal_type.225.FOWHx080Packet': 0, 'usUnits': 16,
'humidity.225.FOWHx080Packet': 86.0}