Skip to content

Commit

Permalink
Merge pull request #1132 from TonyMathiesen/patch-1
Browse files Browse the repository at this point in the history
Growatt: Output power changed to S32
  • Loading branch information
wills106 authored Nov 13, 2024
2 parents ee74aab + 149a8ef commit 18dff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solax_modbus/plugin_growatt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2846,7 +2846,7 @@ def value_function_inverter_module(initval, descr, datadict):
state_class = SensorStateClass.MEASUREMENT,
register = 35,
register_type = REG_INPUT,
unit = REGISTER_U32,
unit = REGISTER_S32,
scale = 0.1,
rounding = 1,
allowedtypes = GEN2 | GEN3 | GEN4,
Expand Down

0 comments on commit 18dff93

Please sign in to comment.