This repository has been archived by the owner on Apr 30, 2022. It is now read-only.
Releases: unlobito/ha-hildebrandglow
Releases · unlobito/ha-hildebrandglow
0.2.1-beta
What's Changed
- Determine sensor availability at runtime by @unlobito in 1ca3602
attempts to fix #46 - gas consumption entities should now be functional
Full Changelog: 0.2.0-beta...0.2.1-beta
0.2.0-beta
What's Changed
Full Changelog: 0.1.3-beta...0.2.0-beta
Breaking Changes
- Entity IDs are now formatted as
{domain}.glow{cadHardwareId}_{sensor}
(e.g.sensor.glow84f3eb000000_energy_consumption
) - Electricity: Meter readings are now available as "Energy Consumption". These are compatible with Home Assistant Energy Dashboard
Acknowledgements
This release wouldn't be possible without referencing https://github.com/home-assistant/core/tree/dev/homeassistant/components/p1_monitor and https://github.com/home-assistant/core/blob/dev/homeassistant/components/roomba as working examples. Thank you to these integration maintainers for their work.
0.1.3-beta
What's Changed
- call async_write_ha_state with a job by @unlobito in 17562bb
- emit log messages for known setup failures by @unlobito in d4b9ae3
- Initial WIP potential fix for twos complement calculation of consumpt… by @danstreeter in #42
- Check hex length before dec conversion by @unlobito in ab265bd
Full Changelog: 0.1.2-beta...0.1.3-beta
Glow In Home Display support
pre-release
- attempt support for Glow In Home Displays CADs (#31)
0.1.1-beta
pre-release
- use MQTT wildcard topic (https://forum.glowmarkt.com/index.php?p=/discussion/75/mqtt-topic-variations)
- declare version in
manifest.json
(fixes #27)
mqtt beta
entity discovery fixes
- @martingrayson Change how entities are discovered (#17)
- @technofreak74 Use classifiers instead of resource type IDs (#23)
Partial automated access token refreshing
This release ships a partial fix for access token refreshing (issue #1). The integration needs reloaded (can be done with a HomeAssistant restart), but it will then try to reauthenticate.