Releases: chaunceygardiner/weewx-loopdata
Release v3.3.2
Release 3.3.2
Don't try to convert string observations to string.
Release v3.3.1
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
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
Release v3.2 is a large code refactoring. It is functionally equivalent to v3.1.
Release v3.1
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
- Much more efficient rolling time periods (2m, 10m, 24h, trend).
- 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' - The python3-sortedcontainers package is now required. To install it on debian, type:
sudo apt install python3-sortedcontainers
Release v2.11
Specify what drivers this extension has been tested with.
Continue if windrun and/or beaufort can't be calculated.
Release v2.10
Release 2.10 is a bug fix release. Assign loop frequency as the weight when adding to accumulators.
Release v2.9
Release v2.9 works with WeeWX4.6. It is also backwards compatible with earlier WeeWX 4 releases.
Release v2.7.2
Fixes a customer reported issue: exception when no rainyear fields are included in weewx.conf’s LoopData fields list.