Skip to content

Releases: chaunceygardiner/weewx-loopdata

Release v3.3.2

20 Dec 03:11
Compare
Choose a tag to compare

Release 3.3.2
Don't try to convert string observations to string.

Release v3.3.1

08 Dec 15:26
Compare
Choose a tag to compare

Release v3.3.1 contains a fix for Issue #10. Due to floating point errors, one could
get math domain error for calling sqrt on a negative number.
Thanks https://github.com/hoetzgit for reporting this.

Release v3.3

23 Nov 19:29
Compare
Choose a tag to compare

Rather than just being able to use the 2m, 10m and 24h rolling time period tags, one can now use arbitrary minute tags from 1m through 1440m; and also arbitrary hour tags from 1h through 24h. For example, the maximum windspeed in the last 15 minutes is specified as 15m.wind.max. In the last 17 minutes, it is specified as 17m.wind.max. Average outTemp in the last 3 hours is specified as 3h.outTemp.avg.

Release v3.2

22 Nov 14:57
Compare
Choose a tag to compare

Release v3.2 is a large code refactoring. It is functionally equivalent to v3.1.

Release v3.1

19 Nov 19:01
Compare
Choose a tag to compare

Release v3.1 adds support for the alltime tag.
Note: The sample skin is updated to use alltime tags. For existing installations
that actually use the sample skin, you need to add the following fields
to the fields clause in the LoopData section in weewx.conf:
'alltime.outTemp.max.formatted'
'alltime.outTemp.min.formatted'
'alltime.rain.sum.formatted'
'alltime.wind.rms.formatted'
'alltime.windGust.max.formatted'

Release v3.0.1

30 Oct 19:45
Compare
Choose a tag to compare
  1. Much more efficient rolling time periods (2m, 10m, 24h, trend).
  2. Add support 24h tag.
    Note: The sample skin is updated to use 24h tags. For existing installations
    that actually use the sample skin, you need to add the following fields
    to the fields clause in the LoopData section in weewx.conf:
    '24h.outTemp.max.formatted'
    '24h.outTemp.min.formatted'
    '24h.rain.sum.formatted'
    '24h.wind.rms.formatted'
    '24h.windGust.max'
    '24h.windGust.max.formatted'
  3. The python3-sortedcontainers package is now required. To install it on debian, type:
    sudo apt install python3-sortedcontainers

Release v2.11

25 Sep 22:49
Compare
Choose a tag to compare

Specify what drivers this extension has been tested with.
Continue if windrun and/or beaufort can't be calculated.

Release v2.10

19 Feb 05:42
Compare
Choose a tag to compare

Release 2.10 is a bug fix release. Assign loop frequency as the weight when adding to accumulators.

Release v2.9

13 Feb 20:09
Compare
Choose a tag to compare

Release v2.9 works with WeeWX4.6. It is also backwards compatible with earlier WeeWX 4 releases.

Release v2.7.2

16 Nov 22:55
Compare
Choose a tag to compare

Fixes a customer reported issue: exception when no rainyear fields are included in weewx.conf’s LoopData fields list.