Skip to content

Commit 5dc30f5

Browse files
committed
2025.07.5
1 parent 0877e3d commit 5dc30f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

custom_components/solax_modbus/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"iot_class": "local_polling",
1111
"issue_tracker": "https://github.com/wills106/homsassistant-solax-modbus/issues",
1212
"requirements": ["pymodbus>=3.8.3"],
13-
"version": "2025.07.4"
13+
"version": "2025.07.5"
1414
}

custom_components/solax_modbus/plugin_solax.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3377,7 +3377,7 @@ def value_function_battery_voltage_cell_difference(initval, descr, datadict):
33773377
native_unit_of_measurement=PERCENTAGE,
33783378
register=0xB8,
33793379
entity_registry_enabled_default=False,
3380-
allowedtypes=HYBRID | GEN4 | GEN5,
3380+
allowedtypes=HYBRID | GEN4 | GEN5 | EPS,
33813381
),
33823382
SolaXModbusSensorEntityDescription(
33833383
name="EPS frequency",
@@ -3386,7 +3386,7 @@ def value_function_battery_voltage_cell_difference(initval, descr, datadict):
33863386
state_class=SensorStateClass.MEASUREMENT,
33873387
register=0xB9,
33883388
entity_registry_enabled_default=False,
3389-
allowedtypes=HYBRID | GEN4 | GEN5,
3389+
allowedtypes=HYBRID | GEN4 | GEN5 | GEN6 | EPS,
33903390
),
33913391
SolaXModbusSensorEntityDescription(
33923392
name="Language",
@@ -4969,7 +4969,7 @@ def value_function_battery_voltage_cell_difference(initval, descr, datadict):
49694969
register_type=REG_INPUT,
49704970
scale=0.01,
49714971
rounding=2,
4972-
allowedtypes=AC | HYBRID | EPS,
4972+
allowedtypes=AC | HYBRID | GEN3 | EPS,
49734973
),
49744974
SolaXModbusSensorEntityDescription(
49754975
name="Today's Solar Energy",

0 commit comments

Comments
 (0)