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

Sunset automation doesn't work normally

$
0
0

@SuperMaximus wrote:

Please help to clarify why this automation does not work.
It was supposed to close shutters when sunset is below specific elevation level when selected lights are turned on.
It worked several times then stopped. Have no idea why…

- id: '1587207743258'
  alias: Shutters down when Living room Light on close to SunDown
  description: ''
  trigger:
  - below: '2.40'
    entity_id: sun.sun
    platform: numeric_state
    value_template: '{{ state.attributes.elevation }}'
  condition:
  - condition: or
    conditions:
    - condition: state
      entity_id: 
    - condition: state
      entity_id: light.led_gostinaia
      state: 'on'
    - condition: state
      entity_id: light.svet_v_koridore
      state: 'on'
  action:
  - data: {}
    entity_id: cover.zhaliuzi_sosed
    service: cover.close_cover

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 99036

Trending Articles



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