Skip to content

Commit

Permalink
Merge pull request #121 from noahlvb/cooling-energy-support
Browse files Browse the repository at this point in the history
Added cooling energy (E3) support
  • Loading branch information
golles authored Jun 25, 2024
2 parents 4765177 + a49f171 commit 6d253c0
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 6d253c0

Please sign in to comment.