tigerblue77 / Dell_iDRAC_fan_controller_Docker

Docker image to control your Dell PowerEdge fans via IPMI
239 stars 58 forks source link

Changed for Dell rx40 series #55

Open scline opened 1 year ago

scline commented 1 year ago

More of a note2self on some changes needed for the rX40 series. You do need idrac version 3.30.30.30 or lower for these API commands to work.

  1. CPU shows up as <CPU_NUM_1> <TEMP> <CPU_NUM_2> <TEMP>, dual CPU for example 01 30 02 30 - Code Link
  2. 3rd party PCI hook does not exist on this platform Code Link

TODO, add a env variable to indicate newer platforms and omit these options if True

Steven-Emers commented 3 months ago

Was this addition ever merged? I still see CPU 1 as 1°C with the latest code version. I am running an R740XD.

tigerblue77 commented 3 months ago

Was this addition ever merged? I still see CPU 1 as 1°C with the latest code version. I am running an R740XD.

No, still didn't have time to do what I wrote on the linked PR