Jump to content
C4 Forums | Control4

Bathroom Exhaust Fan


Paulknapp

Recommended Posts

Greetings!  I found a lot of info here on programming a bathroom exhaust fan, but couldn't find a definitive answer on the switch to use.  (Probably because it's so basic...) Can I use a standard (legacy or new) C4 switch to control a bathroom exhaust fan?  Thanks!  Paul

Link to comment
Share on other sites


  • 3 months later...

You can also use a dimmer with a 100% ramp. I've had mine running like this for years without issue. 

Or it could fail in the first month. Given the choice - use a switch.

 

As for programming, you would create a timer of 30 minutes - non repeating.

Then:

 

 

When [fan] turns on

reset [timer]

 

When [timer] expires

turn of [fan]

 

Most simplistice version. If you want to have the timer reactivate on pressing the top button again, change the first line to:

 

When [fan] top button is pressed

reset [timer]

 

More options available of course.

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.