@@ -62,14 +62,14 @@ enum OpenThermMessageID {
62
62
TflowCH2, // f8.8 Flow water temperature CH2 circuit (°C)
63
63
Tdhw2, // f8.8 Domestic hot water temperature 2 (°C)
64
64
Texhaust, // s16 Boiler exhaust temperature (°C)
65
- TdhwSetUBTdhwSetLB, // s8 / s8 DHW setpoint upper & lower bounds for adjustment (°C)
65
+ TdhwSetUBTdhwSetLB = 48 , // s8 / s8 DHW setpoint upper & lower bounds for adjustment (°C)
66
66
MaxTSetUBMaxTSetLB, // s8 / s8 Max CH water setpoint upper & lower bounds for adjustment (°C)
67
67
HcratioUBHcratioLB, // s8 / s8 OTC heat curve ratio upper & lower bounds for adjustment
68
- TdhwSet, // f8.8 DHW setpoint (°C) (Remote parameter 1)
68
+ TdhwSet = 56 , // f8.8 DHW setpoint (°C) (Remote parameter 1)
69
69
MaxTSet, // f8.8 Max CH water setpoint (°C) (Remote parameters 2)
70
70
Hcratio, // f8.8 OTC heat curve ratio (°C) (Remote parameter 3)
71
- RemoteOverrideFunction, // flag8 / - Function of manual and program changes in master and remote room setpoint.
72
- OEMDiagnosticCode, // u16 OEM-specific diagnostic/service code
71
+ RemoteOverrideFunction = 100 , // flag8 / - Function of manual and program changes in master and remote room setpoint.
72
+ OEMDiagnosticCode = 115 , // u16 OEM-specific diagnostic/service code
73
73
BurnerStarts, // u16 Number of starts burner
74
74
CHPumpStarts, // u16 Number of starts CH pump
75
75
DHWPumpValveStarts, // u16 Number of starts DHW pump/valve
0 commit comments