Skip to content

Commit 4561434

Browse files
committed
Enable runtime registers for X1
These were added for X3 but not X1. The docs don't explictly list them as X3 only.
1 parent cd8b221 commit 4561434

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
@@ -7712,7 +7712,7 @@ def value_function_battery_voltage_cell_difference(initval: int, descr: Any, dat
77127712
register_data_type=REGISTER_S32,
77137713
scale=0.1,
77147714
rounding=1,
7715-
allowedtypes=AC | HYBRID | X3,
7715+
allowedtypes=AC | HYBRID,
77167716
icon="mdi:timer",
77177717
),
77187718
SolaXModbusSensorEntityDescription(
@@ -7724,7 +7724,7 @@ def value_function_battery_voltage_cell_difference(initval: int, descr: Any, dat
77247724
register_data_type=REGISTER_S32,
77257725
scale=0.1,
77267726
rounding=1,
7727-
allowedtypes=AC | HYBRID | X3 | EPS,
7727+
allowedtypes=AC | HYBRID | EPS,
77287728
icon="mdi:timer",
77297729
),
77307730
SolaXModbusSensorEntityDescription(

0 commit comments

Comments
 (0)