Skip to content

Commit

Permalink
Add support for 3rd gen MS (MSC) Inverter
Browse files Browse the repository at this point in the history
Adds support for Single phase, Three string MS inverter with MSC in serial.
  • Loading branch information
ShannoG authored and mletenay committed Dec 18, 2023
1 parent d592b2a commit af031d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion goodwe/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

SINGLE_PHASE_MODELS = ["DSN", "DST", "NSU", "SSN", "SST", "SSX", "SSY", # DT
"MSU", "MST", "PSB", "PSC",
"MSC", # Found on third gen MS
"EHU", "EHR", "HSB", # ET
"ESN", "EMN", "ERN", "EBN", "HLB", "HMB", "HBB", "SPN"] # ES Gen 2

MPPT3_MODELS = ["MSU", "MST", "PSC",
MPPT3_MODELS = ["MSU", "MST", "PSC", "MSC",
"25KET", "29KET", "29K9ET", "30KET"]

MPPT4_MODELS = ["HSB"]
Expand Down

0 comments on commit af031d8

Please sign in to comment.