guys, for some reason this isn't working properly and i can't figure out why. for some reason it just keeps restarting the "bathroomblink" program without continuing. I'm running version v2.7.7
(note, i have the 15 seconds in there as a test, it's really going to be 15 minutes)
any ideas what i'm doing wrong???
Program: Bathroom
If
Status '1st.Bath1.Light.Shower' is not Off
And Status '1st.Bath1.Light.Overhead' is not Off
Then
Run Program 'BathroomBlink' (Then Path)
Else
Run Program 'BathroomBlink' (Else Path)
Program: BathroomBlink
If
- No Conditions - (To add one, press 'Schedule' or 'Condition')
Then
Repeat 4 times
Wait 15 seconds
Set '1st.Bath1.Light.Shower' 1%
Set '1st.Bath1.Fan' Off
Wait 2 seconds
Set '1st.Bath1.Light.Shower' Fast On
Set '1st.Bath1.Fan' On
Repeat 0 times
Set '1st.Bath1.Light.Overhead' 50%
Set '1st.Bath1.Light.Shower' 50%
Wait 2 minutes
Set '1st.Bath1.Light.Shower' Off
Set '1st.Bath1.Light.Overhead' Off
Set '1st.Bath1.Fan' Off
Else
Stop program 'BathroomBlink'
i've also tried this variation of the program:
Program: Bathroom
If
Status '1st.Bath1.Light.Shower' is not Off
And Status '1st.Bath1.Light.Overhead' is not Off
Then
Run Program 'BathroomBlink' (Then Path)
Else
- No Actions - (To add one, press 'Action')
Program: BathroomBlink
If
- No Conditions - (To add one, press 'Schedule' or 'Condition')
Then
Repeat 4 times
Wait 15 seconds
Set '1st.Bath1.Light.Shower' 1%
Set '1st.Bath1.Fan' Off
Wait 2 seconds
Set '1st.Bath1.Light.Shower' Fast On
Set '1st.Bath1.Fan' On
Repeat 0 times
Set '1st.Bath1.Light.Overhead' 50%
Set '1st.Bath1.Light.Shower' 50%
Wait 2 minutes
Set '1st.Bath1.Light.Shower' Off
Set '1st.Bath1.Light.Overhead' Off
Set '1st.Bath1.Fan' Off
Else
- No Actions - (To add one, press 'Action')