- April 27, 2010
- 165
- 159
- Home Country
- Italy
Hi @nicsergio
Im using the Titan Skin. Ok the files for HTPCInfo need a little adjustments in terms of size and position but other than that its fine. Yea Speedfan is giving me the correct temperatures. Hardwaremonitor however doesnt.
I have attached the screenshots...
View attachment 122455 View attachment 122456 View attachment 122457
It's simple:
the name of the property that HtpcInfo makes available in the skin is made up of
#HTPCInfo.SensorTemperature followed by the name that you set in the configuration page of the sensors, where you put Temp1/Temp2/Temp3
then becomes #HTPCInfo.SensorTemperatureTemp1 for the first sensor
the same way as the fan speed are made
#HTPCInfo.SensorFan << Name set
and the measured voltages
#HTPCInfo.SensorVoltage << Name set
this because the flag "build skin property from related sensor name" is set..
In the Titan skin, from what I see, the names of the properties displayed for the temperatures are:
#HTPCInfo.SensorTemperatureCPU
#HTPCInfo.SensorTemperatureSystem
so if imposed instead of Temp1 and Temp2, CPU and System names (in the correct order) should display..
also as sensor provider should select SpeedFan
bye!