I could not get it to work with the GW1000 driver. I started using wu-client again in sniff mode with wlan0 and the IP of the GW, and now I see data. Now I need to get CWOP going. Also lighthttp is configured to port 8080 for this thing to work on port 80. I set up the hotspot using RaspAP, and I tried uninstalling and keeping the hotspot configuration , but it did not work. Can lighthttpd be configured to serve up only on the eth0 side (to see my weather data)? That way it doesn't interfere with RaspAP. Not sure that is possible.
Thanks, Chris Maness On Mon, Feb 18, 2019 at 3:45 PM mwall <[email protected]> wrote: > > > > 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. -- 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.
