You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add BL/WW circuit support with circuit-type sensor filtering (v0.13.0)
Merge community PR #2 (BL + WW circuits) with added circuit_types filter
to prevent sensors appearing on wrong circuit types. Bump version to 0.13.0.
New sensors: BL (temp, operating hours, energy), WW (temp top/bottom),
HK (flow temp, room temp target). Energy unit (MWh) pending verification.
Co-Authored-By: Babur <bduisenov@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,12 @@ Plants and circuits are discovered automatically from your account.
37
37
- Shows user-defined program names from the Hoval app
38
38
- Current program pre-selected
39
39
40
-
**Sensor entities** (per circuit):
41
-
- Outside temperature, exhaust temperature
42
-
- Air volume, humidity (actual), humidity (target)
43
-
- Operation mode, active week program, active day program, program air volume
40
+
**Sensor entities** (per circuit, filtered by type):
41
+
-**HV:** Outside temperature, exhaust temperature, air volume, humidity (actual/target), program air volume
42
+
-**HK:** Outside temperature, flow temperature (actual/target), room temperature setpoint
43
+
-**BL:** Heat generator temperature (actual/target), return temperature, operating hours, operating hours >50%, switching cycles, heat produced, electrical energy consumed
44
+
-**WW:** Hot water setpoint, tank temperature top (SF1), tank temperature bottom (SF2)
45
+
-**All:** Operation mode, active week program, active day program
44
46
45
47
**Plant-level sensors:**
46
48
- Weather condition and forecast temperature
@@ -69,7 +71,8 @@ Plants and circuits are discovered automatically from your account.
69
71
70
72
### Known Limitations
71
73
72
-
-**HV and HK circuits only.** Boiler (BL), warm water (WW), solar (SOL), and other circuit types are not yet implemented.
74
+
-**HV, HK, BL, and WW circuits only.** Solar (SOL), fresh water (FRIWA), and other circuit types are not yet implemented.
75
+
-**BL energy sensors (MWh):** Heat produced and electrical energy consumed are displayed in MWh — unit not yet verified against all Hoval models, may need adjustment.
73
76
-**No time program editing.** Time programs can be read but not modified through the integration.
74
77
-**No energy/temperature history.** Historical statistics endpoints are documented but not yet integrated.
0 commit comments