Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106533

Optimization of roller shutter control (automation)

$
0
0

Hello,

I have a problem and I cannot think of a sensible solution.
I have an automation on a roller shutter, this moves the roller blind from its current position (18%) to halfway at a set time (SA, SUN 9:30 am) and fully opens after a certain time (SA, SUN 9:30 am) on.

So far it works wonderfully, there are a few additional conditions - but it works.

Now to the problem, if you manually open the roller shutter prematurely because you wake up earlier, the roller blind then closes halfway at 9:00 a.m. and then opens again at 9:30 a.m.

How can this be prevented?
Examination of the current position?

The roller shutter is controlled with a Shelly 2.5.

Would be grateful if there was something about how to make the automation a little better.

Many greetings
Gerald

alias: Rolladen Schlafzimmer morgens (SA & SO)
description: ''
trigger:
  - at: '09:20'
    platform: time
condition:
  - condition: state
    entity_id: binary_sensor.montag_freitag
    state: 'off'
  - condition: and
    conditions:
      - condition: state
        entity_id: input_boolean.nachtdienst
        state: 'off'
  - condition: and
    conditions:
      - condition: state
        entity_id: input_boolean.nachtdienst
        state: 'off'
  - condition: not
    conditions:
      - condition: state
        entity_id: input_select.rolladen
        state: manuell
action:
  - device_id: 872294370a4d172718ed0558b8d8c8f5
    domain: cover
    entity_id: cover.rolladen_schlafzimmer
    type: set_position
    position: 50
  - delay:
      hours: 0
      minutes: 15
      seconds: 0
      milliseconds: 0
  - device_id: 872294370a4d172718ed0558b8d8c8f5
    domain: cover
    entity_id: cover.rolladen_schlafzimmer
    type: set_position
    position: 100
mode: single

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 106533

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>