Skip to content

v1.5

Latest

Choose a tag to compare

@joeytroy joeytroy released this 08 Feb 20:22
2928ab4

This release renames the extension and JSON outputs, expands current and summary data (dewpoint, wind chill, extra temps), and fixes template formatting for Cheetah/JSON.

Changed

  • Extension name — Renamed to weewx-conditions with a Conditions skin and ConditionsReport config stanza.
  • JSON filenamesweewx.jsonconditions_summary.json, current_minimal.jsonconditions_current.json, lcd_datasheet.jsonconditions_dataset.json.
  • Skin / packaging — Skin configuration and packaging updated to use the new template and output names.

Added

  • Current sectionconditions_dataset.json (formerly lcd_datasheet.json) current section now includes outTemp, outHumidity, dewpoint, wind_speed, wind_chill, barometer, and extraTemp1/2/3, all with has_data checks.
  • Dewpoint & wind chill — Added to conditions_dataset.json in daily_captures (fields and rows) and in weekly_daily_summaries, monthly_daily_summaries, and yearly_monthly_summaries.

Fixed

  • Template formatting — Single-quoted format strings used for generation time and in .format() in conditions_dataset.json for Cheetah/JSON compatibility.

Documentation

  • README — Clarified that the extension can be updated by reinstalling the tarball (no uninstall required).