Releases: open-astro/weewx-conditions
Releases · open-astro/weewx-conditions
Release list
v1.5
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-conditionswith aConditionsskin andConditionsReportconfig stanza. - JSON filenames —
weewx.json→conditions_summary.json,current_minimal.json→conditions_current.json,lcd_datasheet.json→conditions_dataset.json. - Skin / packaging — Skin configuration and packaging updated to use the new template and output names.
Added
- Current section —
conditions_dataset.json(formerlylcd_datasheet.json) current section now includes outTemp, outHumidity, dewpoint, wind_speed, wind_chill, barometer, and extraTemp1/2/3, all withhas_datachecks. - Dewpoint & wind chill — Added to
conditions_dataset.jsonin 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()inconditions_dataset.jsonfor Cheetah/JSON compatibility.
Documentation
- README — Clarified that the extension can be updated by reinstalling the tarball (no uninstall required).