Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power values from kernel driver for corsair-psu are ignored #283

Open
howels opened this issue Apr 25, 2024 · 0 comments
Open

Power values from kernel driver for corsair-psu are ignored #283

howels opened this issue Apr 25, 2024 · 0 comments

Comments

@howels
Copy link

howels commented Apr 25, 2024

lm-sensors has supported Corsair PSU sensors for some time (https://docs.kernel.org/hwmon/corsair-psu.html) and these values show up in lm-sensors output:

   "corsairpsu-hid-3-3":{
      "Adapter": "HID adapter",
      "v_in":{
         "in0_input": 230.000
      },
      "v_out +12v":{
         "in1_input": 12.187,
         "in1_lcrit": 8.406,
         "in1_crit": 15.593
      },
      "v_out +5v":{
         "in2_input": 5.000,
         "in2_lcrit": 3.500,
         "in2_crit": 6.500
      },
      "v_out +3.3v":{
         "in3_input": 3.296,
         "in3_lcrit": 2.312,
         "in3_crit": 4.296
      },
      "psu fan":{
         "fan1_input": 0.000
      },
      "vrm temp":{
         "temp1_input": 55.750,
         "temp1_crit": 70.000
      },
      "case temp":{
         "temp2_input": 46.000,
         "temp2_crit": 70.000
      },
      "power total":{
         "power1_input": 174.000
      },
      "power +12v":{
         "power2_input": 134.000
      },
      "power +5v":{
         "power3_input": 24.500
      },
      "power +3.3v":{
         "power4_input": 11.500
      },
      "curr +12v":{
         "curr2_input": 12.000,
         "curr2_crit": 100.000
      },
      "curr +5v":{
         "curr3_input": 5.125,
         "curr3_crit": 40.000
      },
      "curr +3.3v":{
         "curr4_input": 3.500,
         "curr4_crit": 40.000
      }
   },

However, only the Voltage values are parsed in Freon and the Wattage values are not shown. Please add a grouping for Wattage similar to Voltage and enable us to choose the Wattage value to display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant