SunGather icon indicating copy to clipboard operation
SunGather copied to clipboard

Support for SH8.0RT-20

Open AlexanderLanin opened this issue 2 years ago • 2 comments

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 avatar Dec 21 '23 23:12 AlexanderLanin

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.

AlexanderLanin avatar Dec 22 '23 15:12 AlexanderLanin

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.

Octofinger avatar Dec 22 '23 16:12 Octofinger