Closed X3reax closed 2 months ago
I find the weather forecast to be too inaccurate (because the condition is always to late or wrong), but I like the daily forecast temperature. This results in the trigger “t_shading_end_1” always being true and therefore never trigger.
The relevant part of my config:
shading_forecast_sensor: weather.home shading_forecast_type: daily shading_forecast_temp: 25 shading_weather_conditions: []
The relevant part of the "t_shading_end_1" trigger:
shading_forecast_sensor != [] and (shading_weather_conditions == [] or states(shading_forecast_sensor) not in shading_weather_conditions
Fixed in version 2024.09.04.
I find the weather forecast to be too inaccurate (because the condition is always to late or wrong), but I like the daily forecast temperature. This results in the trigger “t_shading_end_1” always being true and therefore never trigger.
The relevant part of my config:
The relevant part of the "t_shading_end_1" trigger: