Are there any known controls to integrate with existing ceiling fan/light combos? As I’m sure 1000s of people do, I have remote controlled ceiling fans/lights that I would love to control via my Vera3. Has anyone come across a solution to integrate these? Or has anyone developed a homegrown solution?
If not, I’m thinking about making one by cannibalizing a working remote and soldering some z-wave components to make it work.
I should have clarified. I have existing ceiling fans with remotes but no wall switches. I would like to send RF signals to the fan to control it (just like the existing remote does). I guess I would need a z-wave RF blaster of sorts.
Sort of…and also the OP didn’t say where they lived, cos if its not the US, then the Leviton Fan controller isn’t really an option.
You can do single gang if you go the Insteon Fan link Route. Admittedly this isn’t Zwave, but its been done by others with a bit of extra investment in a PLM.
Its also possible to hide a fan controller (be it the Leviton or something else like a micro module/relay) in the ceiling or elsewhere.
If the latter option is chosen, then paired with something like a Leviton 4 button scene controller with local load control, then the other 3 buttons can control speed via scenes and you only need a single gang…
I went the Leviton route and expanded my single gang to a dual gang.
I do live in the US and I have Leviton dimmer in use in a couple of locations. The case I’m trying to solve is for a ceiling fan / light combo that is only operated by an existing remote (Hampton Bay brand). There is no wall switch for this fan and it’s mounted on a 19’ ceiling so not easy to get to electric box.
Since the fan already has a remote (RF) I was wondering if there is anything that would replicate the signals being sent by the remote. If not, I don’t think it would be too hard to tap in to the remote with an Arduino to z-wave enable the remote. This would all end up in a project box and kept out of sight.
Seems like it would be a fairly simple project, I’ve seen a similar approach here:
Jason, I have a very similar problem. I have an existing remote because the wall switch is placed behind where the door opens. here’s what I plan to do:
I am going to take a similar approach to @RexBecket’s Kira IR receiver plugin. http://forum.micasaverde.com/index.php/topic,14618.0.html In that I’m going to write a daemon that listens for RF and sends corresponding UDP packets to a specified target. I’ll then attempt to learn the RF commands from my ceiling fan remote. Once I am confident I can reliably receive button presses from my remote, I am going to replace the inaccessible wall switches with zwave switches (and remove the RF receiver from inside the fan–can’t have both). Then it’ll be a matter of associating button presses on the remote with the proper behavior on the zwave switches.
My solution may not work for you since I’m taking the opposite approach–making the zwave be the primary control and RF secondary. But I see no reason that you couldn’t do the same thing with an in-wall switch inside your fan: http://aeotec.com/z-wave-in-wall-switches
The radio is still in transit so it’ll be a few weeks, but I’ll post back with my progress if you’re interested.
I’m having the same issue. I’m almost certain that we likely have the same model fan as well (there is only 1 I know of that does it, but it could be the way Hampton Bay does some of their fans). My only concern with attaching it to another controller is that the fan itself uses one of the in-ceiling control modules for it’s remote. I’m afraid the only option would be something that would repeat the RF signal. I keep telling myself I’m going to email Hampton Bay and ask them if the fan will work fine without the controller module. The only reason I hesistate to take it out is that there is no physical way (on mine) to ‘reverse’ the fan. It is only done via the remote making me think that the controller module isn’t the only thing in play.
Granted, your fan could be completely different, but it sounds like we are in a very similar boat.
I think we do have the same fan… I can tell you that the control module can come out, I saw mine go in. The fan will operate without it (and your fan will spin a lot faster without it).
SM2k, let’s stay in touch… I suspect whatever we come up with can be reused by a lot of people.
I think we do have the same fan… I can tell you that the control module can come out, I saw mine go in. The fan will operate without it (and your fan will spin a lot faster without it).[/quote]
I think I ran some tests with it out and it ran fine. My concern was not being able to reverse it (as I do this in the winter). It’s not a huge deal, and the fan is already messed up (As “high” is actually slower than “med”).
Jasonejc, I have the same type of fans that you do, 6 of them, all RF, and would love to integrate them with my Vera install.
^^^ this, is the same guts as 99% of the “wireless” ceiling fans sold in the US, I’ve ripped several apart… Same 4 dip switches, with 16 possible combinations, all transmitting on the same frequency (433 mhz I think?)… and they use the same circuits in wireless gas/electric fireplace controllers as well.
I’ve gone down the same mental road you have… it’s all RF, if I could -learn- the codes, then I should be able to transmit them with something else. Ideally, you’d have a plug-in module that listened to Z-wave and spoke RF to the fans/lights.
If you check Alibaba, there are several “universal” remotes available that give more clues… (This product is no longer available.) – both the frequencies and standards used.
I have all the pieces, just none of the knowledge necessary to turn the pieces into a working product… but hopefully someone will… so I can buy one!
you could modify the existing RF remote by adding a z wave relay to close the circuit that the button closes. try a MIMO, it can switch 4 circuits. most fan remotes have 3 speeds and off.
It might be worth trying to see if the RFXtrx folks could update their RFXtrx433 to support it. They’ve done this in the past for rollertrol to support their window treatment motors.
I will soon be replacing a fan/light and welcome recommendations. Unfortunately, the current fixture/switch is a single gang with pull chains. I was thinking of removing the original switch from the circuit completely and using two aeotec micros, then sticking a GE 45631 in the old switch box to substitute. I could change the stepping so it would not dim the fan. Thoughts?
Make sure that whatever Zwave device you fit can handle inductive loads. Most dimmers will die very quickly and you could even end up with a fire at worst case.
Currently its only Leviton that seems to make a fan controler that I know of.
Obviously if the Aeon modules specify they are OK with inductive loads (?) then you are OK. Relay type devices work if you aren’t worried about fan speed.
Per my earlier post, if I couldn’t fit a dual gang box, then I’d be inclined to do this by hiding the Leviton module above the fan, and then using a Leviton 4 button plus local load controler in the single gang.
Easiest is to indeed solder some wires to the remote and let them be handled by a 2x1,5 kWh relay of fibaro. The thing with learning the RF signals is that it could be a protected signal.
Try searching for Somfy remote and fibaro. A lot of experiments with soldered fibaro switches on RF remotes.
You certainly have a point there. I still have yet to receive the dongle (ground mail from overseas plus customs), so I can’t deliver any results with regard to learning RF signals. That said the remotes I’m dealing with have the usual 4-dip-switches-that-must-match thing going on, so in this use case I’m pretty sure there’s nothing special about their codes.
The dongle itself is dirt cheap. I spent $12 on it. Even if this endeavor is a colossal failure, it’s still well worth it from a learning perspective.