HM Rolladenaktor wird durch Automation "Nicht Verfügbar" gemacht

HI!

Ich habe mit einem Rolladenaktor bzw einer Automation Probleme.

Es ist ein Homematic Aktor welcher über HmIP Local eingebunden ist.
Ich kann ihn “Manuell” per Homematic steuern ohne Probleme Aber meine Automation macht ihn MANCHMAL “kaputt” …

Danach kann ich ihn nur noch per Tasttendruck wecken und wieder per HA nutzen.

Hat jemand eine was da los ist? Kann es an der Automation liegen?
Gestern hat diese funktioniert! Anstandslos… :face_with_raised_eyebrow:

Hier mal die Automation… Nicht wundern, ist schon etwas größer geworden…

alias: Terrassen Rolladen
description: ""
triggers:
  - trigger: time
    at: "08:00:00"
    id: 8 Uhr
  - trigger: time
    at: "22:15:00"
    id: 22:15 Uhr
  - trigger: state
    entity_id:
      - input_boolean.zuhause
    to: "on"
    id: Zuhause EIN
  - trigger: state
    entity_id:
      - input_boolean.zuhause
    to: "off"
    id: Zuhause AUS
  - trigger: state
    entity_id:
      - input_boolean.partytime
    to: "on"
    id: PartyTime EIN
  - trigger: state
    entity_id:
      - input_boolean.partytime
    to: "off"
    id: PartyTime AUS
  - trigger: state
    entity_id:
      - sensor.hmip_slo_000d5be9a4defd_durchschnittliche_beleuchtungsstarke
    id: Lichtsensor
  - trigger: state
    entity_id:
      - input_boolean.rolladensperre
    to: "on"
    id: Rolladensperre EIN
  - trigger: state
    entity_id:
      - input_boolean.rolladensperre
    to: "off"
    id: Rolladensperre AUS
  - trigger: state
    entity_id:
      - binary_sensor.hm_sec_sco_oeq1429441
    to: "on"
    id: Terrassentür1 OFFEN
  - trigger: state
    entity_id:
      - binary_sensor.hm_sec_sco_oeq1429441
    to: "off"
    id: Terrassentür1 Geschlossen
  - trigger: state
    entity_id:
      - binary_sensor.hm_sec_sco_oeq1429404
    to: "on"
    id: Terrassentür2 OFFEN
  - trigger: state
    entity_id:
      - binary_sensor.hm_sec_sco_oeq1429404
    to: "off"
    id: Terrassentür2 Geschlossen
  - trigger: state
    entity_id:
      - sensor.hm_sec_rhs_keq0848958
    to: closed
    id: Türgriff ZU
  - trigger: state
    entity_id:
      - sensor.hm_sec_rhs_keq0848958
    to: open
    id: Türgriff AUF
  - trigger: state
    entity_id:
      - sensor.hm_sec_rhs_keq0848958
    id: Türgriff
conditions: []
actions:
  - choose:
      - conditions:
          - condition: trigger
            id:
              - Zuhause EIN
              - 8 Uhr
              - Lichtsensor
              - Rolladensperre AUS
          - condition: time
            after: "08:00:00"
            before: "22:00:00"
            weekday:
              - mon
              - tue
              - wed
              - thu
              - fri
              - sat
              - sun
          - condition: numeric_state
            entity_id: sensor.hmip_slo_000d5be9a4defd_beleuchtungsstarke
            above: 15
          - condition: state
            entity_id: input_boolean.zuhause
            state: "on"
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: not
            conditions:
              - condition: state
                entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
                state: open
        sequence:
          - action: cover.open_cover
            metadata: {}
            data: {}
            target:
              device_id: bbdfb572421fac11c2767f5ec82bc696
        alias: Rolladen AUF
      - conditions:
          - condition: trigger
            id:
              - Rolladensperre AUS
              - Terrassentür2 Geschlossen
          - condition: state
            entity_id: input_boolean.zuhause
            state: "on"
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: not
            conditions:
              - condition: state
                entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
                state: open
        sequence:
          - action: cover.open_cover
            metadata: {}
            data: {}
            target:
              device_id: bbdfb572421fac11c2767f5ec82bc696
        alias: Rolladen AUF
      - conditions:
          - condition: trigger
            id:
              - PartyTime EIN
              - Rolladensperre AUS
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: state
            entity_id: input_boolean.partytime
            state: "on"
          - condition: numeric_state
            entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
            below: 100
        sequence:
          - action: cover.open_cover
            metadata: {}
            data: {}
            target:
              device_id: bbdfb572421fac11c2767f5ec82bc696
        alias: Rolladen AUF
      - conditions:
          - condition: trigger
            id:
              - Zuhause AUS
          - condition: state
            entity_id: input_boolean.zuhause
            state: "off"
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429441
            state: "off"
          - condition: numeric_state
            entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
            above: 1
            attribute: current_position
        sequence:
          - device_id: bbdfb572421fac11c2767f5ec82bc696
            domain: cover
            entity_id: af7b4aed5736cedd947942862be598fb
            type: close
        alias: Rolladen ZU
      - conditions:
          - condition: trigger
            id:
              - PartyTime AUS
              - Terrassentür2 OFFEN
              - Terrassentür1 Geschlossen
              - Rolladensperre AUS
              - Türgriff ZU
              - 22:15 Uhr
          - condition: time
            after: "22:15:00"
            before: "05:00:00"
            weekday:
              - mon
              - tue
              - wed
              - thu
              - fri
              - sat
              - sun
          - condition: state
            entity_id: input_boolean.partytime
            state: "off"
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429441
            state: "off"
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429404
            state: "on"
          - condition: state
            entity_id: sensor.hm_sec_rhs_keq0848958
            state: closed
          - condition: numeric_state
            entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
            above: 1
            attribute: current_position
        sequence:
          - device_id: bbdfb572421fac11c2767f5ec82bc696
            domain: cover
            entity_id: af7b4aed5736cedd947942862be598fb
            type: close
        alias: Rolladen ZU
      - conditions:
          - condition: trigger
            id:
              - Terrassentür1 Geschlossen
              - Rolladensperre AUS
              - Türgriff ZU
              - Lichtsensor
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429441
            state: "off"
          - condition: state
            entity_id: sensor.hm_sec_rhs_keq0848958
            state: closed
          - condition: numeric_state
            entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
            above: 1
            attribute: current_position
          - condition: numeric_state
            entity_id: >-
              sensor.hmip_slo_000d5be9a4defd_durchschnittliche_beleuchtungsstarke
            below: 5
        sequence:
          - device_id: bbdfb572421fac11c2767f5ec82bc696
            domain: cover
            entity_id: af7b4aed5736cedd947942862be598fb
            type: close
        alias: Rolladen ZU
      - conditions:
          - condition: trigger
            id:
              - Rolladensperre AUS
              - Terrassentür1 OFFEN
              - Terrassentür2 OFFEN
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429441
            state: "on"
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429404
            state: "on"
          - condition: state
            entity_id: sensor.hm_sec_rhs_keq0848958
            state: closed
          - condition: numeric_state
            entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
            attribute: current_position
            below: 1
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: numeric_state
            entity_id: >-
              sensor.hmip_slo_000d5be9a4defd_durchschnittliche_beleuchtungsstarke
            below: 5
          - condition: state
            entity_id: input_boolean.zuhause
            state: "on"
        sequence:
          - device_id: bbdfb572421fac11c2767f5ec82bc696
            domain: cover
            entity_id: af7b4aed5736cedd947942862be598fb
            type: set_position
            position: 20
        alias: Rolladen auf 20%
      - conditions:
          - condition: trigger
            id:
              - Rolladensperre AUS
              - Lichtsensor
              - Terrassentür1 Geschlossen
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429441
            state: "off"
          - condition: state
            entity_id: sensor.hm_sec_rhs_keq0848958
            state: closed
          - condition: numeric_state
            entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
            above: 60
            attribute: current_position
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: state
            entity_id: input_boolean.partytime
            state: "off"
          - condition: numeric_state
            entity_id: >-
              sensor.hmip_slo_000d5be9a4defd_durchschnittliche_beleuchtungsstarke
            below: 15
          - condition: state
            entity_id: input_boolean.zuhause
            state: "on"
          - condition: time
            after: "16:00:00"
            before: "04:00:00"
            weekday:
              - mon
              - tue
              - wed
              - thu
              - fri
              - sat
              - sun
        sequence:
          - device_id: bbdfb572421fac11c2767f5ec82bc696
            domain: cover
            entity_id: af7b4aed5736cedd947942862be598fb
            type: set_position
            position: 60
        alias: Rolladen auf 60%
      - conditions:
          - condition: trigger
            id:
              - Rolladensperre AUS
              - Lichtsensor
              - Terrassentür1 Geschlossen
              - Terrassentür2 OFFEN
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429441
            state: "off"
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429404
            state: "on"
          - condition: state
            entity_id: sensor.hm_sec_rhs_keq0848958
            state: closed
          - condition: numeric_state
            entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
            above: 60
            attribute: current_position
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: state
            entity_id: input_boolean.partytime
            state: "off"
          - condition: numeric_state
            entity_id: >-
              sensor.hmip_slo_000d5be9a4defd_durchschnittliche_beleuchtungsstarke
            below: 15
          - condition: state
            entity_id: input_boolean.zuhause
            state: "on"
        sequence:
          - device_id: bbdfb572421fac11c2767f5ec82bc696
            domain: cover
            entity_id: af7b4aed5736cedd947942862be598fb
            type: set_position
            position: 60
        alias: Rolladen auf 60%
      - conditions:
          - condition: trigger
            id:
              - Terrassentür1 Geschlossen
              - Türgriff ZU
          - condition: state
            entity_id: binary_sensor.hm_sec_sco_oeq1429441
            state: "off"
          - condition: state
            entity_id: sensor.hm_sec_rhs_keq0848958
            state: closed
          - condition: numeric_state
            entity_id: cover.hm_lc_bl1pbu_fm_oeq1855972
            above: 60
            attribute: current_position
          - condition: state
            entity_id: input_boolean.rolladensperre
            state: "off"
          - condition: state
            entity_id: input_boolean.partytime
            state: "off"
          - condition: numeric_state
            entity_id: >-
              sensor.hmip_slo_000d5be9a4defd_durchschnittliche_beleuchtungsstarke
            below: 15
          - condition: state
            entity_id: input_boolean.zuhause
            state: "on"
        sequence:
          - device_id: bbdfb572421fac11c2767f5ec82bc696
            domain: cover
            entity_id: af7b4aed5736cedd947942862be598fb
            type: set_position
            position: 60
        alias: Rolladen auf 60%
mode: single