matthewwall / weewx-sdr

weewx driver for software-defined radio
GNU General Public License v3.0
114 stars 74 forks source link

La Crosse BreezePro support #101

Closed CazYokoyama closed 2 years ago

CazYokoyama commented 3 years ago

sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/sdr.py --cmd="rtl_433 -M utc -F json -f 915M -R166 -d1" has out:[u'{"time" : "2020-12-14 22:22:21", "model" : "LaCrosse-BreezePro", "id" : 561556, "seq" : 2, "flags" : 0, "temperature_C" : 19.800, "humidity" : 50, "wind_avg_km_h" : 0.000, "wind_dir_deg" : 262, "mic" : "CRC"}\n']

Anyone has worked?

CazYokoyama commented 3 years ago

Successfully retrieve data from LaCrosse-BreezePro" and upload to wunderground. Will create a PR.

CazYokoyama commented 3 years ago

https://github.com/matthewwall/weewx-sdr/pull/102

matthewwall commented 2 years ago

merged