Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

LAVASYS Everest... A beginning of new era!

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
ehall
Posts: 4
Joined: February 1st, 2006, 9:34 am

LAVASYS Everest... A beginning of new era!

Post by ehall »

I've been working with Everest, a hardware-monitor utility that some outstanding sensor monitoring capabilities. I'm trying to encourage them to make the fan, voltage and thermal readings available as performance counters so that they can be accessed via WMI calls but the point dev doesn't believe there's a market for reading this stuff with external apps like LCD Smartie.

He says if he gets a dozen requests they'll add it.

What I need from you guys is to sign up on their forums and make a quick post to the thread at http://www.lavalys.com/forum/index.php?showtopic=1207 Just say that you want WMI performance counters from a background service. It'll only take a couple of minutes for you to post, and you'll get really good returns over the long run. MBM5 is dead, speedfan is junk and hmonitor is weak... so this will give us the really good monitoring capabilities that we want. Two minutes guys, come on help me out here

BTW, this is what his sensor data shows for my supermicro boards:

Image
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Good luck to counting up to 12! :wink:
Jumpin' Jon
Plugin Author
Posts: 35
Joined: August 3rd, 2005, 12:34 am
Contact:

Post by Jumpin' Jon »

BUMP
alejo
Posts: 6
Joined: July 7th, 2006, 11:08 pm

Post by alejo »

So I noticed on Lavalys' forums that there is progress made on this front to have Everst's readouts available to other programs. They have it working with some sort of keyboard lcd from Logitech. Would it be trivial to get it working with LCDsmartie?
Jumpin' Jon
Plugin Author
Posts: 35
Joined: August 3rd, 2005, 12:34 am
Contact:

Post by Jumpin' Jon »

alejo wrote:Would it be trivial to get it working with LCDsmartie?
Actually, yes.. assuming you have EVEREST detecting your hardware, the newest builds now allow you to write the sensor information to the Registry (as well as other places). This is turned on in EVEREST's Preferences.

From Smartie, it's simply a case of having it extract the Registry values, as below:

Code: Select all

CPU:$dll(RegistryReader,1,HKEY_CURRENT_USER\Software\Lavalys\EVEREST\SensorValues,Value.TCPU)$Chr(223)
MB:$dll(RegistryReader,1,HKEY_CURRENT_USER\Software\Lavalys\EVEREST\SensorValues,Value.TMOBO)$Chr(223)
GPU1:$dll(RegistryReader,1,HKEY_CURRENT_USER\Software\Lavalys\EVEREST\SensorValues,Value.TGPU1)$Chr(223)
GPU2:$dll(RegistryReader,1,HKEY_CURRENT_USER\Software\Lavalys\EVEREST\SensorValues,Value.TGPU2)$Chr(223)
I use the RegistryReader plugin to extract the values form the Registry.

JJ
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Shorter calls now are available! :smt038
I have released a plugin for EVEREST. Check the link below:
http://forums.lcdsmartie.org/viewtopic.php?t=844
The Byter
Posts: 8
Joined: July 21st, 2006, 12:31 pm

Post by The Byter »

I would like to use the cpu speed, fsb etc' from everst on my lcd.

How can I read them ?
Post Reply