On Monday, December 30, 2019 at 10:16:58 PM UTC-5, G Hammer wrote: > > > All was working fine when I was using a patched interceptor for the GW1000 >
thank you for helping, gary! the interceptor works with the GW1000 using the wunderground protocol. the purpose of this experiment is to make interceptor understand the ecowitt protocol, since it appears to support more sensors than the wunderground protocol (even the new-as-of-spring-2019 wunderground protocol). > gary@weewx1:~/Downloads$ PYTHONPATH=/home/weewx python > /home/weewx/bin/user/interceptor.py --device=fineoffset-bridge --port 8000 > --debug > Traceback (most recent call last): > File "/home/weewx/bin/user/interceptor.py", line 299, in <module> > import weewx.drivers > ImportError: No module named weewx.drivers > > for a setup.py installation in /home/weewx, the command looks like this: PYTHONPATH=/home/weewx/bin python /home/weewx/bin/user/interceptor.py --device=fineoffset-bridge --port 8000 --debug that is assuming the GW1000 is configure to post to port '8000', path '/', and using the ecowitt protocol (not the wunderground protocol). 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/d0d13394-9498-4696-9f4a-2d1bebe97e80%40googlegroups.com.
