Skip to content

Commit 7921e02

Browse files
authored
Update plugin_solax.py
Add new SolaX X1 Boost G3 serial numbers. Add a new SolaX X1 Boost G3 serial numbers based on the following specs: Model: SolaX X1 Boost 3.0T X1-3.0-T-D S/N: XBU302XXXXXXXX Model: SolaX X1 Boost 3.6T X1-3.6-T-D S/N: XBU3622XXXXXXXX
1 parent b86c349 commit 7921e02

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

custom_components/solax_modbus/plugin_solax.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8526,6 +8526,9 @@ async def async_determineInverterType(self, hub, configdict):
85268526
elif seriesnumber.startswith("XBE"):
85278527
invertertype = MIC | GEN2 | X1 # X1-Boost
85288528
self.inverter_model = "X1-Boost"
8529+
elif seriesnumber.startswith("XBU"):
8530+
invertertype = MIC | GEN2 | X1 # X1-Boost
8531+
self.inverter_model = "X1-Boost"
85298532
elif seriesnumber.startswith("XAT"):
85308533
invertertype = MIC | GEN2 | X1 # X1-Mini G3 #1340
85318534
self.inverter_model = "X1-Mini"

0 commit comments

Comments
 (0)