It is currently March 29th, 2024, 5:54 am

Gadgets 7.6.0 - inspired by AddGadgets.com Sidebar Gadgets

A package of skins with a "theme" or by a single author
User avatar
Rumata
Posts: 6
Joined: July 13th, 2019, 11:44 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by Rumata »

Hello :welcome:

not displayed CPU Fan, motherboard ASUS P8Z77-M (Nuvoton NCT6779D)

Code: Select all

HWiNFO-MOBO-SensorId=0xf7067790
HWiNFO-MOBO-SensorInstance=0x0

HWiNFO-MOBO-CPUFan=0x3000001
Image

Image

everything else works correctly, good job, thanks :bow:
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by SilverAzide »

Rumata wrote: July 13th, 2019, 11:53 pm Hello :welcome:

not displayed CPU Fan, motherboard ASUS P8Z77-M (Nuvoton NCT6779D)
everything else works correctly, good job, thanks :bow:
Recheck your HWiNFO configuration, something is not correct. If you want, post a screenshot of the Shared Memory Viewer with your CPU Fan selected.
Gadgets Wiki GitHub More Gadgets...
User avatar
Rumata
Posts: 6
Joined: July 13th, 2019, 11:44 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by Rumata »

Image

Image
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by SilverAzide »

OK, that all looks good, thank you. Open the HWiNFO.inc settings file and scroll all the way to the bottom. You should see the setting FanMaxAutoUpdate=1. If this variable is set to zero, set it back to 1 (this is the default). Save the file and refresh the skin.

Finally, if it is still not working, open the Rainmeter About dialog and select the CPU Meter. Find the HWiNFO fan measures (they are last three in the list) and make sure the measures are enabled (not grayed out) and the values match what you see in the Shared Memory Viewer. Also make sure you see no errors in the Log tab.
Image1.jpg
You do not have the required permissions to view the files attached to this post.
Gadgets Wiki GitHub More Gadgets...
User avatar
Rumata
Posts: 6
Joined: July 13th, 2019, 11:44 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by Rumata »

FanMaxAutoUpdate=1 set correctly

but, field HWiNFO fan measures - gray :-( why ???
Screenshot_1.jpg
Log file does not contain errors

I think that HWiNFO-MOBO-SensorId = 0xf7067790 incorrect sensor iD ... блин
You do not have the required permissions to view the files attached to this post.
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by SilverAzide »

Rumata wrote: July 14th, 2019, 10:44 pm FanMaxAutoUpdate=1 set correctly

but, field HWiNFO fan measures - gray :-( why ???
Is there any chance you are also running CoreTemp or SpeedFan, in addition to HWiNFO? Those will take precedence over HWiNFO.
Gadgets Wiki GitHub More Gadgets...
User avatar
Rumata
Posts: 6
Joined: July 13th, 2019, 11:44 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by Rumata »

yesss!!!

Was installed Core Temp, deleted, everything works

thank you very much :thumbup:

спасибо ))

PS it is possible to add the power of the CPU in watts? useful information
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by SilverAzide »

Rumata wrote: July 15th, 2019, 2:13 pmPS it is possible to add the power of the CPU in watts? useful information
Yes, anything that HWiNFO can see can be added... but where to put it? :confused: The original addgadgets.com sidebar gadget did not show this value, so I did not include it. Feel free to modify the skin if you really want to show this. :great:
Gadgets Wiki GitHub More Gadgets...
User avatar
Rumata
Posts: 6
Joined: July 13th, 2019, 11:44 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by Rumata »

Yes, anything that HWiNFO can see can be added... but where to put it?
maybe here? for example
You do not have the required permissions to view the files attached to this post.
User avatar
Rumata
Posts: 6
Joined: July 13th, 2019, 11:44 pm

Re: Gadgets 5.1.0 - inspired by AddGadgets.com Sidebar Gadgets

Post by Rumata »

for experiment

edited skin GPU1

add

Code: Select all

[MeasureCPUPower]
Measure=Plugin
Plugin=HWiNFO
HWiNFOSensorId=0xf0002a00
HWiNFOSensorInstance=0x0
HWiNFOEntryId=0x5000000
HWiNFOType=AverageValue
and

Code: Select all

[MeterSeparator4]
Meter=Image
MeterStyle=StyleSeparator
Y=15r

[MeterCPUPower]
Meter=String
MeasureName=MeasureCPUPower
MeterStyle=StyleTextNetInfo
FontColor=#PaletteColor5#
Text="Power CPU:"
X=#TextPosX#
Y=0r
UpdateDivider=-1

[MeterCPUPowerVoltage]
Meter=String
MeasureName=MeasureCPUPower
MeterStyle=StyleTextNetInfo
StringAlign=Right
FontColor=#PaletteColor5#
NumOfDecimals=3
Text="%1 W"
X=(#BgWidth# - (#TextPosX# + 2))
Y=0r

[MeterSeparator5]
Meter=Image
MeterStyle=StyleSeparator
Y=15r
You do not have the required permissions to view the files attached to this post.