Automate Reddit
Explore Plans
Mobile menu Close menu
Daikin Online ControllerDaikin Online Controller

Turn AC unit on

This Action will turn on your Daikin AC unit, or change its settings. It will be executed within 1 minute.

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 turn on your Daikin AC unit, or change its settings. It will be executed within 1 minute.
API endpoint slug
daikin_online_controller.turn_ac_unit_on
Filter code method
DaikinOnlineController.turnAcUnitOn.skip(string?: reason)
Runtime method
runAction("daikin_online_controller.turn_ac_unit_on", {})

Action fields

Device Dropdown list

Label
Which device?
Helper text
The unit to which this trigger is assigned and of which you specified the name in the Daikin Online Controller application.
Slug
device
Required
true
Can have default value
false

Operation mode Dropdown list

Label
Which operation mode?
Helper text
The operation mode that will be applied to your selected Daikin unit.
Slug
operation_mode
Required
false
Can have default value
true
Filter code method
DaikinOnlineController.turnAcUnitOn.setOperationMode(string: operationMode)

Setpoint Dropdown list

Label
Which setpoint?
Helper text
The setpoint that will be applied to your selected Daikin unit.
Slug
setpoint
Required
false
Can have default value
true
Filter code method
DaikinOnlineController.turnAcUnitOn.setSetpoint(string: setpoint)

Fan speed Dropdown list

Label
Which fan speed?
Helper text
The fan speed that will be applied to your selected Daikin unit.
Slug
fan_speed
Required
false
Can have default value
true
Filter code method
DaikinOnlineController.turnAcUnitOn.setFanSpeed(string: fanSpeed)

Fan direction Dropdown list

Label
Which fan direction?
Helper text
The fan direction that will be applied to your selected Daikin unit.
Slug
fan_direction
Required
false
Can have default value
true
Filter code method
DaikinOnlineController.turnAcUnitOn.setFanDirection(string: fanDirection)