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
0x80 : Set Zone Setpoints, Byte[2] determines which Zones
0x40 : Unknown
0x20 : Set Hotwater Setpoint
0x10 : Unknown
0x08 : Set Heating Control Mode
0x04 : Set Hot Water Mode
0x02 : Unknown
0x01 : Set System Power Power
Z : Zones the Command Applies to
0x00 : Zone 1
0x01 : Zone 2 ( Probably )
0x02 : Both
P : System Power
0x00 : Standby
0x01 : Power On
DHW : Hot Water Mode
0x00 : Normal
0x01 : Eco
HC1 : Heating Control Mode Zone 1
0 : Temperature Mode
1 : Flow Control Mode
2 : Compensation Curve Mode
HC2 : Heating Control Mode Zone 2
0 : Temperature Mode
1 : Flow Control Mode
2 : Compensation Curve Mode
DHWSP : Hot Water Setpoint (Temperature * 100)
Z1SP : Zone 1 Setpoint (* 100)
Z2SP : Zone 1 Setpoint (* 100)
0x35 - Set Zone 1 Setpoint
Identified so far, this must do far more that this!
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0x35
0x02
Z1SP
Z1SP
Z1SP : Zone 1 Setpoint (* 100)
Get Request - Packet Type 0x42
Available Commands
Active commands so far identified, 0x00 to 0xff. Commands not listed appear to generate no resaponse. Some command listed have empty, payload 0x00, response.
Command
Brief Description
0x01
Time & Date
0x02
Unknown
0x03
Unknown
0x04
Unknown - Empty Response
0x05
Hot Water Boot Flag
0x06
Unknown - Empty Response
0x06
Unknown - Empty Response
0x07
Unknown
0x08
Unknown
0x09
Zone 1 & 2 Temperatures and Setpoints, Hot Water Setpoint
0x0b
Zone 1 & 2 and Outside
0x0c
Water Flow Temperatures
0x0d
Boiler Flow Temperatures
0x0e
Unknown
0x10
Unknown
0x11
Unknown
0x13
Unknown
0x14
Unknown
0x15
Unknown
0x16
Unknown - Empty Response
0x17
Unknown - Empty Response
0x18
Unknown - Empty Response
0x19
Unknown - Empty Response
0x1a
Unknown - Empty Response
0x1c
Unknown - Empty Response
0x1d
Unknown - Empty Response
0x1e
Unknown - Empty Response
0x1f
Unknown - Empty Response
0x20
Unknown - Empty Response
0x26
Various Operantion Mode Flags
0x27
Unknown
0x28
Various Operantion Mode Flags
0x29
Zone 1 & 2 Temperatures
0xa1
Unknown
0xa2
Unknown
0xa3
Unknown - Empty Response
Payload - All Commands
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Command
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Set Response - Packet Type 0x61
Available Commands
Active commands so far identified.
Command
Brief Description
0x00
OK
0x00 - OK , Command OK, or Just Format?
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Command
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Get Response - Packet Type 0x62
Resposes
Responses so far identified.
Command
Brief Description
0x01
Time & Date
0x05
Various Flags
0x09
Zone 1 & 2 Temperatures and Setpoints, Hot Water Setpoint
0x0b
Zone 1 & 2 and Outside Temperature
0x0c
Water Flow Temperatures
0x0d
Boiler Flow Temperatures
0x26
Various Operantion Mode Flags
0x28
Various Operantion Mode Flags
0x29
Zone 1 & 2 Temperatures
0x01 - Time & Date
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0x01
Y
M
D
h
m
s
Y: Year
M: Month
D: Day
h: Hour
m: Minute
s: Second
0x04 - Various Flags
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0x04
CF
CF : Compressor Frequency
0x05 - Various Flags
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0x05
HWB
HWB : Hot Water Boost
0x07
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0x07
P
P : Heater Power (kW)
0x09 - Zone 1 & 2 Temperatures and Setpoints, Hot Water Setpoint