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
/** DHW_OPMode: operation mode of the domestic hot water circuit set implicitly (0 = off, 1 = on, 2 = auto, 3 = auto sunday, 4 = party, 6 = one time tank loading, 7 = holiday) */
261
+
/** DHW_OPMode: operation mode of the domestic hot water circuit */
262
262
@ext(0x42, 0)
263
-
modelHwcOPModeisReadonlyRegister<UCH>;
263
+
modelHwcOPModeisReadonlyRegister<hwcmode7>;
264
264
265
265
/** BMUB51101_DHWState: flame is on because of either tapping or tank loading */
266
266
@ext(0x75, 0)
267
-
modelBMUB51101HwcStateisReadonlyRegister<UCH>;
267
+
modelBMUB51101HwcStateisReadonlyRegister<onoff>;
268
268
269
269
/** B51000SetPointLoadingPump: loading pump's setpoint sent via B5 10 00 to the BMU */
Copy file name to clipboardExpand all lines: src/vaillant/15.430.tsp
+5-16Lines changed: 5 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -116,14 +116,9 @@ namespace _430 {
116
116
@ext(0x12, 0)
117
117
modelHolidayEndPeriodisRegister<date>;
118
118
119
-
/** DHW_OPMode */
120
-
@inherit(r, w)
119
+
/** DHW_OPMode: operation mode of the domestic hot water circuit */
121
120
@ext(0x42, 0)
122
-
modelHwcOPMode {
123
-
/** operation mode of the domestic hot water circuit */
124
-
@values(Values_HwcOPMode)
125
-
value:UCH;
126
-
}
121
+
modelHwcOPModeisRegister<hwcmode7>;
127
122
128
123
/** DHW_DesiredTemp: setpoint of domestic hot water circuit */
129
124
@ext(0x44, 0)
@@ -241,7 +236,7 @@ namespace _430 {
241
236
242
237
/** ContinuosHeating: -26=off, when the outside temperature falls below this threshold temperature the continuous heating function is started (off <=> function is disabled) */
243
238
@ext(0x4f, 0)
244
-
modelContinuosHeatingisInstallRegister<SCH>;
239
+
modelContinuosHeatingisInstallRegister<temps>;
245
240
246
241
/** PreheatingTime: in steps of 10, maximum time of enabling the heating before the heating time window starts */
247
242
@ext(0x50, 0)
@@ -329,7 +324,7 @@ namespace _430 {
329
324
330
325
/** RaumTempOffsetEigenErwaerm: room temperature intrinsic heating offset */
/** ContinuosHeating: -26=off, when the outside temperature falls below this threshold temperature the continuous heating function is started (off <=> function is disabled) */
321
321
@ext(0x4f, 0)
322
-
modelContinuosHeatingisInstallRegister<SCH>;
322
+
modelContinuosHeatingisInstallRegister<temps>;
323
323
324
324
/** PreheatingTime: in steps of 10, maximum time of enabling the heating before the heating time window starts */
0 commit comments