Jump to content

Toggle with one program?


gregoryx

Recommended Posts

Posted

I'm using programs instead of groups to deal with RemoteLinc weirdness.

I'm using one program for "on" and another for "off".

Is there a way I can make a single program where the "then" is ON and the "else" is OFF (or vice-versa)?

Posted

Hello gregoryx,

 

First of all, I would like to hear about your RL's weirdness for, using programs instead of scenes, is usually not very efficient.

 

With kind regards,

Michel

 

I'm using programs instead of groups to deal with RemoteLinc weirdness.

I'm using one program for "on" and another for "off".

Is there a way I can make a single program where the "then" is ON and the "else" is OFF (or vice-versa)?

Posted

You should be able to do this:

 

If
       Control 'Remote1' is switched On
 and Control 'Remote1' is not switched Off


Then
       Set Scene 'Lights' On

Else
      Set Scene 'Lights' Off

 

But like Michel said, probably better to find the root of your problem.

Posted

Michel, it appears now that the weirdness is related to switches' link tables not acting as they should - possibly the known issues, though I'm seeing it in a KPL.

 

MikeB, thanks for the code, I thought I'd tried all the variations; that didn't even occur to me.

Posted

Hello gregoryx,

 

Got your email ... thanks so very much. Perhaps this will be a great opportunity to figure out exactly what's causing all these problems.

 

With kind regards,

Michel

 

Michel, it appears now that the weirdness is related to switches' link tables not acting as they should - possibly the known issues, though I'm seeing it in a KPL.

 

MikeB, thanks for the code, I thought I'd tried all the variations; that didn't even occur to me.

Guest
This topic is now closed to further replies.

  • Recently Browsing

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

  • Forum Statistics

    • Total Topics
      37k
    • Total Posts
      371.4k
×
×
  • Create New...