Skip to content

Releases: robbinjanssen/home-assistant-omnik-inverter

v2.4.1

04 Jun 10:10
c08ab6a

Choose a tag to compare

What’s changed

This release fixes the issue for those using the integration with an HTML source type where the request (missing username / password) failed.

🐛 Bug fixes

  • #114 Prevent overwriting omnikinverter with authentication-less instance on "html" source type @MarijnS95

v2.4.0

01 Jun 06:49
aa9b77c

Choose a tag to compare

What’s changed

✨ New features

  • #111 sensor: Emit entities for new fields from the TCP backend @MarijnS95
  • #110 Add setup steps for new python-omnikinverter TCP source to config flow @MarijnS95

📚 Documentation

⬆️ Dependency updates

v2.4.0-beta

31 May 14:22
a212229

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

Choose a tag to compare

What’s changed

🚀 Enhancements

🧰 Maintenance

📚 Documentation

v2.2.0

03 Feb 09:43
efdfd70

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

Choose a tag to compare

What’s changed

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

v2.0.0

03 Oct 18:22
5b482d0

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

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

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

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