Set ecobee to 27°C for 1 day when eWeLink switch toggles
This Action will create a vacation event on the selected thermostat with the specified setpoint. The vacation event will begin immediately and last the number of specified days.
Developer info
- API endpoint slug
- ecobee.create_vacation
- Filter code method
- Ecobee.createVacation.skip(string?: reason)
- Runtime method
- runAction("ecobee.create_vacation", {})
Action fields
Thermostat Dropdown list
- Label
- Thermostat Name
- Helper text
- Select which thermostat the vacation event will be created for.
- Slug
- thermostat
- Required
- true
- Can have default value
- false
Vacation days Dropdown list
- Label
- Number Of Days
- Helper text
- The length of the vacation in days.
- Slug
- vacation_days
- Required
- true
- Can have default value
- true
- Filter code method
- Ecobee.createVacation.setVacationDays(string: vacation_days)
Desired temperature Dropdown list
- Label
- Desired Temperature
- Helper text
- The temperature set-point for the vacation event.
- Slug
- desired_temperature
- Required
- true
- Can have default value
- false