Skip to content

V0.0.14: Improved support for Legacy, diagnostics, token cache and documentation

Compare
Choose a tag to compare
@catsmanac catsmanac released this 18 Aug 19:27
· 102 commits to main since this release
4dd10e1

This version reports battery charged / discharged entities as not available. V0.0.15 is available that fixes this.

  • Fix issues for Legacy ENVOY R/LCD.

    • Do not try to get / access inverter data
    • Do not try to get /access production.json data
    • Do not use authorization headers
    • Do not try to get /access grid status
  • Enable diagnostics option to download diagnostic data

  • Do not reveal token in debug log. Only show first 10 characters or show message token is hidden

  • Do not send username/password when accessing inverters while using tokens

  • Replace use of Enlighten login form by login.json site

  • Cache token in HA store and always use it first, unless expired. Non need to access Enphase site at reload or HA restart

  • Migrate documentation made during DEV-2-core work into readme.md and point to it for documentation and in HACS

  • Show firmware version on device info and in diagnostics, read info.xml 1/hour.

This update is the result of the stopped effort to make this custom integration the successor of the HA core version. That effort was superseded by an other new build HA Core Enphase Envoy integration. All tested code of the effort is now migrated back into this custom repository.