On Monday, February 18, 2019 at 5:20:12 PM UTC-5, Chris Maness wrote: > > I am new to weewx. I am trying to use a ecowitt GW1000 bridge to set up > CWOP reporting. I have my station reporting to WU with weewx running on > raspberry pi as a hotspot. The GW1000 is connecting through my Pi. I am > trying to use wu-intercept, but no joy. "I get: weewx[2692]: > interceptor: MainThread: empty queue" in the syslog. > > > Any suggestions? >
your configuration says that you are using the interceptor in 'listen' mode (that is the default configuration, and you have not specified anything else). so you must make the GW1000 direct its traffic to the port on which the interceptor is listening (by default that is port 80). the standard way of doing this is to hijack the dns on the subnet to which the GW1000 is connected so that when it does dns queries for the wu server, it gets the ip address of the pi. if dhcp is being done by the pi, then add the dns entry to the dhcp configuration on the pi. otherwise, add it to the dns server or dhcp server on your local network. alternatively, instead of listening, you could configure the interceptor to sniff. in that case the GW1000 traffic will go to wu, but the pi will intercept it as it goes from the wifi interface to the wired interface. 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.
