Commit 6340ded
committed
vaillant: restore E7000 system manager (15.e7000) lost in TypeSpec migration
The legacy ebusd-2.1.x tree shipped `en/vaillant/15.e7000.csv` defining
the VRC E7000 system manager — sibling to the VRC 700, paired with the
HMU01 heat-pump indoor unit. During the TypeSpec migration the E7000
was not ported, even though 15.e7c, 15.e7f, 15.e7f_2 were. The CSV is
still present in `archived/`.
This restores it with the subset known to respond on Vaillant E7000
SW=0608 HW=7003 (paired with HMU01 SW=0306 HW=8802, a Saunier Duval
rebadge). Notably restores `HwcStorageTemp` — the DHW cylinder probe
reading, which on this controller is the only place the tank temperature
is exposed (the HMU's `Status01.storage` slot returns the sentinel, and
T.1.44 / TestCylinderTemp returns the placeholder `04 2c 01 ff ff`).
Verified ebusctl read after deployment:
e7000 HwcStorageTemp = 45 (°C, follows the expected 50→55 sawtooth)
e7000 HwcFlowTemp = 0.0
The earlier HMU passive-snoop attempt (`HwcStorageTemp` on the b5 07 09 00
exchange) was a mis-identification — that field reads 30–70 °C on a
minutes-timescale, inconsistent with a 200 L cylinder. Reverted.1 parent 9c3ed3a commit 6340ded
2 files changed
Lines changed: 81 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| 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 | + | |
0 commit comments