For others, please see the options below:
- Set the indoor's dip switch 1 in SW1 to the ON position.
- Power cycle the indoor unit to apply the change.
-
To verify that the indoor unit accepts the command send 'feed'
command directly
from CM5 to the Indoor. (terminal command)
For example: feed L1.001 25.
If you get "Feed Disabled" response, then SW1-1 switch is not Enabled.
-
Line type GRNS:
- Underfloor heating board (SMT-HOA) - In this case the feed will be set as the heating zone temperature.
-
Line type UMM with GS538 scan:
- Fan coil or heat pump controller GS538/9 will replace the return air sensor.
-
Any connected CoolPlug:
- Needs a unit configuration to select the thermostat sensor as the room temperature setting instead of the return air sensor. This is done according to the manufacturer's instructions. See more info in the section below.
The feed command lets CooLinkHub suggest an Ambient
Temperature value to a connected indoor unit. This is supported on
select CoolPlug device types.
Syntax
feed [UID] [±]<TEMP>
feed [UID] <TEMP.d>
Description
Provides an Ambient Temperature suggestion for the given indoor unit(s).
If <TEMP> is set to zero, CooLinkHub will stop
suggesting an Ambient Temperature. The suggested value is
not persistent — it resets to zero after a power
reset of CooLinkHub.
It is not guaranteed that the Ambient Temperature reported by the
indoor unit will match the suggested value sent with the
feed command.
-
Form:
feed [UID] [±]<TEMP>
<TEMP>must be a decimal natural number. The command can work in relative or absolute mode. If a plus (+) or minus (-) sign precedes<TEMP>, the value is added to or subtracted from the current suggested Ambient Temperature. Otherwise, the Ambient Temperature is set directly to the given value. -
Form:
feed [UID] <TEMP.d>
<TEMP.d>is a fractional number with 0.1 precision. A preceding+or-is not allowed in this form.
The deg setting (see the set command)
determines whether Celsius or Fahrenheit is used for
<TEMP> and <TEMP.d>. The
examples below assume Celsius.
Supported CoolPlug Devices
| CoolPlug Type | Feed Support & Precision |
|---|---|
| CoolPlug ME 12 | 0.1°C |
| CoolPlug ME CN105 | 0.5°C |
| CoolPlug DK P1P2 | 0.01°C (Master only) |
| CoolPlug DK S21 | Not supported |
| CoolPlug DKS | 0.1°C |
| CoolPlug FJ | 0.5°C |
| CoolPlug PN/SA/TO | 1°C |
| CoolPlug CAP | 1°C |
| CoolPlug MH | 1°C |
| CoolPlug HT | 0.5°C |
| CoolPlug GR | 1°C |
| CoolPlug LG | 0.5°C |
| CoolPlug MD XYE | Not supported |
| CoolPlug MD X1X2/D1D2 | 0.5°C |
| CoolPlug SM | 0.1°C |
Examples
Suggest an Ambient Temperature of 23.5°C for indoor unit L2.102:
>feed L2.102 23.5
OK
Decrease the suggested Ambient Temperature for all indoor units on line L2 by 2°C:
>feed L2* -2
OK