Ceilingfan

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
Dolf
Posts: 2
Joined: Friday 20 May 2016 11:51
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Ceilingfan

Post by Dolf »

Hi,

I am looking to buy a ceiling fan (with different speeds).
But offcourse i like to control it from domoticz.
Can be zwave or 433 rfxcom controlled.

Would be nice of you can set it on/off and the speed an can read the current status.

Anyone has one ? or anyone know where to buy one ?
I prefer one that comes out of the box with as little hassle as possible :)

I was searching the forum, but i couldn't find any projects.

(i live in the Netherlands btw)

Dolf
Derik
Posts: 1602
Joined: Friday 18 October 2013 23:33
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Arnhem/Nijmegen Nederland
Contact:

Re: Ceilingfan

Post by Derik »

Buy a cheap dimmer device....
Zwave or 433Mhz.. build this in the fan...
Xu4: Beta Extreme antenna RFXcomE,WU Fi Ping ip P1 Gen5 PVOutput Harmony HUE SolarmanPv OTG Winddelen Alive ESP Buienradar MySensors WOL Winddelen counting RPi: Beta SMAspot RFlinkTest Domoticz ...Different backups
b_weijenberg
Posts: 518
Joined: Friday 12 July 2013 18:13
Target OS: -
Domoticz version:
Location: Netherlands
Contact:

Re: Ceilingfan

Post by b_weijenberg »

RFX-433, RFX-433EMC, RFX-868
Dolf
Posts: 2
Joined: Friday 20 May 2016 11:51
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Ceilingfan

Post by Dolf »

Hi, thanks a lot !

I will take a look at the lucci air fans.
Do you or anyone else have on of these working in domoticz ?
User avatar
leecollings
Posts: 167
Joined: Tuesday 30 June 2015 18:09
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: United Kingdom
Contact:

Re: Ceilingfan

Post by leecollings »

Do these fans have RF built into them?

So how would they be wired up, just have a live mains feed into them?
b_weijenberg
Posts: 518
Joined: Friday 12 July 2013 18:13
Target OS: -
Domoticz version:
Location: Netherlands
Contact:

Re: Ceilingfan

Post by b_weijenberg »

Yes, the fans are RF and controlled by the RFXtrx433E
RFX-433, RFX-433EMC, RFX-868
User avatar
cyberclwn
Posts: 103
Joined: Thursday 20 August 2015 22:53
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: The Netherlands
Contact:

Re: Ceilingfan

Post by cyberclwn »

Hey,

Since last weekend i control my (semi-cheap) Westinghouse ceilingfan with Domoticz.
For this i use the optional InfraRed remote from Westinghouse and an InfraRed LED connected to my Raspberry Pi.

It requires some hassle, but i found it not that hard.
3xPi 2B (Domoticz "live", Domoticz "sandbox", PhotoFrame)
RFXCom433(E), KaKu, Oregon Scientific, Keyes 2-relay, Logitech Media Server, MiLight, Smartwares heating controller(2x), IR Send/Receive, Keyes PIR, XH-M131 DuskSensor, DHT22/11
Heisenberg
Posts: 135
Joined: Monday 27 January 2014 14:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Netherlands
Contact:

Re: Ceilingfan

Post by Heisenberg »

Derik wrote:Buy a cheap dimmer device....
Zwave or 433Mhz.. build this in the fan...
Can you explain in detail how to do this?
What if the fan is controlled by infrared. How can you use the dimmer to turn on?
Raspberry Pi Type B
Raspberry Pi Type B2
RFXCOMtrx433e
R0yk3
Posts: 37
Joined: Sunday 24 July 2016 21:51
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: the Netherlands
Contact:

Re: RE: Re: Ceilingfan

Post by R0yk3 »

cyberclwn wrote:Hey,

Since last weekend i control my (semi-cheap) Westinghouse ceilingfan with Domoticz.
For this i use the optional InfraRed remote from Westinghouse and an InfraRed LED connected to my Raspberry Pi.

It requires some hassle, but i found it not that hard.
You got my attention! Can you make a tutorial for this, or give me some direction.
leecollings wrote:Do these fans have RF built into them?

So how would they be wired up, just have a live mains feed into them?

Verstuurd vanaf mijn Moto G 2014 met Tapatalk
Raspberry PI 3, raspbian, ZwaveMe, RFLink
manguty
Posts: 2
Joined: Wednesday 03 June 2015 7:22
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.9700
Contact:

Re: Ceilingfan

Post by manguty »

Hi, you can control the fan with Broadlink RF as you can simiulate the remote with domoticz by using http commands. Its easy to find how to get it with google. Broadlink and RMbridge

Enviado desde mi SM-G850F mediante Tapatalk
User avatar
cyberclwn
Posts: 103
Joined: Thursday 20 August 2015 22:53
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: The Netherlands
Contact:

Re: RE: Re: Ceilingfan

Post by cyberclwn »

R0yk3 wrote:
cyberclwn wrote:Hey,

