Skip to content

Commit

Permalink
2023.09.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wills106 authored Sep 26, 2023
1 parent 7f20703 commit ebf5a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solax_modbus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/wills106/homsassistant-solax-modbus/issues",
"requirements": ["pymodbus==3.5.2"],
"version": "2023.09.6"
"version": "2023.09.7"
}
1 change: 1 addition & 0 deletions custom_components/solax_modbus/plugin_sofar.py
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,7 @@ def determineInverterType(self, hub, configdict):
elif seriesnumber.startswith('ZM2E'): invertertype = HYBRID | X1 | GEN # HYDxxxxKTL ZCS HP, Single Phase
elif seriesnumber.startswith('SH3E'): invertertype = PV | X1 | GEN # 4.6 KTLM-G3
elif seriesnumber.startswith('SS2E'): invertertype = PV | X3 | GEN # 4.4 KTLX-G3
elif seriesnumber.startswith('SQ1ES1'): invertertype = PV | X3 | GEN # 100kW KTLX-G4
elif seriesnumber.startswith('SA1'): invertertype = PV | X1 # Older Might be single
elif seriesnumber.startswith('SB1'): invertertype = PV | X1 # Older Might be single
elif seriesnumber.startswith('SC1'): invertertype = PV | X3 # Older Probably 3phase
Expand Down

0 comments on commit ebf5a81

Please sign in to comment.