Need to add CoreTemp column at Apperance tab
Moderators: Site Moderators, FAHC Science Team
Need to add CoreTemp column at Apperance tab
we need to add the CoreTemp at Apperance tab please. Thanks much.
-
- Posts: 1531
- Joined: Sun Dec 16, 2007 6:22 pm
- Hardware configuration: 9950x, 7950x3D, 5950x, 5800x3D
7900xtx, RX9070, Radeon 7, 5700xt, 6900xt, RX 550 640SP - Location: London
- Contact:
Re: Need to add CoreTemp column at Apperance tab
No, we don't. There are specialised 3rd party apps which do that perfectly well. FAH is protein folding app and not hardware monitoring tool.
Please be responsible to take care of your own hardware.
On a flip side, I think the request has been made for similar feature, not show if it ever gonna be added
Please be responsible to take care of your own hardware.
On a flip side, I think the request has been made for similar feature, not show if it ever gonna be added
Re: Need to add CoreTemp column at Apperance tab
lol. you dont ok
but we need.
i know there are many 3rd party temp monitor softs. but how you can monitor all of the temps if you have about 20 clients and using webcontrol to monitor all of them.
but we need.
i know there are many 3rd party temp monitor softs. but how you can monitor all of the temps if you have about 20 clients and using webcontrol to monitor all of them.
-
- Site Moderator
- Posts: 1438
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Need to add CoreTemp column at Apperance tab
Client and Web Control are open source. If it’s important to you, you can add the code. It needs to be compatible with GPL3+ license.
Re: Need to add CoreTemp column at Apperance tab
i think the best way is the dev add this function to appearance tab, then we turn it on or off on demand
-
- Site Moderator
- Posts: 1438
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Need to add CoreTemp column at Apperance tab
I think code to detect temperatures on widely varying hardware is non-trivial.
There is only one full time developer for fah and lots of high priority issues.
You could help by finding open source hardware monitor code that is cross platform.
There is only one full time developer for fah and lots of high priority issues.
You could help by finding open source hardware monitor code that is cross platform.
-
- Posts: 2
- Joined: Wed Feb 12, 2025 2:20 am
- Hardware configuration: Raspberry Pi 5, 8GB, aluminum case, small external fan, all four cores.
- Location: Cadillac MI USA
- Contact:
Re: Need to add CoreTemp column at Apperance tab
Monitoring core temperature [Raspberry Pi]
https://www.raspberrypi.com/documentati ... emperature
"To view the temperature of a Raspberry Pi, run the following command:
cat /sys/class/thermal/thermal_zone0/temp
Divide the result by 1000 to find the value in degrees Celsius.
Alternatively, you can use vcgencmd measure_temp to report the GPU temperature."
The cat command gave me: 67200
After dividing by 1000 gives: 67.2 deg C
This is with my Raspberry Pi 5, 8GB, aluminum case, no fan, one core only, client v8.4.9.
I would appreciate having the core temp reading in the client somehow.
https://www.raspberrypi.com/documentati ... emperature
"To view the temperature of a Raspberry Pi, run the following command:
cat /sys/class/thermal/thermal_zone0/temp
Divide the result by 1000 to find the value in degrees Celsius.
Alternatively, you can use vcgencmd measure_temp to report the GPU temperature."
The cat command gave me: 67200
After dividing by 1000 gives: 67.2 deg C
This is with my Raspberry Pi 5, 8GB, aluminum case, no fan, one core only, client v8.4.9.
I would appreciate having the core temp reading in the client somehow.