Jump to content
C4 Forums | Control4

Bond Bridge Fan Control4


twmoonly

Recommended Posts

I have the bond bridge controlling a fan and want program a button on a keypad to toggle through the speeds as you can with fan speed controller. Also want button light to change to different color based on the speed it’s on. What is the best way to do this?

 

 

Sent from my iPhone using Tapatalk

Link to comment
Share on other sites


Create FanSpeed variable and Macro

Programming for Macro:

FanSpeed = FanSpeed + 1

If FanSpeed =1, then low

If FanSpeed =2, then med

If FanSpeed =3, then high

If FanSpeed > 3, then FanSpeed = 0

 

You can execute the Macro a number of ways, but I would suggest when button is pressed.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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