Skip to content

Commit

Permalink
fix: Compressor frequency register address
Browse files Browse the repository at this point in the history
  • Loading branch information
alepee committed Nov 17, 2024
1 parent 6f05a68 commit 6b7dd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/hitachi_yutaki/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"pool_temp": 1083,
"compressor_current": 1214,
"compressor_frequency": 1212,
"power_consumption": 1098,
}

# R134a specific registers (S80 only)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/hitachi_yutaki/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class HitachiYutakiSensorEntityDescription(SensorEntityDescription):
device_class=None,
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfFrequency.HERTZ,
register_key="inverter_frequency",
register_key="compressor_frequency",
entity_category=EntityCategory.DIAGNOSTIC,
),
HitachiYutakiSensorEntityDescription(
Expand Down

0 comments on commit 6b7dd47

Please sign in to comment.