Jump to content

Checking Status of any light in a scene


archean

Recommended Posts

Posted

I want to have an "indicator" LED on a Keypadlinc in the master bedroom. It should show if any light in the house is left on (by being lit).

 

I have read how to do this by using a nested IF statement for each light in the "all lights" scene. However I have hundreds of switches, is there an easier way to say:

 

"If any light status is "on", then turn on keypadlinc B."

 

When I go to Network in the admin panel it shows a list of all switches and their current state. Why can't I use this? (The next questions would be is there a way I can do a negative IF to ignore certain lights i might not want to follow?).

 

 

Thanks for any help... I am hoping there is a function call to read this data ...

Posted

Insteon has no concept of Scene Status so each switch of interest has to be checked individually.

 

If Status 'switchA' is Off

and Status 'switchB' is Off

and Status 'switchC' is Off

and so on.

 

Then

Set Scene 'kpl button' Off

 

Else

Set Scene 'kpl button' On

 

 

 

Note that Secondary KPL buttons cannot be controlled with a Direct command. Assign the Secondary KPL button as a Responder in a Scene and turn the Scene On or Off

Guest
This topic is now closed to further replies.

  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

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