apostolakisl Posted October 7, 2009 Posted October 7, 2009 I am wanting to use an IR remote to toggle an insteon light switch with the press of a single button. I have to believe there is a way to do this by writing one program, but have found that I can only get it to work by writing 2. If Status "kitchen light' is off and IR "IR_001' is pressed then set scene 'kitchen lihgt' on else no action This turns the light on If Status 'kithchen light' is not off and IR 'IR_001' is pressed set scene 'kitchen light' off else no action This turns it off So again, the question, is there a way to merge these two programs into one program to toggle the light on/off with the press of the IR button?
Algorithm Posted October 7, 2009 Posted October 7, 2009 Hello apostolakisl, The functionality you desire does require two programs. There are various ways it could be done using two programs, but the way you have outlined is probably the best. Don't be too concerned though, as the ISY can handle many programs .
apostolakisl Posted October 8, 2009 Author Posted October 8, 2009 Very well then. I will make some folders to tidy things up a bit.
Recommended Posts