andylittle
andylittle
Run the sdr driver from the command line when your WS80 arrives and post a bit of the output here.
get me the json output please rtl_433 -M utc -F json
replace your sdr.py driver with [this](https://github.com/andylittle/weewx-sdr-1/blob/master/bin/user/sdr.py) one. Let me know. I have know way to test this. Not sure what "battery_ok" : 1.170 this indicates, ususally is a 1 or...
Duplicates are fine. Is that the only packet it sends?
https://github.com/andylittle/weewx-sdr-1/blob/master/bin/user/sdr.py Replace your sdr.py file with this one, and post back if it works and the units seem correct. The new section starts on line 1180, based on the WS2032...
ugh I had a typo in there, grab the file from my repo again and the identifier should change to xxxxx.Cotech367959Packet pkt = Packet.add_identifiers(pkt, sensor_id, Cotech367959Packet.__name__)
What units are battery_raw, wind_avg_raw, wind_max_raw? Do you have the latest version of RTL_433? Is rtl_433 not parsing correctly and outputting the raw values? Try this in your sdr.py: ```...
post some of the output of rlt_433 -M utc -F json
Try [this.](https://github.com/andylittle/weewx-sdr-1/commit/16c92a043450db06f2e662146a08b76801522230) What does the 'flags' indicate?
How did you run it? If you installed in /home/weewx `cd /home/weewx sudo PYTHONPATH=bin python bin/user/sdr.py --cmd="rtl_433 -M utc -F json"`