Releases: gjr80/weewx-realtime_gauge-data
Releases · gjr80/weewx-realtime_gauge-data
v0.3.1
- added
ignore_lost_contact
config option to override sensor lost contact checks
v0.3.0
- added ability to include Weather Underground forecast text
v0.2.14
- 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
- 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
- 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
- now supports reading scroller text from a text file specified by the scroller_text config option in [RealtimeGaugeData]
v0.2.9
Reworked ten minute gust calculation to fix problem of occassional short term disappearance od red gust 'wedge' from wind speed gauge
v0.2.8
Calculation of day max/min now gracefully handles missing historical observation data
v0.2.7
Loop packets are now cached so stations that emit partial packets should be much better supported