Releases: wimleers/homebridge-sma-home-manager
Releases · wimleers/homebridge-sma-home-manager
1.1.8
1.1.7
For homebridge/plugins#527: fix detection of invalid configuration.
Full Changelog: 1.1.6...1.1.7
1.1.6
For homebridge/plugins#527: log.warning()
→ log.warn()
.
Full Changelog: 1.1.5...1.1.6
1.1.5
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
- 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
1.1.2
1.1.1
- 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
Improved
- Stop using a hardcoded link-local address because Linux does not support it natively and SMA used this for multiple device types. Instead, use mDNS/DNS-SD to automatically discover the correct IP address. Fixes #3.
- Improve logging of discovered devices prior to launching.
Full Changelog: 1.0.2...1.1.0
1.0.2
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