On Tuesday, August 9, 2016 at 5:07:19 PM UTC-4, Lee H-W wrote: > > i have successfully implemented weewx interceptor with a > watson =W-8681-PRO V2.2.9 which a FineOffset HP1000 based device >
lee, thank you for the feedback. i have updated the weewx-interceptor readme with the bind configuration you posted. > my only remaining minor issue, which is not important is "interceptor: > MainThread: unrecognized parameter absbaromin=30.12" > which i suspect i can resolve with a simple tweak to interceptor.py, once > i get my head around the weewx data structures > could you post a couple of LOOP packets from when you run weewxd directly? are you getting any pressure readings in weewx? you can silence that warning by adding 'absbaromin' to the list of IGNORED_LABELS in the Observer class (around line 569 in interceptor.py) however, i think we need a proper fix. weather logger 2.1.9 uses baromin, weather logger 2.2.2 uses absbaro, and apparently 2.2.9 uses absbaromin. so we might need to add absbaromin to the LABEL_MAP. the LOOP packet will tell us... 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.
