Frost Protection
The frost protection feature is developed to keep your building's structural integrity safe in case of decreasing temperatures.
The logic behind the Frost Protection is as follows:
If the Frost protection is enabled AND
If the Measured Temperature < Frost Protection Temperature Threshold, THEN
If the device is off, it turns on
Set-point is set to Frost Protection Set-Point
Device switches to heating (IF AVAILABLE as per the applications (wiring diagrams))
An icon is shown on the display
Frost protection status is reflected in the keep-alive.
To exit the mode, you can:
Either interact with the device's buttons (e.g. change target temp) OR
Send a downlink to change target temp, on/off, mode, fan speed.
If you exit the frost protection mode, but the measured temperature is below the Frost Protection Temperature Threshold, the function will reactivate and execute the protection steps again.
Frost protection ON/OFF status
You can change the frost protection ON/OFF status with the following command set.
Frost protection set-point and threshold temperature
This command is used to set the frost protection set-point and threshold temperature values.
Set the frost protection set-point and threshold.
Byte index | Hex value - Meaning |
0 | 50 β The command code. |
1 | XX β Threshold temperature value. Default value: 0x07 (7Β°C). |
2 | XX β Set-point temperature value. Default value: 0x0A (10Β°C). |
Example command: 0x500609 β Sets the threshold temperature to 6Β°C and the Set-point temperature to 9Β°C.
The allowed range is 5...20Β°C (1Β°C resolution).
Frost protection status
When the frost protection status changes, the command is sent together with the keepalive of the device. The keepalive data in the example below is omitted for clarity.
Last updated