[weewx-user] Re: how to grab LOOP data to post here (FAQ)

2022-03-01 Thread Paul G
Vantage users can run recent versions of vantage.py directly. I made two small changes so it 1) uses loop_request=3 and 2) collects two records and exits. On Tuesday, March 1, 2022 at 3:52:37 PM UTC-5 vince wrote: > fyi - I added a FAQ page on how to run weewxd interactively to grab a few > LOO

[weewx-user] Vantage barometric reduction in _loop_map

2022-02-25 Thread Paul G
I'm trying to understand how pressure is processed in weewx v4 and I see this line in the loop mapping dictionary: 'bar_reduction' : lambda p, k: float(p[k]) / 1000.0 if p[k] else None, Since Barometric Reduction Method has a value in 0..2 shouldn't it be mapped with an identity function? E.