User guide
Table Of Contents
- Installation and setup
- Username/Password
- Automatically add new devices to HomeSeer
- Display Insteon type descriptions
- Split Location/Name from ISY name using character
- Set HomeSeer Location to
- Set HomeSeer Location 2 to
- ISY Insteon Plug-in Logging Level
- Update Device Types
- Remove Duplicates
- Save
- Status Message Filter
- Device Filter
- Advanced Feature
- ISY Insteon Plug-in Status Screen
- ISY Insteon Plug-in Thermostat Control
- Device Control
- Triggers
- Conditions
- Actions
- Thermostat API
- ISY Insteon API
- Tips
- Error Messages
- Warning Messages

Function Parameters Return Description
then the setpoint is referred to as
“Setpoint”. If the return is True, then the
primary setpoint is referred to as HEAT
and the secondary setpoint is COOL.
SupportsDirect Thermostat Number
Sensor Number
Boolean Call SupportsDirect(x,y) for each
SupportsStat=True to determine if the
thermostat supports direct temperature
setting. The return of False means that
the thermostat supports setbacks rather
than direct temperature setting.
SupportsHold Thermostat Number
Sensor Number
Boolean Call SupportsHold(x,y) for each
SupportsStat=True, to determine if the
thermostat supports a hold mode on the
thermostat.
SupportsHoldOve
ride
Thermostat Number
Sensor Number
Boolean Call SupportsHold(x,y) for each
SupportsStat=True, to determine if the
thermostat supports a hold mode on the
thermostat.
NumSetbacks Thermostat Number
Sensor Number
Boolean Call NumSetbacks(x,y) for each
SupportsDirect that returns False to
determine how many setbacks the
thermostat supports. The returned value
is a 1’s based integer.
SupportsAux Thermostat Number
Sensor Number
Boolean Call NumSetbacks(x,y) for each
SupportsDirect that returns False to
determine how many setbacks the
thermostat supports. The returned value
is a 1’s based integer.
SupportsOperatin
g
Thermostat Number
Sensor Number
Boolean Call NumSetbacks(x,y) for each
SupportsDirect that returns False to
determine how many setbacks the
thermostat supports. The returned value
is a 1’s based integer.
GetTemp Thermostat Number
Sensor Number
Double Current Temperature
GetHeatSet Thermostat Number
Sensor Number
Double Heating Setpoint Temperature
GetCoolSet Thermostat Number
Sensor Number
Double Cooling Setpoint Temperature
GetModeSet Thermostat Number
Sensor Number
Integer Current Thermostat Mode Setting
GetFanMode Thermostat Number integer Current Thermostat Fan Mode Setting










