From 149a8ef4bdc83402269cd31348476461223d0668 Mon Sep 17 00:00:00 2001 From: TonyMathiesen <95135900+TonyMathiesen@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:43:16 +0100 Subject: [PATCH] Update plugin_growatt.py Minor change. Output power changed to S32 --- custom_components/solax_modbus/plugin_growatt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/solax_modbus/plugin_growatt.py b/custom_components/solax_modbus/plugin_growatt.py index dae70c92..92a1b0b3 100644 --- a/custom_components/solax_modbus/plugin_growatt.py +++ b/custom_components/solax_modbus/plugin_growatt.py @@ -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,