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.

[PLUGIN] IPMI for 6.11+

Featured Replies

  • Author
3 hours ago, spl147 said:

 

Screenshot 2023-12-03 at 9.16.48 AM.png

Log will show temps based on display setting in next release.

 

2023-12-03 18:35:55 Fan:Temp, FAN1234( 2%):HDD Temp(32F), FANA(29%):CPU Temp(99F)

 

Will look into options for a secondary temp if HDD is 0? So is the VM running with a whole disk passed through to the VM rather than an image file?

 

 

 

  • Replies 783
  • Views 89.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I have released 2023.12.02, If you have tested the Dev release you may need to update the Fans section as I have changed name to FAN123456 for All for Dell systems   - Add FAN Control suppor

  • Yes on my to-do list now 7.2 is out. But am also working on next.

  • garrett hamonic
    garrett hamonic

    I have been using IPMI tools for quite some time and for some reason it stopped working but wont allow me to enter new username or password. How do I go about this?

Posted Images

13 hours ago, SimonF said:

Yes missed the lines add board_model

 

$board_model = rtrim(ltrim(shell_exec("dmidecode -qt2|awk -F: '/^\tProduct Name:/ {print $2}'")));

fanlog("Board Model: $board_model");

 

I have created a PR to address the ltrim and board_model.

 

https://patch-diff.githubusercontent.com/raw/SimonFair/IPMI-unRAID/pull/9.diff

 

Will have to look at ipmi2json next. Can you send me your working json fille?

 

This is the working file (EP2C612 WS),

{
    "ASRockRack": {
        "raw": "00 3a 01",
        "auto": "00 00 00 00 00 00 00 00",
        "full": "64 64 64 64 64 64 64 64",
        "fans": {
            "CPU1_FAN1": "01",
            "CPU2_FAN1": "01",
            "REAR_FAN1": "01",
            "NOT_AVAILABLE": "01",
            "FRNT_FAN1": "01",
            "FRNT_FAN2": "01",
            "FRNT_FAN3": "01",
            "FRNT_FAN4": "01"
        }
    }
}

FAN_POS4 seems to be an unused value for this board, but it is necessary to be part of the command.  It could be named anything in the json file though, it was just named that by the previous iteration of the ipmi tool.

 

I'm honestly not sure if its worth it to put in the fix to the ipmi2json tool as with a manually fixed json file, the tool runs fine with the ipmifan changes.  And I'm not sure how common this board is at this point, and if someone searches for that board model number they'll find my posts about it here.

Edited by Gunny

7 minutes ago, SimonF said:

Log will show temps based on display setting in next release.

 

2023-12-03 18:35:55 Fan:Temp, FAN1234( 2%):HDD Temp(32F), FANA(29%):CPU Temp(99F)

 

Will look into options for a secondary temp if HDD is 0? So is the VM running with a whole disk passed through to the VM rather than an image file?

 

 

 

VM is a disk image on cache only.

  • Author
10 minutes ago, spl147 said:

VM is a disk image on cache only.

Have you excluded cache temps?

23 minutes ago, SimonF said:

Have you excluded cache temps?

yes it is a nvme drive that is not covered by the fan shroud

@SimonFonly thing I can think of would be to add the json files to the config editor dropdown so people less technically inclined can still see/adjust those files if necessary.

  • Author
On 12/3/2023 at 3:17 PM, spl147 said:

 

Screenshot 2023-12-03 at 9.16.48 AM.png

Release 2023.12.04

 

Change Temps to match display settings and added Board and model to top line. Log should match also.

 

Added board and model in log also. Still need to work on inputting in F rather than C.

 

Need still to add support for Json file/Edit option and secondary temp source if disks spun down.

 

image.png

image.png

image.png

4 hours ago, SimonF said:

Release 2023.12.04

 

Change Temps to match display settings and added Board and model to top line. Log should match also.

 

Added board and model in log also. Still need to work on inputting in F rather than C.

 

Need still to add support for Json file/Edit option and secondary temp source if disks spun down.

 

image.png

image.png

image.png

Sensor 4 is fan RPM but has a F instead of RPM

 

798387329_Screenshot2023-12-04at5_20_45PM.thumb.png.5c287bec822011703ead393caef7f2bd.png

 

 

this section is still showing C

 

898445749_Screenshot2023-12-04at5_21_28PM.thumb.png.1f95bdad92b668442642a90373af799c.png

  • Author
