If it’s the right trace for “volet cuisine”, yes it doesn’t work correctly this morning…
So you say the command have been send to the shutter to open a this time ? Is it possible the shutter don’t received it ?
If it’s the right trace for “volet cuisine”, yes it doesn’t work correctly this morning…
So you say the command have been send to the shutter to open a this time ? Is it possible the shutter don’t received it ?
With the newest version 2024.09.19 I have problems with the resident mode. It does no longer prevent the opening of the covers. The covers open on sun elevation and on configured time even so the resident sensor is still true.
Have I missed a configuration option I have to set, or is there a bug?
Stupid question, what happened here in this trace?
I have noticed twice in the last few days that my roller shutter button has been activated and deactivated but the roller blind has not moved. I assume it was supposed to be opened although it was open.
https://file.io/cJ9V8uyqD6Vp
Hello,
I changed the values, but still it is not working:
My config:
alias: Rollladen Gästezimmer
description: ""
use_blueprint:
path: hvorragend/cover_control_automation.yaml
input:
blind: cover.gaestezimmerfenster
cover_status_helper: input_text.helper_cover_gastezimmer
cover_status_options: cover_helper_enabled
open_tilt_position: 100
close_tilt_position: 0
ventilate_position: 50
ventilate_tilt_position: 50
shading_position: 100
shading_tilt_position: 0
position_tolerance: 5
time_up_early: "07:30:00"
time_up_early_non_workday: "08:30:00"
time_up_late: "09:00:00"
time_up_late_non_workday: "10:00:00"
time_down_late: "22:00:00"
time_down_late_non_workday: "22:00:00"
time_down_early_non_workday: "16:00:00"
time_down_early: "16:00:00"
contact_window_opened: binary_sensor.gastezimmerfenster_links
shading_forecast_sensor: weather.wienerxxxx_xx_x
shading_forecast_temp: 24
default_sun_sensor: sun.sun
thanks!
First question: are you sure you haven’t mixed up the position and tilt? This is not important for solving the problem, but somehow it looks strange.
Secondly, you must not forget that OpenPosition and ClosePosition also have default values. Namely 100 and 0.
And this brings us to the next conflict: ShadingPosition is identical to OpenPosition. This does not work.
Please pay attention to the descriptions. They are there for a reason.
So it is.
What does your smartphone say? Did you receive the push message from your additional actions?
Thank you.
This seems be to a bug.
I will check this.
I think the problem is that the file is deleted the first time it is opened. If someone other than you clicks on it, it is gone for you.
Will upload again.
Unlike before, there are now many different shading triggers again. No longer everything in one template trigger. These triggers can be activated independently of each other - perhaps even almost simultaneously.
If a shading is triggered, the current time plus the waiting time is saved in the helper. Status: Shading Pending
When this time is reached, the shading is executed. Status: Shading Execution.
However, this is only possible if all conditions remain the same.
And when I read your trace, I immediately found an error in CCA. The weather conditions could not be checked. I’ll have to fix that.
Thank you.
I thank you!
This morning, the shutter did not open …And i’ve not received notification.
Yesterday evening, the shutter close correctly and i’ve received the push message…
Maybe i could delete automation a create a new one ??
Sorry for this beginner question, but is there a way to pass variables used in the CCA blueprint configuration for entity_id, cover position and tilt position to an action when using the additional actions function? I’m planning to use script cover_position_tilt.yaml to control the position and tilt with a shelly 2 plus device. Below is the example yaml to call the script. Is it necessary to pass these values always hardcoded or are there ways to use variables which are anyway defined and used in the CCA blueprint? If variables can be used, would you be able to provide me a code snippet as an example?
service: script.cover_position_tilt
data:
entity_id: cover.shelly_XXX
position: 70
tilt_position: 50
Evening All,
Another beginner question. Looking through all the entries I think I can build up to using the full functionality over a few months and it looks like a very comprehensive solution. Thank you for sharing your work.
The first thing I’m trying to understand is how I can set a virtual switch to change early and late times for opening associated with work and non-work days.
I’m a typical mon - fri worker enjoying the weekends sat/sun off. Is this an inbuilt schedule or is there a way to set an automatic schedule to seperate work and non-work? I’ve seen something in the comments that has tick boxes for this, but not sure if that’s an aspiration or inbuilt option as I can’t see it in the config I have installed. I do have on call duties so sometime I need an easy way to change blind opening times at least on the master bedroom.
I want to configure this so it understands my work and non-work patten and associated opening early and late times. If I flick a virtual switch ‘late morning’ that opens the blind at the late time setting. If it’s not set then it opens at the early time. Is this possible?
I have a virtual switch ‘late night’ on a dashboard that turn all the automations off for my blinds so nothing opens on those spontaneous nights which result in a lost weekend and sometime a lost work day
However, there are times when you just want to click snooze on the day and give yourself an extra half hour before letting the day into your bedroom.
Many thanks for all your hard work on the Blueprint make it a lot easier for a novice like me to get into HA
Thanks
Lee
As I said: If the trace really belongs to your error description, then there is no error.
Either there are problems elsewhere, such as hardware etc. Or the trace was incorrect.
Since neither the roller blind has moved nor a push message has been sent, I think the trace was wrong.
No, it is not possible to transmit variables here. Or I don’t know that.
You have to enter the position values hard-coded in your own actions.
Please take a look at the HA documentation.
I was some afraid of this answer - but anyway, adding the position and tilt parameter hardcoded works as well for me. At the end are these parameters which will not get changed too frequent. And in general, many thanks to this very advanced and comprehensive blueprint!!!
thank you I will take a look tonight.