Skip to content

Commit

Permalink
Added cooling energy (E3) support
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlvb committed Jun 25, 2024
1 parent 4765177 commit a49f171
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/kamstrup_403/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
device_class=SensorDeviceClass.ENERGY,
state_class=SensorStateClass.TOTAL_INCREASING,
),
SensorEntityDescription(
key="63", # 0x003F
name="Cooling Energy (E3)",
icon="mdi:snowflake",
device_class=SensorDeviceClass.ENERGY,
state_class=SensorStateClass.TOTAL_INCREASING,
entity_registry_enabled_default=False,
),
SensorEntityDescription(
key="80", # 0x0050
name="Power",
Expand Down

0 comments on commit a49f171

Please sign in to comment.