I don't know much about SDR, but I'm trying to get to work a Fine Offset 
station using the sdr driver as my GW1000 doesn't recognize it.

I installed rtl-sdr, rtl_433 and the driver correctly. However, I can't 
capture the "unparsed" data that is required for the driver to work.

I used the next command:

sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/sdr.py --cmd 
"rtl_433 -q -M utc -F json -R 32"

And all I get is "out" data

out:[u'{"time" : "2020-09-15 21:49:33", "model" : "Fineoffset-WHx080", 
"subtype" : 0, "id" : 4, "battery_ok" : 1, "temperature_C" : 18.000, 
"humidity" : 63, "wind_dir_deg" : 90, "wind_avg_km_h" : 0.000, 
"wind_max_km_h" : 0.000, "rain_mm" : 12.300, "mic" : "CRC"}\n']
out:[u'{"time" : "2020-09-15 21:51:09", "model" : "Fineoffset-WHx080", 
"subtype" : 0, "id" : 4, "battery_ok" : 1, "temperature_C" : 18.000, 
"humidity" : 63, "wind_dir_deg" : 90, "wind_avg_km_h" : 0.000, 
"wind_max_km_h" : 0.000, "rain_mm" : 12.300, "mic" : "CRC"}\n']
out:[u'{"time" : "2020-09-15 21:52:45", "model" : "Fineoffset-WHx080", 
"subtype" : 0, "id" : 4, "battery_ok" : 1, "temperature_C" : 17.900, 
"humidity" : 63, "wind_dir_deg" : 90, "wind_avg_km_h" : 0.000, 
"wind_max_km_h" : 0.000, "rain_mm" : 12.300, "mic" : "CRC"}\n']
out:[u'{"time" : "2020-09-15 21:54:21", "model" : "Fineoffset-WHx080", 
"subtype" : 0, "id" : 4, "battery_ok" : 1, "temperature_C" : 17.900, 
"humidity" : 63, "wind_dir_deg" : 90, "wind_avg_km_h" : 0.000, 
"wind_max_km_h" : 0.000, "rain_mm" : 12.300, "mic" : "CRC"}\n']
out:[u'{"time" : "2020-09-15 21:55:57", "model" : "Fineoffset-WHx080", 
"subtype" : 0, "id" : 4, "battery_ok" : 1, "temperature_C" : 17.800, 
"humidity" : 63, "wind_dir_deg" : 90, "wind_avg_km_h" : 0.000, 
"wind_max_km_h" : 0.000, "rain_mm" : 12.300, "mic" : "CRC"}\n']

How can I get the unparsed data?

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5e5102ea-d1f7-4ae6-83d6-a6fbcec883dan%40googlegroups.com.

Reply via email to