Skip to content

Commit

Permalink
Update plugin_growatt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyMathiesen authored Oct 15, 2024
1 parent 201fd1f commit 5a3bf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/solax_modbus/plugin_growatt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,14 +1052,14 @@ def value_function_run_mode(initval, descr, datadict):
key = "active_power_limit",
register = 3,
allowedtypes = ALL_GEN_GROUP,
internal =
internal = True,
),
GrowattModbusSensorEntityDescription(
key = "reactive_power_limit",
register = 4,
unit = REGISTER_S16,
allowedtypes = ALL_GEN_GROUP,
internal =
internal = True,
),
GrowattModbusSensorEntityDescription(
name = "Firmware Version",
Expand Down

0 comments on commit 5a3bf73

Please sign in to comment.