Jump to content

Mini Remote Will Not Activate Programs


Mikes

Recommended Posts

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?

Link to comment
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?

Link to comment

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

Link to comment
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.

Link to comment

Archived

This topic is now archived and is closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

    • There are no registered users currently online
  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.2k
×
×
  • Create New...