-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make fan stop spinning at zero #17
Comments
same here |
i tested it myself for fun. a 5 year old Corsair ML120 stops, but the one from November 22 keeps running. you would have to buy fans with 0DB mode, the Corsair doesn't have that. |
hello. and could you put an IRF520 MOSFET inserted or is it not recommended? And if it could be put, what would the yaml code look like? Thank you so much |
I'll update the instructions to include a mosfet and an off switch. A lot of people seem to need this. |
thank you. if you are so kind when i update it i commented here to see how to do it. |
Thanks for your testing. Can you possibly recommend a 0DB or 0rpm fan that might work. My Corsair fan still makes too many revolutions on the smallest setting. |
Arctic P12 PST 0dB |
I did a new test with same new Corsair ML120 (Model: 31-005165), but now with an ESP8266 board. Now it runs as expected and the fan goes off below 13%. Corsair ML120 (Model: 31-005165) Datasheet: Speed: 400 - 2400 RPM |
I have ordered a Artico fan with a stop from 0 to 2000 RPM. If it doesn't work, I'll do it as you say with an 8266. I also wanted to know if anyone could help me get the yaml to add an RGB light to this same project that includes the fan I bought. I wanted that depending on the temperature detected by the temperature sensor, the RGB of the fan would turn on. |
i think you mean the Arctic 0DB. the fan has a 3 pin connector for the LED lighting. these are 5v, GND and the data line. unfortunately, i do not know which protocol is needed. In the simplest case it is WS2812b LEDs. then it is easy and enough examples can be found in the net. you could try that first. Otherwise ask Arctic. |
Thank you, I see that with the fan it will be complicated by the protocol you mention. He still did what you say with a WS2812b led strip. I'm new to ESP32 and I'm looking online to create the yaml and I'm not clear on how to add it to the yaml of this project with the WS2812b leds controlled by the temperature sensor that activates the fan. Do you know of any tutorial that explains it well? thank you. |
I just found this documentation that can also be used for the fan with RGB light. What do you think? https://esphome.io/components/light/fastled.html |
@kaesebrot1199 Hello. You could pass the yaml configuration of this project to the Esp8266. I'm trying and my Artic fan doesn't work and I don't know why. Thank you. |
My yaml with comments: |
@kaesebrot1199 Thank you very much for sharing your yaml. I just tried it but my fan still with 8266 board does not stop completely and I will have to integrate a MOSFET. But it's not clear to me how to add it |
I advise you to use a layout without MOSFET and find the right fan, which switches off at low PWM. You can see this in the datasheet of the fan. |
Here is my recommendation. It should work fine. Buy a logic-level mosfet. I would recommend either the IRLZ44N or FQP30N06L. The fan's power needs to connect to the Drain pin of the MOSFET. The other side of the, the Source, needs to connect to the 12v power ground. Gate: Connect to the ESP32's GPIO (possibly through a small resistor, like 100Ω to 220Ω, for gate drive protection). Remember, the ground of the microcontroller should be connected to the same ground as the MOSFET and the fan. Flyback Diode: It's good practice to place a diode (like the 1N4007) in parallel with the fan, but oriented in such a way that it normally doesn't conduct (anode to the fan's negative terminal and cathode to the fan's positive terminal). This diode will protect the MOSFET from voltage spikes that can occur when the fan is turned off due to inductive kickback. Assuming you use GPIO PIN 25 for the MOSFET gate, your YAML would be as follows:
Please test this and if it works, I'll add it to the documentation, |
Hello @kaesebrot1199 , I am desperate with the fan that does not stop. I just bought the be Quiet pro 4 as you recommend to test if it stops below 20% and nothing. It keeps turning at low revs. I test it with ESP32 and 8266 Board and the result is the same. At the end I am going to put a MOSFET that @patrickcollins12 comments. Waiting for the MOSFETs to arrive to test the configuration that it commands. |
Please confirm that your yaml also has min_power set to 0 in the ledc configuration |
Yes, I have the minimum and maximum fan on and putting it from the minimum of 20% to 0% and it continues to run at 90 RPM. I'll try the setup with the MOSFET you offer and comment. I'm also thinking that it may be because of the type of ESP32 board that some manufacturer builds that does other output parameters? or that doesn't matter. Thanks for the help @patrickcollins12 |
Hello, today the MOSFETs have finally arrived and I put the programming that @patrickcollins12 says and it works perfectly. I wanted to know if you could help me one last time. I have the RGB fan and I just realized that with the temperature it lights up in different colors depending on the temperature. It works very well for me and it looks very nice. What I want to achieve is that at a certain time of the day, for example at night, the RGB LED turns off and that at a certain time in the morning it turns on and continues the cycle of color changes with the temperature. Could that be done? Thank you |
Great project. Currently using silent wings fans.. all wires are black so a bit trial and error finding out which is which… so I may have an error here BUT the Fans work but I am not getting any readings at all everything is coming back as -0.000 and not able to control the fans |
Glad to hear it works! Is there a pin to turn on off the rgb? If so you could try controlling that with another gpio pin on the esp32. I don't have experience with rgb fans. |
To answer your question. No I don't think a mosfet will help here. When you say you're not getting any readings, do you mean on the tachometer pin? Is it possible you've switched the tach and pins? You might have sent 12v into the circuit which will fry the low voltage tach/pwm pins? Just ideas. |
ThanksEntirely possible I have fried the circuits as I did try swapping over the cables when testing for 12v... iI will try with new fans and see whether that makes a differenceI do appreciate the quick response though, thank youMarcoSent from my iPhoneOn 11 Jun 2023, at 11:59, Patrick Collins ***@***.***> wrote:
Great project. Currently using silent wings fans.. all wires are black so a bit trial and error finding out which is which… so I may have an error here BUT the Fans work but I am not getting any readings at all everything is coming back as -0.000 and not able to control the fans
do I need to explore trying with a mosfet or have I done something daft!! I may try with some Corsair fans arriving tomorrow but any guidance gratefully received
To answer your question. No I don't think a mosfet will help here.
When you say you're not getting any readings, do you mean on the tachometer pin?
Is it possible you've switched the tach and pins?
You might have sent 12v into the circuit which will fry the low voltage tach/pwm pins?
Just ideas.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
So I have now connected a new Corsair Fan. This time I did not cut the fan cables, but plugged into into a 4 pin connector. The connector has black, red, yellow and blue wires and so I have connected them as follows: Ground(Black), All the DHT sensors work fine, the ESP32 is working fine (and the dashboard in HA looks great). Sadly however, the fan speed is still not showing anything but Zero. The log shows the following: D][dht:048]: Got Temperature=27.5°C Humidity=57.0% Any further thoughts? |
Just for anyone else reading this post later, the above error was a false friend. It was working.. I took a hairdryer to the temp sensor and saw the readings come alive and the fan rpm increase. I just need to calibrate the fan speed correctly in the code |
Sorry to seem stupid here but I cant get it to work. The PWM Signal from the FAn goes to the GPIO13 in your example. Mosfet Drain goes to V+ from the fan |
@sobrarbe can you offer some advice here since you did seem to get it working? |
Hello @patrickcollins12 , in the end I did it with a MOSFET and it worked perfectly. I also had the initiative to buy a PMW fan with an LED light integrated into the fan itself so that depending on the temperature it will change color and be more visual and know more or less the temperature of the closet by seeing the color of the fan. Also to the configuration I added 2 fans with LEDs, one 140mm and the other 120mm to have more air flow. If you need, I gave you my configuration for a PMW fan with LED light. |
Thanks for the reply. Always blame your mother in law... I will use the scheme but what parts should I buy for Q22, Q23? Do you know what works? D16 is a diode and I have a few, is there something I should check with it. |
OK bummer I was hoping the zeromeanszero patch would have fixed this issue... it's clearly an issue with some fans. Would be happy to accept documentation if you get it working. |
bought one today, in the specs it has 300-2100 rpm in my config i have specified min_power: 0 and zero_means_zero. |
I'll buy one to replicate and come up with a solution. |
Is this it? If not please send a link |
Great ! |
i guess its the same, but just to be sure, this is the one i have bought (slim version) |
I found that exact fan for $12AUD |
@DeDiConsulting I suspect there might be something wrong with your circuit. Like for instance, joining the two ground lines together. The 12v and 5v lines need to be earthed together. If that's not the issue can you share your circuit with a diagram and photo? |
oh oooh ... i think i forgot to join the ground of the 12V & the 5V. |
i can confirm, my bad. |
I'm actually glad the solution was that simple because a lot of people have had this issue. I'm also glad that people don't have to add a mosfet because that impacts the simplicity of this project. How can we adjust the instructions to be much clearer on this topic? Feel free to suggest or make a pull request. |
I have my Corsair fan now replaced with an Arctic above and it just works. So I guess some people still need a mosfet solution but you can always buy this affordable fan. |
@BasJansen any chance you can test both fans with and without the grounds connected? |
I tested both fans with and without ground connected. There seems to be no difference in behavior with or without. |
We're all getting inconsistent results. My Corsair works fine. @DeDiConsulting arctic keeps spinning, but works when grounded properly. |
Strange maybe we can make a small fan only project. Get all the noise away
and try to get something consistent
…On Thu, 13 Jun 2024, 15:00 Patrick Collins, ***@***.***> wrote:
We're all getting inconsistent results. My Corsair works fine.
@DeDiConsulting <https://github.com/DeDiConsulting> arctic keeps
spinning, but works when grounded properly.
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5N5DT2ELXGJVWWL7CIG3ZHGJWDAVCNFSM6AAAAAAW5OI5POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRVGYYDCMRRGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
664 RPM wich NXZT 140mm fan 🥴 I'll test with another fan... |
550RPM with NZXT 120mm. Have to buy the mosfet. :/ |
adds a graphical scheme for electronics newbies :D |
I don't think this works. The fan has no 12V + power and also the diode is not there. |
Waiting @patrickcollins12 ;D |
Doesn't look right, nothing connecting the mosfet to 12v. I won't have a chance to build and test this got a while. I suggest someone has a go and sends back the fritzing diagram that works |
@corgan2222 please hide wrong scheme 🙄😉 |
I gave up on the Mosfet approach and now use a simple relay like this guy |
I think I now know how it can be done. Please keep in mind I'm a noob, Don't know anything about electronics and all credits go to https://electronics.stackexchange.com/users/68839/sergiu-reznicencu for his answer in tread https://electronics.stackexchange.com/questions/521154/verifying-schematic-idea-circuit-design-for-mosfet-driven-by-esp32. I made 2 projects. First one for a fan which stops by itself (faneasy) and one that uses a Mosfet to stop the fan (fanhard). FaneasyIt uses this code
Fanhardps: the original schema uses a resistor of 110 Ohm but I didn't have one so I used a 220 Ohm and it still works.
Please let me know if something can be improved. |
I have these components, I will test it and publish it. |
Did you know also with this schema you can use the mosfet as the pwm and you don't need a pwm fan. Could be helpful for people who have a 3-pin fan sitting around. |
Hello, I just installed a Corsair ML120 fan as you say and it works well except for the one when it reaches the stop temperature and it keeps turning at 1400 RPM. Could you help me create a stop or what parameters can I change to make it stop? the adjustments that you had at 13% the stop changed it to 0% but it continues turning. could you help me?? thank you.
The text was updated successfully, but these errors were encountered: