Skip to content

Commit

Permalink
Use another light sensor for detecting if the awning needs to open
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Sep 1, 2024
1 parent 2e9420a commit 143aa36
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/ios/zonnescherm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,25 +112,25 @@ automation:
max_exceeded: silent
trigger:
- platform: numeric_state
entity_id: sensor.achtertuin_sensor_licht
above: 15000
entity_id: sensor.0x04cf8cdf3c7cb18a_illuminance_lux
above: 30000
- platform: state
entity_id: sensor.zon_positie
from: Voor
to: Achter
condition:
- condition: numeric_state
entity_id: sensor.achtertuin_sensor_licht
above: 15000
entity_id: sensor.0x04cf8cdf3c7cb18a_illuminance_lux
above: 30000
- condition: state
entity_id: sensor.zon_positie
state: Achter
- condition: numeric_state
entity_id: sensor.knmi_max_temperatuur_vandaag
above: 19
- condition: state
- condition: numeric_state
entity_id: sensor.knmi_neerslag_vandaag
state: "off"
below: 10
- condition: state
entity_id: binary_sensor.zonnescherm_contact_contact
state: "off"
Expand Down

0 comments on commit 143aa36

Please sign in to comment.