In general, the automation does not work well with my configuration.
Today, the automation triggered a shutdown, but all external venetian blinds stop at 91% opening. So they do not shut down completely.
Can anyone help me with the configuration?
Ultimately, I would like to implement the following:
The external venetian blinds should only be controlled for shading via the blueprint.
They should lower completely and move to an angle I specify when:
Outside temperature above 20 degrees
Indoor temperature above 22 degrees
The sun exceeds a certain azimuth (the height of the sun, i.e. the elevation, does not matter)
The lux number of my luxmeter sensor reads more than 50,0000
If all parameters are correct, it should still delay 5 minutes before triggering.
If all parameters no longer apply, the Venetian blind should open completely to 100% again.
I also have a virtual switch that triggers when the wind is too strong.
Then the Venetian blinds should also raise and stay up.
The external venetian blinds are not needed at night and should remain open.
If I make a manual change on a wall switch or via the app, this change should be applied for 30 minutes until the automation works independently again.
The external venetian blinds are open when the value on my relay is set to 100%.
It is closed when the relay shows 0%.
The angle for shading is 45%.
Generell funktioniert die Automation nicht gut mit meiner Konfiguration.
Heute hat die Automation zwar ein herunterfahren ausgelöst, allerdings stoppen alle Raffstore bei 91% Ăffnungsgrad. Also sie fahren nicht komplett herunter.
Kann mir jemand bei der Konfiguration in gÀnze behilflich sein?
Letztlich möchte ich folgendes realisieren:
Die Raffstore sollen ausschlieĂlich zur Verschattung ĂŒber die Blaupause gesteuert werden.
Sie sollen vollstÀndig herunterfahren und einen von mir bestimmten Winkel einnehmen wenn:
AuĂentemperatur ĂŒber 20 Grad
Innentemperatur ĂŒber 22 Grad
Die Sonnen einen bestimmten Azimuth ĂŒbersteigt (Die Sonnenhöhe also die Elevation ist dabei egal)
DIe Luxzahl meines Luxmeter sensor mehr als 50.0000 auĂgibt
Sollten alle Parameter zutreffen soll es dennoch 5 Minuten vor auslösen verzögern.
Treffen nicht mehr alle paramter zu, soll das Raffstore wieder komplett öffnen auf 100%
Weiter habe ich noch einen virtuellen Schalter, welche auslöst wenn der Wind zu stark ist.
Dann sollen die Raffstore ebenfalls hochfahren und oben bleiben.
Die Raffstore werden Nachts nicht benötigt und sollen offen bleiben.
Sollte ich an einem Wandtaster oder ĂŒber die App manuell eine Ănderung vornehmen, soll diese 30 Minuten ĂŒbernommen werden, bis die Automation wieder selbstĂ€ndig arbeitet.
Die Raffstore sind offen wenn der Wert auf meines Relais auf 100%
Er ist geschlossen wenn das Relais 0% zeigt.
Der Winkel zum Verschatten ist 45%.
my yaml code:
alias: Raffstore KĂŒche - Cover Control Automation (CCA)
description: ""
use_blueprint:
path: hvorragend/cover_control_automation.yaml
input:
blind: cover.shelly2pmg3_8cbfeaa9842c_cover_0
auto_options:
- auto_shading_enabled
- auto_up_enabled
- auto_down_enabled
cover_status_options: cover_helper_enabled
cover_status_helper: input_text.raffstore_kuche_helfer_cca_blueprint
drive_time: 60
open_tilt_position: 0
close_tilt_position: 100
shading_position: 0
shading_tilt_position: 45
time_control: time_control_disabled
default_brightness_sensor: sensor.gw1100a_solar_lux
sun_elevation_down: 56
sun_elevation_up: 229
brightness_time_duration: 300
shading_brightness_sensor: sensor.gw1100a_solar_lux
shading_sun_brightness_start: 50000
shading_sun_brightness_end: 30000
shading_azimuth_start: 56
shading_azimuth_end: 229
shading_elevation_min: 1
shading_min_temperatur1: 20
shading_temperatur_sensor2: sensor.gw1100a_outdoor_temperature
shading_min_temperatur2: 0
shading_forecast_type: weather_attributes
shading_forecast_temp: 0
shading_weather_conditions: []
shading_waitingtime_start: 300
shading_waitingtime_end: 1800
ignore_after_manual_config:
- ignore_shading_after_manual
- ignore_ventilation_after_manual
- ignore_closing_after_manual
- ignore_opening_after_manual
auto_up_force: input_boolean.virtueller_schalter_windgeschwindigkeit_oberhalb_stufe_1
position_tolerance: 2
auto_shading_end_condition:
- type: is_temperature
condition: device
device_id: 02baf0a4245940a61c087e23bb9c5579
entity_id: 02ee9bf1c5ed75b3b68a7fa8220368c6
domain: sensor
below: 22
shading_temperatur_sensor1: sensor.shellyht_1dff9a_temperature
reset_override_config: reset_timeout
reset_override_timeout: 30
open_position: 100
drive_delay_fix: 5
tilt_delay: 5
auto_shading_end_action:
- action: cover.open_cover
metadata: {}
data: {}
target:
entity_id: cover.shelly2pmg3_8cbfeaa9842c_cover_0
reset_override_time: "00:00:00"
brightness_down: 50000
brightness_up: 30000
Screenshot of my complete UI Config:














