Hi Lee,
When I open the basement door, and look at the ISY Main tab, I see the current state change to On. This is after I do a Query. When I close the door, current state changes to off, again I see the change after I do a Query.
What I would like is.
Basement door has Triggerlinc installed.
When basement door is open, and s1( where s1 is the switchkinc switch at the top of the stairs) status is true( or on) then turn on S2 & S3. (where S2 &S3 are two switchlinc switches that control two separate loads for 2 rooms in the basemet.
Here is my current program
New Program test for basement lights on
If
Program 'Lights On Copy' is True
Then
Run Program 'Basement Switch 1 on' (Then Path)
Run Program 'Basement Switch 2 on' (Then Path)
Else
- No Actions - (To add one, press 'Action')
Light On Copy
If
Status 'Basement / Basement Top' is On
Then
- No Actions - (To add one, press 'Action')
Else
- No Actions - (To add one, press 'Action')
Basement Switch 1 On
If
- No Conditions - (To add one, press 'Schedule' or 'Condition')
Then
Set 'Basement / Basement Switch 1' On
Else
- No Actions - (To add one, press 'Action')
Basement Switch 2 On
If
- No Conditions - (To add one, press 'Schedule' or 'Condition')
Then
Set 'Basement / Basement Switch 1' On
Else
- No Actions - (To add one, press 'Action')