Commit bef358c
committed
Add support for WPE-I (brine/water, no DHW)
address #363
Panel verified against a WPE-I 08 HK 230 Premium: the WPE-I speaks the
same WPM protocol as the WPL models (temperatures, setpoints, heat
curves, energy counters, VERDICHTER_STARTS and efficiency all match the
panel exactly), so the variant builds on wxx_base.yaml and WPE_I joins
the existing property groups.
Properties it shares with other models live in common sections instead
of being repeated:
- WAERMEERTRAG_2WE_HEIZ_SUM_KWH/MWH move to the common block, they are
served by every family
- WP_WASSERVOLUMENSTROM, REGELABWEICHUNG and LAUFZEIT_VD_HEIZEN move to
a shared WPE_I/WPL_17 section
- LAUFZEIT_NHZ1, NHZ2 and NHZ1_2 move to a shared WPE_I/WPL_17/WPL_23
section
What is specific to the WPE-I:
- no integrated DHW, so it includes wxx_base.yaml rather than
wpl_base.yaml
- 0x02e2 is the water volume flow as on the WPL17, not the WPL13
WAERMEPUMPEN_STATUS word (raw 280/285 = 28.0/28.5 l/min next to
VOLUMENSTROM = 27.7 l/min). The WPE-I reports its own status on 0x4eda
(bit 4 = passive cooling active, verified by switching the pump to
standby and watching the valve follow) and the plant status arrives as
a broadcast towards the room unit, so both words are exposed as raw
sensors and only the verified bits become binary sensors.
- runtime counters, panel exact: LAUFZEIT_VD_HEIZEN 6327 h and
LAUFZEIT_NHZ1/NHZ2/NHZ1_2 0/0/4 h. LAUFZEIT_VD_KUEHLEN answers 0x8000
because the WPE-I only cools passively, so it is not exposed.
- MINTEMP/MAXTEMP (HK2) and REGELABWEICHUNG are clamped to their valid
range with ignore_out_of_range, so the marker words the WPM sends for
"AUS" (0x9000) and "not available" (0x8000) leave the entity
unavailable instead of publishing an impossible value
Unlike WPL_13 builds, WPE_I does not shift the Betriebsart raw value by
8 bits: the WPE-I sends PROGRAMMSCHALTER (0x4f1b) as a low byte (raw
0x02 = Programm, verified while the panel showed PROGRAMMBETRIEB).1 parent 4c1a851 commit bef358c
4 files changed
Lines changed: 145 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
176 | | - | |
177 | | - | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
351 | 360 | | |
352 | 361 | | |
353 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
354 | 366 | | |
355 | 367 | | |
356 | 368 | | |
| |||
359 | 371 | | |
360 | 372 | | |
361 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
362 | 382 | | |
363 | 383 | | |
364 | | - | |
365 | 384 | | |
366 | 385 | | |
367 | 386 | | |
368 | 387 | | |
369 | 388 | | |
370 | 389 | | |
371 | | - | |
372 | 390 | | |
373 | 391 | | |
374 | 392 | | |
| |||
422 | 440 | | |
423 | 441 | | |
424 | 442 | | |
425 | | - | |
426 | 443 | | |
427 | 444 | | |
428 | 445 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
0 commit comments