Skip to content

Releases: cdpuk/givenergy-local

v2.1.0-beta1

04 Feb 10:18
Compare
Choose a tag to compare
v2.1.0-beta1 Pre-release
Pre-release

Beta testing release - not for general use.

  • On first connection, attempts to detect inverter capabilities that vary between models
  • Adds support for battery pause mode, based on the above

Full Changelog: v2.0.2...v2.1.0-beta1

v2.0.3

04 Feb 14:57
Compare
Choose a tag to compare

Minor change to logging to help trace issues when converting register values.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

03 Feb 11:36
Compare
Choose a tag to compare

Improved handling of a couple of edge cases:

  • Whe bad data is returned from an inverter, don't allow this to prevent future refresh operations working.
  • Add a small delay between refresh operations when they fail. This appears to improve stability.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

30 Jan 20:47
Compare
Choose a tag to compare

No functional changes. Only additional logging to assist with debugging.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

29 Jan 20:49
896345c
Compare
Choose a tag to compare

This represents a major update to the underlying modbus communication technique, which brings a number of benefits:

  • More stable polling, with the update rate increased from 30s to 10s.
  • Compatibility with new inverter models and updated firmware.
  • A platform that can be extended with new features as required.

The only breaking change is the removal of two deprecated services for setting the inverter charge/discharge rates. Despite the major changes under the hood, the entities provided by the integration remain the same, making an upgrade straightforward.

Full Changelog: v1.9.1...v2.0.0

v2.0.0-alpha8

28 Jan 20:11
Compare
Choose a tag to compare
v2.0.0-alpha8 Pre-release
Pre-release
  • Fix data quality checks

Full Changelog: v2.0.0-alpha7...v2.0.0-alpha8

v2.0.0-alpha7

28 Jan 10:29
Compare
Choose a tag to compare
v2.0.0-alpha7 Pre-release
Pre-release
  • Expanded data quality checks
  • Transparently retry when bad data is returned

Full Changelog: v2.0.0-alpha6...v2.0.0-alpha7

v2.0.0-alpha6

26 Jan 22:49
Compare
Choose a tag to compare
v2.0.0-alpha6 Pre-release
Pre-release
  • Fixed missing await on switch functions
  • Poll frequency increased from 30s to 10s
  • Reinstated data quality checks
  • Allowed for requests to be retried, and fixed retry behaviour in imported library
  • Merged mainline change that fixes deprecated constants

Full Changelog: v2.0.0-alpha5...v2.0.0-alpha6

v1.9.1

26 Jan 19:37
4d2771e
Compare
Choose a tag to compare

What's Changed

  • Replace deprecated constants by @cdpuk in #73

Full Changelog: v1.9.0...v1.9.1

v2.0.0-alpha5

25 Jan 22:03
Compare
Choose a tag to compare
v2.0.0-alpha5 Pre-release
Pre-release

Possible fix for stability issues.

Full Changelog: v2.0.0-alpha4...v2.0.0-alpha5