Commit 4afa0fe
committed
Vaillant VR_71: add keepValveOperable (4) to Mc{1,2,3}Operation status
The room controller writes status=4 in a short daily burst (~5 min) on
otherwise-off mixer circuits — a valve anti-seize / keep-valve-operable
maintenance run. The shared onoff type (0=off;1=on) doesn't cover it, so
HA's enum sensor rejected the value. Add a dedicated Values_McStatus enum
(off=0, on=1, keepValveOperable=4) for the three Mc status fields; pump
stays onoff. Verified: tsp compile --warn-as-error passes, emitted CSV =
0=off;1=on;4=keepValveOperable, tsp format clean.
Refs #6201 parent 9c3ed3a commit 4afa0fe
1 file changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
96 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
97 | 103 | | |
98 | 104 | | |
99 | 105 | | |
| |||
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
140 | 157 | | |
141 | 158 | | |
142 | 159 | | |
| |||
0 commit comments