How to change GPU readings when using a custom loop?
Hello,
Currently, the desktop app is reading the GPU information which works great but what about if you are running a custom loop where no fan or pump motors on GPU? I cannot change the “HardwareType” settings other than “GPU”.
It's reading 0RPM which is correct. How can I change it to read through the motherboard instead? So it can read radiator fans.
Hey @naughtyka718,
at the moment we do not allow multiple hardware types in one widget due to the complexity of our data. You will have to create a second widget and select motherboard there to retrieve pump and fan values.
Thanks!
I modified dubbadhar's theme-config.json "name": "theme_fan_speed_gpu" to read from the mainboard instead. Also had changed the channelMappings.json to read from the mainboard instead of the GPU. It's a hack but it works.
Great to hear you got it to work. I didn't know at first what your concrete problem was, so if we would provide a way that you can select a different hardware type in the settings for a theme channel, that would help you right?
I apologize for not being clear the first time.
I was hoping to change the widget to another sensor using the modbros windows app so it doesn't show 0RPM but after reading through this forums, i found out how to make modifications to the json files.