4 minutes ago, spl147 said:

Sensor 4 is fan RPM but has a F instead of RPM

 

798387329_Screenshot2023-12-04at5_20_45PM.thumb.png.5c287bec822011703ead393caef7f2bd.png

 

 

this section is still showing C

 

898445749_Screenshot2023-12-04at5_21_28PM.thumb.png.1f95bdad92b668442642a90373af799c.png

thanks will check fan part.

 

I still need to do that section 

Still need to work on inputting in F rather than C.

 

After updating version 2023.12.04, my fan control has encountered issues.

"fan is not configured!"

It used to be normal.

my motherboard is  x12sca-f.

Edited by sihailuo19

  • Author
28 minutes ago, sihailuo19 said:

After updating version 2023.12.04, my fan control has encountered issues.

"fan is not configured!"

my motherboard is  x12sca-f

was it working before?

 

If you remove the plugin you can load this version to revert back.

 

https://github.com/SimonFair/IPMI-unRAID/blob/15ee87da6631dd555410c2ad2f113360c5735770/plugin/ipmi.plg

 

or you can do nano /usr/local/emhttp/plugins/ipmi/include/ipmi_settings_fan.php

 

on line:53

 

change case '12': to case '13': to see if that fixes the issue.

 

Also any screen prints would be helpful + Sensor list

 

root@unraid:~# ipmi-sensors
ID   | Name            | Type              | Reading    | Units | Event
4    | CPU1 Temp       | Temperature       | 45.00      | C     | 'OK'
71   | CPU2 Temp       | Temperature       | 56.00      | C     | 'OK'
138  | System Temp     | Temperature       | 50.00      | C     | 'OK'
205  | Peripheral Temp | Temperature       | 43.00      | C     | 'OK'
272  | PCH Temp        | Temperature       | 64.00      | C     | 'OK'
339  | P1-DIMMA1 TEMP  | Temperature       | N/A        | C     | N/A
406  | P1-DIMMA2 TEMP  | Temperature       | N/A        | C     | N/A
473  | P1-DIMMB1 TEMP  | Temperature       | 49.00      | C     | 'OK'
540  | P1-DIMMB2 TEMP  | Temperature       | 47.00      | C     | 'OK'
607  | P1-DIMMC1 TEMP  | Temperature       | 54.00      | C     | 'OK'
674  | P1-DIMMC2 TEMP  | Temperature       | 53.00      | C     | 'OK'
741  | P1-DIMMD1 TEMP  | Temperature       | 53.00      | C     | 'OK'
808  | P1-DIMMD2 TEMP  | Temperature       | 50.00      | C     | 'OK'
875  | P2-DIMME1 TEMP  | Temperature       | 52.00      | C     | 'OK'
942  | P2-DIMME2 TEMP  | Temperature       | 51.00      | C     | 'OK'
1009 | P2-DIMMF1 TEMP  | Temperature       | 50.00      | C     | 'OK'
1076 | P2-DIMMF2 TEMP  | Temperature       | 50.00      | C     | 'OK'
1143 | P2-DIMMG1 TEMP  | Temperature       | N/A        | C     | N/A
1210 | P2-DIMMG2 TEMP  | Temperature       | N/A        | C     | N/A
1277 | P2-DIMMH1 TEMP  | Temperature       | 54.00      | C     | 'OK'
1344 | P2-DIMMH2 TEMP  | Temperature       | 54.00      | C     | 'OK'
1411 | FAN1            | Fan               | N/A        | RPM   | N/A
1478 | FAN2            | Fan               | 750.00     | RPM   | 'OK'
1545 | FAN3            | Fan               | 750.00     | RPM   | 'OK'
1612 | FAN4            | Fan               | 1125.00    | RPM   | 'OK'
1679 | FAN5            | Fan               | 750.00     | RPM   | 'OK'
1746 | FAN6            | Fan               | 825.00     | RPM   | 'OK'
1813 | FANA            | Fan               | 750.00     | RPM   | 'OK'
1880 | FANB            | Fan               | 750.00     | RPM   | 'OK'

 

42 minutes ago, SimonF said:

was it working before?

 

If you remove the plugin you can load this version to revert back.

 

https://github.com/SimonFair/IPMI-unRAID/blob/15ee87da6631dd555410c2ad2f113360c5735770/plugin/ipmi.plg

 

or you can do nano /usr/local/emhttp/plugins/ipmi/include/ipmi_settings_fan.php

 

on line:53

 

change case '12': to case '13': to see if that fixes the issue.

 

Also any screen prints would be helpful + Sensor list

 

root@unraid:~# ipmi-sensors
ID   | Name            | Type              | Reading    | Units | Event
4    | CPU1 Temp       | Temperature       | 45.00      | C     | 'OK'
71   | CPU2 Temp       | Temperature       | 56.00      | C     | 'OK'
138  | System Temp     | Temperature       | 50.00      | C     | 'OK'
205  | Peripheral Temp | Temperature       | 43.00      | C     | 'OK'
272  | PCH Temp        | Temperature       | 64.00      | C     | 'OK'
339  | P1-DIMMA1 TEMP  | Temperature       | N/A        | C     | N/A
406  | P1-DIMMA2 TEMP  | Temperature       | N/A        | C     | N/A
473  | P1-DIMMB1 TEMP  | Temperature       | 49.00      | C     | 'OK'
540  | P1-DIMMB2 TEMP  | Temperature       | 47.00      | C     | 'OK'
607  | P1-DIMMC1 TEMP  | Temperature       | 54.00      | C     | 'OK'
674  | P1-DIMMC2 TEMP  | Temperature       | 53.00      | C     | 'OK'
741  | P1-DIMMD1 TEMP  | Temperature       | 53.00      | C     | 'OK'
808  | P1-DIMMD2 TEMP  | Temperature       | 50.00      | C     | 'OK'
875  | P2-DIMME1 TEMP  | Temperature       | 52.00      | C     | 'OK'
942  | P2-DIMME2 TEMP  | Temperature       | 51.00      | C     | 'OK'
1009 | P2-DIMMF1 TEMP  | Temperature       | 50.00      | C     | 'OK'
1076 | P2-DIMMF2 TEMP  | Temperature       | 50.00      | C     | 'OK'
1143 | P2-DIMMG1 TEMP  | Temperature       | N/A        | C     | N/A
1210 | P2-DIMMG2 TEMP  | Temperature       | N/A        | C     | N/A
1277 | P2-DIMMH1 TEMP  | Temperature       | 54.00      | C     | 'OK'
1344 | P2-DIMMH2 TEMP  | Temperature       | 54.00      | C     | 'OK'
1411 | FAN1            | Fan               | N/A        | RPM   | N/A
1478 | FAN2            | Fan               | 750.00     | RPM   | 'OK'
1545 | FAN3            | Fan               | 750.00     | RPM   | 'OK'
1612 | FAN4            | Fan               | 1125.00    | RPM   | 'OK'
1679 | FAN5            | Fan               | 750.00     | RPM   | 'OK'
1746 | FAN6            | Fan               | 825.00     | RPM   | 'OK'
1813 | FANA            | Fan               | 750.00     | RPM   | 'OK'
1880 | FANB            | Fan               | 750.00     | RPM   | 'OK'

 

Yes, it used to work normally

root@Unraid:~# ipmi-sensors
ID   | Name            | Type              | Reading    | Units | Event
4    | CPU Temp        | Temperature       | 40.00      | C     | 'OK'
71   | PCH Temp        | Temperature       | 35.00      | C     | 'OK'
138  | System Temp     | Temperature       | 28.00      | C     | 'OK'
205  | Peripheral Temp | Temperature       | 30.00      | C     | 'OK'
272  | VcpuVRM Temp    | Temperature       | 39.00      | C     | 'OK'
339  | VSAVRM Temp     | Temperature       | 34.00      | C     | 'OK'
406  | M2_SSD1 Temp    | Temperature       | N/A        | C     | N/A
473  | M2_SSD2 Temp    | Temperature       | N/A        | C     | N/A
540  | DIMMAB Temp     | Temperature       | N/A        | C     | N/A
607  | CPU_FAN1        | Fan               | N/A        | RPM   | N/A
674  | CPU_FAN2        | Fan               | 1800.00    | RPM   | 'OK'
741  | SYS_FAN1        | Fan               | N/A        | RPM   | N/A
808  | SYS_FAN2        | Fan               | N/A        | RPM   | N/A
875  | SYS_FAN3        | Fan               | 1100.00    | RPM   | 'OK'
942  | 12V             | Voltage           | 11.99      | V     | 'OK'
1009 | 5VCC            | Voltage           | 4.96       | V     | 'OK'
1076 | 3.3VCC          | Voltage           | 3.32       | V     | 'OK'
1143 | VBAT            | Battery           | N/A        | N/A   | 'battery presence detected' 'Unrecognized Event = 0100h' 'Unrecognized Event = 0200h' 'Unrecognized Event = 0400h' 'Unrecognized Event = 0800h' 'Unrecognized Event = 1000h' 'Unrecognized Event = 2000h' 'Unrecognized Event = 4000h'
1210 | Vcpu            | Voltage           | 1.10       | V     | 'OK'
1277 | VDimmAB         | Voltage           | 1.21       | V     | 'OK'
1344 | VCC_SA          | Voltage           | 1.06       | V     | 'OK'
1411 | 5VSB            | Voltage           | 4.92       | V     | 'OK'
1478 | 3.3VSB          | Voltage           | 3.34       | V     | 'OK'
1545 | VCC_IO          | Voltage           | 0.97       | V     | 'OK'
1612 | P1V8_PCH        | Voltage           | 0.03       | V     | 'At or Below (<=) Lower Non-Recoverable Threshold'
1679 | P1V05_PCH       | Voltage           | 1.05       | V     | 'OK'
1746 | Chassis Intru   | Physical Security | N/A        | N/A   | 'General Chassis Intrusion'

This is the record for version 2023.12.04.

I switched back to version 2023.10.06 and it is now running normally.

 

root@Unraid:~# ipmi-sensors
ID   | Name            | Type              | Reading    | Units | Event
4    | CPU Temp        | Temperature       | 48.00      | C     | 'OK'
71   | PCH Temp        | Temperature       | 36.00      | C     | 'OK'
138  | System Temp     | Temperature       | 27.00      | C     | 'OK'
205  | Peripheral Temp | Temperature       | 30.00      | C     | 'OK'
272  | VcpuVRM Temp    | Temperature       | 41.00      | C     | 'OK'
339  | VSAVRM Temp     | Temperature       | 35.00      | C     | 'OK'
406  | M2_SSD1 Temp    | Temperature       | N/A        | C     | N/A
473  | M2_SSD2 Temp    | Temperature       | N/A        | C     | N/A
540  | DIMMAB Temp     | Temperature       | N/A        | C     | N/A
607  | CPU_FAN1        | Fan               | N/A        | RPM   | N/A
674  | CPU_FAN2        | Fan               | 1000.00    | RPM   | 'OK'
741  | SYS_FAN1        | Fan               | N/A        | RPM   | N/A
808  | SYS_FAN2        | Fan               | N/A        | RPM   | N/A
875  | SYS_FAN3        | Fan               | 1200.00    | RPM   | 'OK'
942  | 12V             | Voltage           | 11.99      | V     | 'OK'
1009 | 5VCC            | Voltage           | 4.99       | V     | 'OK'
1076 | 3.3VCC          | Voltage           | 3.32       | V     | 'OK'
1143 | VBAT            | Battery           | N/A        | N/A   | 'battery presence detected' 'Unrecognized Event = 0100h' 'Unrecognized Event = 0200h' 'Unrecognized Event = 0400h' 'Unrecognized Event = 0800h' 'Unrecognized Event = 1000h' 'Unrecognized Event = 2000h' 'Unrecognized Event = 4000h'
1210 | Vcpu            | Voltage           | 1.10       | V     | 'OK'
1277 | VDimmAB         | Voltage           | 1.22       | V     | 'OK'
1344 | VCC_SA          | Voltage           | 1.06       | V     | 'OK'
1411 | 5VSB            | Voltage           | 4.92       | V     | 'OK'
1478 | 3.3VSB          | Voltage           | 3.34       | V     | 'OK'
1545 | VCC_IO          | Voltage           | 0.97       | V     | 'OK'
1612 | P1V8_PCH        | Voltage           | 0.03       | V     | 'At or Below (<=) Lower Non-Recoverable Threshold'
1679 | P1V05_PCH       | Voltage           | 1.05       | V     | 'OK'
1746 | Chassis Intru   | Physical Security | N/A        | N/A   | 'General Chassis Intrusion'

This is the record for version 2023.10.06.

 

He and I had the same error message.

My sys_ Fan1 and sys_ Fan2 is not connected to the fan.

 

