Skip to content

Commit 69e7e69

Browse files
authored
Merge pull request #2074 from rosenrot00/patch-17
Move Solax MPPT Count to Diagnostics
2 parents 3bf298d + 0106194 commit 69e7e69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/solax_modbus/plugin_solax.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6648,6 +6648,7 @@ def value_function_battery_voltage_cell_difference(initval: int, descr: Any, dat
66486648
register=0x1B,
66496649
register_type=REG_INPUT,
66506650
allowedtypes=HYBRID | GEN4 | GEN5 | GEN6,
6651+
entity_category=EntityCategory.DIAGNOSTIC,
66516652
),
66526653
SolaXModbusSensorEntityDescription(
66536654
name="Battery Capacity",

0 commit comments

Comments
 (0)