Releases: bachya/ecowitt2mqtt
Releases · bachya/ecowitt2mqtt
2022.08.1
🐛 Bug Fixes
- Fix bug with certain HASS MQTT Discovery payloads failing to publish (#247)
🧰 Maintenance
- Ensure renovate labels issues with
dependencies
(#246)
2022.08.0
🚀 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
🚀 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
🐛 Bug Fixes
- Create a new MQTT client with each request (#235)
🧰 Maintenance
- Streamline over-architected relationship between core and server (#234)
2022.07.5
🚀 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
🚀 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
🐛 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
🚀 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
🚀 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
🐛 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)