Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

CPU Temperature via GraphQL?

Featured Replies

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?

Solved by SimonF

  • Community Expert
  • 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.

  • 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?

  • Author
9 hours ago, SimonF 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?

  • Community Expert
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.

  • 3 weeks later...
  • Community Expert
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 {

power

temp

totalPower

}

}

}

}

Result

{ "data": { "info": { "cpu": { "packages": { "power": [ 11.82 ], "temp": [ 44 ], "totalPower": 11.82 } } } } }

  • 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.