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.

Dynamix - V6 Plugins

Featured Replies

  • Author

I have also the problem that nothing is shown in System Temp - Detect is not working.

 

In the final release of unRAID 6 there is no perl package included. This needs be installed manually and is needed to make detect work.

 

You can download the package from http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/d/perl-5.18.1-x86_64-1.txz and save under /boot/extra

 

EDIT: found it under MainPage - not happy whith this  :(

 

Why ??

 

  • Replies 4.4k
  • Views 1.4m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • It has been some time since I visited the Unraid forums. Due to health issues I had to take a break, and unfortunately this break took way longer than anticipated. But I am back and will sta

  • Phoenix Down
    Phoenix Down

    Hi @bonienl, is this the right channel to report a bug? If not, please point me in the right direction     I've been noticing an issue with Autofan in the last couple of months. It seems lik

  • Today has been a productive day   I have updated several Dynamix plugins, mainly bug fixes. Please check your plugins to get the updates.

Posted Images

I have also the problem that nothing is shown in System Temp - Detect is not working.

 

In the final release of unRAID 6 there is no perl package included. This needs be installed manually and is needed to make detect work.

 

You can download the package from http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/d/perl-5.18.1-x86_64-1.txz and save under /boot/extra

 

EDIT: found it under MainPage - not happy whith this  :(

 

Why ??

 

can i use a command line entry to install that (it's in my newly created /boot/extras folder) because i'm running a preclear at the moment.

  • Author

I have also the problem that nothing is shown in System Temp - Detect is not working.

 

In the final release of unRAID 6 there is no perl package included. This needs be installed manually and is needed to make detect work.

 

You can download the package from http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/d/perl-5.18.1-x86_64-1.txz and save under /boot/extra

 

 

EDIT: found it under MainPage - not happy whith this  :(

 

Why ??

 

can i use a command line entry to install that (it's in my newly created /boot/extras folder) because i'm running a preclear at the moment.

 

Of course ...

 

cd /boot/extra
installpkg perl-5.18.1-x86_64-1.txz

 

I have also the problem that nothing is shown in System Temp - Detect is not working.

 

In the final release of unRAID 6 there is no perl package included. This needs be installed manually and is needed to make detect work.

 

You can download the package from http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/d/perl-5.18.1-x86_64-1.txz and save under /boot/extra

 

EDIT: found it under MainPage - not happy whith this  :(

 

Why ??

 

can i use a command line entry to install that (it's in my newly created /boot/extras folder) because i'm running a preclear at the moment.

installpkg is what unRAID uses to install slackware packages in /boot/extra when it boots.

System temp plugin - every time I reboot I loose the "Arran Fan Speed" setting and have to set it again - otherwise no RPM next to cpu/mb temps

 

Any idea why?

 

What is the content of the file /boot/config/plugins/dynamix.system.temp/sensors.conf before and after you reboot, did it change?

 

It should have a reference to the fan allocation, e.g.

 

chip "nct6776-isa-0290"
label "fan2" "Array Fan"

 

-- Before --

# sensors
chip "nct6776-isa-0a30"
ignore "temp8"
chip "nct6776-isa-0a30"
ignore "temp9"
chip "nct6776-isa-0a30"
ignore "temp10"
chip "nct6776-isa-0a30"
ignore "fan1"
chip "nct6776-isa-0a30"
ignore "fan2"
chip "nct6776-isa-0a30"
ignore "fan4"
chip "nct6776-isa-0a30"
ignore "fan5"
chip "nct6776-isa-0a30"
label "temp2" "CPU Temp"
chip "nct6776-isa-0a30"
label "temp1" "MB Temp"
chip "nct6776-isa-0a30"
label "fan3" "Array Fan"

 

-- After Boot --

# sensors
chip "nct6776-isa-0a30"
ignore "temp8"
chip "nct6776-isa-0a30"
ignore "temp9"
chip "nct6776-isa-0a30"
ignore "temp10"
chip "nct6776-isa-0a30"
ignore "fan1"
chip "nct6776-isa-0a30"
ignore "fan2"
chip "nct6776-isa-0a30"
ignore "fan4"
chip "nct6776-isa-0a30"
ignore "fan5"
chip "nct6776-isa-0a30"
label "temp2" "CPU Temp"
chip "nct6776-isa-0a30"
label "temp1" "MB Temp"
chip "nct6776-isa-0a30"
label "fan3" "Array Fan"

 

setting1 - after boot

setting2 - what I need to change it to after boot

 

Thanks

Myk

setting1.png.2dd45b0f67f1366610d9a28c936767a5.png

setting2.png.84021a0817ed9c12b4520174145bdf49.png

I have also the problem that nothing is shown in System Temp - Detect is not working.

 

In the final release of unRAID 6 there is no perl package included. This needs be installed manually and is needed to make detect work.

 

You can download the package from http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/d/perl-5.18.1-x86_64-1.txz and save under /boot/extra

 

EDIT: found it under MainPage - not happy whith this  :(

 

Why ??

 

can i use a command line entry to install that (it's in my newly created /boot/extras folder) because i'm running a preclear at the moment.

installpkg is what unRAID uses to install slackware packages in /boot/extra when it boots.

 

ok, cool, similar to installplg from when i was running v5.

I have also the problem that nothing is shown in System Temp - Detect is not working.

 

In the final release of unRAID 6 there is no perl package included. This needs be installed manually and is needed to make detect work.

 

You can download the package from http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/d/perl-5.18.1-x86_64-1.txz and save under /boot/extra

 

EDIT: found it under MainPage - not happy whith this  :(

 

Why ??

 

can i use a command line entry to install that (it's in my newly created /boot/extras folder) because i'm running a preclear at the moment.

installpkg is what unRAID uses to install slackware packages in /boot/extra when it boots.

 

ok, cool, similar to installplg from when i was running v5.

installpkg was around before plugins. I think it is just normal slackware.
  • Author

setting1 - after boot

setting2 - what I need to change it to after boot

 

Not sure why it is not picking up the fan setting, need to investigate ...

 

I have also the problem that nothing is shown in System Temp - Detect is not working.

 

In the final release of unRAID 6 there is no perl package included. This needs be installed manually and is needed to make detect work.

 

You can download the package from http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/d/perl-5.18.1-x86_64-1.txz and save under /boot/extra

 

EDIT: found it under MainPage - not happy whith this  :(

 

Why ??

 

can i use a command line entry to install that (it's in my newly created /boot/extras folder) because i'm running a preclear at the moment.

installpkg is what unRAID uses to install slackware packages in /boot/extra when it boots.

 

ok, cool, similar to installplg from when i was running v5.

installpkg was around before plugins. I think it is just normal slackware.

 

slackware is a dark art, lol.

setting1 - after boot

setting2 - what I need to change it to after boot

 

Not sure why it is not picking up the fan setting, need to investigate ...

 

here is output of sensors if it helps

 

acpitz-virtual-0
Adapter: Virtual device
temp1:        +27.8 C  (crit = +95.0 C)
temp2:        +29.8 C  (crit = +95.0 C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +40.0 C  (high = +74.0 C, crit = +94.0 C)
Core 0:         +39.0 C  (high = +74.0 C, crit = +94.0 C)
Core 1:         +40.0 C  (high = +74.0 C, crit = +94.0 C)
Core 2:         +39.0 C  (high = +74.0 C, crit = +94.0 C)
Core 3:         +39.0 C  (high = +74.0 C, crit = +94.0 C)

jc42-i2c-0-19
Adapter: SMBus I801 adapter at 0580
temp1:        +32.5 C  (low  =  +0.0 C)                  ALARM (HIGH, CRIT)
                       (high =  +0.0 C, hyst =  +0.0 C)
                       (crit =  +0.0 C, hyst =  +0.0 C)

jc42-i2c-0-1b
Adapter: SMBus I801 adapter at 0580
temp1:        +31.2 C  (low  =  +0.0 C)                  ALARM (HIGH, CRIT)
                       (high =  +0.0 C, hyst =  +0.0 C)
                       (crit =  +0.0 C, hyst =  +0.0 C)

nct6776-isa-0a30
Adapter: ISA adapter
Vcore:         +0.90 V  (min =  +0.60 V, max =  +1.49 V)
in1:           +1.86 V  (min =  +1.62 V, max =  +1.99 V)
AVCC:          +3.26 V  (min =  +2.98 V, max =  +3.63 V)
+3.3V:         +3.25 V  (min =  +2.98 V, max =  +3.63 V)
in4:           +1.53 V  (min =  +1.35 V, max =  +1.65 V)
in5:           +1.26 V  (min =  +1.13 V, max =  +1.38 V)
in6:           +1.46 V  (min =  +1.42 V, max =  +1.52 V)
3VSB:          +3.34 V  (min =  +2.98 V, max =  +3.63 V)
Vbat:          +3.15 V  (min =  +2.70 V, max =  +3.63 V)
Array Fan:    1015 RPM  (min =  300 RPM)
MB Temp:       +38.0 C  (high = +75.0 C, hyst = +70.0 C)  sensor = thermistor
CPU Temp:      +33.5 C  (high = +80.0 C, hyst = +75.0 C)  sensor = thermistor
AUXTIN:         +2.0 C  (high = +80.0 C, hyst = +75.0 C)  sensor = thermistor
PECI Agent 0:  +46.0 C  (high = +95.0 C, hyst = +92.0 C)
                        (crit = +100.0 C)
intrusion0:   ALARM
intrusion1:   OK
beep_enable:  enabled

 

Thanks

Myk

 

root@HP-UnRAID:/boot/config/plugins/dynamix.system.temp# sensors
Error: File /etc/sensors.d/sensors.conf, line 2: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 4: Undeclared bus id referenced
sensors_init: Can't parse bus name
root@HP-UnRAID:/boot/config/plugins/dynamix.system.temp# cat /etc/sensors.d/sensors.conf
# sensors
chip "jc42-i2c-0-18"
label "temp1" "CPU Temp"
chip "jc42-i2c-0-19"
label "temp1" "MB Temp"

  • Author

root@HP-UnRAID:/boot/config/plugins/dynamix.system.temp# sensors
Error: File /etc/sensors.d/sensors.conf, line 2: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 4: Undeclared bus id referenced
sensors_init: Can't parse bus name
root@HP-UnRAID:/boot/config/plugins/dynamix.system.temp# cat /etc/sensors.d/sensors.conf
# sensors
chip "jc42-i2c-0-18"
label "temp1" "CPU Temp"
chip "jc42-i2c-0-19"
label "temp1" "MB Temp"

 

It doesn't like your chip identifiers, were these entered manually or found by detect ?

 

In the latter case you might need a newer version of sensors-detect (it was mentioned in another thread but I don't have it at hand)

 

root@HP-UnRAID:/boot/config/plugins/dynamix.system.temp# sensors
Error: File /etc/sensors.d/sensors.conf, line 2: Undeclared bus id referenced
Error: File /etc/sensors.d/sensors.conf, line 4: Undeclared bus id referenced
sensors_init: Can't parse bus name
root@HP-UnRAID:/boot/config/plugins/dynamix.system.temp# cat /etc/sensors.d/sensors.conf
# sensors
chip "jc42-i2c-0-18"
label "temp1" "CPU Temp"
chip "jc42-i2c-0-19"
label "temp1" "MB Temp"

 

It doesn't like your chip identifiers, were these entered manually or found by detect ?

 

In the latter case you might need a newer version of sensors-detect (it was mentioned in another thread but I don't have it at hand)

 

i'll have another go when this round of preclears have completed.

 

thanks for your help.

I have also the problem that nothing is shown in System Temp - Detect is not working.

 

In the final release of unRAID 6 there is no perl package included. This needs be installed manually and is needed to make detect work.

 

You can download the package from http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/d/perl-5.18.1-x86_64-1.txz and save under /boot/extra

 

EDIT: found it under MainPage - not happy whith this  :(

 

Why ??

 

Hi bonienl

Thanks a lot for this hint and the link - Temps are working now  ;D

Regarding SMART:

For me, the old System View in the old v5 Dynamix was more logical because it was tapped

SMART is one of the most important funktions in my opinion.

But the new sys is also ok - i know now, where the information is  ;)

I have also the problem that nothing is shown in System Temp - Detect is not working.

 

In the final release of unRAID 6 there is no perl package included. This needs be installed manually and is needed to make detect work.

 

You can download the package from http://slackware.cs.utah.edu/pub/slackware/slackware64-14.1/slackware64/d/perl-5.18.1-x86_64-1.txz and save under /boot/extra

 

EDIT: found it under MainPage - not happy whith this  :(

 

Why ??

 

Hi bonienl

Thanks a lot for this hint and the link - Temps are working now  ;D

Regarding SMART:

For me, the old System View in the old v5 Dynamix was more logical because it was tapped

SMART is one of the most important funktions in my opinion.

But the new sys is also ok - i know now, where the information is  ;)

If you mean "tabbed" instead of "tapped" then go to Setting - Display Settings - Page view: Tabbed.

Hi trurl,

 

thanks for your help and sorry for the typing error  ;)

English is not my native language and yes, i ment tabbed  ;)

I have already done that but the SMART values are behind a "link".

All important infos are on top of the menu bar but Smart is behind "Disk" on the main page. That was the reason i said, its not logical for me.

In the old Dynamix this values were reachable over the main menu tabs - that is the difference.

But now the new "way" is also ok for me. I was a little bit confused at the beginning because i thought, this info-page was removed  ;)

Hi bonienl,

 

just a smale question about the Dynamix icons again  ;)

It seems, i cant change it anymore.

So if there is a way in the future, i like to give you my "nifty icon pack"

Thanks again and great work  :D

Dynamix_Icons.zip

  • Author

Hi bonienl,

 

just a smale question about the Dynamix icons again  ;)

It seems, i cant change it anymore.

So if there is a way in the future, i like to give you my "nifty icon pack"

Thanks again and great work  :D

 

Thanks for that , merci beaucoup :)

  • 2 weeks later...

Apologies for repeating a previously asked question but I am still trying to get AutoFan working and have not seen a reply.

 

I was wondering how to set up and use the AutoFan script in Dynamix.

 

I had a quick look and could not get any of the PWM channels on my motherboard to be detected. Is there anything I need to run first or edit to get my PWM channels detected correctly? PWM Controller dropdown just has "None" as the only entry. I am running 6beta15 with no additional plugins.

 

Motherboard used : Gigabyte H97N-WIFI with two PWM channels (one for CPU, one for case fans)

 

The plugin scans the system in order to populate the PWM controller list automatically. If it stays empty then nothing could be found. It uses the command:

 

find /sys/devices -type f -iname 'pwm[0-9]'

 

You may want to try manually to see the results.

Hi bonienl,

it seems, I have some trouble with the autodetected PWM controllers.

when I check the system with pwmconfig, it tells me to use

/sys/class/hwmon/hwmon1/device/pwm2

for fancontrol (which worked for me in unraid5 and fancontrol script in go script).

The dropdown to PWM2 in autofan however uses the PWM2 selection from device tree, resulting in following command line:

/bin/bash /usr/local/sbin/autofan -c /sys/devices/platform/it87.552/pwm2 -f /sys/devices/platform/it87.552/fan2_input -l 75 -t 31 -T 41 -m 3

The reading of the fanspeed works fine - but the setting does not.

Any recommendations?

I installed the system temp plugin but when I tick the detect button nothing happens. Any idea?

  • Author

I installed the system temp plugin but when I tick the detect button nothing happens. Any idea?

 

You need the perl package, it has been removed from unRAID 6 final.

 

Download it from here and save the package in /boot/extra

 

Either reboot your system or do a manual installation using 'installpkg'.

 

Hello,

 

While I like how stable is unRAID, when I want to add a simple thing like a temp monitor, I don't like how complex it is, and how much time I need to research about how to do it, and to find the right post with the latests information :(. Sorry, it's not your fault, but I think unRAID needs to be much more easy in the future if they want to go mainstream :(.

 

Can I ask where am I suppose to find the /BOOT/EXTRA/ folders? My flash drive has no /BOOT/ folder, and I'm not sure if I should create one and copy the Perl libraries there or I didn't understand it and the BOOT folder is somewhere else :(.

 

I've read that another folder called "PACKAGES" can be used. I have a Packages folder, but from /, not inside BOOT, and that folder contains also other .TXZ files. Is that the place?

 

Do I need to do also all the things explained on the WIKI article? https://lime-technology.com/wiki/index.php/Setting_up_CPU_and_board_temperature_sensing

 

I understand there're tons of mobos out there, but this complexity just to check temps is incredible :(.

  • Author

Can I ask where am I suppose to find the /BOOT/EXTRA/ folders? My flash drive has no /BOOT/ folder, and I'm not sure if I should create one and copy the Perl libraries there or I didn't understand it and the BOOT folder is somewhere else :(.

 

/boot/extra means this is the top level folder extra on your flash drive. If you have remote access to your flash drive from your Windows machine, you can just open windows explorer and create the folder extra. Then copy the just downloaded .txz file to that folder.

 

I've read that another folder called "PACKAGES" can be used. I have a Packages folder, but from /, not inside BOOT, and that folder contains also other .TXZ files. Is that the place?

 

No the folder packages is not used.

 

Do I need to do also all the things explained on the WIKI article? https://lime-technology.com/wiki/index.php/Setting_up_CPU_and_board_temperature_sensing

 

I understand there're tons of mobos out there, but this complexity just to check temps is incredible :(.

 

Once on the temperature settings page turn on Help, which gives you more background information. Btw Help is now available for many pages and settings, make use of that!

 

Basically do: Detect -> Save -> select sensors

 

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.