Skip to content

Releases: robbinjanssen/home-assistant-omnik-inverter

v1.3.1-beta-2

07 May 20:44
e8c11c3
Compare
Choose a tag to compare
v1.3.1-beta-2 Pre-release
Pre-release
Merge pull request #19 from robbinjanssen/rja/v1.3.1

Make unique identifier work again

v1.3.1 (beta)

07 May 20:30
64c9241
Compare
Choose a tag to compare
v1.3.1 (beta) Pre-release
Pre-release

Test - Fix unique ID generation

v1.3.0

07 May 13:00
64c9241
Compare
Choose a tag to compare

v1.3.0 - 2020-05-06

Compare v1.2.2 - v1.3.0

Added

  • Added support for inverters that use JSON.

Changed

  • Interval changed to 5 minutes
  • Better error handling for urlopen()

v1.2.2

30 Apr 22:23
Compare
Choose a tag to compare

v1.2.2 - 2020-05-01

Compare v1.2.1 - v1.2.2

Changed

  • Updated hacs.json

v1.2.1

30 Apr 21:08
Compare
Choose a tag to compare

v1.2.1 - 2020-04-30

Compare v1.2.0 - v1.2.1

Added

  • HACS files 🎉

v1.2.0

03 Apr 06:38
3a887d6
Compare
Choose a tag to compare

v1.2.0 - 2020-04-03

Compare v1.1.0 - v1.2.0

Fixed

  • The cache now uses Ymd formatting instead of Hm for better results.
  • The cache now only resets after 00:00 if the value differs from the cached value

v1.1.0

30 Mar 06:15
2e17988
Compare
Choose a tag to compare

v1.1.0 - 2020-03-30

Compare v1.0.1 - v1.1.0

Added

Add the cache_power_today configuration attribute to enable/disable caching. Enabled by default.

v1.0.1

26 Mar 13:49
86cca00
Compare
Choose a tag to compare

v1.0.1 - 2020-03-26

Compare v1.0.0 - v1.0.1

Added

Add unique_id so name and entity-id can be changed from the front-end

v1.0.0

22 Mar 15:04
9efeeea
Compare
Choose a tag to compare

v1.0.0 - 2020-03-22

Compare v0.0.5 - v1.0.0

Changed

  • Handle errors gracefully - #6

Thanks @gerard33 !

v0.0.5

27 Feb 17:24
ef9e906
Compare
Choose a tag to compare

v0.0.5 - 2020-02-27

Compare v0.0.4 - v0.0.5

Changed

  • Changed RunTimeError to RuntimeError
  • Some docstrings were actually comments so changed them
  • Unused variable e removed
  • Some other cleanup

Thanks @gerard33 !