Skip to content

Release v2.0.3

Choose a tag to compare

@WillCodeForCats WillCodeForCats released this 04 Jul 00:20
· 1844 commits to main since this release
38c4bee

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

Full Changelog: v2.0.2...v2.0.3