Edited by sihailuo19

Had the same issue with X12SCZ-QF-O. My plugins auto updated and FANA is not configured. I had to shut down the server due to the noise. 

 

I was on 6.11.5, tried updating to 6.12.6, changing the case 12 to 13 on line 53 and no luck. When I try to install the plg from github I get an unable to parse xml error. I'll try to post screen shots later today. 

19 minutes ago, RobertSewter said:

Had the same issue with X12SCZ-QF-O. My plugins auto updated and FANA is not configured. I had to shut down the server due to the noise. 

 

I was on 6.11.5, tried updating to 6.12.6, changing the case 12 to 13 on line 53 and no luck. When I try to install the plg from github I get an unable to parse xml error. I'll try to post screen shots later today. 

Use this

https://raw.githubusercontent.com/SimonFair/IPMI-unRAID/15ee87da6631dd555410c2ad2f113360c5735770/plugin/ipmi.plg

Edited by sihailuo19

20 hours ago, SimonF said:

Release 2023.12.04

 

Change Temps to match display settings and added Board and model to top line. Log should match also.

 

Added board and model in log also. Still need to work on inputting in F rather than C.

 

Need still to add support for Json file/Edit option and secondary temp source if disks spun down.

 

image.png

image.png

image.png

when the array is spundown i get this in the log:

2023-12-04 18:21:37 Fan:Temp, FAN123456(13%):HDD Temp(32F)

in turn it used to say 0C, i think it would be better to state (NA) or (spundown) or (sleep) or something

 

  • Author
47 minutes ago, RobertSewter said:

Had the same issue with X12SCZ-QF-O. My plugins auto updated and FANA is not configured. I had to shut down the server due to the noise. 

 

I was on 6.11.5, tried updating to 6.12.6, changing the case 12 to 13 on line 53 and no luck. When I try to install the plg from github I get an unable to parse xml error. I'll try to post screen shots later today. 

I know you are not running as a VM,  But you can tried to use a different model override X10 or X11 should use the same code as before.

 

image.png

3 hours ago, SimonF said:

was it working before?

 

If you remove the plugin you can load this version to revert back.

 

https://github.com/SimonFair/IPMI-unRAID/blob/15ee87da6631dd555410c2ad2f113360c5735770/plugin/ipmi.plg

 

or you can do nano /usr/local/emhttp/plugins/ipmi/include/ipmi_settings_fan.php

 

on line:53

 

change case '12': to case '13': to see if that fixes the issue.

 

Also any screen prints would be helpful + Sensor list

 

root@unraid:~# ipmi-sensors
ID   | Name            | Type              | Reading    | Units | Event
4    | CPU1 Temp       | Temperature       | 45.00      | C     | 'OK'
71   | CPU2 Temp       | Temperature       | 56.00      | C     | 'OK'
138  | System Temp     | Temperature       | 50.00      | C     | 'OK'
205  | Peripheral Temp | Temperature       | 43.00      | C     | 'OK'
272  | PCH Temp        | Temperature       | 64.00      | C     | 'OK'
339  | P1-DIMMA1 TEMP  | Temperature       | N/A        | C     | N/A
406  | P1-DIMMA2 TEMP  | Temperature       | N/A        | C     | N/A
473  | P1-DIMMB1 TEMP  | Temperature       | 49.00      | C     | 'OK'
540  | P1-DIMMB2 TEMP  | Temperature       | 47.00      | C     | 'OK'
607  | P1-DIMMC1 TEMP  | Temperature       | 54.00      | C     | 'OK'
674  | P1-DIMMC2 TEMP  | Temperature       | 53.00      | C     | 'OK'
741  | P1-DIMMD1 TEMP  | Temperature       | 53.00      | C     | 'OK'
808  | P1-DIMMD2 TEMP  | Temperature       | 50.00      | C     | 'OK'
875  | P2-DIMME1 TEMP  | Temperature       | 52.00      | C     | 'OK'
942  | P2-DIMME2 TEMP  | Temperature       | 51.00      | C     | 'OK'
1009 | P2-DIMMF1 TEMP  | Temperature       | 50.00      | C     | 'OK'
1076 | P2-DIMMF2 TEMP  | Temperature       | 50.00      | C     | 'OK'
1143 | P2-DIMMG1 TEMP  | Temperature       | N/A        | C     | N/A
1210 | P2-DIMMG2 TEMP  | Temperature       | N/A        | C     | N/A
1277 | P2-DIMMH1 TEMP  | Temperature       | 54.00      | C     | 'OK'
1344 | P2-DIMMH2 TEMP  | Temperature       | 54.00      | C     | 'OK'
1411 | FAN1            | Fan               | N/A        | RPM   | N/A
1478 | FAN2            | Fan               | 750.00     | RPM   | 'OK'
1545 | FAN3            | Fan               | 750.00     | RPM   | 'OK'
1612 | FAN4            | Fan               | 1125.00    | RPM   | 'OK'
1679 | FAN5            | Fan               | 750.00     | RPM   | 'OK'
1746 | FAN6            | Fan               | 825.00     | RPM   | 'OK'
1813 | FANA            | Fan               | 750.00     | RPM   | 'OK'
1880 | FANB            | Fan               | 750.00     | RPM   | 'OK'

 

 

I was experiencing the same issue everyone else here noted. I came into my server room this morning and the fans were blowing much louder than normal. After some experimenting, I noticed that it was only one fan that was doing that, as indicated by the "(fan is not configured!)" message appearing over FANA.

 

Modifying line 53 from case '12': to case '13': fixed the issue for me. If it isn't fixing the issue for you, make sure you go into IPMI settings, disable fan control, and then re-enable it. Hope this helps!

I've just experienced this with my H12SSL-CT board after updating the plugin with FAN A showing as "fan is not configured!" and spinning up to full speed:

 

image.thumb.png.f25a108cf8207e1450815dce58d81809.png

 

Reverting the plugin to the previous version resolved the issue, but I can confirm that after updating back to the latest version and modifying line 53 from case '12': to case '13': and then disabling and re-enabling fan control has resolved the issue for me also.

38 minutes ago, KingfisherUK said:

I've just experienced this with my H12SSL-CT board after updating the plugin with FAN A showing as "fan is not configured!" and spinning up to full speed:

 

image.thumb.png.f25a108cf8207e1450815dce58d81809.png

 

Reverting the plugin to the previous version resolved the issue, but I can confirm that after updating back to the latest version and modifying line 53 from case '12': to case '13': and then disabling and re-enabling fan control has resolved the issue for me also.

Same for my SM H12SSL-NT.

  • Author
2 hours ago, spl147 said:

when the array is spundown i get this in the log:

2023-12-04 18:21:37 Fan:Temp, FAN123456(13%):HDD Temp(32F)

in turn it used to say 0C, i think it would be better to state (NA) or (spundown) or (sleep) or something

 

2023-12-05 17:22:19 Fan:Temp, FAN1234( 2%):HDD Temp(Spundown), FANA(34%):CPU Temp(104F)
2023-12-05 17:24:19 Fan:Temp, FAN1234( 2%):HDD Temp(Spundown), FANA(33%):CPU Temp(102F)

 

RPM Unit is fixed for fans also.

2 hours ago, SimonF said:

X12 Fan Fix in 2023.12.05

Thanks! The update has fixed my H12SSL-NT issue with FANA. Top! Quick fix! 

  • Author
On 12/4/2023 at 11:26 PM, spl147 said:

Sensor 4 is fan RPM but has a F instead of RPM

 

798387329_Screenshot2023-12-04at5_20_45PM.thumb.png.5c287bec822011703ead393caef7f2bd.png

 

 

this section is still showing C

 

898445749_Screenshot2023-12-04at5_21_28PM.thumb.png.1f95bdad92b668442642a90373af799c.png

Examples of the HDD 2nd temp.

 

2023-12-06 09:33:09 Setting fans to auto
2023-12-06 09:33:15 Starting Fan Control
2023-12-06 09:33:15 Board: Dell Board Model: 051XDX
2023-12-06 09:33:15 Setting fans to manual
2023-12-06 09:33:25 Fan:Temp, FAN123456(15%):HDD Temp(82F)
2023-12-06 09:36:26 Fan:Temp, FAN123456(16%):HDD Temp(84F)
2023-12-06 09:42:28 Fan:Temp, FAN123456(34%):HDD Spundown using Temp(104F)
2023-12-06 09:42:58 fan control config file updated, reloading settings
2023-12-06 09:42:59 Fan:Temp, FAN123456( 2%):HDD Temp(Spundown)
2023-12-06 09:46:49 fan control config file updated, reloading settings
2023-12-06 09:46:50 Fan:Temp, FAN123456( 6%):HDD Spundown using Inlet Temp(73F)

 

