Skip to content

Commit 739a847

Browse files
authored
Merge pull request #2247 from TCWORLD/growatt-30ktl3-xh
Add alternate series prefix for Growatt MID 30KTL3-XH 30kW
2 parents 36c01e0 + cc17c57 commit 739a847

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/solax_modbus/plugin_growatt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9683,6 +9683,7 @@ def value_function_inverter_module(initval: int, descr: Any, datadict: dict[str,
96839683
"KMN": HYBRID | GEN4 | X3, # MID 17000 TL3-XH Hybrid, 2 MPPT
96849684
"KNN": HYBRID | GEN4 | X3 | MPPT3, # MID 25000 TL3-XH Hybrid, 3 MPPT
96859685
"RKM": HYBRID | GEN4 | X3 | MPPT3, # MID 30000 TL3-XH Hybrid, 3 MPPT
9686+
"DLP": HYBRID | GEN4 | X3 | MPPT3, # MID 30000 TL3-XH Hybrid, 3 MPPT
96869687
# MOD BP hybrid
96879688
"FMP": HYBRID | GEN4 | X3, # MOD 5000 TL3-XH (BP) Hybrid, 2 MPPT
96889689
"FPP": HYBRID | GEN4 | X3, # MOD 7000 TL3-XH (BP) Hybrid, 2 MPPT

0 commit comments

Comments
 (0)