Hi everyone,
I'm successfully capturing and publishing data from 3 different sensors.
Recently, I added an Oregon Scientific UVR128 sensor. RTL_433 added support in 2018. It appears correctly when looking at output from RTL_433.
I ran this command to obtain the sensor name for mapping:
sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/sdr.py --cmd="rtl_433 -M utc -F json -G"
It gives me an output line:
out: ['{"time" : "2019-11-05 07:07:07", "model" : "Oregon Scientific UVR128", "id" : 116, "uv" : 0, "battery" : "OK"}\n']
But it is not followed by a "parsed:" line.
Any help would be appreciated!
-R