Releases: WillCodeForCats/solaredge-modbus-multi
Release v2.0.3-battery.8
Please report results to issue #22
Release v2.0.3-battery.7
Please report results to issue #22
Release v2.0.3-battery.6
Please report results to issue #22
Release v2.0.3-battery.5
Please report results to issue #22
Release v2.0.3-battery.4
This pre-release adds sensors for batteries. Please report problems to issue #22
Release v2.0.3-battery.3
Release v2.0.3-battery.2
Release v2.0.3-battery.1
I used a modbus simulator to find some mistakes in the battery device class code. This should create devices for batteries, but no sensors yet. Please report results to issue #22
- Check for duplicate battery serial numbers
- Battery fixes using modbus simulator
- Fix coding errors in untested sections.
Release v2.0.3
New feature: keep modbus connection open. When enabled, the connection will be left open between polling intervals. The default behavior is to close the connection to the inverter after collecting data from it. It's possible this may help with some connection issues reported, or it may not, either way it's now an option to use both connection methods.
With the addition of this option, the minimum polling interval has been changed to 1 second from 10 seconds. Any polling interval shorter than 10 seconds will force-enable the keep modbus connection open feature (a warning will be logged if this happens).
What's Changed
- New config option: keep connection open by @WillCodeForCats in #54
Full Changelog: v2.0.2...v2.0.3
Release v2.0.2
New Polish translation from @bdkacz and changed the log level for the duplicate meter check added in v2.0.1 from error to warning.
What's Changed
- Add Polish language translation from @bdkacz #39 by @WillCodeForCats in #52
- Change log level for duplicate meter to 'warning' by @WillCodeForCats in #53
Full Changelog: v2.0.1...v2.0.2