Skip to content

Releases: ldotlopez/ha-ideenergy

v1.0.2

13 Jan 10:57
1245c36
Compare
Choose a tag to compare

Compatibility for Python 3.9
See: 5eb85ba

v1.0.1

02 Jan 19:46
Compare
Choose a tag to compare

Fix installation on HomeAssistant >= 2023.1.1

v1.0.0

04 Dec 10:36
Compare
Choose a tag to compare

🚀 1.0.0

⚠️ Before upgrade

This is a major upgrade, lots of things have changed. Do a backup before upgrade, make sure that you can restore that backup.

Changes

The most user-visible change is the addition of some sensors for historical data: power generation or power demand.

On the internal side the biggest change is the internal rewrite of the integration to use the DataCoordinator from HomeAssistant.

This component allows a central data update point to all sensors, this change also allows to expand the flexibility and extensibility of this project . With this changes future releases will provide new and better sensors.

v0.2.3

02 Aug 07:17
865bf74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.3

v0.2.2 alpha 2

15 Jun 11:03
Compare
Choose a tag to compare
v0.2.2 alpha 2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.2a1...v0.2.2a2

v0.2.2-alpha1

23 May 15:52
Compare
Choose a tag to compare
v0.2.2-alpha1 Pre-release
Pre-release
  • Actualización a ideenergy==1.0.0a2
  • Debería solucionar el bug #16

v0.2.1

09 Mar 09:10
Compare
Choose a tag to compare

Remove deprecated MappingProxyType after 2022.3 HA update. (closes #3)

v0.2.0

17 Feb 07:52
Compare
Choose a tag to compare

🚀 First public release

  • Integration with HACS store
  • Integration with the HomeAssistant energy panel.
  • Support for various contracts.
  • Accumulated consumption sensor.
  • Experimental sensor of historical consumption data with better (sub-kWh) precession.
  • Configuration through the HomeAssistant web interface without the need to edit YAML files.
  • Smart update algorithm to read the ICP near the end of each hourly period (between minute 50 and 59) with a better representation of consumption in the HomeAssistant energy panel.
  • Fully asynchronous and integrated with HomeAssistant.