home-assistant-omnik-inverter

Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)

MIT License

Stars
54

Bot releases are visible (Hide)

home-assistant-omnik-inverter - v1.5.3

Published by robbinjanssen over 3 years ago

v1.5.3 - 2021-05-05

Compare v1.5.2 - v1.5.3

Added

  • Use a custom name for entities by providing a name: 'My Solar' in your config.
home-assistant-omnik-inverter - v1.5.2

Published by robbinjanssen over 3 years ago

v1.5.2 - 2021-04-29

Compare v1.5.1 - v1.5.2

Added

  • IoT class info to manifest.json.
home-assistant-omnik-inverter - v1.5.1

Published by robbinjanssen over 3 years ago

v1.5.1 - 2021-03-16

Compare v1.5.0 - v1.5.1

Added

  • Version info to manifest.json.
home-assistant-omnik-inverter - v1.5.0

Published by robbinjanssen about 4 years ago

v1.5.0 - 2020-08-04

Compare v1.4.1 - v1.5.0

Changed

  • Update the cache storage to a JSON file.
  • Add a timeout of 30s to retrieve data from the inverter

Fixed

  • Always close the urlopen call to the inverter in a finally block.
home-assistant-omnik-inverter - v1.5.0-beta.0

Published by robbinjanssen about 4 years ago

v1.5.0-beta0 - 2020-08-04

Compare v1.4.1 - v1.5.0-beta0

Changed

  • Update the cache storage to a JSON file.
  • Add a timeout of 30s to retrieve data from the inverter

Fixed

  • Always close the urlopen call to the inverter in a finally block.
home-assistant-omnik-inverter - v1.4.1

Published by robbinjanssen over 4 years ago

v1.4.1 - 2020-05-17

Compare v1.4.0 - v1.4.1

Fixed

  • Fixed config validation for scan_interval
home-assistant-omnik-inverter - v1.4.0

Published by robbinjanssen over 4 years ago

v1.4.0 - 2020-05-17

Compare v1.3.2 - v1.4.0

Added

  • Optionally configure the time between updates using scan_interval in configuration.yaml
home-assistant-omnik-inverter - v1.4.0-beta

Published by robbinjanssen over 4 years ago

v1.4.0 - 2020-05-17

Compare v1.3.2 - v1.4.0

Added

  • Optionally configure the time between updates using scan_interval in configuration.yaml
home-assistant-omnik-inverter - v1.3.2

Published by robbinjanssen over 4 years ago

v1.3.2 - 2020-05-15

Compare v1.3.1 - v1.3.2

Fixed

  • Make update time 300 seconds (5 minutes) instead of 500 seconds.
home-assistant-omnik-inverter - v1.3.1

Published by robbinjanssen over 4 years ago

v1.3.1 - 2020-05-07

Compare v1.3.0 - v1.3.1

Fixed

  • Fix unique ID generation
home-assistant-omnik-inverter - v1.3.1-beta-2

Published by robbinjanssen over 4 years ago

home-assistant-omnik-inverter - v1.3.1 (beta)

Published by robbinjanssen over 4 years ago

Test - Fix unique ID generation

home-assistant-omnik-inverter - v1.3.0

Published by robbinjanssen over 4 years ago

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()
home-assistant-omnik-inverter - v1.2.2

Published by robbinjanssen over 4 years ago

v1.2.2 - 2020-05-01

Compare v1.2.1 - v1.2.2

Changed

  • Updated hacs.json
home-assistant-omnik-inverter - v1.2.1

Published by robbinjanssen over 4 years ago

v1.2.1 - 2020-04-30

Compare v1.2.0 - v1.2.1

Added

  • HACS files 🎉
home-assistant-omnik-inverter - v1.2.0

Published by robbinjanssen over 4 years ago

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
home-assistant-omnik-inverter - v1.1.0

Published by robbinjanssen over 4 years ago

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.

home-assistant-omnik-inverter - v1.0.1

Published by robbinjanssen over 4 years ago

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

home-assistant-omnik-inverter - v1.0.0

Published by robbinjanssen over 4 years ago

v1.0.0 - 2020-03-22

Compare v0.0.5 - v1.0.0

Changed

  • Handle errors gracefully - #6

Thanks @gerard33 !

home-assistant-omnik-inverter - v0.0.5

Published by robbinjanssen over 4 years ago

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 !