Skip to content

Commit f8ba749

Browse files
committed
2026.05.4
1 parent 65e4dc9 commit f8ba749

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

custom_components/solax_modbus/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"iot_class": "local_polling",
1111
"issue_tracker": "https://github.com/wills106/homsassistant-solax-modbus/issues",
1212
"requirements": ["pymodbus>=3.8.3"],
13-
"version": "2026.05.3"
13+
"version": "2026.05.4"
1414
}

custom_components/solax_modbus/plugin_growatt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9652,6 +9652,8 @@ async def async_determineInverterType(self, hub: Any, configdict: dict[str, Any]
96529652
# elif seriesnumber.startswith('???'): invertertype = HYBRID | GEN4 | X1 # MOD 3000 TL3-XH Hybrid, 2 MPPT
96539653
elif seriesnumber.startswith("XHL"):
96549654
invertertype = HYBRID | GEN4 | X1 # MOD 4000 TL3-XH Hybrid, 2 MPPT
9655+
elif seriesnumber.startswith("DPS"):
9656+
invertertype = HYBRID | GEN4 | X3 # MOD 5000 TL3-HU Hybrid, 2 MPPT
96559657
elif seriesnumber.startswith("PYL"):
96569658
invertertype = HYBRID | GEN4 | X3 # MOD 5000 TL3-XH Hybrid, 2 MPPT
96579659
elif seriesnumber.startswith("JCM"):

0 commit comments

Comments
 (0)