Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 19:06
· 3 commits to main since this release

New feature:

  • inverter type (MI or HM) is now automatically detected
  • compatibility with pymodbus 3.7
  • added parameter communication parameter comm-reconnect-delay-max

Breaking changes:

  • removed parameter microinverter-type (no longer needed)
  • due to support for pymodbus 3.7 removed parameters:
    • comm-retry-on-empty
    • comm-close-comm-on-error
    • comm-strict
  • default value of comm-reconnect-delay changed to 0 (means reconnections are disabled).
    The previous value was big to achieve the same. However, the new value is the proper solution.