Hallo Leute,
ich habe ein Problem mit meinen Automatisierungen.
Bemerkt habe ich heute morgen das der Rolldaden in der Küche nicht bei Sonne runter fährt.
Habe dann in der Automatisierung geschaut und wollte die Bedingungen testen.
Also bei der Bedingung Helfer Sonnenautomatik an auf testen gedrückt.
Dann konnt “Bedinung nicht erfüllt” mit grauem Hintergrung und 2-3 Sekunden später ohne das ich was mache “Bedinung erfüllt” mit grünen Hintergrund…
Andere Entitäten zeigen das gleiche Verhalten.
Wenn die Bedingung wirklich nicht erfüllt ist, kommt “Bedingung nicht erfüllt” erst mit grauem und dann nach 2-3 Sekunden mit orangem Hintergrund.
Nehme da das es deshalb nicht funktioniert.
Das einzige was ich seit gestern verändert habe ist, dsaas ich einen weiteren SMA-Wechselrichter per Modbus (manuell in der config.yaml) intergiert hab.
Kann da ein Zusammenhang bestehen?
System komplett neu gestartet hab ich schon. Prozessorlast ist bei 7%
Was ist das für eine Entität / Gerät?
Hast du mal in den Verlauf der Entität geguckt ob sich da was geändert hat zu der Zeit?
Es kann auch nie schaden die Automation zu posten, vielleicht kann da ja auch was verbessert werden.
glaube ich nicht.
Was für ein System? (RPi3, Mini PC, etc)
Wie ist Home Assistant installiert?(HAOS, Container, …)
Die beschriebene Entität war ein Input_Boolian. Der verändert sich also nicht ohne mein Zutun.
Habe inzwischen festgestelt das das beschriebene Verhalten sich nur in meinen Rolladen-Automationen zeigt. Verstehe ich jetzt aber noch weniger.
System ist ein altes Notebook mit i5 und HAOS.
Hier der YAML-Code. Gebe zu ist sehr aufwändig
alias: Rolladen Küche OG
description: ""
trigger:
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
below: -3
id: Abend
- platform: state
entity_id:
- sun.sun
to: above_horizon
id: Morgens Werktag
- platform: time
at: "07:00:00"
id: Morgens Werktag2
- platform: time
at: "09:00:00"
id: Morgens Wochenende
- platform: state
entity_id:
- input_button.rolladen_og_auf
id: alle auf
- platform: state
entity_id:
- input_button.rolladen_og_zu
id: alle zu
- platform: time
at: "21:00:00"
id: Abend2
- device_id: 4250300017f6851fb85ef045da8bbc0c
domain: zha
platform: device
type: remote_button_long_press
subtype: button
id: Taste lang gedrückt
- platform: time_pattern
minutes: /5
id: alle5Minuten
- platform: numeric_state
entity_id:
- sensor.sun_solar_azimuth
above: 169
id: Azimut
- platform: state
entity_id:
- sensor.stp5000tl20_dc_leistung_b_template
id: Helligkeitsänderung
condition: null
action:
- choose:
- conditions:
- condition: trigger
id:
- Abend
- Abend2
- condition: state
entity_id: input_boolean.rolladen_kuche_og_auto
state: "on"
- condition: state
entity_id: cover.rolladen_kuche_og
state: open
sequence:
- device_id: dfa9c44b1cd5f71d953a86904aee8e9b
domain: cover
entity_id: b02926c5819d1193cddaefa2b4c51146
type: close
- conditions:
- condition: trigger
id:
- Morgens Werktag
- condition: time
weekday:
- mon
- tue
- wed
- thu
- fri
- condition: state
entity_id: input_boolean.rolladen_kuche_og_auto
state: "on"
- condition: time
after: "07:00:00"
- condition: state
entity_id: cover.rolladen_kuche_og
state: closed
sequence:
- device_id: dfa9c44b1cd5f71d953a86904aee8e9b
domain: cover
entity_id: b02926c5819d1193cddaefa2b4c51146
type: open
- conditions:
- condition: trigger
id:
- Morgens Wochenende
- condition: time
weekday:
- sat
- sun
- condition: state
entity_id: input_boolean.rolladen_kuche_og_auto
state: "on"
- condition: state
entity_id: cover.rolladen_kuche_og
state: closed
sequence:
- device_id: dfa9c44b1cd5f71d953a86904aee8e9b
domain: cover
entity_id: b02926c5819d1193cddaefa2b4c51146
type: open
- conditions:
- condition: trigger
id:
- Helligkeitsänderung
- condition: state
entity_id: input_boolean.rolladenkuecheog_sonne
state: "on"
- condition: numeric_state
entity_id: sensor.sun_solar_azimuth
above: 30
below: 165
- condition: state
entity_id: sun.sun
state: above_horizon
- condition: state
entity_id: cover.rolladen_kuche_og
state: open
- condition: numeric_state
entity_id: sensor.stp5000tl20_dc_leistung_b_template
above: input_number.rolladen_kuche_og
sequence:
- device_id: dfa9c44b1cd5f71d953a86904aee8e9b
domain: cover
entity_id: b02926c5819d1193cddaefa2b4c51146
type: set_position
position: 40
- delay:
hours: 0
minutes: 15
seconds: 0
milliseconds: 0
- conditions:
- condition: trigger
id:
- Helligkeitsänderung
- condition: state
entity_id: input_boolean.rolladenkuecheog_sonne
state: "on"
- condition: state
entity_id: sun.sun
state: above_horizon
- condition: state
entity_id: cover.rolladen_kuche_og
state: open
- condition: numeric_state
entity_id: sensor.stp5000tl20_dc_leistung_b_template
below: input_number.rolladen_kuche_og
- condition: numeric_state
entity_id: cover.rolladen_kuche_og
below: 50
attribute: current_position
sequence:
- device_id: dfa9c44b1cd5f71d953a86904aee8e9b
domain: cover
entity_id: b02926c5819d1193cddaefa2b4c51146
type: open
- delay:
hours: 0
minutes: 5
seconds: 0
milliseconds: 0
- conditions:
- condition: trigger
id:
- alle auf
- Taste lang gedrückt
sequence:
- device_id: dfa9c44b1cd5f71d953a86904aee8e9b
domain: cover
entity_id: b02926c5819d1193cddaefa2b4c51146
type: open
- conditions:
- condition: trigger
id:
- alle zu
sequence:
- device_id: dfa9c44b1cd5f71d953a86904aee8e9b
domain: cover
entity_id: b02926c5819d1193cddaefa2b4c51146
type: close
- conditions:
- condition: trigger
id:
- Morgens Werktag2
- condition: time
weekday:
- mon
- tue
- wed
- thu
- fri
- condition: state
entity_id: input_boolean.rolladen_kuche_og_auto
state: "on"
- condition: state
entity_id: cover.rolladen_kuche_og
state: closed
- condition: state
entity_id: sun.sun
state: above_horizon
sequence:
- device_id: dfa9c44b1cd5f71d953a86904aee8e9b
domain: cover
entity_id: b02926c5819d1193cddaefa2b4c51146
type: open
- conditions:
- condition: trigger
id:
- Azimut
- condition: state
entity_id: input_boolean.rolladenkuecheog_sonne
state: "on"
- condition: state
entity_id: sun.sun
state: above_horizon
- condition: state
entity_id: cover.rolladen_kuche_og
state: open
- condition: numeric_state
entity_id: cover.rolladen_kuche_og
below: 50
attribute: current_position
sequence:
- device_id: dfa9c44b1cd5f71d953a86904aee8e9b
domain: cover
entity_id: b02926c5819d1193cddaefa2b4c51146
type: open
mode: single