Skip to content

Releases: wimleers/homebridge-sma-home-manager

1.1.8

03 Sep 17:54
Compare
Choose a tag to compare

No more need for validation, because all config is now optional! 👍

1.1.7

13 Aug 10:22
Compare
Choose a tag to compare

For homebridge/plugins#527: fix detection of invalid configuration.

Full Changelog: 1.1.6...1.1.7

1.1.6

20 Jun 12:35
Compare
Choose a tag to compare

For homebridge/plugins#527: log.warning()log.warn().

Full Changelog: 1.1.5...1.1.6

1.1.5

14 Jun 11:28
Compare
Choose a tag to compare

Tweak the validation per @bwp91: avoid Homebridge crash loop when the plugin is misconfigured. See homebridge/plugins#527 (comment).

Full Changelog: 1.1.4...1.1.5

1.1.4

28 May 09:58
Compare
Choose a tag to compare
  • Add the validation requested by @bwp91 at homebridge/plugins#527.
  • Refine message in case of time offset of inverter <=1s yet the consumption being negative (impossible!).

Full Changelog: 1.1.3...1.1.4

1.1.3

30 Mar 11:28
Compare
Choose a tag to compare
  • Support for hybrid inverters: #13.
  • Logging of the SMA DeviceType, which should help with diagnosing device-specific edge cases going forward. Should help solve #5, #10 and #12 — all known issues 🤞

Full Changelog: 1.1.2...1.1.3

1.1.2

30 Mar 06:56
Compare
Choose a tag to compare
  • Prepare for adding hybrid inverter support in #13: move device class metadata out of the logic into a JSON file and log unknown device classes with more detail.

Full Changelog: 1.1.1...1.1.2

1.1.1

26 Mar 13:27
Compare
Choose a tag to compare
  • Improved firmware version parsing logic
  • SMA battery inverters & solar inverters are advertised identically using mDNS/DNS-SD. Now the device class is explicitly read, and connections to battery inverters are prevented. Support for battery inverters is not yet available, see #5.
  • When the solar inverter responds too slowly, an invalid measurement may be generated. When this is the case, drop the measurement and log a warning. See #9.

Full Changelog: 1.1.0...1.1.1

1.1.0

1.0.2

15 Mar 07:55
Compare
Choose a tag to compare

Chasing SMA firmware updates:

  • #4: Valid datagram found, but with unknown structure. Discarding. <Buffer 60 81> since solar inverter firmware 4.00.75.R. SMA introduced "Unicast protocol for reliable communication between inverter and meter" which caused this. See #4 (comment) for details.

Full Changelog: 1.0.1...1.0.2