Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 1 of 1

Thread: Controlling Central Fan from Multiple Bathrooms

  1. #1
    Authorized Lutron Contributor
    Join Date
    May 2013
    Posts
    513

    Controlling Central Fan from Multiple Bathrooms

    Saw a customer question that I thought was worth sharing...

    Attached will be a project where a user can control a fan from four different bathrooms.

    The way the control works will be:
    If Person 1 pressed a bathroom keypad button for the fan, the LED will light up and the fan will be on. If person 2 goes into a different bathroom and pressed a button to control the same fan, the LED will be on but nothing will happen. If Person 1 pressed the button to leave, the fan will stay on (because person 2 still has the button activated), but the LED will be off. When person two presses the button to leave, the LED and Fan will be off.

    Programming model for the keypad buttons is:

    If the fan is off, the keypad’s variable will be true and fan will turn on.
    If the fan is already on, it will query if all other keypad variables are false. If they are, the fan will turn off and the variable for the local keypad will be false.
    If one or more keypad Variables are true, then the local keypad’s variable will toggle between true and false depending on button press.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •