Set a Yeelight scene when weather changes
This Trigger monitors changes in the current weather condition. When one of those conditions is met the Trigger fires. Currently only these simple conditions are supported: Rain, Snow, Cloudy, Clear.
Developer info
- API endpoint slug
- weather.current_condition_is
Trigger fields
Condition Dropdown list
- Label
- Current condition
- Slug
- condition
- Required
- true
- Can have default value
- true
Location Location input > Point
- Label
- Location
- Helper text
- Weather in this area
- Slug
- location
- Required
- true
- Can have default value
- true
Ingredients
Temp fahrenheit The current temperature in degrees Fahrenheit
- Slug
- temp_fahrenheit
- Filter code
- Weather.currentConditionIs.TempFahrenheit
- Type
- String
- Example
- 72
Temp celsius The current temperature in degrees Celsius
- Slug
- temp_celsius
- Filter code
- Weather.currentConditionIs.TempCelsius
- Type
- String
- Example
- 18
Condition The current weather condition.
- Slug
- condition
- Filter code
- Weather.currentConditionIs.Condition
- Type
- String
- Example
- Sunny
Condition image url The URL to an image of the current condition.
- Slug
- condition_image_url
- Filter code
- Weather.currentConditionIs.ConditionImageURL
- Type
- Image URL
- Example
- http://www.ifttt.com/weather/sunny.png
Forecast url The URL to a five day forecast for your location.
- Slug
- forecast_url
- Filter code
- Weather.currentConditionIs.ForecastUrl
- Type
- Web URL
- Example
- http://www.weather.com/weather/5-day/GMXX1273
Check time Date and time this trigger was checked.
- Slug
- check_time
- Filter code
- Weather.currentConditionIs.CheckTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00