-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[FEATURE_REQUEST] An new widget showing CPU temperature #452
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Hi @henkiewie , I've implemented this in #488 / released in V 2.0.3. If you're enjoying Dashy, please consider Starring the repo, as it helps new users find it :) If there's another widget idea you'd like, then you can use the code from this widget as a template. |
The new widget is working (ofcourse 😄 ), but it doesn't seem to accept the interval parameter? If I look at the (F12) console api/3/mem and cpu are constantly updating. but api/3/sensors only if you refresh by hand. Maybe a crazy idea. But wouldn't it be nicer (I mean less resource intensive) if you could make these kind of requests (xhr?) depended on the parameter if the widget is collapsed or not? My poor PI 4 is having a hard time 😢 . |
Glad it's working :) And thank you for sharing Dashy, that means a lot :D The continuous updates seems to be working. If you open up the browser tools, under the networking tab, select XHR and you should see the updates coming through. It might be that the actual Glances sensors plugin isn't showing changes as regularly as your updating. - type: gl-cpu-temp
+ updateInterval: 20
options:
hostname: http://dns-device.local:61208 Also in terms of performance, it seems that enabling Glance's sensors plugin is known to cause a hit in performance on some systems. Increasing the time between updates (higher update interval) should help with this. Hope that helps :) |
Is your feature request related to a problem? If so, please describe.
No response
Describe the solution you'd like
Hi Lissy,
I'm interested in a widget that shows me the current temperature of the CPU of my Raspberry PI 4.
My Glances docker container shows it under sensors as cpu_temp1. It can have the same look as gl-current-cpu and gl-current-mem.
I'm very happy with the dashboard. Got netdata up and running also. That dives very deep into all possible parameters you can think of. I wish I had that tool available in my working days as datacenter system engineer 😃
regards
Henk
Priority
Low (Nice-to-have)
Is this something you would be keen to implement
Yes!
The text was updated successfully, but these errors were encountered: