Hello, I'm new to the board and the insteon devices, but not new to the technology, or basic programming. I've played with the x10 stuff off and on for a long time, nice to find something more reliable. I am also an electrician so if someone should have an electrical question just give me a hollar. Now onto my queston, I just received my 994 the other day and what I am trying to do is create a timer like program for my switches. A regular click would turn on the lights and start the timer, and a double click (fast on) would allow me to override the timer and keep the lights on. My issue is whenever I try to test for the fast on key presses it just does not seem to recognize it in the programming. Most of the switches I have are the dimmers, with a few 8 pos keypads and also a few non dimming switch modules.. I've kinda managed a work around by testing for an "ON" condition Here's my example:
If
Status 'DINING ROOM' is On
Then
- No Actions - (To add one, press 'Action')
Else
Wait 10 minutes
Set Scene 'Scene 4' Off
The other oddity with this is when it does count down and shuts off the scene it looks like it very quickly loops back around and the program runs for an extra 10 minutes. Not sure if this is a bug or I am just missing something silly.. Any help or insight would be great..