Skip to content

Releases: gjr80/weewx-realtime_gauge-data

v0.6.7

03 Jan 23:59
Compare
Choose a tag to compare
  • remove distutils dependency
  • now compatible with Python 3.13

v0.6.6

01 Jan 19:49
Compare
Choose a tag to compare
  • fix incorrect windrun unit conversion

v0.6.5

01 Jan 02:59
Compare
Choose a tag to compare
  • fix issue that caused loop based windrun to remain at 0.0
  • removed all reference to DarkSky from installer config

v0.6.4

11 Sep 23:01
Compare
Choose a tag to compare
  • fix issue that prevented Zambretti forecast from being used as a scroller source in some instances

v0.6.3

29 Aug 07:48
Compare
Choose a tag to compare
  • fix issue with missing or sporadic windGust/windSpeed loop data
  • fix issue with rain rate values being incorrectly converted in some instances

v0.6.2

16 Mar 21:12
Compare
Choose a tag to compare
  • fix an issue that resulted in incorrect formatting of some non-metric observations
  • fix an unhandled TypeError that occurs if the WeeWX engine restarts as a result of a recoverable error, issue #30 refers

v0.6.1

06 Nov 04:02
Compare
Choose a tag to compare
  • fixed issue where a user specified max_cache_age config option is used as a string instead of an integer
  • simplified installation instructions contained in the readme
  • revised the included HTTP POST PHP script, post_gauge-data.php, changes include:
    • the only response now sent is a HTTP response code, the text 'success' is no longer sent
    • added explicit return codes for the following results:
      200 - OK (for proper operation)
      400 - Bad Request for malformed POST request (received data is not valid JSON)
      405 - Method Not Allowed for GET or HEAD requests
      507 - Insufficient Storage if writing gauge-data.txt to disk fails

v0.6.0

03 Nov 09:00
Compare
Choose a tag to compare
  • fixed bug whereby 10 minute average wind bearing was always the same the current wind bearing

v0.5.5

17 Apr 12:53
Compare
Choose a tag to compare
  • fixed bug in date and dateFormat fields that resulted in the incorrect 'last rainfall' date and time being displayed on rainfall gauge mouseovers
  • new config option time_format introduced as part of the date and dateFormat bug fix
  • as a result of the date and dateFormat bug fix date_format and time_format config options are now limited to a number of fixed formats

v0.5.4

13 Apr 11:40
Compare
Choose a tag to compare
  • added the inadvertently omitted humidex field
  • added field TrrateTM