Automate Reddit
Explore Plans
Mobile menu Close menu
Netatmo ThermostatNetatmo Thermostat

Set to manual mode

This Action will set your thermostat to manual mode.

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 thermostat to manual mode.
API endpoint slug
netatmo_thermostat.set_to_manual_mode
Filter code method
NetatmoThermostat.setToManualMode.skip(string?: reason)
Runtime method
runAction("netatmo_thermostat.set_to_manual_mode", {})

Action fields

Home room ID Dropdown list

Label
Which room?
Slug
home_room_id
Required
true
Can have default value
false

Temperature Dropdown list

Label
Temperature in Celsius
Slug
temperature
Required
true
Can have default value
true
Filter code method
NetatmoThermostat.setToManualMode.setTemperature(string: temperature)

Hours Dropdown list

Label
For how many hours?
Slug
hours
Required
true
Can have default value
true
Filter code method
NetatmoThermostat.setToManualMode.setHours(string: hours)

Minutes Dropdown list

Label
For how many minutes?
Slug
minutes
Required
true
Can have default value
true
Filter code method
NetatmoThermostat.setToManualMode.setMinutes(string: minutes)