Ok, after playing around with the interceptor driver and not being able to
make it work, I have decided to go the SDR route. I have been following the
documentation from https://github.com/matthewwall/weewx-sdr. I was able to
get the driver install and configured for weewx but when I run the driver
directly using the command sudo PYTHONPATH=bin python bin/user/sdr.py
-cmd"rtl_433 -M utc -F json" I get the following python error:

 

Traceback (most recent call last):

  File "bin/user/sdr.py", line 92, in <module>

    import weewx.units

  File "/home/weewx/bin/weewx/units.py", line 24, in <module>

    import weeutil.weeutil

  File "/home/weewx/bin/weeutil/weeutil.py", line 27, in <module>

    from weeutil.config import accumulateLeaves, search_up

  File "/home/weewx/bin/weeutil/config.py", line 11, in <module>

    import configobj

ImportError: No module named configobj

 

To make that says that configobj library is not install but it is. 

 

This is a brand-new install of Raspbian 10 and everything else.

 

I can sudo rtl_433 -M utc -F json and I do get output from my weather
station.

 

Anyone know how to fix the sdr.py issue that I stated above?

 

Thanks

Dave

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/005b01d7b585%24176aec00%244640c400%24%40gmail.com.

Reply via email to