sceaton Posted October 3, 2007 Posted October 3, 2007 Any idea why the below program doesn't fire? The Away button is On, I even queried from ISY to make sure ISY knows about it. I change the time in the program to a minute from now, and watch .... but nothing happens. If Time is 3:39:00PM And Control 'KPL@Office - Away' is On Then Set 'Cabana @ Back Office' On Finally - No Actions - (To add one, press 'Action') How do I go about troubleshooting this? Thanks! Quote
MikeB Posted October 3, 2007 Posted October 3, 2007 Maybe I'm wrong, but wouldn't that program require you to PRESS that KPL button at PRECISELY 3:39:00pm? Quote
Mark Sanctuary Posted October 3, 2007 Posted October 3, 2007 He is trying to do a "Vacation button" idea. If the button is on and it becomes 3:39 pm then run this program. So a range of time is not the answer. Quote
Mark Sanctuary Posted October 3, 2007 Posted October 3, 2007 I think without being able to do a status check on the "Away" button it will not work. Quote
MikeB Posted October 3, 2007 Posted October 3, 2007 I don't have a 'vacation' button setup, though it's in my plans. What about that other vacation button thread? Where it was suggested to create a folder and use 'CONTROL' to determine whether or not the contained programs run? Could he eliminate the 'away' check in this program, and put it in the folder instead? And have the program itself simply check the time? Quote
sceaton Posted October 3, 2007 Author Posted October 3, 2007 I think without being able to do a status check on the "Away" button it will not work. But isn't that what your vacation button program does? It checks the "status" (via control) of the button to determine whether the folder can run or not. Actually the program works without the time part. I tested by running the program manually. It looks like the time part at the beginning isn't triggering the program to fire. Quote
Mark Sanctuary Posted October 3, 2007 Posted October 3, 2007 I am a bit confused myself because from what I understand is... Control = Button push fires event. Status = Current button status at time of event. But with status the keypadlinc non-load buttons are missing so we cant use status on them. By the way I added another example to the Vacation Button post. Check it out and see if it might help you out with ideas. Quote
Mark Sanctuary Posted October 3, 2007 Posted October 3, 2007 Not sure if this will work but try this... Create a program call "Away From Office". If Control 'KPL@Office - Away' is On Then update your program like this. If Time is 3:39:00PM And Program 'Away From Office' is True Then Set 'Cabana @ Back Office' On Quote
Mark Sanctuary Posted October 3, 2007 Posted October 3, 2007 And if you want to test it just make your time check a couple minutes after right now. If it works then set the real time you want it to function. Quote
Mark Sanctuary Posted October 3, 2007 Posted October 3, 2007 I just looked up the wiki entry for the different conditions over here. Quote
Chris Jahn Posted October 4, 2007 Posted October 4, 2007 The wiki entry is a good start, but some of it is outdated since I wrote it at the start of the Beta. When everything has settled down, which hopefully will be by the next drop, I will update the Wiki with a more detailed tutorial. By the way, in some cases the true/false status of a program is not being set correctly. This is fixed in the next beta drop, along with the keypad button status/actions. Quote
Mark Sanctuary Posted October 4, 2007 Posted October 4, 2007 Sweet, I thought the keypadlinc buttons could be added to the status condition but did not think for some reason it needed a bug post. Thanks Chris Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.