November 2, 2025Nov 2 Looking at the GraphQL sandbox, I don't see temperature options either under metrics → cpu or info → cpu. Is there a way to get the CPU temperature displayed in the dashboard?
November 2, 2025Nov 2 Solution 1 hour ago, unraid_user11 said:Looking at the GraphQL sandbox, I don't see temperature options either under metrics → cpu or info → cpu. Is there a way to get the CPU temperature displayed in the dashboard?I have a PR to add along with CPU power usage.
November 3, 2025Nov 3 Author 1 hour ago, SimonF said:I have a PR to add along with CPU power usage.You're a legend mate. Could you link to the PR so I can follow it please?
November 3, 2025Nov 3 This is for the GUI side: https://github.com/unraid/webgui/pull/2407 And this is the API: https://github.com/unraid/api/pull/1745
November 3, 2025Nov 3 Author 9 hours ago, SimonF said:And this is the API: https://github.com/unraid/api/pull/1745Thank you for the link. Would it be safe to say that in order to update the API, the Unraid OS would have to be updated? Essentially we would have to wait for the next stable release of Unraid?
November 3, 2025Nov 3 38 minutes ago, unraid_user11 said:Thank you for the link. Would it be safe to say that in order to update the API, the Unraid OS would have to be updated? Essentially we would have to wait for the next stable release of Unraid?No the API can be updated via the connect plugin. The PR has a plugin for testing also, it is documented in the conversation.
November 18, 2025Nov 18 On 11/3/2025 at 6:12 PM, unraid_user11 said:Thank you for the link. Would it be safe to say that in order to update the API, the Unraid OS would have to be updated? Essentially we would have to wait for the next stable release of Unraid?The latest API has support for power and temps for CPUs. It will be in the next release or you can download the connect plugin.query ExampleQuery {info {cpu {packages {powertemptotalPower}}}}Result{ "data": { "info": { "cpu": { "packages": { "power": [ 11.82 ], "temp": [ 44 ], "totalPower": 11.82 } } } } }
November 18, 2025Nov 18 Author 12 minutes ago, SimonF said:The latest API has support for power and temps for CPUs. You are a legend mate! Just got it up and running along with the Home Assistant HACS Unraid API integration and it's working flawlessly! Thank you again!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.