The program below runs manually every time. When the program is triggered the Coach Lites On Night executes, and the Set Sunroom Lamp Dimmer On executes but the next step after wait 4 minutes does not. Any ideas? I am trying putting all steps in one program rather than calling the other 2 programs but not sure why it works when running it manually from console.
Driveway coach lights night - [iD 0009][Parent 0007]
If
Status 'Driveway-Opened' is not On
And From Sunset
To Sunrise (next day)
Then
Run Program 'Coach Lites On Night' (Then Path)
Wait 37 seconds
Set 'Sunroom Lamp Dimmer' On
Wait 4 minutes
Run Program 'Coach Lites Off Night' (Then Path)
Wait 17 seconds
Set 'Sunroom Lamp Dimmer' Off
Else
- No Actions - (To add one, press 'Action')