Skip to content

Commit

Permalink
Support Solis S5-GR3P 5-20K
Browse files Browse the repository at this point in the history
  • Loading branch information
wills106 committed Mar 16, 2024
1 parent 1dca631 commit b9d899a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/solax_modbus/plugin_solis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2419,6 +2419,7 @@ async def async_determineInverterType(self, hub, configdict):
elif seriesnumber.startswith('1033'): invertertype = HYBRID | X3 # Hybrid Gen6 10kW - HV
elif seriesnumber.startswith('110C'): invertertype = HYBRID | X3 # Hybrid Gen5 0CA2 / 0C92 10kW - HV
elif seriesnumber.startswith('114C'): invertertype = HYBRID | X3 # Hybrid Gen5 10kW - HV
elif seriesnumber.startswith('1805'): invertertype = HYBRID | X3 # PV Only Gen5 5-20kW
elif seriesnumber.startswith('6031'): invertertype = HYBRID | X1 # Hybrid Gen5 3105 / 3122 Model 6kW - 48V
elif seriesnumber.startswith('1031'): invertertype = HYBRID | X1 # Hybrid Gen5 3104 Model 5kW - 48V
#elif seriesnumber.startswith('abc123'): invertertype = PV | X3 # Comment
Expand Down

0 comments on commit b9d899a

Please sign in to comment.