Here is my program:
If
X10 'E10/On (3)' is Received
And Program 'Chandelier Control' is False
And From 2:15:00AM
To Sunrise (same day)
Then
Send X10 'E5/On (3)'
Wait 5 minutes
Send X10 'E5/Off (11)'
Run Program 'Chandelier Control' (Else Path)
Else
- No Actions - (To add one, press 'Action')
I found the problem that I was having with the program was caused by another X10 controller. It was interfering with the program's ability to send the X10 Off command. Once I removed the problem X10 device, the program worked properly. The X10 device was controlled properly by the program. I still want to know how to use the Run-Then command as I will need it for troubleshooting other programs.
I have been expecting to get some kind of indication from the Administrative Console that the Run-Then portion of the program was running. (Although I have experience with writing computer programs, I am new to this device and am just learning my way around.) I tried running the Run-Then from the Browser Programs window and this window did indicate that the Then section of the program was running. I still did not get any response from my X10 device using this window.
You have already helped me learn about getting this feature running as I did not know you had to click the Apply button to execute the Run-Then command. It did not change the results, but if you know any other things like this I should be doing please let me know.