Automate Reddit
Explore Plans
Mobile menu Close menu
Honeywell Total Connect ComfortHoneywell Total Connect Comfort

Set temperature for a period of time

This Action will set your Honeywell thermostat to hold a temperature for a specified period of time. The schedule will resume when the time expires.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will set your Honeywell thermostat to hold a temperature for a specified period of time. The schedule will resume when the time expires.
API endpoint slug
honeywell_total_connect_comfort.setsystemtemperature
Filter code method
HoneywellTotalConnectComfort.setsystemtemperature.skip(string?: reason)
Runtime method
runAction("honeywell_total_connect_comfort.setsystemtemperature", {})

Action fields

System Dropdown list

Label
Which system?
Slug
system
Required
true
Can have default value
false

Temperature type Dropdown list

Label
Heat or cool temperature
Helper text
For heat make sure your system is in heat or auto mode, for cool make sure it’s in cool or auto mode
Slug
temperature_type
Required
true
Can have default value
true
Filter code method
HoneywellTotalConnectComfort.setsystemtemperature.setTemperatureType(string: temperatureType)

Target temperature Text input > Other

Label
Target temperature
Helper text
Temperature in degrees e.g. 71
Slug
target_temperature
Required
true
Can have default value
true
Filter code method
HoneywellTotalConnectComfort.setsystemtemperature.setTargetTemperature(string: targetTemperature)

Temperature scale Dropdown list

Label
Temperature in
Slug
temperature_scale
Required
true
Can have default value
true
Filter code method
HoneywellTotalConnectComfort.setsystemtemperature.setTemperatureScale(string: temperatureScale)

Hours Text input > Other

Label
Hours
Helper text
In whole numbers e.g. 3
Slug
hours
Required
true
Can have default value
true
Filter code method
HoneywellTotalConnectComfort.setsystemtemperature.setHours(string: hours)