Jump to content
C4 Forums | Control4

binding buttons to garage door


malelan

Recommended Posts

have standard garage door setup , have a sensor when its closed/open and have that wired in conjunction with the button to trigger the open/close on the opener.

what i want to do is bind this to a button on a keypad and have it work the following way.

when the garage door is closed, the button light is off, when you press the button, it triggers the door to open (or close if already open) when the door is open, the button light is lit up.

is there an easy way to do this?

keep in mind i'm using composer HE , all devices are added, but i do not have access to programming variables.

Link to comment
Share on other sites


The door itself is toggle only, so programming would be:

When button x is pressed

toggle garage door

For the color change: Note that there is no 'off' option, you just set the color to 'black'

When garage door opens

delay 100ms {optional, do only if it doesn't work without}

set current led color on keypad button x to [your choice]

Then the same basically for garage door closes, but use the black for an 'off' LED

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.