Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fan is not working on my device

Featured Replies

Hi Community,

on my mini PC is the system fan not working in unraid.

I need to set the fan speed to a fix level, but without System Temp Plugin it wouldn't work at all.
image.thumb.png.b7e1ede63972db2767b99f07112d40e2.png

 

image.thumb.png.a1fa405cfb92f59ebdab0703784f1dc4.png

 

What I try to archive is that the fan communicates with the thermal sensor my system is not running hot, and the fan is not running 24/7.

Could someone help me with that?


 

jericho-diagnostics-20240527-2205.zip

Solved by Stephan M.

  • Author

Is there no one with an idea how to analyse and solve that?
 

  • Community Expert

This is not a stock function, it's a plugin, and it doesn't work with all hardware, you can try reposting in the existing plugin support thread, someone may be able to help you there.

  • Author
  • Solution

Thank you for your response.
With the power of AI I found a solution for me.
Used pwmconfig to create a fancontrol configuration file.
That is now injected with a userscript that runs on array start.

 

#!/bin/bash

cat <<EOF | sudo tee /etc/fancontrol
# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=10
DEVPATH=hwmon1=devices/pci0000:00/0000:00:06.0/0000:01:00.0/nvme/nvme0 hwmon3=devices/platform/it87.2608
DEVNAME=hwmon1=nvme hwmon3=it8613
FCTEMPS=hwmon3/pwm2=hwmon1/temp1_input
FCFANS=hwmon3/pwm2=hwmon3/fan2_input
MINTEMP=hwmon3/pwm2=45
MAXTEMP=hwmon3/pwm2=65
MINSTART=hwmon3/pwm2=22
MINSTOP=hwmon3/pwm2=20
MINPWM=hwmon3/pwm2=0
MAXPWM=hwmon3/pwm2=255
EOF


echo "Starting fancontrol"
/usr/sbin/fancontrol &

exit 0

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.