Skip to content

Commit

Permalink
Adding plant total consumption of power
Browse files Browse the repository at this point in the history
  • Loading branch information
hultenvp authored Mar 22, 2024
1 parent cef6dbf commit 4108136
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/solis/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,14 @@
SensorStateClass.MEASUREMENT,
GRID_REACTIVE_PHASE3_POWER
],
'planttotalconsumptionpower': [
'Plant Total Consumption power',
UnitOfPower.WATT,
'mdi:home-import-outline',
SensorDeviceClass.POWER,
SensorStateClass.MEASUREMENT,
PLANT_TOTAL_CONSUMPTION_POWER
],
'batstateofhealth': [
'Battery State Of Health',
PERCENTAGE,
Expand Down

0 comments on commit 4108136

Please sign in to comment.