Target temperature ranges
SET/GET target temperature ranges
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.
These commands are available for devices with firmware version ≤ 1.5
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