Skip to content

Commit

Permalink
Add meter_target_power_offset
Browse files Browse the repository at this point in the history
  • Loading branch information
mletenay committed May 23, 2024
1 parent 9289cde commit 7c60cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions goodwe/et.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ class ET(Inverter):
Integer("work_mode", 47000, "Work Mode", "", Kind.AC),
Integer("dred", 47010, "DRED/Remote Shutdown", "", Kind.AC),

Integer("meter_target_power_offset", 47120, "Meter Target Power Offset", "W", Kind.AC),

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

Integer("grid_export", 47509, "Grid Export Enabled", "", Kind.GRID),
Expand Down

0 comments on commit 7c60cfb

Please sign in to comment.