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

Sort out sensors module #4

Open
lclarkmichalek opened this issue Aug 18, 2011 · 2 comments
Open

Sort out sensors module #4

lclarkmichalek opened this issue Aug 18, 2011 · 2 comments
Assignees
Milestone

Comments

@lclarkmichalek
Copy link
Owner

Currently the sensors display module works (worked) for one case, the hardware that archey3 was origionaly written on. It may, or may not work for anyone elses hardware setup.

@ghost ghost assigned lclarkmichalek Aug 18, 2011
@irgendwie
Copy link

2014-11-28-231536_1600x900

I was able to adapt the sensors module to my own hardware and I was planning to enhance the support for this module a bit. But because of the diverse values you can get with the sensors command, I'm in need for output like this:

alex@songbird ~ % sensors
thinkpad-isa-0000
Adapter: ISA adapter
fan1: 0 RPM

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +45.0°C (high = +72.0°C, crit = +90.0°C)
Core 0: +44.0°C (high = +72.0°C, crit = +90.0°C)
Core 1: +41.0°C (high = +72.0°C, crit = +90.0°C)

Also I'm not sure on how to make it configurable by the .archey3.cfg in the future.
I thought about a entry like "sensor(coretemp-isa-0000, "°CPU", 2-3)" to configure the sensor module, what do you think of that bluepeppers?

@lclarkmichalek
Copy link
Owner Author

I dunno; sensors can just do so much whacky shit on the output. I almost feel like it's not worth trying to do command parsing, and might be better to look in /proc for the raw values

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

No branches or pull requests

2 participants