It is currently April 25th, 2024, 12:34 pm

Call for a Coder to build a Tempurature Monitor

Share and get help with Plugins and Addons
sgtevmckay

Re: Call for a Coder to build a Tempurature Monitor

Post by sgtevmckay »

I want to thank you for the work you have placed in this.
I will take a look and hopefully others will as well.

Again there is the driver issue, and the UAC to iron out, but there may be no way around this.
Apparently sensor readings are driver driven
XFiraga001
Posts: 1
Joined: August 12th, 2009, 9:13 pm

Re: Call for a Coder to build a Tempurature Monitor

Post by XFiraga001 »

So I've pretty much got this thread bookmarked just in case anything developed. Today I was messing around on the forums and found the Windows 2019 skin. And lo n' behold (how ever that's spelled it had a temperature meter.
I looked into it, and it turns out that you have to have speedfan running; an extra 4mb of ram running minimized.
I wouldn't be the best person to reverse engineer speedfan, but I mean, the sensors are on the computer, so I don't see a reason why rainmeter couldn't just read them.
Hope this helps someone.

Boris

Edit: forgot to include the link to the devianArt page
http://painkilla05.deviantart.com/art/Windows-2019-116245207
sgtevmckay

Re: Call for a Coder to build a Tempurature Monitor

Post by sgtevmckay »

I have managed to track down some direct information on Core Temp 99.5
I think that any potential developer will find this page very intriguing, and informative.

Apparently the individual that has donate a lot of time on this Temp system, is actually attempting to make it a free resource for developers as well. As well as basing the the abilities through a DLL in development.

The index page is here:
http://www.alcpu.com/CoreTemp/

The relevant Developer's page can be found through the main index page, or here:
http://www.alcpu.com/CoreTemp/developers.html

I suggest a full read of all relevant information from the main page.

Additional information Updated
And for an extra added shot in the arm. I just found this:
http://www.alcpu.com/forums/index.php?c=10

I would be happy to open a line of communication with this individual.

Thoughts?
BetaKiller
Posts: 12
Joined: September 13th, 2009, 6:22 pm
Location: Brazil

Re: Call for a Coder to build a Tempurature Monitor

Post by BetaKiller »

Talked to a friend that works alot with that and he said that Intel Core2 and on have a in-build reg with the info on temperature. The issue is getting the value of it which sadly im not as good as him xD
Taking a look anymore info and i will post here
User avatar
maminscris
Posts: 509
Joined: April 24th, 2009, 3:17 pm
Location: Bucharest, Romania Lat 44,43° Lon 26,1°

Re: Call for a Coder to build a Tempurature Monitor

Post by maminscris »

when i bought my mother board (it is from asus) came with a program called PC probe, that extracts the voltage and the core temperature from cpu, maybe if you look in that you will find something

the program is here http://www.techspot.com/downloads/265-asus-pc-probe.html
Zero at programing, zero at writing codes, so far 2 at making images
But I'm good at copy/paste, and I not always like this
Image
smk
Posts: 8
Joined: August 11th, 2009, 9:18 pm

Re: Call for a Coder to build a Tempurature Monitor

Post by smk »

yes thats true, asus bords come with lots of programes to monitor temps, voltiges, and to change fan speeds
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: Call for a Coder to build a Tempurature Monitor

Post by Chewtoy »

How are we comming along with this?
Have there been any developments at all?


Also; why don't we anything on the manual about CoreTempPlugin? ._o
Should be even though it's just us XP-users that can use it...
I don't think, therefore I'm not.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Call for a Coder to build a Tempurature Monitor

Post by jsmorley »

Chewtoy wrote:How are we comming along with this?
Have there been any developments at all?


Also; why don't we anything on the manual about CoreTempPlugin? ._o
Should be even though it's just us XP-users that can use it...
CoreTempPlugin is not a part of the Rainmeter build and does not ship with Rainmeter. It is strictly a 3rd party addon and we don't control it.
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: Call for a Coder to build a Tempurature Monitor

Post by Chewtoy »

jsmorley wrote:CoreTempPlugin is not a part of the Rainmeter build and does not ship with Rainmeter. It is strictly a 3rd party addon and we don't control it.

Well I'll be...
So it is. Explains a thing or two.
I don't think, therefore I'm not.
nvme
Developer
Posts: 73
Joined: June 18th, 2009, 1:40 am

Re: Call for a Coder to build a Tempurature Monitor

Post by nvme »

As far as reading GPUs goes I know that both nVidia and ATI drivers have temperature monitors built in with their driver software. We should be able to get those readings from querying those drivers if possible.
As for reading temperatures from the chipset / cpu goes, i dont think it is possible to make a single plugin that will work for everyone. A better approach would be to just let the user specify how they want the values read, and then use the program they specify as a parameter to the plugin (Program=SPEEDFAN / Program=CORETEMP etc..). This way we would be able to add support for a lot more setups, drawback being there is still a need for external applications.

Another thing, I use a program called i8kfan , which is a fan and temperature reader developed just for DELL laptops. IT uses a driver called fanio.sys, but unfortunately the program is not open source. Maybe we can talk to the developer and see if he can provide us with an API to just query his driver for information.