Hi, can you share your Config for your Pi5 Fan? Thanks
There´s no big deal around that. I simply followed the explanations given by carll as he described above.
The main points are: You need to be locally connected via HDMI and of course with a local keyboard.
Once you do that, you can type in login. You will not be asked for any password or so.
If you want to see the file structure, use the ls command. It will show the file structures.
You should see amongst others the mnt directory. If you enter cd mnt you will get into that directory.
Another ls shows the boot directory. With cd boot, followed by another ls you will see finally see the config.txt file. Entering vi config.txt opens the possibility to edit the file.
My biggest problem was the keyboard I had, because it had a german layout and I had to figure out where some characters are located (e.g. the hyphen).
Aside of that I followed the description of carll:
"When you are ready… These are the settings I have used. this means at 35c the fan will run at 175 until temp drops 5c. I have played with this a lot over the last few days, this I found keeps my pi5 around 35c all the time with very little to no fan noise
dtparam=fan_temp0=35000
dtparam=fan_temp0_hyst=5000
dtparam=fan_temp0_speed=175"
Ah cool, thanks it works! I had the same Problem with my german Keyboard too. But now it works! Danke
did you type it under [all] ? i cant get it to work
type under [all]
my:
[all]
#Luefter
dtparam=fan_temp0=35000
dtparam=fan_temp0_hyst=5000
dtparam=fan_temp0_speed=75
dtparam=fan_temp1=50000
dtparam=fan_temp1_hyst=5000
dtparam=fan_temp1_speed=125
dtparam=fan_temp2=60000
dtparam=fan_temp2_hyst=5000
dtparam=fan_temp2_speed=175
dtparam=fan_temp3=65000
dtparam=fan_temp3_hyst=5000
dtparam=fan_temp3_speed=250
dtparam=fan_temp2=60000
dtparam=fan_temp2_hyst=5000
dtparam=fan_temp2_speed=175
dtparam=fan_temp3=65000
dtparam=fan_temp3_hyst=5000
dtparam=fan_temp3_speed=250
I’ll give this a shot.
Do we expect this to survive an HAOS update, or will it need to be re-applied every time we update?
Those last two are posted twice still, thanks for posting.
I have control this…… it was a copy and past false
In my config is all ok, thanks
It has survived HAOS updates for me. YMMV I suppose but I set those parameters up in 2024.6.x and it persists to today.
Just FYI, you do not need to actually do this via a local login, remote over ssh is also possible.
Add GitHub - adamoutler/HassOSConfigurator: A set of Add-Ons to configure HassOS For various platforms and development purposes. as repository and install HassOS SSH port 22222 Configurator.
Helllo , sorry i am late but i have a question . How did you manage to get the fan’s RPM in HomeAssistant ?
Hi, can you tell me how you monitor the fan speed through home assistant? Or what is this dashboard called (system plus)