Having some issues getting this working. The automation triggers but does nothing. I think I have a fairly basic setup. Blinds go up at 7.30 on work days and between 8.30-9 on non work days, down between 18-21.00 on any day. Am I missing something?
Thanks for your quick answer, so I enabled “Enable automatic sun protection / sunshade control” in automation options but all parameters in “Sun Shading / Sun protection” are optional and I don’t know what to set to do this:
I want to automatically close my cover when outdoor is being hot (>=29degree for ex.).
For now I just set theses values:
Great blue print. It is all I desire and then some! Unfortunately, I’m having trouble with it. It is my first post in the community and I’m fairly new at HA. I made many of my automations so I do have experience. But apologies if I’m a bit slow to catch on or ask stupid questions. I have 4 blinds, all Lutron Serena. They work fine with my home made automations but don’t always work with your blue print.
I figure I should troubleshoot one at a time not to confuse things. As recommended, I have one automation per blind.
Here are my configuration parameters for what I call 02OFLM-SSHADE
Out of 2 blinds configured the same way, this is the only one that worked this morning. It opened at 7h00 as configured. But the issues I’m having are:
It didn’t close at night. It is supposed to close at 22h00.
I also programmed an🔻 Additional Condition For Closing The Cover based on a variable input_select.modes_home when it changes to “Night”. Works great in other automations but seems ignored in this on. I did switch to “Night” after 22h00 but nothing happened.
I also programmed an Additional Condition For Opening The Cover based on a variable input_select.modes_home when it changes to “Wake”. This happens at 6h00 but nothing happened. It was the time_up trigger that worked and opened the blind this morning.
If I look at the traces, I can see a trigger at: 5h44 (?), 7h00 and 8h00. At 5h44, the step config shows:
platform: state
entity_id: cover.office_02soffshade
attribute: current_position
id: t_manual_1
for: '00:01:00'
I’m assuming it is an internal trigger from your blue print. I’ll stop here for now. Let me know if you need more information.
auto_down_condition is only an additional condition, it’s not working as a trigger.
So if the blueprint is running as 22:00:00 (time_down_late) but input_select.modes_home is not “Night” at this very moment, the condition is not meet and thus the blueprint not closing the blind.
Maybe that’s the issue?
I have a few small questions. I come from iobroker and used shuttercontrol there. Do I understand correctly that for sun protection, sun.azimut is only triggered once and with the start/end value? So all values in between are ignored or are no longer triggered there. I think it makes more sense to test the remaining conditions every time the angle is changed and then trigger the sun shading. My problem is that if the initial angle is reached but the other conditions are not yet met, the sun shading is no longer triggered or am I seeing this wrong and have another error in my config
0 is pulled in, 100 is completely out. That are the only values I use for now.
@gyle the sun is on the windows before I wake up, but also I don’t want to check the forecast every day. It “costs” me 2 degrees heat when I am too late opening it.
For a few days now I have had the problem that sun shading no longer works. I think it’s since I updated to 2024.8. Now I have also updated to 2024.8.1 but that didn’t help either. Reimporting the blueprint and restarting HA didn’t help either. Are there any known incompatibilities with the latest updates?
I use numerical triggers and unfortunately this is the case in HA. I have deliberately linked to the HA documentation with the numerical triggers and the threshold values in the blueprint.
That’s the current situation.
But I want to come up with something. But I can’t possibly trigger every minute like with ioBroker. With around 30 roller blind automations, it would simply be too much effort for the system. And I can never get back to old traces.
We’re talking about a blueprint for automation here. No custom component. I only have limited options and have to be really tricky.
Due to the trigger waiting times, I can’t switch to multiple triggers either. I would have to rebuild the entire blueprint and it wouldn’t change anything.
The problem has been recognized and recorded on GitHub.