Skip to content

Commit 0098f5c

Browse files
authored
Update plugin_growatt.py
1 parent 29ea96e commit 0098f5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

custom_components/solax_modbus/plugin_growatt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ def value_function_inverter_module(initval: int, descr: Any, datadict: dict[str,
802802
#
803803
###
804804
GrowattModbusNumberEntityDescription(
805+
ignore_readerror=True,
805806
name="VPP Time",
806807
key="vpp_time",
807808
register=30408,
@@ -2322,6 +2323,7 @@ def value_function_inverter_module(initval: int, descr: Any, datadict: dict[str,
23222323
internal=True,
23232324
),
23242325
GrowattModbusSensorEntityDescription(
2326+
ignore_readerror=True,
23252327
key="vpp_time",
23262328
register=30408,
23272329
allowedtypes=GEN3 | GEN4,

0 commit comments

Comments
 (0)