Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 18:22
· 346 commits to 3.x since this release

Requires WeeWX >=v4.9.0

  • Bugfix: Forecast error using OWM Forecast [GH-100]
  • Bugfix: Forecast NWS Bug: Reason: '>' not supported between instances of 'NoneType' and 'int' [GH-118]
  • Bugfix: Why are the Weather intervals (week, month, year) all off by one day? [GH-116]
  • Show weather data for a specific day [GH-67]
  • Make diagrams configurable per context (per period) / Refactor diagrams configuration [GH-73]. Diagrams can now be configured per context, eg. day, week or month. Per default, the day and week pages do not include the outTemp min/max/avg diagram anymore.
  • Enhancements for weewx-forecast support [GH-95]
  • Make show_min, show_max, show_sum configurable for stat tiles [GH-94]
  • Support for custom data_bindings [GH-71]
  • Configurable Icons [GH-87]
  • Configurable unit for diagrams [GH-88]
  • Configurable Rounding [GH-89]
  • Make markers configurable [GH-106]
  • Automatic Refresh [GH-105]
  • Support for combining different diagram types (eg. line and bar) [GH-75]. This adds an own implementation of chart rendering based directly on D3.js, please see https://github.com/Daveiano/weewx-wdc/wiki/Configuration#ENABLE_D3_DIAGRAMS (a Feature Flag was added to skin.conf for activating the new charts)
  • Along [GH-75]: Added new climatogram (combined chart consisting of rain as bar and outTemp as line) for statistics and yearly statistics pages
  • Update radar_img to allow for raw HTML (for using eg. iFrames as radar maps) [GH-108]
  • Wind direction aggregation - use vecdir instead of avg [GH-119]

Please have a look at the wiki for information on how to configure the new features.

Attention: New option base_path: Please see here: https://github.com/Daveiano/weewx-wdc/wiki/Configuration#extras

Changes made to skin.conf since 2.3.3

This update contains like a rewrite of the skin.conf file, a complete diff can be found here (please click on "Load diff"):

v2.3.3...7da0c42#diff-ba225fb627dcbf577d0d1fde0f18d93e8e2cf2097c37086cd28ef23e8e7bd820

What's Changed

  • 67 show weather data for a specific day by @Daveiano in #91
  • Added first implementation for diagrams per context. Removed temp min… by @Daveiano in #93
  • 95 Enhancements for weewx-forecast support by @Daveiano in #98
  • 71 specify data binding on a per tile basis by @Daveiano in #101
  • 94 make show min show max show count etc configurable for stat tiles by @Daveiano in #102
  • Configurable Icons by @Daveiano in #103
  • Configurable rounding unit by @Daveiano in #104
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #112
  • Forecast NWS Bug: Reason: '>' not supported between instances of 'NoneType' and 'int' by @Daveiano in #118
  • 75 support for combining different diagram types eg line and bar by @Daveiano in #109
  • windDir aggregation changed from avg to vecdir by @Jterrettaz in #120

New Contributors

Full Changelog: v2.3.3...v3.0.0