Skip to content
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

Temperature reading #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Temperature reading #53

wants to merge 2 commits into from

Conversation

staniond
Copy link

Added temperature of the device. Currently it displays the average of all the temp sensors. It would be possible to implement only displaying the CPU temperature, although I only have a raspberry pi as my linux machine, so I cannot this much. Anyway a menu tickbox for disabling temperature readings is available.

@staniond staniond changed the title Temperature Temperature reading Apr 25, 2018
@aknobloch
Copy link

I'm not sure if this should average the temp sensors in /sys/class/thermal/thermal_zone* - these could be CPU, GPU, ambient sensors, etc. Averaging these together wouldn't provide much useful information, in my opinion. I think focusing on one temp like CPU, like you mentioned, would be a better solution. Just my two cents.

@staniond
Copy link
Author

Yeah, you are right, I just made this work for my raspberry Pi as it has only sensors on its CPU cores. I made the pull request in case someone wants to properly implement the sensor readings - I am no expert at this, or just use it with a Raspberry Pi like me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants