Target temperature ranges
SET/GET target temperature ranges (reparate ranges for cooling and heating)
These commands are available for devices with firmware version β₯ 1.6
These commands are used to set/get the possible min. and max. target temperature values of heating and cooling mode.
Byte index
Hex value - Meaning
0
16 β The command code.
1
XX β Heating target temp. limit min. Default value: 0x05 (5Β°C).
2
XX β Heating target temp. limit max. Default value: 0x1E (30Β°C).
3
XX β Cooling target temp. limit min. Default value: 0x05 (5Β°C).
4
XX β Cooling target temp. limit max. Default value: 0x1E (30Β°C).
Example command: 0x161018141D: β Sets the target temp. limit min to 16Β°C and the target temp. limit max. to 24Β°C of heating mode; β Sets the target temp. limit min to 20Β°C and the target temp. limit max. to 29Β°C of cooling mode.
The allowed temperature range is 5...30Β°C (1Β°C resolution) for both heating and cooling mode.
SET/GET target temperature range (single range for cooling and heating)
These commands are available for devices with firmware versions β€ 1.5 and β₯ 1.8
These commands are used to set/get the possible min. and max. target temperature values.
Byte index
Hex value - Meaning
0
08 β The command code.
1
XX β Lower temperature limit min. Default value: 0x00 (0Β°C).
2
XX β Upper temperature limit max. Default value: 0x28 (40Β°C).
Example command: 0x081018 β Sets the lower temp. limit to 16Β°C and the upper temp. limit to 24Β°C.
The allowed lower temperature range is 0...38Β°C (1Β°C resolution).
The allowed upper temperature range is 0...40Β°C (1Β°C resolution).
SET/GET target temperature ranges - unoccupied
These commands are available for devices with firmware version β₯ 1.6
Only available for applications with 3-speed fan.
These commands are used to set/get the possible min. and max. target temperature values of heating and cooling mode - unoccupied.
Byte index
Hex value - Meaning
0
76 β The command code.
1
XX β Heating target temp. limit min. - unoccupied. Default: 0x05 (5Β°C).
2
XX β Heating target temp. limit max. - unoccupied. Default: 0x1E (30Β°C).
3
XX β Cooling target temp. limit min. - unoccupied. Default: 0x05 (5Β°C).
4
XX β Cooling target temp. limit max. - unoccupied. Default: 0x1E (30Β°C).
Example command: 0x761018141D: β Sets the target temp. limit min to 16Β°C and the target temp. limit max. to 24Β°C of heating mode - unoccupied; β Sets the target temp. limit min to 20Β°C and the target temp. limit max. to 29Β°C of cooling mode - unoccupied.
The allowed temperature range is 5...30Β°C (1Β°C resolution).
Last updated