Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions custom_components/givenergy_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/dewet22/givenergy-hass/issues",
"requirements": [
"givenergy-modbus>=2.0.0,<3.0.0"
"givenergy-modbus>=2.0.3,<3.0.0"
],
"version": "1.0.1"
"version": "1.0.2"
}
6 changes: 0 additions & 6 deletions custom_components/givenergy_local/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,12 +626,6 @@ class GivEnergyCoordinatorSensorDescription(SensorEntityDescription):
),
# --- Diagnostic ---
GivEnergyInverterSensorDescription(
# The raw register at IR(47):IR(48) is already in hours of operation,
# despite the field name suggesting otherwise. Earlier code divided by
# 3600 assuming seconds, which produced values ~3600× too small (e.g.
# ~10h after several years of operation). Tracked upstream at
# givenergy-modbus#84 — once the library annotates the unit explicitly
# this comment can come out.
key="work_time_total",
name="Work Time Total",
native_unit_of_measurement=UnitOfTime.HOURS,
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading