Automate Reddit
Explore Plans
Mobile menu Close menu
SensiboSensibo

Turn A/C on

Turn your A/C on with a set temperature, mode and fan level.

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
Turn your A/C on with a set temperature, mode and fan level.
API endpoint slug
sensibo.turn_ac_on
Filter code method
Sensibo.turnAcOn.skip(string?: reason)
Runtime method
runAction("sensibo.turn_ac_on", {})

Action fields

Pod Dropdown list

Label
Which pod?
Helper text
Select one of your installed pods
Slug
pod
Required
true
Can have default value
false

Mode Dropdown list

Label
Mode
Helper text
Set the mode for your pod
Slug
mode
Required
false
Can have default value
true
Filter code method
Sensibo.turnAcOn.setMode(string: mode)

Temperature Dropdown list

Label
Temperature
Helper text
Set the target temperature for the A/C
Slug
temperature
Required
false
Can have default value
true
Filter code method
Sensibo.turnAcOn.setTemperature(string: temperature)

Fan level Dropdown list

Label
Fan level
Helper text
Set the A/C fan level
Slug
fan_level
Required
false
Can have default value
true
Filter code method
Sensibo.turnAcOn.setFanLevel(string: fanLevel)