hvorragend / ha-blueprints

Other
40 stars 8 forks source link

Separate weather forecast temperature from weather forecast condition #133

Closed X3reax closed 2 months ago

X3reax commented 3 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
hvorragend commented 2 months ago

Fixed in version 2024.09.04.