Skip to content

Commit 8ea3fc5

Browse files
authored
Merge pull request #2212 from schnajpa-ship-it/main
fix(mega_forth): add MPPT6 flag to X3-MEGA 40kW G2 invertertype
2 parents 0a3b0ab + 76dbc79 commit 8ea3fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/solax_modbus/plugin_solax_mega_forth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ async def async_determineInverterType(self, hub: Any, configdict: dict[str, Any]
10331033

10341034
# derive invertertupe from seriiesnumber
10351035
if seriesnumber.startswith("X3G04"):
1036-
invertertype = MAX | GEN2 # MAX G2
1036+
invertertype = MAX | GEN2 | MPPT6 # MAX G2
10371037
self.inverter_model = "X3 - MEGA 40kW - G2"
10381038
elif seriesnumber.startswith("X3G05"):
10391039
invertertype = MAX | GEN2 | MPPT5 # MAX MEGA G2

0 commit comments

Comments
 (0)