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

Previous working automation does not work anymore

$
0
0

@2stimpy wrote:

Last year I got my automation for my screens working like a charm.
This year they do not function anymore.
I can’t figure out what is wrong with this automation.
Something must have changed in the different version updates.

- id: Zonwering dicht smorgens
  alias: Zonwering dicht smorgens
  initial_state: 'on'
  trigger:
  - platform: numeric_state
    above: '5000'
    entity_id: sensor.hue_motion_sensor_1_light_level
    for:
      minutes: 10
  condition:
    condition: and
    conditions:
    - condition: time
      before: '12:00:00'
    - condition: numeric_state
      entity_id: sensor.lichtsterkte_voor_gem
      above: 5000
    - condition: numeric_state
      entity_id: sensor.kamer_temperature
      above: 22
    - condition: state
      entity_id: group.blinds_on_sun
      state: 'off'
      for:
        minutes: 5
    - condition: template
      value_template: '{{ now().month > 5 }}'
    - condition: template
      value_template: '{{ now().month < 9 }}'
  action:
    service: light.turn_on
    entity_id: group.blinds_on_sun

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 102436

Trending Articles



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