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.