There is definitely something wrong with your helper.
CCA cannot read the content and therefore cannot determine the length.
Have you already waited for the next trigger after emptying the helper? If so, the helper should be refilled.
Please do not execute the automation manually. It only works with a trigger.
Hi,
thanks for your fast reply.
Unfortunately, I only have a trace from 6:35…
Thanks for the hint to the status helper.
I think I made a mistake.
I’m using your blueprint for three covers in total.
But I was using the same status helper on two different covers by mistake.
I have generated a new status helper for the cover in quesiton.
So let’s see if that helped.
I would like to configure/enable automatic sun protection / sunshade control.
As this seems fairly the most complicated part in CCA (at least for me) could you please post some examples and hints how you have done it? What is absolutely essential and what is nice to have. Preferable I would like to see how you did it with Venetian blinds andHMIP actuators (HmIP-FBL)
Thank you so much. I couldn’t figure out for months why I couldn’t set the max length in the helper.
@Herr.Vorragend
You should consider adding this important information as a prerequisite to the Cover Status Helper information where it currently says " Attention: You will need to manually create a input_text entity with a length of 254 chars for this." It would help other users like @Freacly and me to create the helper as needed. Thanks!
Many parameters for shading also execute a trigger. The blueprint then checks whether all conditions (regardless of the trigger) are valid.
Important information for numerical triggers in HA:
Once the threshold is exceeded, it is no longer triggered. It’s already in the blueprint somewhere else. I’ll make it more present at some point.
So: It is only triggered when the value exceeds or falls below the threshold. After that, you have to wait for other triggers.
Brightness Sensor For Sun Shading: HmIP-SLO or HmIP-SWO-PL, although HmIP-SLO should be more accurate as it is a real Brightness Sensor and not as the HmIP-SWO-PL the Weather Station
Sun Shading Temperature Sensor 1 (eg. indoor): HmIP-WTH-1 in nearly all my rooms or also some Netatmo Indoor Modules
Sun Shading Temperature Sensor 2 (eg. outdoor): HmIP-SWO-PL or a Netatmo Outdoor Temperature sensor
Sun Shading (Forecast) Weather Sensor: Forecast by Met.no as HA integration
Sun Shading Weather Conditions: Forecast by Met.no as HA integration
Another question is, how do I configure shading when using “Homematic(IP) Local ‘Set cover combined position’” in Additional Actions
I mean you have to activate the advanced mode in your general user settings as mentioned here, before you are able set the max. length as shown here. Otherwise it does not provide the option to configure the max. length in the helper.
It’s an important prerequisite that probably other users than @Freacly and me won’t know of.
Other way around: the blind opens and then doesn’t close again until the end of the day.
Where it actually needs to stay closed (well shaded) until the sun has moved off the window at azimuth >= 101 or elevation >= 57, or something like that.
I can’t find a trace that seems to trigger the shading, there is one run just after midnight with an ID of t_shading_reset, then the next call is the 6am “Early On Workdays”, followed by the 8am “Late On Workdays” and at that point the blind is opened. The next thing that happens is the “t_shading_end_pending_5” when the sun hits the end point.
Its a wild guess, your window contact sensor is a 3 way sensor? if yes, have you seen this?
It must be a binary two-way contact sensor. If a three-way sensor is available, it must be converted to a binary two-way sensor using a [template sensor](https://www.home-assistant.io/integrations/template/). See also the [following posts](https://community.home-assistant.io/t/cover-control-automation-cca-a-comprehensive-and-highly-configurable-roller-blind-blueprint/680539/593) in the forum.
**Important note:** Please do not enter the same sensor in both fields for the contact sensors. This does not work and leads to strange situations.
If i’m using the Force Down feature, how can I return back to normal operation. I don’t want necessarily to return to the previous value but to a freshly calculated state.
What would be the best way to achieve this?
Alternatively I thought about using Manual Override instead of Force Down to achieve the same. Is there a way to trigger Manual Override reset from outside the automation?
I read and searched quite a bit through this huge thread, but didn’t find an answer to my question. Sorry if it has been discussed before.