Skip to content

Commit 6a08472

Browse files
authored
Merge pull request #2089 from TCWORLD/missing-gen5-sensors
Re-enable EPS Mute Sensor for GEN4/5
2 parents 5c6f64c + 254ffa3 commit 6a08472

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

custom_components/solax_modbus/plugin_solax.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4768,19 +4768,7 @@ def value_function_battery_voltage_cell_difference(initval: int, descr: Any, dat
47684768
0: "Off",
47694769
1: "On",
47704770
},
4771-
allowedtypes=AC | HYBRID | GEN2 | GEN3 | EPS,
4772-
icon="mdi:volume-mute",
4773-
),
4774-
SolaXModbusSensorEntityDescription(
4775-
name="EPS Mute",
4776-
key="eps_mute",
4777-
register=0xB7,
4778-
scale={
4779-
0: "Off",
4780-
1: "On",
4781-
},
4782-
allowedtypes=AC | HYBRID | GEN4 | GEN5 | EPS,
4783-
modbus_min=102,
4771+
allowedtypes=AC | HYBRID | GEN2 | GEN3 | GEN4 | GEN5 | EPS,
47844772
icon="mdi:volume-mute",
47854773
),
47864774
SolaXModbusSensorEntityDescription(

0 commit comments

Comments
 (0)