Skip to content

Releases: gjr80/weewx-realtime_clientraw

v0.3.7

31 Aug 05:10
Compare
Choose a tag to compare

The v0.3.7 release updates the Realtime clientraw extension to the same code base as used in the Realtime clientraw service included in the WeeWX-Saratoga extension.

  • fix bug where a non-existent destination directory would prevent local saving of clientraw.txt
  • comment out rtcr_path config option so that default (HTML_ROOT) is used for new installs

Summary list of changes since v0.2.3:

v0.3.0

  • WeeWX 3.4+/4.x python 2.7/3.x compatible
  • dropped support for python 2.5, python 2.6 may be co-incidentally supported but not guaranteed
  • removed post_request() method from class RealtimeClientrawThread as we no longer have to worry about python 2.5 support
  • removed unnecessary setting of day accumulator unit system from the class RealtimeClientrawThread run() method
  • fixed bug in nineam reset control code in process_packet()
  • removed unnecessary packet unit conversion call from class RtcrBuffer add_packet() method
  • added support for various debug_xxx settings in [RealtimeClientraw]
  • default location for generated clientraw.txt is now HTML_ROOT
  • wind run is now derived from loop/archive field windrun only (was previously calculated from windSpeed)
  • added config option disable_local_save to optionally disable saving of clientraw.txt locally on the WeeWX machine

v0.3.2

  • debug log output now controlled by [RealtimeClientraw] debug options rather than the WeeWX global debug option
  • fixed bug when obtaining average values from scalar buffers

v0.3.3

  • introduced support for hierarchical log_success and log_failure config options to control logging of HTTP POST results
  • user can now specify wind direction output when wind direction is null/None

v0.3.4

  • version number change only

v0.3.5

  • improved support for extraTemp and extraHumid in a default install

v0.3.6

  • fix incorrect default source fields for soil moisture, soil temperature and leaf wetness

v0.2.3

09 Mar 00:12
Compare
Choose a tag to compare
  • fixed missing conversion to integer on some numeric config items
  • any exceptions occurring in the thread are now logged rather than the thread silently dieing
  • changed to python 2/3 compatible try..except syntax
  • fixed incorrect instructions in rtcr.py comments for setting additional_binding config item when there is no additional binding

v0.2.2

01 Mar 12:14
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

fixed exception caused when there is no windDir

v0.2.1

22 Jun 13:36
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

initial WeeWX extension package release