Skip to content

Commit 2210e3b

Browse files
committed
Add new SolaX X1 Boost G3 serial number
Add a new SolaX X1 Boost G3 serial number based on the following specs: Model: SolaX X1 Boost 4.2T X1-4.2-T-D S/N: XBE422XXXXXXXX
1 parent c956058 commit 2210e3b

2 files changed

Lines changed: 5 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
@@ -8496,6 +8496,9 @@ async def async_determineInverterType(self, hub, configdict):
84968496
elif seriesnumber.startswith("XB3"):
84978497
invertertype = MIC | GEN2 | X1 # X1-Boost
84988498
self.inverter_model = "X1-Boost"
8499+
elif seriesnumber.startswith("XBE"):
8500+
invertertype = MIC | GEN2 | X1 # X1-Boost
8501+
self.inverter_model = "X1-Boost"
84998502
elif seriesnumber.startswith("XAT"):
85008503
invertertype = MIC | GEN2 | X1 # X1-Mini G3 #1340
85018504
self.inverter_model = "X1-Mini"

docs/compatible-inverters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ Known Serial Numbers
188188
- XB3
189189
- XMA
190190
- XM3
191+
- XBE
192+
- XAU
191193

192194
X1-Mini-G4
193195
Found to work using Modbus but does not work with any other polling period than default 15s

0 commit comments

Comments
 (0)