Jump to content

time interval event programming


oskrypuch

Recommended Posts

OK, figured out a way to do it ...

program var entry sense.wait (a variable)

 

program entry sense

If
       Program 'var garage open' is True
   And Program 'var dark' is True
   And Program 'var sleeptime' is False

Then
       Run Program 'var entry sense.wait' (Then Path)
       Wait  20 seconds
       Run Program 'var entry sense.wait' (Else Path)

Else
  - No Actions - (To add one, press 'Action')

 

program entry sense.do

If
       Control 'laundry rm / LND - PIR-Sensor' is switched On
   And Program 'var entry sense.wait' is True

Then
       Set 'front hallway / FH - Pots' 80%
       Set 'kitchen / KIT - Pot' On
       Run Program 'var entry sense.wait' (Else Path)

Else
  - No Actions - (To add one, press 'Action')

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...