On Sunday, September 25, 2016 at 9:39:45 PM UTC-4, Richard Scruggs wrote:
>
> I'm assuming it means I have something configured wrong.  Any ideas?
>

hi richard,

by default, the cmd is simply 'rtl_433'

when you invoke the driver directly, it does not use the weewx 
configuration file or other weewx plumbing.  so you need to tell it the 
command you want it to use, something like this:

sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/sdr.py 
--cmd='rtl_433 -R 39 -f 433919000'

if that works, then you can put the cmd in the weewx config file like this:

[SDR]
    driver = user.sdr
    cmd = rtl_433 -R 39 -f 433919000

at that point you will also need to specify the sensor_map to associate 
sensor output with fields in the weewx database schema.

these inexpensive sdr are pretty fun, eh?

m

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to