Skip to content

Releases: robbinjanssen/home-assistant-omnik-inverter

v2.4.0-beta

31 May 14:22
a212229
Compare
Choose a tag to compare
v2.4.0-beta Pre-release
Pre-release

Note: this is a beta release, stuff might be broken!


v2.3.0

15 Feb 15:25
5cfa836
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

🧰 Maintenance

📚 Documentation

v2.2.0

03 Feb 09:43
efdfd70
Compare
Choose a tag to compare

What’s changed

✨ New features

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

  • #86 Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 @dependabot
  • #87 Bump release-drafter/release-drafter from 5.16.1 to 5.17.5 @dependabot
  • #88 Bump release-drafter/release-drafter from 5.17.5 to 5.17.6 @dependabot
  • #89 Use github action release-drafter@v5 instead of a specific version @robbinjanssen

v2.1.0

03 Nov 10:45
75d1c34
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

v2.0.0

03 Oct 18:22
5b482d0
Compare
Choose a tag to compare

What’s changed

We proudly present the release for version 2.0.0 🥳 🎉

The whole component has been refactored and is now compatible with the new Home Assistant Energy Dashboard. Furthermore @klaasnicolaas added a very nice config flow so no more yaml! Last but not least we now support an HTML data source as well.

❗Breaking change ❗

Instead of configuring the component via yaml, you now add the component as an integration via home assistant and follow the config flow. So after upgrading please remove the yaml from your config and re-add the component via integrations.

v2.0.0-rc

01 Oct 13:49
f025197
Compare
Choose a tag to compare
v2.0.0-rc Pre-release
Pre-release

What’s changed

We proudly present the release candidate for version 2.0.0 🥳

In this release, the focus was mainly on updating documentation and from now on you will receive a warning when you upgrade from an earlier release due to the changes in the config flow in beta 3.

Breaking change

It's a "beta" release, which means things may break when you update. If that is the case in your case: remove the integration (also in HACS), restart Home Assistant and add the integration again. If this didn't help, open an issue.

🚀 Enhancements

  • #57 Warn the user when trying to migrate config_flow from previous beta @robbinjanssen

📚 Documentation

⬆️ Dependency updates

v2.0.0-beta-3

27 Sep 12:15
bd8f169
Compare
Choose a tag to compare
v2.0.0-beta-3 Pre-release
Pre-release

What’s changed

We added support for inverters with only a data source from an HTML file, while also changing the entire config flow.
Test it out and in case of problems, we can be found in the issues page! 😄

Breaking change

It's a "beta" release, which means things may break when you update. If that is the case in your case: remove the integration, restart Home Assistant and add the integration again. If this didn't help, open an issue.

✨ New features

📚 Documentation

⬆️ Dependency updates

v2.0.0-beta-2

22 Sep 06:34
2a98697
Compare
Choose a tag to compare
v2.0.0-beta-2 Pre-release
Pre-release

What’s changed

A new beta release! ✨

This time we have added the option to set the scan interval to at least 1 minute (default is 4 minutes), but keep in mind that most inverters update their values once every 5 minutes. In addition, we have introduced a new exception for the JSON inverters (in the python package) that intervenes when your inverter returns a value of 0.0 for both day and total production.

Test it out and in case of problems, we can be found in the issues page! 😄

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

v2.0.0-beta

14 Sep 07:17
868fb1f
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

v2.0.0-beta - 2021-09-14

Compare v1.5.4 - v2.0.0-beta

Added

  • Added support for Home Assistant Energy Dashboard 🔋

Changed

  • The custom component can now be added via integrations in Home Assistant, no more configuration.yaml 🎉

BREAKING

This component can no longer be configured using configuration.yaml. You should remove it from your configuration.yaml and re-add it using Home Assistant integrations

v1.5.4

21 May 09:30
06c87de
Compare
Choose a tag to compare

v1.5.4 - 2021-05-21

Compare v1.5.3 - v1.5.4

Fixed