HI guys,
at first…amazing blueprint :)…i use it to close/open my covers in the evening/morning in winter with sun elevation and time. But now in spring and later in autum it could be usefull that the covers should not close, depending on the forcast temperature!
For shading its possible to set the forcast temperatur to close the covers, if temp is higher than the given temp. But thats usesless for me i think!
So is it possible to implement an option to close the cover if the temp forcast in the night is below a given value (for example 7°C) ? Or is it still implimented and i oversee that feature?
thx for helping
Hi, sorry for the late reply. There was a lot going on here over Easter
alias: Ferien Automatik
description: ""
use_blueprint:
path: Blackshome/calendar-notifications-and-actions.yaml
input:
calendar: calendar.michaelloschmidt_googlemail_com
calendar_trigger: Ferien
start_action_1:
- service: input_boolean.turn_on
target:
entity_id: input_boolean.ferien
data: {}
include_start_auto_actions:
- enable_start_action_1
include_end_auto_actions:
- enable_end_action_1
end_action_1:
- service: input_boolean.turn_off
target:
entity_id: input_boolean.ferien
data: {}
New update:
2024.04.05-01:
- Update: Forecast Temperature below 0 possible
- Delay lines minimally changed
- Added: Allow shading to activate multiple times a day #44
- Fixed: Ventilation is usually activated too often.
Hello. I keep getting an ‘entity does not support this service’ error on one of my shades. It opens them fine in the morning (all SmartWings via zigbee) and around 9AM one shade (out of 4) goes down to 25%. They do not close at night. Here’s an error and the trace. Love the automation, but it’s hard for me to find the error.
Please update and try again. It looks like a very old version.
If the error still exists then please send me a trace.
Hi, I have installed the latest version of the Blueprint. Unfortunately the shading function does not work, though all requirements are met. Here is the latest trace
I cannot access your trace. Have to log in there.
thx for implementing negativ values!
but in this case the cover will still close if the temp i set is below the forecast temp or?
I asked for the opposite!
the cover should close if the temp i set is above the forecast temp!
Is that possible?
Thank you! Looks like I was running a super old version. This one worked right away. I also saw your note and did individual ones - not a cover group. Thanks again!
Sorry,
I Change the rights. Hopefully it does work now
Another noob question. Is there a way to update the blueprint into existing automations or do you have to recreate each time there’s an update?
Same issue for me I would say.
Trace: trace automation.cca_2_beschattung_garten_schiessscharte_links 2024-04-06T06_30_00.143487+00_00.json
Yaml:
alias: CCA-2-Beschattung_Garten_Schiessscharte links
description: erstellt 22.02.24
use_blueprint:
path: hvorragend/cover_control_automation.yaml
input:
shading_forecast_sensor: weather.openweathermap
blind: cover.s25_eg_schiesssch2_li_garten_2024
auto_options:
- auto_shading_enabled
- auto_up_enabled
- auto_down_enabled
- auto_sun_enabled
time_control: time_control_input
cover_status_options: cover_helper_enabled
drive_time: 60
time_up_early: "07:00:00"
time_up_early_non_workday: "07:30:00"
time_up_late: "08:30:00"
time_up_late_non_workday: "08:30:00"
close_position: 15
time_down_late: "23:00:00"
time_down_late_non_workday: "23:00:00"
workday_sensor: binary_sensor.workday_sensor
position_tolerance: 1
shading_position: 20
shading_azimuth_start: 30
shading_azimuth_end: 140
shading_temperatur_sensor1: sensor.openweathermap_temperature
shading_min_temperatur1: 12
shading_weather_conditions:
- sunny
- partlycloudy
- clear
check_config: true
shading_forecast_temp: 21
auto_global_condition:
- condition: state
entity_id: input_boolean.automatisierung_rollade_sonnenschutz
state: "on"
shading_elevation_min: 0
brightness_down: 0
sun_elevation_up: -1.5
sun_elevation_down: -2.6
cover_status_helper: input_text.rolladen_status_inputhelper_garten_schiessscharte_links
Just go into automations > blueprints and there are three dots at the CCA-blueprint. There you can execute a re-import and he will load the latest version from github and all automations are automatically updated.
Hello,
I use the blueprint but i have some questions and kind new on home assistant.
I put a sensor for workday but on the non workday it will close at sun elevation or at time configured on the section.
The second question is if I close my cover at 70% for exemple it will close automatically after with the sun elevation ?
Thanks sorry my english is bad
No, I’m sorry, but that’s not possible with the normal means.
Then I can also undo the change, can’t I?
Sorry, but this is a trace for ending the shading (shading out trigger) and not for activating the shading (shading in trigger).
But I will take a closer look at the shading independently of this. Traces for this are difficult because I already have many conditions in a template trigger and there are no traces there yet.
This is a trace from 07:30. That probably can’t be a shading trace, can it?
I feared already, that i downloaded not an appropriate trace, sorry!
But i had certainly also the issue, that shading seamed to be a bit off like @Loi mentioned.
yesterday the lock-out prevention kicked in which I was happy about.
But, after I closed the door the cover stayed open and didn’t close at all - 44% were expected (and configured).
Version: 2024.03.21-01
alias: Rollladen Wohnzimmer rechts (CCA)
description: ""
use_blueprint:
path: hvorragend/cover_control_automation.yaml
input:
blind: cover.rollladen_wohnzimmer_rechts_eg
auto_options:
- auto_up_enabled
- auto_down_enabled
- auto_sun_enabled
- auto_lockout_protection_enabled
time_up_early: "07:00:00"
time_up_early_non_workday: "07:45:00"
time_up_late: "08:00:00"
time_down_early: "22:30:00"
time_down_late: "22:35:00"
default_brightness_sensor: sensor.light_sensor_1_luminosity_value
contact_sensor: binary_sensor.tuer_fenster_5
drive_delay_random: 0
position_tolerance: 2
check_config: true
contact_cover_place: door
close_position: 44
time_down_late_non_workday: "22:35:00"
time_down_early_non_workday: "22:30:00"
sun_elevation_up: -3
sun_elevation_down: -3
workday_sensor: binary_sensor.workday_sensor
Did I miss any configuration setting?
And yes, I am not at the latest version. but close to it
I think I have found the solution to my problem. I had not integrated a text helper on the roller blinds that shade. I did that today and now the shading works perfectly.