![]() |
[PROBLEM] R-Pi 4B 4G - PoE - Fan issue - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] R-Pi 4B 4G - PoE - Fan issue (/showthread.php?tid=3603) |
R-Pi 4B 4G - PoE - Fan issue - pepito - 03-15-2021 Hi all, I discovered moOde player over the weekend and look forward to tinkering with it. The current configuration: R-Pi 4B, 4G Power over Ethernet (PoE) HAT for Raspberry Pi 3 Model B+ & Pi 4 Model B (v3.0) IQaudIO Pi-DAC+ Full-HD Audio Card I've updated the R-Pi to the latest firmware, via a Raspbian install and then installed moOde on a new SD-Card. The issue I'm having is throttling the PoE fan. I've added the following lines to the /boot/config.txt but the fan is still, randomly from what I can tell, hitting the max which makes an unwelcome sound when listening to music: ``` #PoE fan dtoverlay=rpi-poe #dtparam=poe_fan_temp0=10000,poe_fan_temp0_hyst=1000 #dtparam=poe_fan_temp1=55000,poe_fan_temp1_hyst=5000 #dtparam=poe_fan_temp2=60000,poe_fan_temp2_hyst=5000 #dtparam=poe_fan_temp3=65000,poe_fan_temp3_hyst=5000 dtparam=poe_fan_temp0=75000,poe_fan_temp0_hyst=5000 dtparam=poe_fan_temp1=82000,poe_fan_temp1_hyst=5000 ``` When I check the temperature, the Pi is at about 50.0 C (plus minus one degree). Any thoughts? Thanks! RE: R-Pi 4B 4G - PoE - Fan issue - TheOldPresbyope - 03-15-2021 @pepito I have no experience with the PoE HAT but this seems a perfect question for the Raspberry Pi Forum (where many similar questions have appeared). The only thing moOde-specific about this question is the version of Raspberry Pi OS (aka RaspiOS, previously named Raspian) we use. Here's a relevant quote from the build recipe for moOde 7.0.1 Code: # - Based on RaspiOS Buster Lite 2020-12-02 (10.6) Regards, Kent RE: R-Pi 4B 4G - PoE - Fan issue - Tim Curtis - 03-15-2021 Here's from the README in /boot/overlays/ Code: Name: rpi-poe Here's from a blog post https://jjj.blog/2020/02/raspberry-pi-poe-hat-fan-control/ Code: # PoE Hat Fan Speeds RE: R-Pi 4B 4G - PoE - Fan issue - TheOldPresbyope - 03-15-2021 Maybe it's just my bad eyesight, but it looks like the OP is using dtparams just as described in the quoted README and forum post. He just chose different but workable setpoints. I'll be interested to here what the resolution is. Regards, Kent RE: R-Pi 4B 4G - PoE - Fan issue - pepito - 03-15-2021 Hi Tim, Thank you for the quick reply. It's actually the resource that I used to configure the Raspberry. I've now copied in the second snippet you provided and removed the part including the: dtoverlay=rpi-poe Until now, I've been using a Kodi, and the fan was working well. I'm wondering if it has something to do with the latest Raspberry OS Lite. But I have yet to find any posted issues on the matter. I've rebooted and keep you posted on the results. RE: R-Pi 4B 4G - PoE - Fan issue - pepito - 03-27-2021 Hi all, So I finally got time to get back to it ![]() https://community.home-assistant.io/t/pi-poe-hat-fan-control/149115/17 I've done so and have not had any speed ups of the fan in the last hour. If this changes, I'll update the post. Regards, David |