Skip to content

Commit 8dd2f7d

Browse files
authored
Merge pull request #1487 from L-Mustang/x1_boost_sn
Add new SolaX X1 Boost G3 serial number
2 parents 8f85a6a + 2210e3b commit 8dd2f7d

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)