On Saturday, December 10, 2016 at 3:22:26 AM UTC-5, Sam Roza wrote: > > I am having a baro problem: >
sam, this is not specific to your barometer. the GET arguments that you are sending to the interceptor are corrupt. mac=0004a369e0d6&id=c2&pv=0&lb=0&ac=0®=1809&lost=0000&baro=1011&ptr=0&wf it looks like something is trimming your args - it should end with wfor=zzz Length: 62..User-Agent: BlackBox/1.0.08..Connection: are not valid argument strings. the value for barometer is in the packets that contain wfor, so when the interceptor fails to parse those packets, you end up not getting barometer readings. but the problem is not the barometer or how often the barometer is sending data. the problem is that whatever is sending data to the interceptor is trimming the packets. which version of interceptor are you running? version 0.20 should skip over the Length, User-Agent, and BlackBox fragments. how are you feeding data to the interceptor? that needs to be fixed so that it does not cut off the wfor 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.
