-
Notifications
You must be signed in to change notification settings - Fork 9
1030: Mixing Zone Valve Configuration
David Bonnes edited this page Jan 20, 2021
·
2 revisions
1030
is for the configuration of a zone of type: Mixing Zone Vale (these use a HM80):
095 I --- --:------ --:------ 12:259810 1030 016 01C80137C9010FCA0196CB010FCC0101
074 I --- 01:145038 --:------ 01:145038 1030 016 0AC80137C9010FCA0196CB010FCC0101
Note the payload starts with a zone_idx
(00
-0B
), and:
0A C8-0137 C9-010F CA-0196 CB-010F CC-0101
Python code is:
param_name = {
"C8": "max_flow_setpoint", # 55 (0-99)
"C9": "min_flow_setpoint", # 13 (0-50)
"CA": "valve_run_time", # 150 (0-240), aka actuator_run_time
"CB": "pump_run_time", # 15 (0-99)
"CC": "unknown", # ?boolean?
}
That is, there is an array of 5 parameters where, after ignoring the first byte (which is always 0x01
):
-
C8
is Max Flow Setpoint (0-99 C, default 55 is0x37
) -
C9
is Min Flow Setpoint (0-50 C, default 15 is0x0F
) -
CA
is Valve Run Time (10-240 secs, default 150 is0x96
) -
CB
is Pump Run Time (0-99 mins, default 15 is0x0F
) -
CC
is unknown (appears to be always0x01
)
0001
RF Check0004
Zone name0008
Relay demand0009
Relay failsafe000A
Zone config000C
Zone actuators0016
RF signal test0100
Localisation0404
Zone schedule0418
System fault1030
Mix zone config1060
Battery state10A0
DHW setpoint10E0
Device info1100
Boiler relay info1260
DHW temperature12B0
Window sensor1F09
System Sync1F41
DHW mode1FC9
RF bind1FD4
Opentherm ticker22C9
UFH setpoint22D9
Boiler setpoint2309
Zone setpoint2349
Setpoint override2E04
Controller mode30C9
Zone temperature313F
System datetime3150
Heat demand3220
Opentherm message3B00
Actuator sync3EF0
Actuator info3EF1
Actuator unknown
0002
External sensor0005
Zone management0006
Schedule sync000E
Unknown01D0
Unknown01E9
Unknown042F
Unknown1280
Outdoor humidity1290
Outdoor temp12A0
Indoor humidity2249
Now/next setpoint22D0
UFH unknown22F1
Ventilation unit command22F3
Ventilation unit temp. high2389
Unknown2D49
Unknown3120
Unknown31D9
HVAC Unknown31DA
HVAC Unknown31E0
HVAC Unknown