-
Notifications
You must be signed in to change notification settings - Fork 1
Home
kmarkley edited this page Mar 7, 2018
·
1 revision
-
Input Type: Choose whether a device state or variable value will be used as input. Must be a numerical value.
- Input Device & Input State: The device and state to use as input.
- Input Variable: The variable to use as input
- Deadband: The range of input values for which no action is taken. I.e. the input must be half this amount above threshold before equipment is turned on and half this amount below threshold before equipment is tuned off. May be any number zero or greater.
- Decimals: The number of decimal place to display for input and setpoint values on control pages and in the log.
- Units: The units of measure to display for input and setpoint values on control pages and in the log. Note that the native Indigo client UI will always display degrees (°).
-
Use High Setpoint: Whether this device should use a high threshold at all.
- Devices: Select devices that should be switched when crossing the high threshold.
-
Use High Setpoint: Whether this device should use a low threshold at all.
- Devices: Select devices that should be switched when crossing the low threshold.
- Fans ON Level: When speedcontrol devices are turned on, what setting should be used?
- Dimmers ON Level: When dimmer devices are turned on, what setting should be used?
- Control Mode: Should devices be turned ON or OFF when input exceeds threshold?
- 'Off' Mode Name: An alternate mode name to display on control pages and in the log. Note that the native Indigo client UI will always display 'Off'
- 'Heat' Mode Name: An alternate mode name to display on control pages and in the log. Note that the native Indigo client UI will always display 'Heat On'
- 'Cool' Mode Name: An alternate mode name to display on control pages and in the log. Note that the native Indigo client UI will always display 'Cool On'
- 'Auto' Mode Name: An alternate mode name to display on control pages and in the log. Note that the native Indigo client UI will always display 'Auto Heat/Cool'
No custom states are defined. Most standard thermostat states are supported, but a few are never changed/updated.
- hvacCoolerIsOn : (on/off bool)
- hvacDehumidifierIsOn : (not supported)
- hvacFanIsOn : (on/off bool)
- hvacHeaterIsOn : (on/off bool)
- hvacHumidifierIsOn : (not supported)
- hvacOperationMode : (integer)
- hvacOperationMode.ui : (string)
- hvacOperationModeIsAuto : (bool)
- hvacOperationModeIsCool : (bool)
- hvacOperationModeIsHeat : (bool)
- hvacOperationModeIsOff : (bool)
- hvacOperationModeIsProgramAuto : (not supported)
- hvacOperationModeIsProgramCool : (not supported)
- hvacOperationModeIsProgramHeat : (not supported)
- setpointCool : (real)
- setpointCool.ui : (string)
- setpointHeat : (real)
- setpointHeat.ui : (string)
- temperatureInput1 : (real)
- temperatureInput1.ui : (string)
- temperatureInputsAll : (string)
-
Input Type: Choose whether a device state or variable value will be used as input. Must be a numerical value.
- Input Device & Input State: The device and state to use as input.
- Input Variable: The variable to use as input
- Deadband: The range of input values for which no action is taken. I.e. the input must be half this amount above threshold before equipment is turned on and half this amount below threshold before equipment is tuned off. May be any number zero or greater.
- Decimals: The number of decimal place to display for input and setpoint values on control pages and in the log.
- Units: The units of measure to display for input and setpoint values on control pages and in the log. Note that the native Indigo client UI will always display degrees (°).
-
Use High Setpoint: Whether this device should use a high threshold at all.
- ON Action Group: Action group to be executed when input becomes greater than the high threshold. Optional.
- OFF Action Group: Action group to be executed when input becomes less than the high threshold. Optional.
-
Use High Setpoint: Whether this device should use a low threshold at all.
- ON Action Group: Action group to be executed when input becomes less than the low threshold. Optional.
- OFF Action Group: Action group to be executed when input becomes greater than the low threshold. Optional.
- 'Off' Mode Name: An alternate mode name to display on control pages and in the log. Note that the native Indigo client UI will always display 'Off'
- 'Heat' Mode Name: An alternate mode name to display on control pages and in the log. Note that the native Indigo client UI will always display 'Heat On'
- 'Cool' Mode Name: An alternate mode name to display on control pages and in the log. Note that the native Indigo client UI will always display 'Cool On'
- 'Auto' Mode Name: An alternate mode name to display on control pages and in the log. Note that the native Indigo client UI will always display 'Auto Heat/Cool'
No custom states are defined. Most standard thermostat states are supported, but a few are never changed/updated.
- hvacCoolerIsOn : (on/off bool)
- hvacDehumidifierIsOn : (not supported)
- hvacFanIsOn : (on/off bool)
- hvacHeaterIsOn : (on/off bool)
- hvacHumidifierIsOn : (not supported)
- hvacOperationMode : (integer)
- hvacOperationMode.ui : (string)
- hvacOperationModeIsAuto : (bool)
- hvacOperationModeIsCool : (bool)
- hvacOperationModeIsHeat : (bool)
- hvacOperationModeIsOff : (bool)
- hvacOperationModeIsProgramAuto : (not supported)
- hvacOperationModeIsProgramCool : (not supported)
- hvacOperationModeIsProgramHeat : (not supported)
- setpointCool : (real)
- setpointCool.ui : (string)
- setpointHeat : (real)
- setpointHeat.ui : (string)
- temperatureInput1 : (real)
- temperatureInput1.ui : (string)
- temperatureInputsAll : (string)