Skip to content

Releases: gjr80/weewx-realtime_gauge-data

v0.3.2

20 Jan 00:41
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • fix 100% CPU usage issue

v0.3.1

03 Dec 01:23
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • added ignore_lost_contact config option to override sensor lost contact checks

v0.3.0

05 Sep 02:13
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • added ability to include Weather Underground forecast text

v0.2.14

08 Jul 03:53
Compare
Choose a tag to compare
v0.2.14 Pre-release
Pre-release
  • changed default decimal places for foot, inHg, km_per_hour and mile_per_hour
  • reformatted rtgd.py change summary
  • minor refactoring of RtgdBuffer class

v0.2.13

07 May 06:03
Compare
Choose a tag to compare
v0.2.13 Pre-release
Pre-release
  • unnecessary whitespace removed from JSON output (issue #2)
  • JSON output now sorted alphabetically by key (isue #2)
  • revised debug logging. Now supports debug=0,1,2 and 3: (issue #7)
    0 - standard weeWX output, no debug info
    1 - as per debug=0, advises whether Zambretti is available, logs minor non-fatal errors (eg posting)
    2 - as per debug=1, logs events that occur, eg packets queued, packets processed, output generated
    3 - as per debug=2, logs packet/record contents
  • gauge-data.txt destination directory tree is created if it does not exist (issue #8)

Also includes v0.2.12 changes (never released)

  • fixed empty sequence ValueError associated with BearingRangeFrom10 and BearingRangeTo10
  • fixed division by zero error in windrun calculations for first archive period of the day

v0.2.11

22 Mar 05:36
Compare
Choose a tag to compare
v0.2.11 Pre-release
Pre-release
  • can now include local date/time info in scroller text by including strftime() format directives in the scroller text
  • gauge-data.txt content can now be sent to a remote URL via HTTP POST. Thanks to Alec Bennett for his idea.

v0.2.10

17 Mar 04:27
Compare
Choose a tag to compare
v0.2.10 Pre-release
Pre-release
  • now supports reading scroller text from a text file specified by the scroller_text config option in [RealtimeGaugeData]

v0.2.9

06 Mar 22:04
Compare
Choose a tag to compare
v0.2.9 Pre-release
Pre-release

Reworked ten minute gust calculation to fix problem of occassional short term disappearance od red gust 'wedge' from wind speed gauge

v0.2.8

27 Feb 05:47
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

Calculation of day max/min now gracefully handles missing historical observation data

v0.2.7

26 Feb 03:00
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

Loop packets are now cached so stations that emit partial packets should be much better supported