Mikes Posted May 3, 2014 Posted May 3, 2014 I got a mini remote a few weeks back added it to my system IS994i/IR and created a quick program to turn a device on and off and all was well. Due to spring I've been doing outdoor chores and just getting back to continuing with my mini remote. It no longer will control my device I setup earlier. In the main window of controller app I see my remote and can watch it react to me clicking remote buttons On and off. I test the then statements of my 2 simple programs to turn a device on and off and all works. So I can see remote going on/off at console and control my device via program in console. It just appears to me that the remote events are not being fed to the programs to act upon them. What more can I do to figure out what is going on?
oberkc Posted May 3, 2014 Posted May 3, 2014 What more can I do to figure out what is going on? Post your program. Did this program once work with the mini remote and now does not? A few obvious possibilities: -Is you program "disabled"? -Is you program in a folder who's conditions are not met?
larryllix Posted May 3, 2014 Posted May 3, 2014 I found the need for the negative and second "If" trigger a little surprising. The remotes seem to require programming a little differently than some other devices. If Control 'Gathering Room / Remote.B' is switched On Or Control 'Gathering Room / Remote.B' is not switched Off Then Set 'Gathering Room / Flower Lamp on desk' On Wait 30 minutes Set 'Gathering Room / Flower Lamp on desk' Off Else Set 'Gathering Room / Flower Lamp on desk' Off If: Need both conditions to trigger both Then & Else
oberkc Posted May 3, 2014 Posted May 3, 2014 Thanks. It is worth checking out the program. In my mind, the program is simple enough and should work. Any responses to my other questions?
larryllix Posted May 3, 2014 Posted May 3, 2014 Thanks. It is worth checking out the program. In my mind, the program is simple enough and should work. Any responses to my other questions? Some confusion on posters, maybe? I am not the OP. Sorry for the bad timing. I only posted a simple example since the OP had only a few posts and this point threw me for a while.
oberkc Posted May 3, 2014 Posted May 3, 2014 Some confusion on posters, maybe? I am not the OP. Sorry for the bad timing. Yes...confusion on my part.
Recommended Posts