Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Releases: DCSBL/ha-homewizard-energy

0.8.2

04 Aug 21:45
58efffb
Compare
Choose a tag to compare

Downloads for this release

Bug Fixes

  • #35 Fix: gas_timestamp was parsed when value was null @DCSBL

Links

0.8.1

04 Aug 13:55
04b9ef0
Compare
Choose a tag to compare

Downloads for this release

Bug Fixes

  • #34 Update minimum HA version as it is required for SensorEntityDescription @DCSBL

Links

0.8.0

03 Aug 14:14
7be7d5f
Compare
Choose a tag to compare

Downloads for this release

New features

  • #32 Add support for the new Energy Dashboard in HA2020.8 @DCSBL
  • Breaking change Convert gas timetamp to ISO8601 so it is parsed by Home Assistant

Refactor

Links

0.7.1

16 Mar 08:21
Compare
Choose a tag to compare

Downloads for this release

Bug Fixes

  • #23 Removed maximum product name length @DCSBL

Links

0.7.0

14 Feb 16:18
Compare
Choose a tag to compare

Downloads for this release

New features

  • #20 Reimplement manual configuration @DCSBL

Other features added in 0.6.0

  • #15 Make poll rate configurable @DCSBL
    • You can edit this in configuration > integration > your energy device > Options
  • #18 Dutch translations 🇳🇱 @DCSBL

Links

0.6.0

14 Feb 14:53
Compare
Choose a tag to compare

Downloads for this release

New features

  • #15 Make poll rate configurable @DCSBL
    • You can edit this in configuration > integration > your energy device > Options
  • #18 Dutch translations 🇳🇱 @DCSBL

Links

0.5.0

08 Feb 19:59
18e3e26
Compare
Choose a tag to compare

Add support for Zeroconf discovery and improved guts

❗ Have you installed this to get rid of the 'new repository', you can now remove this one! It has been fixed.

Changelog

  • Added support for mDNS discovery, this not only makes it easier to configure your device, but also allows some self-repairing when an IP adres changes.
  • This integration now makes use of an external library that is responsible for the communication with the HomeWizard Energy devices. This makes this integration more maintenance friendly.
  • Lots and lots of other, not noteworthy, internal changes.

Known issue

  • The device can report that is is unavailable after updating. Please restart Home Assistant a second time, this should fix it for you.

Developer note: The mDNS discovery is not (jet) officially supported by HomeWizard. Please keep in mind this feature can be removed or changed at any time without notice while this feature is not officially released.

0.4.3

29 Jan 21:35
Compare
Choose a tag to compare

Added 'version' to manifest.json

To have support for future HA versions, I've added the 'version' parameter in manifest.json. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes/.

0.4.2

30 Dec 15:17
Compare
Choose a tag to compare

Internal cleanup

Changes

  • Cleaned up some code

0.4.1

18 Nov 15:52
8a4153c
Compare
Choose a tag to compare

Fix I/O in event loop message

Changes

  • Using new HTTP request method to fetch data async