Posted October 3, 200718 yr 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!
October 3, 200718 yr Maybe I'm wrong, but wouldn't that program require you to PRESS that KPL button at PRECISELY 3:39:00pm?
October 3, 200718 yr 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.
October 3, 200718 yr I think without being able to do a status check on the "Away" button it will not work.
October 3, 200718 yr 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?
October 3, 200718 yr Author 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.
October 3, 200718 yr 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.
October 3, 200718 yr 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
October 3, 200718 yr 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.
October 4, 200718 yr 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.
October 4, 200718 yr 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.