Skip to content

Releases: bachya/ecowitt2mqtt

2022.08.0

01 Aug 20:23
Compare
Choose a tag to compare

🚀 Features

  • Add extra state attributes to safe exposure time sensors (#245)
  • Add calculated sensor for Beaufort Scale (#243)
  • Add --version flag (and corresponding version log entry) (#242)

🧰 Maintenance

  • Add disclaimer and sources to docs (#244)
  • Update all dependencies (minor) (#240)

2022.07.7

31 Jul 20:52
Compare
Choose a tag to compare

🚀 Features

  • Use single MQTT connection for each payload publish (#236)

🧰 Maintenance

  • Make Simmer Index threshold logic more explicit (#238)
  • Remove unnecessary reference to the event loop (#237)

2022.07.6

28 Jul 22:44
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Create a new MQTT client with each request (#235)

🧰 Maintenance

  • Streamline over-architected relationship between core and server (#234)

2022.07.5

27 Jul 16:13
Compare
Choose a tag to compare

🚀 Features

  • Add configuration option to retain MQTT messages (#232)

🐛 Bug Fixes

  • Remove incorrect state classes from certain calculated sensors (#230)

🧰 Maintenance

  • Add Home Assistant OS instructions (#231)

2022.07.4

25 Jul 05:32
Compare
Choose a tag to compare

🚀 Features

  • Add ability to disable calculated sensors (#225)

🐛 Bug Fixes

  • Fix memory leak in HASS MQTT Publishing (#228)
  • Fix mispelled config option (#226)

🧰 Maintenance

  • Add a logo to the readme (#227)
  • Delete spurious print statements from #222 (#224)

2022.07.3

21 Jul 00:23
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix unhandled exception with thermal perception sensor (#222)

🧰 Maintenance

  • Log debug-level statements when the temperature is too low to calculate simmer index and simmer zone (#223)

2022.07.2

20 Jul 18:15
Compare
Choose a tag to compare

🚀 Features

  • Add sensors for simmer index and simmer zone (#218)
  • Add sensors for frost point and frost risk (#217)
  • Add sensor for thermal perception (#215)
  • Add sensors for absolute humidity (#214)

🐛 Bug Fixes

  • Fix incorrect HASS MQTT Discovery topic for certain sensors (#219)
  • Add missing HASS entity descriptions for absolute humidity sensors (#216)

🧰 Maintenance

  • Pass data to calculators as args (instead of kwargs) (#213)
  • Make it easier to calculate data points from single others (#212)
  • Change name of relative humidity calculator (#211)

2022.07.1

16 Jul 23:48
Compare
Choose a tag to compare

🚀 Features

  • Add calculated sensors for safe exposure to UV indices (#210)
  • Add Misol HP2250 Pro to the device map (#207)

🧰 Maintenance

  • Add additional Docker image architectures (#209)

2022.07.0

06 Jul 16:38
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix Home Assistant state classes for several _piezo sensors (#205)
  • Fix incorrect unit for rain rate sensors (#203)
  • Fix Home Assistant state classes for rain "events" (#202)

🧰 Maintenance

  • Correctly identify rrain constant as a glob (#204)
  • Update all dependencies (#200)

2022.06.8

30 Jun 17:06
Compare
Choose a tag to compare

🧰 Maintenance

  • Unpin Alpine requirements in builder Docker image (#199)