It is currently April 18th, 2024, 9:09 pm

Custom gpu temperature plugin

Share and get help with Plugins and Addons
cperryoh
Posts: 10
Joined: May 22nd, 2022, 10:38 pm

Custom gpu temperature plugin

Post by cperryoh »

I have always had trouble with SpeedFan and its plugin for rainmeter so I decided to throw together an alternative using open hardware monitor. It can be used like so.

Code: Select all

[gpuTemp]
plugin=<pluginPath>
I would like to add support to select which GPU to pull the temperature from assuming it is being used on a system with more than one GPU, although I don't know how that would show up on the open hardware API(since I only have one gpu) so I don't know how to program for it. Let me know what you guys think and if there is anything I should change!

Github: https://github.com/cperryoh/Rainmeter-weather-api-plugin/tree/main/C%23/GPUTempPlugin
Built dll: https://github.com/cperryoh/Rainmeter-weather-api-plugin/releases/tag/gpu
User avatar
SilverAzide
Rainmeter Sage
Posts: 2603
Joined: March 23rd, 2015, 5:26 pm

Re: Custom gpu temperature plugin

Post by SilverAzide »

Didn't someone already do this? See: https://forum.rainmeter.net/viewtopic.php?t=38884
Gadgets Wiki GitHub More Gadgets...
cperryoh
Posts: 10
Joined: May 22nd, 2022, 10:38 pm

Re: Custom gpu temperature plugin

Post by cperryoh »

I didn't see that. I was making a post about another plugin I made and decided to throw this one up. But yes, that looks to be the same thing as what I did.