Screenshot thumbnails in first post of thread are not clickable for viewing, not sure if intentional or due to the forum changes we had a while ago.
I had updated to MediaPortal TV libraries for v1.3 Alpha (v1.2.100.0), you can download the package from the first post at this thread.... Same problem here for the Tvserver Monitor using 1.3alpha. Is it possible to get an update for 1.3? ...
At the first post there is only one screenshot and could not be clicked or zoomed. For high resolution screenshots of HTPCInfo please take a look into the manual or repository.... Screenshot thumbnails in first post of thread are not clickable for viewing...
Re: HTPCInfo plugin for MediaPortal v0.9.1
I still have the problem that the cpu usage will not be displayed
My Version is: 0.9.1
OS: Win 7
wmiApSrv is running
Log:
Code:HTPC Info: System Performance Counter Initialization Error. (Error Code: System.FormatException: Die Eingabezeichenfolge hat das falsche Format. bei System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) bei System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) bei System.Int32.Parse(String s, IFormatProvider provider) bei System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp) bei System.Diagnostics.PerformanceCounterLib.get_NameTable() bei System.Diagnostics.PerformanceCounterLib.get_CategoryTable() bei System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists) bei System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter) bei System.Diagnostics.PerformanceCounter.Initialize() bei System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly) bei System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName) bei HTPCInfoPlugin.HTPCInfo.InitPerformanceCounters(), Die Eingabezeichenfolge hat das falsche Format.)
I've tested all the suggestions in this tread
Rebuild performance counter :
run cmd as administrator
type the following line,
"Lodtcr /r"
press enter,
You will receive the following message:
"Successfully rebuilt performance counter setting from system backup store"
Attached at the first post of this thread you can find nightly build v1.5.5 of HTPCInfo, which include basic features for Open Hardware Monitor sensor detection and display. This version is for testing purposes, for required configuration settings please see the included manual. Additionally the HTPCInfo Diagnostic Tool v2.0.2 can be used to detect possible issues. Feedback about this version is welcome.... As I'm fighting currently with getting Speed Fan to show correct values ... I found this application
http://openhardwaremonitor.org/downloads/ ...
I am afraid that this was my fault, the package does not contain the required PowerScheduler interface library.... I saw the library packages for 1.2 and 1.3, but not the TvServerMonitorV0.8.0.zip. I tried to copy the the 1.2 .dll files into a folder together with the TvServerMonitor, but still the same error ...
Which sensor naming do you mean? If you mean a space between the sensor value and unit, you can change this by changing the appropriate language file.... The only thing I recognised (but this might be known already - didn't go through the thread:
- no spaces in the sensor naming (obvious)
Hm, from my point of view sensor values cannot be lower than zero, except your server is located in a cold storage house. Or is this for aesthetical reasons only?- no numeric signs in teh sensor naming (like +3.3) - the + leads to the sensor not displaying.
Do you use a "real" ATI card? In your system specifications I can read "HIS Radeon", whatever this means. Never mind, could you please post here, what the Windows system information tool (msinfo32.exe) says? Or better, could you run a WMI query tool (e.g. WMI Explorer) to determine the values, which are reported by "Select * from Win32_VideoController" in namespace "root\cimv2"? Which driver version is installed?Also - in your setup I can't select my GPU (first page of config) - and never could - greyed out (I have an ATI Card)
- for example if teh sensor is originally Titled CPU Fan you need to change it to CPUFan to use it in your plugin as the sensor is #whatever in one wordWhich sensor naming do you mean? If you mean a space between the sensor value and unit, you can change this by changing the appropriate language file.
- if the original sensor is called +12V for example and you use that naming #Senserwhatever+12V it is going to display the variable name instead of the value - so you need to change it to 12V so the sensor name is #Senserwhatever12V which is workingHm, from my point of view sensor values cannot be lower than zero, except your server is located in a cold storage house. Or is this for aesthetical reasons only?
- The Card I use is a HIS Radeon AMD - HIS is the producerDo you use a "real" ATI card? In your system specifications I can read "HIS Radeon", whatever this means. Never mind, could you please post here, what the Windows system information tool (msinfo32.exe) says? Or better, could you run a WMI query tool (e.g. WMI Explorer) to determine the values, which are reported by "Select * from Win32_VideoController" in namespace "root\cimv2"? Which driver version is installed?