Skip to content

Commit 350efdc

Browse files
committed
Allow Pgrid Bias for Modbus protocol 100
1 parent 10d2d42 commit 350efdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/solax_modbus/plugin_solax.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3749,7 +3749,7 @@ def value_function_battery_voltage_cell_difference(initval: int, descr: Any, dat
37493749
2: "Inverter",
37503750
},
37513751
allowedtypes=AC | HYBRID | GEN4 | GEN5,
3752-
modbus_min=101,
3752+
modbus_min=100,
37533753
icon="mdi:dip-switch",
37543754
),
37553755
SolaxModbusSelectEntityDescription(
@@ -4678,7 +4678,7 @@ def value_function_battery_voltage_cell_difference(initval: int, descr: Any, dat
46784678
2: "Inverter",
46794679
},
46804680
allowedtypes=AC | HYBRID | GEN4 | GEN5,
4681-
modbus_min=101,
4681+
modbus_min=100,
46824682
internal=True,
46834683
),
46844684
SolaXModbusSensorEntityDescription(

0 commit comments

Comments
 (0)