☀️ Cover Control Automation (CCA) - a comprehensive and highly configurable roller blind blueprint

Ok, it generates a json file ?

yep and upload them to file.io…than post the generated link here :slight_smile:

2 Likes

Hi, had family visiting and forgot to reply. Since I didn’t notice any mistakes, I forgot to answer. Unfortunately I can’t see it in the log file.
I’ll upload everything once.

Unfortunately, I can’t tell which roller shutter it is, so I chose this one as an example

alias: ES_Ro_Fest_Links
description: ""
use_blueprint:
  path: hvorragend/cover_control_automation.yaml
  input:
    blind: cover.hmipw_drbl4_00165f29980809_ch2
    auto_options:
      - auto_up_enabled
      - auto_down_enabled
      - auto_brightness_enabled
      - auto_shading_enabled
    cover_status_helper: input_text.ro_es_fest_links
    close_position: 30
    shading_position: 60
    default_brightness_sensor: sensor.raspberry_sv_wm_lux
    brightness_down: 2
    brightness_up: 5
    shading_brightness_sensor: sensor.raspberry_sv_wm_lux
    shading_sun_brightness_start: 8000
    shading_sun_brightness_end: 6000
    shading_azimuth_start: 190
    shading_azimuth_end: 300
    shading_elevation_min: 10
    shading_elevation_max: 90
    shading_temperatur_sensor1: sensor.raspberry_sv_wm_temperatur
    shading_min_temperatur1: 2
    shading_waitingtime_start: 60
    shading_waitingtime_end: 120
    workday_sensor: binary_sensor.workday_sensor
    time_up_early: "04:00:00"
    time_up_early_non_workday: "05:00:00"
    time_up_late: "05:00:00"
    time_up_late_non_workday: "07:00:00"
    time_down_early: "22:00:00"
    time_down_early_non_workday: "23:00:00"
    time_down_late: "23:55:00"
    time_down_late_non_workday: "23:55:00"
    cover_status_options: cover_helper_enabled
    auto_shading_start_condition:
      - condition: state
        entity_id: input_boolean.schattierung_automatisch
        state: "off"

Ok, this is te thrace of the shutter mentioned in my previous post.
https://file.io/Czi0s9OdrqKX

Your configuration looks good. At first glance, I don’t see any problems.

But about the trace: You don’t have to send me just any trace, but the trace for a trigger that was not executed or was executed incorrectly.

But what is much worse:
You are using a version from July.
Please update your Blueprint version. It’s just one click. But this way I don’t have to think back two months into the past.

By the way, there is only one(!) post about it, where I have linked to the troubleshooting. It is explained there.

In fact, the link is even between your posts.

Sorry, but I couldn’t resist saying that now. :grinning:

The name of the automation is in the log. This does not seem to be included.

Unfortunately, I can’t access your trace.


Update: I can see the error in my log, too.

@thorstenniemann.tn

I think I’ve found the bug. A small thing. Not bad. Has no effect. Will be fixed.

but I am using the current version 2024.09.05. see screenshot

This post ☀️ Cover Control Automation (CCA) - a comprehensive and highly configurable roller blind blueprint - #1239 by Herr.Vorragend is related to Tonejay62.

Otherwise you could recognize that your name is being referenced.

The trace is indeed that of a shutter which has a problem. Again this morning, it did not open, while yesterday evening it closed correctly.

I will update first and see how it evolves afterwards.

Thanks,

Hi, im’ back with the lastest version installed yesterday…
Yesterday evening, one shutter doesn’t close correctly, this morning 4 shutters doesn’t open correctly…should i send you trace of each covers ?

I’ve got 2 traces, not sure which one you need for debugging.

https://file.io/clhsUVT313KX

I’ve got shading setup to work when outside temperature is above 16*C. This is the graph from my outdoor temp sensor:

The config looks like this:

alias: Cover Control Automation (CCA)
description: ""
use_blueprint:
  path: hvorragend/cover_control_automation.yaml
  input:
    blind: cover.screen
    time_control: time_control_disabled
    auto_global_condition: []
    auto_up_force: binary_sensor.is_it_raining
    default_brightness_sensor: sensor.gw2000a_solar_lux
    brightness_down: 25000
    brightness_up: 40000
    shading_azimuth_start: 140
    shading_azimuth_end: 310
    auto_options:
      - auto_shading_enabled
    cover_status_helper: input_text.cover_status_helper
    cover_status_options: cover_helper_enabled
    brightness_time_duration: 600
    sun_time_duration: 300
    shading_brightness_sensor: sensor.gw2000a_solar_lux
    shading_sun_brightness_start: 40000
    shading_elevation_min: 0
    shading_temperatur_sensor1: sensor.living_room_temperature
    shading_min_temperatur1: 21.5
    shading_temperatur_sensor2: sensor.gw2000a_outdoor_temperature
    shading_min_temperatur2: 16
    shading_position: 0
    check_config: true
    shading_forecast_type: daily
    shading_waitingtime_start: 600
    shading_waitingtime_end: 900
    shading_sun_brightness_end: 22500
    shading_forecast_temp: 18

I’ve got shading waiting time at 600, so I expect it to wait fot 600 seconds before shading occurs, but it looks like it doesn’t use the wait time. Or is it when outdoor temp is reached, it doesn’t take waiting time in account?

Sorry, I cannot download your Tracks. Files are deleted.

Traces for one roller blind should be enough.

Ok, it’s here !

https://file.io/cvg6cbYfy7rU

Yesterday evening, all shutters close correctly…this morning, only 3 of 7 open…i’m going to be crazy…

Hello all,
I am at the moment migrating all my node red flows into HA automations and the only missing part at the moment is the cover control. I found this blueprint which is capable of all my needs - sadly it seems that I didn’t configure it correctly…

I would like to do the following things:

1.) open the roller shutters completely when the sun arises, but earliest at 07:30 (0830 at weekend).
2.) close the roller shutters completely when the sun goes down, but earliest at 0830.
3.) if the roller shutter is down and I open the window (–> contact sensor changes state) the roller shutter should open completely. When I close the window again it should move to the position it was before.
4.) If the max. forecasted temp of the day is higher 24degC, the roller shutters should stay closed the whole day.

My configuration looks the following. At the moment the first 2 points seem to work like expected, but point 3 and 4 not.:

alias: Cover Control Gästezimmer
description: ""
use_blueprint:
  path: hvorragend/cover_control_automation.yaml
  input:
    blind: cover.gaestezimmerfenster
    auto_options:
      - auto_up_enabled
      - auto_down_enabled
      - auto_sun_enabled
      - auto_shading_enabled
    contact_cover_place: door
    cover_status_options: cover_helper_enabled
    shading_forecast_sensor: weather.wxxxxxstrasse_xx_x
    shading_forecast_temp: 24
    cover_status_helper: input_text.helper_cover_gastezimmer
    contact_sensor: binary_sensor.gastezimmerfenster_links
    time_up_early: "07:30:00"
    time_up_early_non_workday: "08:30:00"
    time_up_late: "08:30:00"
    ventilate_position: 99
    shading_tilt_position: 50
    default_sun_sensor: sun.sun
    sun_elevation_down: 4
    drive_delay_random: 0
    position_tolerance: 1
    ignore_after_manual_config: []

Can anybody help me with these issues?

Thank you in advance!

BR

The trace is incorrect. This refers to the detection of a manual shutter movement. I need traces of a trigger that is causing your problems.

Could it be tust your are using a really old version? I see parameters that have not existed for months.

Hello,
yes could be - I added the blueprint some months ago. I now reimported it and recreated the automation. I will give it a try now and let you know. Thanks!