Jump to content

How to turn off button on keypadlinc 6-button


Recommended Posts

I have a 6-button keypadlinc dimmer unit configured as follows:

- Button A - is a controller for a scene that turns on an exhaust fan controlled by a togglelinc relay

- Button B - is the controller for a scene that turns on a remote light switch

- Button C was empty so my wife asked that I program it to turn on the remote light and the exhaust fan

- I have Button C working well - turn it on and buttons A & B and the associated light and fan all turn on. Turn Button C off and everything turns off.

- I have a program set for the exhaust fan, after a specified period of time, the fan and Button A light turn off.

- I would like for this action to also turn off button C light; however, if I turn off the associated scene, it causes button B and the light to turn off. I can't find a way to simply turn off the button C light.

 

Can someone help? is this possible? Or do I need to turn off Button C scene then turn Button B scene on right after as a part of this program?

Link to comment
Share on other sites

You would need a scene to turn on/off secondary KPL buttons.

 

It depends on what you want. You could create a new scene that only has button C as a responder.

Then use program to turn button C on or off.

 

Then, if you want button C to be on whenever both A and B are on, create a program could test for the remote light AND fan being on, and set button C on in the then case, and set the button C scene off in the else case. Turn A or B off will turn off the light for button C.

Link to comment
Share on other sites

Create a scene with only button C as a responder.

 

Create a program to monitor the devices in the other 2 scenes:

 

If 
  Status Light is On
  And Status Fan is On

Then
  Set Scene CButton On

Else
  Set Scene CButton Off

 

This way, if both A and B scenes are on, C will be On. If either or both A & B are off, C will be Off

 

Hope this helps

 

-Xathros

Link to comment
Share on other sites

Archived

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


×
×
  • Create New...