Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for SH8.0RT-20 #157

Open
AlexanderLanin opened this issue Dec 21, 2023 · 2 comments
Open

Support for SH8.0RT-20 #157

AlexanderLanin opened this issue Dec 21, 2023 · 2 comments

Comments

@AlexanderLanin
Copy link

Can you add support for device type 3602 = SH8.0RT-20

Compare: https://github.com/mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant/blob/c42255c9f841b0cc275b5bcec7918687b5c6cc61/modbus_sungrow.yaml#L1970

Maybe it would even be possible to support all unknown inverters?

@AlexanderLanin
Copy link
Author

Quick n dirty fix... at least it doesn't abort directly at startup...

in registers-sungrow.yaml search-replace "SH8.0RT", with "SH8.0RT","SH8.0RT-20", and add:

          - response: 0xE12
            value: "SH8.0RT-20"

to device_type_code.

@Octofinger
Copy link

Quick n dirty fix... at least it doesn't abort directly at startup...

in registers-sungrow.yaml search-replace "SH8.0RT", with "SH8.0RT","SH8.0RT-20", and add:

          - response: 0xE12
            value: "SH8.0RT-20"

to device_type_code.

Or even simpler, hard set your inverter model to SH8.0RT in config.yaml. Same registers so it will work the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants