[PLUGIN] IPMI for 6.11+


Recommended Posts

15 minutes ago, SimonF said:

The plugin users ipmisensors, where would the Power Consumption come from as does not appear in my output.

Well, I don't have insight about the available API, been using the IPMI web gui until now, there's a tab for power consumption, so I thought that might be avail. to query as well.

 

Quick googeling reveiled

ipmitool dcmi power reading

Works for me on the command line so should be avail to query that info. Maybe not supported for all, but some would def. benefit.

Edited by sPaCeMoNk3y
Link to comment
19 minutes ago, sPaCeMoNk3y said:

Well, I don't have insight about the available API, been using the IPMI web gui until now, there's a tab for power consumption, so I thought that might be avail. to query as well.

 

Quick googeling reveiled

ipmitool dcmi power reading

Works for me on the command line so should be avail to query that info. Maybe not supported for all, but some would def. benefit.

Ok will look into but the plugin uses freeipmi which does not include ipmitools have you install a separate package?

Link to comment
  • 2 weeks later...

I set up a system with a Supermicro X9SRL-F, however, it doesn't appear that this plugin is actually adjusting the fan speeds.

 

Here are some of the log entries where it shows the fan speed should be changing, however, the speeds never change.

 

The fan sensors are all populated in the Readings tab as well.

 

ETA: I also discovered that if I change the Fan Control setting to No, save, and then change it back to Yes it does indeed change the fan speeds...to Full Speed (100%) which I find odd.

 

ETA 2: They system is a completely stock Supermicro CSE-826 chassis.

 

2023-08-25 14:17:43 fan control config file updated, reloading settings
2023-08-25 14:17:43 Fan:Temp, FAN1234(100%):CPU Temp(33°C)
2023-08-25 14:19:20 Stopping Fan Control
2023-08-25 14:19:20 Setting fans to auto
2023-08-25 14:19:50 Starting Fan Control
2023-08-25 14:19:50 Setting fans to full speed
2023-08-25 14:20:00 Fan:Temp, FAN1234(100%):CPU Temp(37°C)
2023-08-25 14:21:52 Stopping Fan Control
2023-08-25 14:21:52 Setting fans to auto
2023-08-25 14:26:54 Starting Fan Control
2023-08-25 14:26:54 Setting fans to full speed
2023-08-25 14:27:05 Fan:Temp, FAN1234(34%):CPU Temp(37°C)
2023-08-25 14:27:35 Fan:Temp, FAN1234(32%):CPU Temp(36°C)
2023-08-25 14:27:45 fan control config file updated, reloading settings
2023-08-25 14:27:45 Fan:Temp, FAN1234(54%):CPU Temp(36°C)
2023-08-25 14:28:15 fan control config file updated, reloading settings
2023-08-25 14:28:15 Fan:Temp, FAN1234(80%):CPU Temp(36°C)
2023-08-25 14:28:45 fan control config file updated, reloading settings
2023-08-25 14:28:45 Fan:Temp, FAN1234(30%):CPU Temp(35°C)
2023-08-25 14:29:15 Fan:Temp, FAN1234(32%):CPU Temp(36°C)
2023-08-25 14:30:45 Fan:Temp, FAN1234(34%):CPU Temp(37°C)
2023-08-25 14:31:15 Fan:Temp, FAN1234(26%):CPU Temp(33°C)
2023-08-25 14:33:15 Fan:Temp, FAN1234(24%):CPU Temp(32°C)
2023-08-25 14:33:45 Fan:Temp, FAN1234(42%):CPU Temp(41°C)
2023-08-25 14:34:15 Fan:Temp, FAN1234(30%):CPU Temp(35°C)

 

 

I'm using this on 4 other Supermicro servers with X10 motherboards  so is this motherboard just too old?  Is there anything that I can do to troubleshoot?

Edited by jlficken1
Link to comment

Hey SimonF. I love this plugin. But I met some troubles now. Would you please have a look and try to help?

 

I changed my motherboard from Supermicro X11 to Tyan S8030. Then my IPMI setting was broken.

454721140_.thumb.png.734eb21e9b44a3d3a82eadfbd8fa9938.png

 

 

I can't replace the IP address even the user and password. The button"RESET BMC" is useless for me.

1733505489_.thumb.png.85a27a092d8a967b0619f363e34e62b4.png

 

 

I tried to give some information from ipmi.cfg

here is

Quote

Linux 6.1.38-Unraid.
root@UNRAID:~# cat /boot/config/plugins/ipmi/ipmi.cfg
IPMISELD="disable"
IPMIPOLL="300"
NETWORK="enable"
LOCAL="disable"
IPADDR="192.168.31.248"
USER="wenghaha"
PASSWORD="MTk5NjEwMjAsWG16"
DISP_SENSOR1="3232243704_4"
DISP_SENSOR2="3232243704_71"
LOADCFG="disable"
IGNORE="205,272,339,540,607,674,741,875,1009,1076,1143,1210,1277,1344,1411,1478,1545,1612,1679,1746,99"
DIGNORE="205,272,339,540,607,674,741,875,1009,1076,1143,1210,1277,1344,1411,1478,1545,1612,1679,1746,99"
DASH="enable"
DEVIGNORE=""
DEVS="enable"
OVERRIDE="enable"
OBOARD="Supermicro"
OCOUNT="0"
OMODEL="11"
DISP_SENSOR3="3232243704_406"
DISP_SENSOR4="3232243704_473"

 

Thanks.

Link to comment
4 minutes ago, BerettA said:

Hey SimonF. I love this plugin. But I met some troubles now. Would you please have a look and try to help?

 

I changed my motherboard from Supermicro X11 to Tyan S8030. Then my IPMI setting was broken.

454721140_.thumb.png.734eb21e9b44a3d3a82eadfbd8fa9938.png

 

 

I can't replace the IP address even the user and password. The button"RESET BMC" is useless for me.

1733505489_.thumb.png.85a27a092d8a967b0619f363e34e62b4.png

 

 

I tried to give some information from ipmi.cfg

here is

 

Thanks.

Currently the plugin Supports Supermicros/ASUS and Dell partially.

 

What does dmidecode -t 2 | grep 'Manufacturer' | awk -F 'r:' '{print $2}' | awk  '{print $1}' provide as a result.

 

I am looking at additional requirements for Dell as I have to some hardware to test with.

 

Are you just looking for readings and/or fan control? The later would be a long term fix.

Link to comment
On 8/27/2023 at 2:25 AM, BerettA said:

YES I only look for the temperature and fans. And now my request is just for this.

 

dmidecode -t 2 | grep 'Manufacturer' | awk -F 'r:' '{print $2}' | awk  '{print $1}'

The result is "Tyan".  I tried to use the plugin at a new UNRAID server. Fortunately it worked.

did you try renaming ipmi.cfg to a different name?

 

Does ipmisensors provide any output when your run from terminal?

Link to comment
On 8/26/2023 at 3:49 AM, JorgeB said:

AFAIK X9 series cannot adjust in steps like X10 or newer.


What do you mean by “steps”?

 

My original server used an X9 board and it adjusted the fans based on CPU temp with the plug-in. I used it through 6.11.5 I believe.

 

I turned off the Fan Control part of the plug-in, set the IPMI to “Optimal”, and the fans are spinning up and down now while the server is performing a parity check. It’s just changing the fan speeds every few seconds rather than the 60 seconds I had the plug-in set to which is kind of annoying when it’s a foot away. 
 

 

https://support.siliconmechanics.com/portal/en/kb/articles/changing-fan-speeds-for-x9-x10-series-boards

Edited by jlficken1
Link to comment
  • 3 weeks later...

@SimonF would it be possible to get the ASUSTeK Pro WS W680-ACE IPMI board supported? I'm looking at the code on github and I'm not quite sure where to start to get it implemented. How do you obtain all these raw values...if that's even the first step?

 

Is there a way to provide our own fan.cfg setup and have the plugin go off that? I see there's an override setting for the Fan tab but I can't get it to detect any fans correctly after that.

Edited by JimmyGerms
Link to comment
11 minutes ago, JimmyGerms said:

@SimonF would it be possible to get the ASUSTeK Pro WS W680-ACE IPMI board supported? I'm looking at the code on github and I'm not quite sure where to start to get it implemented. How do you obtain all these raw values...if that's even the first step?

 

Is there a way to provide our own fan.cfg setup and have the plugin go off that? I see there's an override setting for the Fan tab but I can't get it to detect any fans correctly after that.

Values come from here.

 

oot@computenode:~# ipmisensors
ID   | Name            | Type              | Reading    | Units | Event
4    | CPU1 Temp       | Temperature       | 47.00      | C     | 'OK'
71   | CPU2 Temp       | Temperature       | 59.00      | C     | 'OK'
138  | System Temp     | Temperature       | 54.00      | C     | 'OK'
205  | Peripheral Temp | Temperature       | 44.00      | C     | 'OK'
272  | PCH Temp        | Temperature       | 65.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       | 52.00      | C     | 'OK'
540  | P1-DIMMB2 TEMP  | Temperature       | 50.00      | C     | 'OK'
607  | P1-DIMMC1 TEMP  | Temperature       | 55.00      | C     | 'OK'
674  | P1-DIMMC2 TEMP  | Temperature       | 55.00      | C     | 'OK'
741  | P1-DIMMD1 TEMP  | Temperature       | 55.00      | C     | 'OK'
808  | P1-DIMMD2 TEMP  | Temperature       | 53.00      | C     | 'OK'
875  | P2-DIMME1 TEMP  | Temperature       | 53.00      | C     | 'OK'
942  | P2-DIMME2 TEMP  | Temperature       | 52.00      | C     | 'OK'
1009 | P2-DIMMF1 TEMP  | Temperature       | 52.00      | C     | 'OK'
1076 | P2-DIMMF2 TEMP  | Temperature       | 52.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       | 56.00      | C     | 'OK'
1344 | P2-DIMMH2 TEMP  | Temperature       | 56.00      | C     | 'OK'
1411 | FAN1            | Fan               | N/A        | RPM   | N/A
1478 | FAN2            | Fan               | 825.00     | RPM   | 'OK'
1545 | FAN3            | Fan               | 825.00     | RPM   | 'OK'
1612 | FAN4            | Fan               | 1125.00    | RPM   | 'OK'
1679 | FAN5            | Fan               | 825.00     | RPM   | 'OK'
1746 | FAN6            | Fan               | 825.00     | RPM   | 'OK'
1813 | FANA            | Fan               | 750.00     | RPM   | 'OK'
1880 | FANB            | Fan               | 825.00     | RPM   | 'OK'
1947 | VTT             | Voltage           | 0.99       | V     | 'OK'
2014 | CPU1 Vcore      | Voltage           | 1.06       | V     | 'OK'
2081 | CPU2 Vcore      | Voltage           | 1.04       | V     | 'OK'
2148 | VDIMM AB        | Voltage           | 1.33       | V     | 'OK'
2215 | VDIMM CD        | Voltage           | 1.34       | V     | 'OK'
2282 | VDIMM EF        | Voltage           | 1.34       | V     | 'OK'
2349 | VDIMM GH        | Voltage           | 1.33       | V     | 'OK'
2416 | +1.1 V          | Voltage           | 1.09       | V     | 'OK'
2483 | +1.5 V          | Voltage           | 1.49       | V     | 'OK'
2550 | 3.3V            | Voltage           | 3.22       | V     | 'OK'
2617 | +3.3VSB         | Voltage           | 3.36       | V     | 'OK'
2684 | 5V              | Voltage           | 4.99       | V     | 'OK'
2751 | +5VSB           | Voltage           | 4.93       | V     | 'OK'
2818 | 12V             | Voltage           | 11.98      | V     | 'OK'
2885 | VBAT            | Voltage           | 3.22       | V     | 'OK'
2952 | HDD Status      | Drive Slot        | N/A        | N/A   | N/A
3019 | Chassis Intru   | Physical Security | N/A        | N/A   | 'OK'
root@computenode:~# 

 

But only specific motherboard types are support, mainly Supermicro and ASRock.

 


#############################################
# ASRock
# ipmi-raw 00 3a 01 00 00 00 00 00 00 00 00
# ipmi-raw 00 3a 01 AA BB CC DD EE FF GG HH
# 00 = smartfan mode
# 01 - 64  = 1% - 100%
#############################################

