Just a couple of sprinkles yesterday but significant rain this morning. Weewx is now matching the console, WU, and AmbientWeather.net numbers on the daily total.
Success! Fred - I wanted to thank you for the iptables commands you posted earlier. I like that they send a copy of the data to the pi while allowing it to continue directly to WU and other sites. I made two changes: I eliminated the POSTROUTING line because the interceptor driver doesn't seem to care about WU's response and I added the WU address as a destination so that it doesn't also forward the data being sent to AmbientWeather.net by my machine. (I don't know if your Ventus supports multiple data streams) iptables -t mangle -A PREROUTING -s 192.168.1.16 -d rtupdate.wunderground.com -j ROUTE --tee --gw 192.168.1.3 The first IP is the weather station and the second is the pi. Now if I could just figure out how to get the router (Netgear R7000 running AdvancedTomato v3.4-140) to send it to a port on the pi other than 80. Mike -- 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.
