Skip to content

Releases: bachya/ecowitt2mqtt

1.0.5

15 Dec 20:40
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix units not propagating to Home Assistant Discovery (#39)

1.0.4

13 Dec 20:50
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix issue with new fields in HASS Discovery (#37)

1.0.3

13 Dec 20:33
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix more casting bugs (this time with rain data) (#36)

1.0.2

13 Dec 20:22
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix another type conversion issue with pressure data (#35)

1.0.1

13 Dec 20:09
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Don't explicitly install OpenSSL when building Docker image (#34)
  • Fix ValueError in pressure data conversion (#33)

1.0.0

08 Dec 21:43
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Add support for pressure values in metric (#31)
  • Add support for rain values in metric (#30)
  • Add support for wind values in metric (#29)
  • Add support for imperial/metric unit systems (temperatures only to st… (#28)

🚀 Features

  • Add support for pressure values in metric (#31)
  • Add support for rain values in metric (#30)
  • Add support for wind values in metric (#29)
  • Add support for imperial/metric unit systems (temperatures only to st… (#28)

🧰 Maintenance

  • Remove supervisord from Docker image (#27)

0.1.3

04 Dec 21:10
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Add missing requirements.txt (#26)

0.1.2

04 Dec 21:06
Compare
Choose a tag to compare

🚀 Features

  • Add more data types (#16)

🐛 Bug Fixes

  • Add better MQTT reconnection handling (#25)
  • Fix missing data (#21)
  • More gracefully handle missing data keys (#20)

🧰 Maintenance

  • Retain meteocalc objects under the hood (#23)
  • Don't re-add non-calculated values (#22)

0.1.1

10 Oct 23:40
Compare
Choose a tag to compare

🚀 Features

  • Implement GitHub Action for multiarch Docker builds (#11)

0.1.0

29 Sep 16:37
Compare
Choose a tag to compare

🚀 Features

  • Add calculated data points (wind chill, etc.) (#9)

🧰 Maintenance

  • Ensure HASS MQTT Discovery tasks are done efficiently (#8)