10se1ucgo / cue_sdk

Python wrapper for the Corsair Utility Engine SDK
Other
21 stars 2 forks source link

Question: Can I pull the PSU stats? #13

Open TomLewis opened 5 years ago

TomLewis commented 5 years ago

I recently got my PSU RMA'd from corsair, RM850 and they changed it to a RM850i which included connecting it to the USB of the Mobo, when this loads in iCUE it shows a bunch of stats including the power in/power out, if I can find a way to record these stats over time I can calculate how much its costing me per month to run my machine! My question is, before I go trying to learn this framework, can I pull these stats on the right into Python?

Screenshot 2019-09-07 15 35 27

10se1ucgo commented 5 years ago

This library hasn't been updated to support the new functionalities of (although should remain compatible with) the new iCUE SDK. Skimming through the documentation however, CorsairGetInt32PropertyValue might be of interest. https://forum.corsair.com/v3/showthread.php?t=189002

TomLewis commented 5 years ago

Til there is an official SDK, I will give it a look thanks! Edit: ah snap its in C/C++ (I don't know either haha oh well)