Case matters in python. According to the install instructions for the sdr driver you should have something like:
[SDR]
# This section is for the software-defined radio driver.
# The driver to use
driver = user.sdr
cmd = rtl_433 -q -U -F json -R 32
Note the lower case driver and cmd.
Afraid I can't help much with the sensor map. I will say that Matthew usually documents things pretty well in his install instructions and/or the comments at the start of the driver (sdr.py in this case). Make sure you read them thoroughly. Failing this search the forums. Don't forget about the weeWX development forum, I believe there has been a number of posts there re sdr.
Gary
Gary
Gary
[SDR]
driver = user.sdr
cmd = rtl_433 -q -U -F json -R 32
path = /usr/local/bin
ld_library_path = /usr/local/libMay 15 19:21:10 localhost weewx[674]: sdr: MainThread: lines=['{"time" : "2017-05-15 17:21:07", "model" : "Fine Offset Electronics WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 225, "uv_status" : "OK", "uv_index" : 1, "lux" : 7837.000, "wm" : 11.474, "fc" : 728.346}\n', '{"time" : "2017-05-15 17:21:07", "model" : "Fine Offset Electronics WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 225, "uv_status" : "OK", "uv_index" : 1, "lux" : 7837.000, "wm" : 11.474, "fc" : 728.346}\n', '{"time" : "2017-05-15 17:21:07", "model" : "Fine Offset Electronics WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 225, "uv_status" : "OK", "uv_index" : 1, "lux" : 7837.000, "wm" : 11.474, "fc" : 728.346}\n']
May 15 19:21:10 localhost weewx[674]: sdr: MainThread: parse_json: unknown model Fine Offset Electronics WH3080 Weather Station
May 15 19:21:10 localhost weewx[674]: sdr: MainThread: punt unrecognized line '{"time" : "2017-05-15 17:21:07", "model" : "Fine Offset Electronics WH3080 Weather Station", "msg_type" : 2, "uv_sensor_id" : 225, "uv_status" : "OK", "uv_index" : 1, "lux" : 7837.000, "wm" : 11.474, "fc" : 728.346}#012'
May 15 19:21:10 localhost weewx[674]: sdr: MainThread: parse_json: unknown model Fine Offset Electronics WH3080 Weather Station--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/X8f8t--TXII/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.