Problem with between two date rule

I have two rules to open my Dining room blinds. I want the blind to open fully during the winter months and open half way during the summer months. The rules have a trigger of sunrise. The winter action is open the Dining room blinds fully with a condition of between October 15 and May 14. The summer action is open the Dining room blinds to 50% with a condition of between May and October 14. Both rules have been activated so the blind is raised fully in the morning. I turned on logging and it shows both rules activated and ran.

can you post screenshots of the rules?

Winter rules



Summer rules

Although you have created a condition of your dates, you are not actually defining it in your actions.
IF
your dates.
THEN
Your actions.

You can combine into one rule if you wish.

IF
Your date of summer.
THEN
Open half way.
ELSE
Open fully.
END IF

You only need one rule if you use the condition also.

IF Between October 15 & May 14 then
Raise Shades
ELSE
Position shades to 50
END-IF

Changed to one rule that looks like this:

1 Like

Looks good to me. :+1: