Skip to content

Releases: philosowaffle/ambientweather-local-server

1.2.0

04 Mar 16:16
6d35139
Compare
Choose a tag to compare

Buy Me A Coffee donate button

Features

  • [#18] Add metrics for Barometric Pressure and DateUtc - @agspoon

Fixes

  • [#18] Fix DateUtc conversion - @agspoon
  • [#18] Fix spelling error on Humidity metric - @agspoon
  • [#23] Fix where enriching metrics from Cloud could cause "none" label instead of MAC address

1.1.0

19 Nov 16:59
6293934
Compare
Choose a tag to compare

Buy Me A Coffee donate button

Features

  • [#1] Fetch additional metrics (such as 'Feels Like' temp) from AmbientWeather Network cloud
    • New sample Grafana Dashboard in repo

Fixes

  • [#1] Decrease overall memory usage

Changes

  • General dependency version bumps
  • Docs updated
  • [#14] Use shared library for release checks

1.0.0

22 Oct 22:42
0515fde
Compare
Choose a tag to compare

Buy Me A Coffee donate button

Features

  • Receive data from an Ambient weather station via HTTP API and expose that data as OpenTelemetry metrics via /metrics API endpoint
  • [#2] Add MacAddress and StationType to prometheus metrics to help identify distinct stations
  • [#6] Sample Grafana dashboard provided in repo

Changes

  • [#3] General overhaul and uplift to prepare for V1 release