Since last weekend i control my (semi-cheap) Westinghouse ceilingfan with Domoticz.
For this i use the optional InfraRed remote from Westinghouse and an InfraRed LED connected to my Raspberry Pi.

It requires some hassle, but i found it not that hard.
You got my attention! Can you make a tutorial for this, or give me some direction.


I'll try to make one but i'm kinda busy at the moment, so it might take some time.

In short:
Used (extra)hardware:
- KY-005 InfraRed LED
- KY-022 InfraRed Receiver (to learn/record IR-codes)

Connect both to your Raspberry PI and install "lirc" (required software) using another tutorial, see google for that. (I don't remember which one i used, i'll try later to find it)

Record you IR-codes with the receiver and the original remote, using other tutorial/google (command "irrecord")
You see the LED on the KY-022 blink red when it is receving, meaning it works.
Create a lircd.conf from the recorded codes, for the sender.

Try sending the ir-code with irsend (again, enough tutorials for that).
If that works, create a dummy device and put in the on-action a script that contains the irsend command to turn on, and an off script for off.
(remember script:// needs probable 3x / script:// /home/pi/domoticz....)

I created a multi-state device, since my fan has 3 speeds (and off). So the off/level0 send the off ir-command, level 10 = speed 1 ... and so on.

ps. i'll try add link for tutorials later, but google was helpfull to me.
3xPi 2B (Domoticz "live", Domoticz "sandbox", PhotoFrame)
RFXCom433(E), KaKu, Oregon Scientific, Keyes 2-relay, Logitech Media Server, MiLight, Smartwares heating controller(2x), IR Send/Receive, Keyes PIR, XH-M131 DuskSensor, DHT22/11
User avatar
Thijsvr
Posts: 21
Joined: Monday 04 January 2016 14:06
Target OS: NAS (Synology & others)
Domoticz version: 2.4075
Location: Amsterdam
Contact:

Re: Ceilingfan

Post by Thijsvr »

I'm more of the "why make it harder than it needs to be" kind of guy. I don't have ceiling fan, but do have a regular fan. Some 15 euro kind of thing. I have it plugged into a RF switch (cheap) and use my remote to switch it because if I'm on the couch I'm not really looking to stand up to turn it on manually. Once I was bored and fiddled around a bit and I hooked it up to my Z-Wave multisensor and set it so that if the temperature went above a certain threshold it would turn on the fan. Once the temperature went below another threshold it would turn of again. Worked fine, though I turned it off again as it's seldom warm enough in the Netherlands to justify having it automated.
RF isn't that reliable, but for something as dumb as a 15 euro fan I don't really care. I have more switches than I know what to do with at the moment and they're very cheap. I got a deal and bought 10 for 40 euros or something.

This is really not a smart way of going about all of this, but it's easy and it works fine for 90% of the situations.
User avatar
cyberclwn
Posts: 103
Joined: Thursday 20 August 2015 22:53
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: The Netherlands
Contact:

Re: Ceilingfan

Post by cyberclwn »

Thijsvr wrote:it works fine for 90% of the situations.
But a ceiling-fan has more options then a "15 euro kind of thing"/regular desk fan.
That's why a simple switch, or KaKu/CoCo device, isn't good for this job.

Good for you if you can control your "15 euro kind of thing" with a cheap switch.
But if you want more, as Dolf asks in his post, then you need another solution.
3xPi 2B (Domoticz "live", Domoticz "sandbox", PhotoFrame)
RFXCom433(E), KaKu, Oregon Scientific, Keyes 2-relay, Logitech Media Server, MiLight, Smartwares heating controller(2x), IR Send/Receive, Keyes PIR, XH-M131 DuskSensor, DHT22/11
Goldwing1973
Posts: 69
Joined: Monday 08 August 2016 22:55
Target OS: Linux
Domoticz version: Stable
Location: Netherlands, Alphen aan den Rijn
Contact:

Re: Ceilingfan

Post by Goldwing1973 »

I'm going to try to exchange the Westinghouse receiver in the ceiling fan with a Fibaro 2x1.5KV z-wave switch.

EDIT:
I was hoping that the ceiling fan would have different wires for the different speeds, apparently it doesn't, so the 2x1.5Kv idea went out of the window.
So, i thought, I'll use a FGB211 dimmer, but that doesn't work right, the fan motor starts to make a very annoying buzzing sound, and from what I've been reading it's also bad for the motor.

I'm now looking at a Westinghouse RF controller, but i don't know if it's supported by RFXcom.
If it is, i should be able to add it and control it with Domoticz
So, i mailed the RFXcom support... and am waiting for the answer.
Over 50 Z-Wave Devices (Fibaro and Neo), 4xLogitech Hub, 2xPhilips Hue Bridge+55 Lights, 1x Nest Thermostat, 2xNetatmo Weather Station, 1xSkybell v1 Doorbell, 3 Kwikset KEVO Doorlocks and Domoticz running on a Intel NUC
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest