Idea: Speedfan
|
6th Nov, 2013, 03:48 AM
Post: #1
|
|||
|
|||
Speedfan
As a Addon already exists for Speedfan, I have looked into it, and by all reasoning, all it does is read a log file to display the information. (Albeit Windoze)
So if that information can be collated into the required format, from the RPi - the plugin should be able to display it! I've got no further, but I think it could be a useful addition to Xbian - a plugin that can display the CPU, Memory, Disk usage etc without the problem of displaying RT CPU. So all that is needed is a program to write a file containing the information that the plugin requires, and it should work. My only concern is that the Plugin might require the log file to be in Windoze format so /home may not work. Would this be a worth while addition that people might use? Is it possible? Is it worthwhile? Is it of any use? I know that the CPU can be displayed correctly in XBMC as the xbian-confluence skin displayed it correctly. I would like a monitor program similar to nmon within XBMC Could it be done? What do I know, I only heard Camels for a living Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
6th Nov, 2013, 09:54 PM
Post: #2
|
|||
|
|||
RE: Speedfan
Ok, I can get it work, without any adjustment of the Addon.
However, it only allows for temperature, fan speed and voltages. As the last two are of no use, it's only the temperatue - and that's available via System Information. The python script could be modified but...... Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
6th Nov, 2013, 10:22 PM
Post: #3
|
|||
|
|||
RE: Speedfan
isnt this any better?http://forum.xbian.org/thread-360.html
Its a moded skin which can display such information on the homescreen ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
7th Nov, 2013, 02:46 AM
Post: #4
|
|||
|
|||
RE: Speedfan
I do it not because there are other-ways, but because I want to - it's fun.
If a caveman had looked up into the sky and saw the Moon and said, ah fuck it, lets scratch my balls it's much more fun - we would still be in a cave and without internet. So never to give up I looked at RPi-Monitor it looks good and is quite interesting. I have the install instructions if anyone is interested. Only thing I noted was the temperature was not displayed. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
10th Nov, 2013, 12:56 AM
Post: #5
|
|||
|
|||
RE: Speedfan
The website said rpi monitor displays cpu temp. Is it a problem getting the data into xbmc?
|
|||
10th Nov, 2013, 05:14 AM
Post: #6
|
|||
|
|||
RE: Speedfan
(10th Nov, 2013 12:56 AM)theimmortal Wrote: The website said rpi monitor displays cpu temp. Is it a problem getting the data into xbmc? Looks like it's a simple fix to the conf file. I think (I haven't tested it yet) RPI-Monitor uses /sys/devices/virtual/thermal/thermal_zone0/temp to get the temperature whereas we use /opt/vc/bin/vcgencmd measure_temp (as do most others) _ I've made a comment on the developers website, so it may get changed. If you want to use RPi-Monitor on Xbian I think you just have to change that string in the conf file. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
11th Nov, 2013, 12:03 PM
Post: #7
|
|||
|
|||
Re: RE: Speedfan
(10th Nov, 2013 05:14 AM)IriDium Wrote:(10th Nov, 2013 12:56 AM)theimmortal Wrote: The website said rpi monitor displays cpu temp. Is it a problem getting the data into xbmc? The fix is even more simple: Terminal sudo modprobe bcm2835-thermal Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
« Next Oldest | Next Newest »
|