-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New feature: - inverter type (MI or HM) is now automatically detected - compatybility 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.
- Loading branch information
Showing
7 changed files
with
778 additions
and
725 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
import logging | ||
|
||
__author__ = """Foo Bar""" | ||
__author__ = """Mariusz Wasiluk""" | ||
__email__ = '[email protected]' | ||
__version__ = '0.8.1' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.