#############################################
# ASRock Dual Socket
# ipmi-raw 00 3a 01 CPU_1_OVERRIDE CPU_1 REAR_1 FRONT_1 FRONT_2 FRONT_3
# ipmi-raw 00 3a 11 CPU_2_OVERRIDE CPU_2 REAR_2 FRONT_4
# ipmi-raw 00 3a 01 00 AA BB CC DD EE
# ipmi-raw 00 3a 11 00 AA BB CC
#############################################

#############################################
# Supermicro X10/X11
# ipmi-raw 00 30 70 66 01 00 64
# ipmi-raw 00 30 70 66 AA BB CC
#
# AA
# 00 - Get value
# 01 - Set value
#
# BB
# 00 - FAN 1/2/3/4 or CPU_FAN1/2
# 01 - FAN A or SYS_FAN1/2/3
#
# CC
# 00 to 64 - Set Speed (0-64)
#############################################

#############################################
# Supermicro X9
# ipmi-raw 00 30 91 5A 3 00 FF
# ipmi-raw 00 30 91 5A 3 BB CC
#
# BB
# 10 - FAN 1/2/3/4
# 11 - FAN A
#
# CC
# 00 to FF - Set Speed (0-255)
#############################################

##############################
###### FUNCTION SECTION ######
##############################

Link to comment
45 minutes ago, SimonF said:

Values come from here.

 

oot@computenode:~# ipmisensors
ID   | Name            | Type              | Reading    | Units | Event
4    | CPU1 Temp       | Temperature       | 47.00      | C     | 'OK'
71   | CPU2 Temp       | Temperature       | 59.00      | C     | 'OK'
138  | System Temp     | Temperature       | 54.00      | C     | 'OK'
205  | Peripheral Temp | Temperature       | 44.00      | C     | 'OK'
272  | PCH Temp        | Temperature       | 65.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       | 52.00      | C     | 'OK'
540  | P1-DIMMB2 TEMP  | Temperature       | 50.00      | C     | 'OK'
607  | P1-DIMMC1 TEMP  | Temperature       | 55.00      | C     | 'OK'
674  | P1-DIMMC2 TEMP  | Temperature       | 55.00      | C     | 'OK'
741  | P1-DIMMD1 TEMP  | Temperature       | 55.00      | C     | 'OK'
808  | P1-DIMMD2 TEMP  | Temperature       | 53.00      | C     | 'OK'
875  | P2-DIMME1 TEMP  | Temperature       | 53.00      | C     | 'OK'
942  | P2-DIMME2 TEMP  | Temperature       | 52.00      | C     | 'OK'
1009 | P2-DIMMF1 TEMP  | Temperature       | 52.00      | C     | 'OK'
1076 | P2-DIMMF2 TEMP  | Temperature       | 52.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       | 56.00      | C     | 'OK'
1344 | P2-DIMMH2 TEMP  | Temperature       | 56.00      | C     | 'OK'
1411 | FAN1            | Fan               | N/A        | RPM   | N/A
1478 | FAN2            | Fan               | 825.00     | RPM   | 'OK'
1545 | FAN3            | Fan               | 825.00     | RPM   | 'OK'
1612 | FAN4            | Fan               | 1125.00    | RPM   | 'OK'
1679 | FAN5            | Fan               | 825.00     | RPM   | 'OK'
1746 | FAN6            | Fan               | 825.00     | RPM   | 'OK'
1813 | FANA            | Fan               | 750.00     | RPM   | 'OK'
1880 | FANB            | Fan               | 825.00     | RPM   | 'OK'
1947 | VTT             | Voltage           | 0.99       | V     | 'OK'
2014 | CPU1 Vcore      | Voltage           | 1.06       | V     | 'OK'
2081 | CPU2 Vcore      | Voltage           | 1.04       | V     | 'OK'
2148 | VDIMM AB        | Voltage           | 1.33       | V     | 'OK'
2215 | VDIMM CD        | Voltage           | 1.34       | V     | 'OK'
2282 | VDIMM EF        | Voltage           | 1.34       | V     | 'OK'
2349 | VDIMM GH        | Voltage           | 1.33       | V     | 'OK'
2416 | +1.1 V          | Voltage           | 1.09       | V     | 'OK'
2483 | +1.5 V          | Voltage           | 1.49       | V     | 'OK'
2550 | 3.3V            | Voltage           | 3.22       | V     | 'OK'
2617 | +3.3VSB         | Voltage           | 3.36       | V     | 'OK'
2684 | 5V              | Voltage           | 4.99       | V     | 'OK'
2751 | +5VSB           | Voltage           | 4.93       | V     | 'OK'
2818 | 12V             | Voltage           | 11.98      | V     | 'OK'
2885 | VBAT            | Voltage           | 3.22       | V     | 'OK'
2952 | HDD Status      | Drive Slot        | N/A        | N/A   | N/A
3019 | Chassis Intru   | Physical Security | N/A        | N/A   | 'OK'
root@computenode:~# 

 

But only specific motherboard types are support, mainly Supermicro and ASRock.

 


#############################################
# ASRock
# ipmi-raw 00 3a 01 00 00 00 00 00 00 00 00
# ipmi-raw 00 3a 01 AA BB CC DD EE FF GG HH
# 00 = smartfan mode
# 01 - 64  = 1% - 100%
#############################################

#############################################
# ASRock Dual Socket
# ipmi-raw 00 3a 01 CPU_1_OVERRIDE CPU_1 REAR_1 FRONT_1 FRONT_2 FRONT_3
# ipmi-raw 00 3a 11 CPU_2_OVERRIDE CPU_2 REAR_2 FRONT_4
# ipmi-raw 00 3a 01 00 AA BB CC DD EE
# ipmi-raw 00 3a 11 00 AA BB CC
#############################################

#############################################
# Supermicro X10/X11
# ipmi-raw 00 30 70 66 01 00 64
# ipmi-raw 00 30 70 66 AA BB CC
#
# AA
# 00 - Get value
# 01 - Set value
#
# BB
# 00 - FAN 1/2/3/4 or CPU_FAN1/2
# 01 - FAN A or SYS_FAN1/2/3
#
# CC
# 00 to 64 - Set Speed (0-64)
#############################################

#############################################
# Supermicro X9
# ipmi-raw 00 30 91 5A 3 00 FF
# ipmi-raw 00 30 91 5A 3 BB CC
#
# BB
# 10 - FAN 1/2/3/4
# 11 - FAN A
#
# CC
# 00 to FF - Set Speed (0-255)
#############################################

##############################
###### FUNCTION SECTION ######
##############################

Yup, totally see those and I see that in the code. Is there a way to expand or add a board if I figure out the values or is it more complicated then that?

 

One downside to this board is I cannot control the front side fans (only testing this setup with 2 fans so far) with the temps of the HDDs and I'm lookin to work that in.

 

root@Sandrock:/# ipmisensors
ID | Name             | Type           | Reading    | Units | Event
32 | CPU_FAN          | Fan            | 600.00     | RPM   | 'OK'
33 | CPU_OPT_FAN      | Fan            | N/A        | RPM   | N/A
34 | MB_CHA_FAN1      | Fan            | N/A        | RPM   | N/A
35 | MB_CHA_FAN2      | Fan            | N/A        | RPM   | N/A
36 | MB_CHA_FAN3      | Fan            | N/A        | RPM   | N/A
37 | MB_CHA_FAN4      | Fan            | N/A        | RPM   | N/A
38 | MB_CHA_FAN5      | Fan            | N/A        | RPM   | N/A
43 | MB_AIO_PUMP      | Fan            | N/A        | RPM   | N/A
44 | CHA_FAN1         | Fan            | 960.00     | RPM   | 'OK'
45 | CHA_FAN2         | Fan            | N/A        | RPM   | N/A
46 | CHA_FAN3         | Fan            | N/A        | RPM   | N/A
47 | CHA_FAN4         | Fan            | N/A        | RPM   | N/A
48 | CHA_FAN5         | Fan            | N/A        | RPM   | N/A
49 | CHA_FAN6         | Fan            | N/A        | RPM   | N/A
50 | CHA_FAN7         | Fan            | N/A        | RPM   | N/A
51 | CHA_FAN8         | Fan            | N/A        | RPM   | N/A

Link to comment
10 minutes ago, JimmyGerms said:

Yup, totally see those and I see that in the code. Is there a way to expand or add a board if I figure out the values or is it more complicated then that?

 

One downside to this board is I cannot control the front side fans (only testing this setup with 2 fans so far) with the temps of the HDDs and I'm lookin to work that in.

 

root@Sandrock:/# ipmisensors
ID | Name             | Type           | Reading    | Units | Event
32 | CPU_FAN          | Fan            | 600.00     | RPM   | 'OK'
33 | CPU_OPT_FAN      | Fan            | N/A        | RPM   | N/A
34 | MB_CHA_FAN1      | Fan            | N/A        | RPM   | N/A
35 | MB_CHA_FAN2      | Fan            | N/A        | RPM   | N/A
36 | MB_CHA_FAN3      | Fan            | N/A        | RPM   | N/A
37 | MB_CHA_FAN4      | Fan            | N/A        | RPM   | N/A
38 | MB_CHA_FAN5      | Fan            | N/A        | RPM   | N/A
43 | MB_AIO_PUMP      | Fan            | N/A        | RPM   | N/A
44 | CHA_FAN1         | Fan            | 960.00     | RPM   | 'OK'
45 | CHA_FAN2         | Fan            | N/A        | RPM   | N/A
46 | CHA_FAN3         | Fan            | N/A        | RPM   | N/A
47 | CHA_FAN4         | Fan            | N/A        | RPM   | N/A
48 | CHA_FAN5         | Fan            | N/A        | RPM   | N/A
49 | CHA_FAN6         | Fan            | N/A        | RPM   | N/A
50 | CHA_FAN7         | Fan            | N/A        | RPM   | N/A
51 | CHA_FAN8         | Fan            | N/A        | RPM   | N/A

It should be possible to add other boards, I will be looking at dell servers at some point. Do you know the ipmi commands to change speeds?

 

 

Link to comment
8 minutes ago, SimonF said:

It should be possible to add other boards, I will be looking at dell servers at some point. Do you know the ipmi commands to change speeds?

 

 

Not a clue currently, working to figure that out. Not much documentation out there yet for the Asus-w680-ace-ipmi. Any tips on where to start? Doesn't look like there's a simple command to print or anything to trace in the logs so far.

Link to comment
11 minutes ago, SimonF said:

Haha yup! Currently reading that. Also, I'd love to donate to your time if you set out on this journey, let me know how I can help. Take it to DM maybe?

 

EDIT:

Oh boy, I think it's going to be a bit of trial and error...I'll have to reboot to bios and see if I can get some logs to spew out. The web interface doesn't provide the hex and other details like this screenshot.image.png.f236ce0bdc06fcee5a87113dac01923e.png

Edited by JimmyGerms
Link to comment
59 minutes ago, JimmyGerms said:

Haha yup! Currently reading that. Also, I'd love to donate to your time if you set out on this journey, let me know how I can help. Take it to DM maybe?

 

EDIT:

Oh boy, I think it's going to be a bit of trial and error...I'll have to reboot to bios and see if I can get some logs to spew out. The web interface doesn't provide the hex and other details like this screenshot.image.png.f236ce0bdc06fcee5a87113dac01923e.png

Might be quicker to contact asus support to see if they have different docs.

Link to comment

I'm running unRaid 6.12.4 on a supermicro H12 series motherboard.  In the fan control settings it is only able to control fans 1,2,3 and 4 and then fans A and B.  There is another fan called Fan5.  I was wondering if there is a way i could add this to the first group to be controlled by those same settings.  Ideally i would like FAN1,2,3,4,5 controlled by the same sensor then FANA,B controlled together.

 

thanks in advance.

Link to comment
5 hours ago, mikeyosm said:

I might have found a bug in the plugin.

 

I have 3 x HDDs in total ( 1 x SSD and 2 x NVME)

 

The plugin settings only shows 1 HDD Temperature that I am able to select to add to the footer/dashboard, I expect to select 3?

Screenshot 2023-09-24 110503.png

Screenshot 2023-09-24 111001.png

Screenshot 2023-09-24 111524.png

The HDD value is calculated based om the highest drive temp of all drives.

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.