Add-on:SpeedFan Information Display: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
Tag: Reverted
m (Addon-Bot Update)
 
(5 intermediate revisions by the same user not shown)
Line 16: Line 16:
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/matrix/script.speedfaninfo/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/nexus/script.speedfaninfo/icon.png}}
== Information ==
== Information ==
=== Getting SpeedFan ===
=== Getting SpeedFan ===
Line 115: Line 115:
[[Category:Program add-ons]]
[[Category:Program add-ons]]
[[Category:Gotham add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Jarvis add-on repository]]

Latest revision as of 05:45, 11 May 2023

SpeedFan Information Display
icon.png

See this add-on on the kodi.tv showcase

Author: pkscout
Website: link
Type: Program
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: GPL-2.0-only
Source: Source code
Summary: Display information from your SpeedFan log.
Home icon grey.png   ▶ Add-ons ▶ SpeedFan Information Display
Attention talk.png Need help with this add-on? See here.

Parses and displays information from the SpeedFan log. While this plugin works on any platform, SpeedFan only works on Windows, so it is optimally built for people using Kodi on Windows. Please see readme.txt for information on how to configure your SpeedFan log so that the plugin can parse it properly.

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Program Add-ons
  5. SpeedFan Information Display
  6. Install

Information

Getting SpeedFan

SpeedFan is available at: http://www.almico.com/speedfan.php

Compatibility

This plugin has been tested with SpeedFan 4.44. It should work with any version of SpeedFan that outputs the log file in the same format as 4.44. The add-on will run on any platform using Kodi Helix or later (although testing and active support is only done on the current production version of Kodi), but SpeedFan is a Windows only program.

SpeedFan Setup

This readme is not meant to be a tutorial on how to setup SpeedFan or enable logging. The SpeedFan web site is available to help you with that. To get SpeedFanInfo to properly parse the log file, you do need to label the various SpeedFan items in a specific way.

SpeedFanInfo knows about five kinds of log items: temperatures, fan speeds, voltages, fan speed percentages, and a catch all 'other.'

Temperatures
This is the first tab in the SpeedFan configuration window (labeled Temperatures). Any item you are logging needs it's label to end with .temp (not case sensitive) for SpeedFanInfo to parse it. (i.e. CPU.temp)

Fan Speeds
This is the second tab in the SpeedFan configuration window (labeled Fans). Any item you are logging needs it's label to end with .speed (not case sensitive) for SpeedFanInfo to parse it. (i.e. CPU Fan.speed)

Voltages
This is the third tab in the SpeedFan configuration window (labeled Voltages). Any item you are logging needs it's label to end with .voltage (not case sensitive) for SpeedFanInfo to parse it. (i.e. +12V.voltage)

Fan Speed Percentages
This is the fourth tab in the SpeedFan configuration window (labeled Speeds). Any item you are logging needs it's label to end with .percent (not case sensitive) for SpeedFanInfo to parse it. (i.e. CPU Fan.percent) A special note about fan speed percentages. They will only show on the SpeedFanInfo screen if you name the percentage the sam as the fan speeds (i.e. CPU.speed and CPU.percent). If there is no corresponding percentage for a given speed, only the speed will be displayed.

Other
If you want any other log item to show up on the SpeedFan display, you can label it ending with .other. These items will show up in the OTHER section exactly as stored in the log.

Addon Options

After you install this plugin, go to the plugin settings. There are a few options to set.

General

Primary Log File Title: (default empty)
The name to display at the top of the information summary. Useful if you're showing the logs from more than one machine.

Log File Location: (default empty)
The folder where SpeedFan is storing the log file. By default this will likely be C:/Program Files/SpeedFan/

Use Compact Display
When selected you get a smaller sidebar style display of readings rather than the fullscreen version. If you select this option you will get a slider to select the transparency level of the background. This is a nice option if you want to be able to peek at the information while watching other media.

Log Temperature Scale
This should be set to match the temperature scale to which you have SpeedFan set. This setting just tells the plugin what to put after the integer value for the temperature. This add-on will not convert from Celcius to Farenheit (or vice versa).

Window Update Interval (in seconds)
The number of seconds between updates to the screen. Please note that SpeedFan will sometimes get it's logging a little out of sync, so sometimes the fan speed and fan speed percentages don't actually match. This only happens when your fan speeds are fluctuating pretty rapidly, so if you wait through a couple of screen refreshes, the numbers usually start matching again.

Additional Logs

Use Log File x: (default false)
Enable one or both of these to monitor other SpeedFan logs. Once enabled, you need to provide a title and location for the log.

Advanced

Set Line Read Size: (default 256)
You shouldn't ever really need to change this unless you're using an external script to generate a copy cat log file (see below). Changing this will change the amount of data read at one time by the add-on.

Use External Script to Generate Log File: (default false)
AVAILABLE ONLY ON VERSIONS OLDER THAN 1.0.0 When enabled, this will call an external script to generate a log file. You need to have the add-on log file settings set to look in whatever directory is used to save the copy cat log file. Note that you can only run one external script, so if you have multiple non-SpeedFan machines that you want to display, the script will have to handle creating separate log files for all of them. This is useful if you want to display information from Linux or OSX machines.
External Script:
Path to the external script.
Timeout (in secs):
The maximum amount of time to wait for the external script to complete before aborting.

Enable debug logging: (default false)
When enabled, if you have Kodi logging set the DEBUG you will get a very verbose set of information in your log file. You should only need to activate this when troubleshooting issues.

Screenshots

Tips and Tricks

Setting a Keyboard Shortcut

If you are using the compact display, you will probably want to assign a keyboard shortcut to launch SpeedFanInfo (and then map that to a key on your remote). To do that you need to add a custom key mapping. Information on key mapping is available at http://wiki.xbmc.org/index.php?title=Keymap Here's an example of assigning SpeedFanInfo to launch when you press F1.

<keymap>
  <global>
    <keyboard>
      <f1>RunAddon(script.speedfaninfo)</f1>
    </keyboard>
  </global>
</keymap>

Using a SpeedFan Log File on Network Storage

In most cases you can access the SpeedFan log file stored on a network drive only if you map a local drive letter or mount point in your OS.

Getting Help

Please see the thread in the Kodi forums for assistance.

https://forum.kodi.tv/showthread.php?tid=122481

Beta Testing

If you are interested in beta testing new versions of this add on (or just like being on the bleeding edge of up to date), you can install beta versions (Leia or later, there will be no more updates for earlier versions) from my addon beta repository - either Kodi 18 (Leia) or Kodi 19 (Matrix) and later (these are zip downloads). You can also monitor the support thread, as links to particular beta releases will be available there as well.