Skip to content

Commit

Permalink
fix: clarify grid_export setting name
Browse files Browse the repository at this point in the history
  • Loading branch information
piomar123 authored and mletenay committed Jul 31, 2024
1 parent f370c7b commit 49bc95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions goodwe/dt.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ class DT(Inverter):
Timestamp("time", 40313, "Inverter time"),

Integer("shadow_scan", 40326, "Shadow Scan", "", Kind.PV),
Integer("grid_export", 40327, "Grid Export Enabled", "", Kind.GRID),
Integer("grid_export", 40327, "Grid Export Limit Enabled", "", Kind.GRID),
Integer("grid_export_limit", 40328, "Grid Export Limit", "%", Kind.GRID),
Integer("start", 40330, "Start / Power On", "", Kind.GRID),
Integer("stop", 40331, "Stop / Power Off", "", Kind.GRID),
Integer("restart", 40332, "Restart", "", Kind.GRID),
Integer("grid_export_hw", 40345, "Grid Export Enabled (HW)", "", Kind.GRID),
Integer("grid_export_hw", 40345, "Grid Export Limit Enabled (HW)", "", Kind.GRID),
)

# Settings for single phase inverters
Expand Down
2 changes: 1 addition & 1 deletion goodwe/et.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class ET(Inverter):

Integer("battery_soc_protection", 47500, "Battery SoC Protection", "", Kind.BAT),

Integer("grid_export", 47509, "Grid Export Enabled", "", Kind.GRID),
Integer("grid_export", 47509, "Grid Export Limit Enabled", "", Kind.GRID),
Integer("grid_export_limit", 47510, "Grid Export Limit", "W", Kind.GRID),
Integer("ems_power_mode", 47511, "EMS Power Mode", "", Kind.BAT),
Integer("ems_power", 47512, "EMS Power", "W", Kind.BAT),
Expand Down

0 comments on commit 49bc95c

Please sign in to comment.