Skip to content

Commit

Permalink
Add ETT eco mode switch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mletenay committed Apr 11, 2024
1 parent 573a64b commit 8ae172d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion goodwe/et.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class ET(Inverter):

Integer("load_control_mode", 47595, "Load Control Mode", "", Kind.AC),
Integer("load_control_switch", 47596, "Load Control Switch", "", Kind.AC),
Integer("load_control_soc", 47596, "Load Control SoC", "", Kind.AC),
Integer("load_control_soc", 47597, "Load Control SoC", "", Kind.AC),

Integer("fast_charging_power", 47603, "Fast Charging Power", "%", Kind.BAT),
)
Expand All @@ -397,6 +397,10 @@ class ET(Inverter):
PeakShavingMode("peak_shaving_mode", 47589, "Peak Shaving Mode"),

Integer("dod_holding", 47602, "DoD Holding", "", Kind.BAT),
Integer("backup_mode_enable", 47605, "Backup Mode Switch"),
Integer("max_charge_power", 47606, "Max Charge Power"),
Integer("smart_charging_enable", 47609, "Smart Charging Mode Switch"),
Integer("eco_mode_enable", 47612, "Eco Mode Switch"),
)

def __init__(self, host: str, comm_addr: int = 0, timeout: int = 1, retries: int = 3):
Expand Down

0 comments on commit 8ae172d

Please sign in to comment.