Skip to content

Commit 69cab84

Browse files
committed
Disable 'house_normal_load' when not using EPS
This calculates total load minus backup power. When EPS is disabled the result is unknown as the backup power sensor is not enabled.
1 parent a221edf commit 69cab84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/solax_modbus/plugin_solinteg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,7 @@ class SolintegModbusSensorEntityDescription(BaseModbusSensorEntityDescription):
16241624
native_unit_of_measurement=UnitOfPower.WATT,
16251625
device_class=SensorDeviceClass.POWER,
16261626
state_class=SensorStateClass.MEASUREMENT,
1627+
allowedtypes=HYBRID | ALL_EPS_GROUP,
16271628
icon="mdi:home",
16281629
),
16291630
# internal sensors are only used for polling values for selects, etc

0 commit comments

Comments
 (0)