Skip to content

Commit 0cfc2dd

Browse files
authored
Update plugin_growatt.py
1 parent db7e9ed commit 0cfc2dd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

custom_components/solax_modbus/plugin_growatt.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,6 +2334,16 @@ def value_function_inverter_module(initval: int, descr: Any, datadict: dict[str,
23342334
scale=1,
23352335
internal=True,
23362336
),
2337+
GrowattModbusSensorEntityDescription(
2338+
key="vpp_allow_ac_charging",
2339+
register=30410,
2340+
scale={
2341+
0: "Disabled",
2342+
1: "Enabled",
2343+
},
2344+
allowedtypes=GEN3 | GEN4,
2345+
internal=True,
2346+
),
23372347
GrowattModbusSensorEntityDescription(
23382348
name="Battery SOH",
23392349
key="battery_soh",

0 commit comments

Comments
 (0)