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