diff --git a/goodwe/dt.py b/goodwe/dt.py index 1b248b0..f7f6c86 100644 --- a/goodwe/dt.py +++ b/goodwe/dt.py @@ -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 diff --git a/goodwe/et.py b/goodwe/et.py index 275bca0..174779d 100644 --- a/goodwe/et.py +++ b/goodwe/et.py @@ -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),