-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virtual Sensors #54
Comments
There is no support for virtual sensors at this point. But that is an interesting feature and I will consider adding it in the future. |
Hello! Perhaps it is possible to add the temperature of nvidia-smi? :) |
@Maldela I could give it a try when I have time. I had a quick glance over the code and it seems that the Sensor class can be adapted to support virtual sensors and maybe with a simple script to get the temperature from nvidia-smi. What are your thoughts on this implementation? |
i would love to see this feature! |
Same comment as the others, would love to see the use case to support virtual sensors. I am running an Nvidia A100 GPU with a set of separate air fans that are connected to the (Asus) motherboard. No way to control them using the GPU temp from nvidia-smi. I can see the GPU temp in Psensor but not in Fancontrol-GUI. Thank you for all of your help! |
I have a script which creates /var/opt/fancontrol/gpu_0 file using nvidia-smi. I can use this virtual sensor as sensor in fancontrol and it works well. However, it doesn't work in GUI since it reads sensors from lm_sensor. Can i somehow add this virtual sensor in this amazing GUI?
The text was updated successfully, but these errors were encountered: