Hi Jan, Biggest problem was getting the data to the interceptor driver: My weatherstation is on a different router than my pi...
Thankfully I have the ASUS wrt router software installed, so I was able to insert some rules to forward my traffic sent from port 80 to the pi: iptables -t mangle -A PREROUTING -s 192.168.2.165 -j ROUTE --tee --gw 192.168.1.45 iptables -t mangle -A POSTROUTING -d 192.168.2.165 -j ROUTE --tee --gw 192.168.1.45 The first IP is my weatherstation, the second IP is the PI ... Maybe it can help you in your quest :) Fred On Thursday, July 13, 2017 at 2:54:52 PM UTC+2, jan hallink wrote: > > > Hello Fred > Very interesting what you are trying to fix. > I also planned to buy a ventus w830 and if possible connect it to weewx. > Unfortunately I can't help you directly,but maybe you can search on fine > offset wh2900. > It's the same weather station and there was a thread about it in april/may. > They gave some hints about the archive interval time. > > Jan > -- 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.