2023-12-06 09:33:28 Board: Supermicro Board Model: X10SL7-F
2023-12-06 09:33:28 SM Board selection: 10
2023-12-06 09:33:28 Setting fans to full speed
2023-12-06 09:33:38 Fan:Temp, FAN1234(39%):HDD Spundown using System Temp(109F), FANA(31%):CPU Temp(100F)
2023-12-06 09:35:39 Fan:Temp, FAN1234(39%):HDD Spundown using System Temp(109F), FANA(64%):CPU Temp(136F)
2023-12-06 09:36:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(66%):CPU Temp(138F)
2023-12-06 09:37:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(51%):CPU Temp(122F)
2023-12-06 09:38:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(44%):CPU Temp(115F)
2023-12-06 09:39:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(72%):CPU Temp(145F)
2023-12-06 09:40:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(80%):CPU Temp(154F)
2023-12-06 09:41:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(51%):CPU Temp(122F)
2023-12-06 09:42:39 Fan:Temp, FAN1234(36%):HDD Temp(106F), FANA(41%):CPU Temp(111F)
2023-12-06 09:43:40 Fan:Temp, FAN1234(36%):HDD Temp(106F), FANA(38%):CPU Temp(108F)
2023-12-06 09:45:40 Fan:Temp, FAN1234(36%):HDD Temp(106F), FANA(33%):CPU Temp(102F)

 

image.png

4 hours ago, SimonF said:

Examples of the HDD 2nd temp.

 

2023-12-06 09:33:09 Setting fans to auto
2023-12-06 09:33:15 Starting Fan Control
2023-12-06 09:33:15 Board: Dell Board Model: 051XDX
2023-12-06 09:33:15 Setting fans to manual
2023-12-06 09:33:25 Fan:Temp, FAN123456(15%):HDD Temp(82F)
2023-12-06 09:36:26 Fan:Temp, FAN123456(16%):HDD Temp(84F)
2023-12-06 09:42:28 Fan:Temp, FAN123456(34%):HDD Spundown using Temp(104F)
2023-12-06 09:42:58 fan control config file updated, reloading settings
2023-12-06 09:42:59 Fan:Temp, FAN123456( 2%):HDD Temp(Spundown)
2023-12-06 09:46:49 fan control config file updated, reloading settings
2023-12-06 09:46:50 Fan:Temp, FAN123456( 6%):HDD Spundown using Inlet Temp(73F)

 

2023-12-06 09:33:28 Board: Supermicro Board Model: X10SL7-F
2023-12-06 09:33:28 SM Board selection: 10
2023-12-06 09:33:28 Setting fans to full speed
2023-12-06 09:33:38 Fan:Temp, FAN1234(39%):HDD Spundown using System Temp(109F), FANA(31%):CPU Temp(100F)
2023-12-06 09:35:39 Fan:Temp, FAN1234(39%):HDD Spundown using System Temp(109F), FANA(64%):CPU Temp(136F)
2023-12-06 09:36:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(66%):CPU Temp(138F)
2023-12-06 09:37:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(51%):CPU Temp(122F)
2023-12-06 09:38:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(44%):CPU Temp(115F)
2023-12-06 09:39:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(72%):CPU Temp(145F)
2023-12-06 09:40:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(80%):CPU Temp(154F)
2023-12-06 09:41:39 Fan:Temp, FAN1234(43%):HDD Temp(113F), FANA(51%):CPU Temp(122F)
2023-12-06 09:42:39 Fan:Temp, FAN1234(36%):HDD Temp(106F), FANA(41%):CPU Temp(111F)
2023-12-06 09:43:40 Fan:Temp, FAN1234(36%):HDD Temp(106F), FANA(38%):CPU Temp(108F)
2023-12-06 09:45:40 Fan:Temp, FAN1234(36%):HDD Temp(106F), FANA(33%):CPU Temp(102F)

 

image.png

Very Nice! looking forward to the update

@SimonF can you please look in to why fan control is not detecting my fan (7) properly on my Asrock Z490D4U-2L2T?

 

image.thumb.png.d523d46d06bbc01b06dbf041d53cc93c.png

 

 

debug.txt

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.