Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
- id: '1642887933217'
alias: shutter - open to 20% at -6° and rising
description: ''
trigger:
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
above: '-6'
condition:
- condition: state
entity_id: sun.sun
state: true
attribute: rising
action:
- device_id: 15ee956a205e5fcb8c951520eed6eb72
domain: cover
entity_id: cover.tasmota_cover_1
type: set_position
position: 20
mode: single
- id: '1642888136771'
alias: shutter - close to 20% at Lux <1 or rlevation < -5 and not rising
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.solar_radiation
for:
hours: 0
minutes: 5
seconds: 0
below: '1'
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
below: '-5'
condition:
- condition: and
conditions:
- condition: state
entity_id: sun.sun
state: false
attribute: rising
- condition: numeric_state
entity_id: sun.sun
attribute: elevation
below: '5'
action:
- device_id: 15ee956a205e5fcb8c951520eed6eb72
domain: cover
entity_id: cover.tasmota_cover_1
type: set_position
position: 20
mode: single
- id: '1642888195982'
alias: shutter - close to 0% at -12° and not rising
description: ''
trigger:
- platform: numeric_state
attribute: elevation
entity_id: sun.sun
for:
hours: 0
minutes: 0
seconds: 0
below: '-12'
condition:
- condition: state
entity_id: sun.sun
state: false
attribute: rising
action:
- device_id: 15ee956a205e5fcb8c951520eed6eb72
domain: cover
entity_id: cover.tasmota_cover_1
type: set_position
position: 0
mode: single
- id: '1642888694478'
alias: shutter - open to 100% at Lux >1 or elevation > 5 and rising
description: ''
trigger:
- platform: numeric_state
above: '1'
entity_id: sensor.solar_radiation
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
above: '5'
condition:
- condition: state
entity_id: sun.sun
state: true
attribute: rising
action:
- device_id: 15ee956a205e5fcb8c951520eed6eb72
domain: cover
entity_id: cover.tasmota_cover_1
type: set_position
position: 100
mode: single
alias: 0_test_BK_RollerShutter
description: ''
trigger:
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
above: '-6'
id: preopen
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
id: open
above: '3'
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
below: '3'
id: preclose
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
below: '-6'
id: close
condition: []
action:
- choose:
- conditions:
- condition: or
conditions:
- condition: trigger
id: preopen
- condition: trigger
id: preclose
sequence:
- service: cover.set_cover_position
data:
position: 10
target:
device_id: e60c8eb701034371afaf2a019b0b8261
- conditions:
- condition: trigger
id: open
sequence:
- service: cover.set_cover_position
data:
position: 100
target:
device_id: e60c8eb701034371afaf2a019b0b8261
- conditions:
- condition: trigger
id: close
sequence:
- service: cover.set_cover_position
data:
position: 0
target:
device_id: e60c8eb701034371afaf2a019b0b8261
default: []
mode: single