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

I have tried everything that I can think of to get this blueprint to work for me. It looks incredible, but I cannot get my iBlinds v3.1 (z-wave) to work with this script. It appears that all is working in traces, but no blind tilting ever happens. I did read that current_position attribute is required. All I have available is “current_tilt_position”. Would this cause the issue?

I have also selected the option “Prevent the use of ‘set_cover_position’ and ‘set_cover_tilt_position’ and only use the additional actions” due to the issue of the blueprint wanting to execute cover.set_cover_position rather than " cover.set_cover_tilt_position".

Would really like to get this blueprint working, it looks awesome! Thanks for any help!

oops… should have checked it more before posting… sorry!
Here is the right one: https://pastebin.com/raw/XD3kdDWT

Thanks again for troubleshooting this! :slight_smile:

I go to bed after sun go down. But I don’t want close my clover in this mode. But, I would like that my shutter close before sun go up.

I use shelly modules for shutters. On the other hand, for this specific case, it is a group of two shutters ! Maybe this is the problem?

Never mind, I figured it out. Had to create a cover.

Sorry for the late response. I have now solved it with a second automation system and a helper. In this automation, the roller shutter is moved to 50% at sun elevation -1.5 and then closed later. The whole thing only happens when the XMas helper is on and I have also set this helper in CCA under additional condition for closing the cover. This allows me to activate the helper during the Christmas period and only then are the specific shutters kept open and only closed completely later

I come back with some good news…it was the problem… it’s working if i dont’ use groups… Thanks !!

Hi. First thank you for this automation!

I am quite new to HA (moving from IP Symcon). I got basic things working and now want to configure my shutters that are from an knx integration.

With CCA opening and closing in the morning / evening works already. But I have problems getting ventilation working. I added a window contact entity and enabled ventilation.

But when I close the window the shutter does not open.
I have the position_status in my shutter.

This is my configuration.

id: '1731761454009'
alias: CCA - Büro
description: ''
use_blueprint:
  path: hvorragend/cover_control_automation.yaml
  input:
    blind: cover.buero_rollo_2
    auto_options:
      - auto_up_enabled
      - auto_ventilate_enabled
      - auto_down_enabled
    contact_window_opened: binary_sensor.buero_strasse_mk12
    lockout_tilted_options:
      - lockout_tilted_shading_start
      - lockout_tilted_closing
    auto_ventilate_options: []
    contact_delay_trigger: 1
    contact_delay_status: 1
    time_up_early: '14:39:00'
    time_up_early_non_workday: '14:39:00'
    time_down_early: '19:00:00'
    time_down_early_non_workday: '19:00:00'
    check_config: true
    check_config_debuglevel: debug
    time_up_late: '14:39:00'

Thank you for any help.

Good morning everyone!

I am trying to add a condition that means that if the boolean is activated, the stores no longer open, basically that all automation is disabled. I would like to avoid making another automaton that deactivates this one.

Is it possible to do it from the settings? I tried since the additional conditions but it doesn’t work.

Thank you for your help.

Sorry, it took me some time to get a log. I usually try to keep my automations working (for my family) and managing to let one not working and getting a trace was a bit tricky for me.
Here it is: