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

Understandable pre-set sensor measurement configurations #87

Open
antoniodini opened this issue Jun 21, 2024 · 6 comments
Open

Understandable pre-set sensor measurement configurations #87

antoniodini opened this issue Jun 21, 2024 · 6 comments

Comments

@antoniodini
Copy link

This app measures an incredible amount of sensors indicating the most diverse temperatures with fluctuations of even more than 20 degrees.
Since the individual sensors in Apple Silicon have labels that are not understandable, I think it would be useful to have an option of a simplified choice mode.
A mode with three-four "macro" options (i.e.: "Basic", "Cpu perfornance", "Memory performance", "Ssd performance") in which only the relevant sensors are measured.
Otherwise in my opinion it is not clear what the temperature of the Mac actually is.

@macmade
Copy link
Owner

macmade commented Jul 17, 2024

Would be great indeed.
Only problem is there's no information about the sensors. Only their names are available.

@dmukhin
Copy link

dmukhin commented Jul 20, 2024

Let me add few coins, I think it fits to issue topic some way: at least on my Air M1 by default in Hot Preferences > Select Sensors nothing selected and "Include Only Selected sensors" choosen. Thus it is not clear which sensor values read to calculate current temp shown in bar (and detached graph). Maybe better to make it clear somehow. And BTW could you pls tell me which sensors used for my config? Great thnks!

@macmade
Copy link
Owner

macmade commented Jul 20, 2024

As I said, there’s no information about which sensors are available on a specific machine.

@dmukhin
Copy link

dmukhin commented Jul 20, 2024

there’s no information about which sensors are available on a specific machine

Yep, that's clear. But how does Hot calculate temperature shown in bar? Maybe it's misunderstanding from my side, when no sensors selected in preferences, does Hot use some system API (and doesn't read SMB or IOHID) to get temp vaue displayed as current?

@dmukhin
Copy link

dmukhin commented Jul 20, 2024

when no sensors selected in preferences

Maybe I got it (sorry, if I'm wrong, really didn't check carefully, just saw

let isCPU = data.name.hasPrefix( "pACC" ) || data.name.hasPrefix( "eACC" )
and
if selected.count > 0
etc).
In case no sensors selected in preferences it uses pACC* and eACC* sensors, right?

@macmade
Copy link
Owner

macmade commented Jul 20, 2024

pACC and eACC are sensors found only on the MacBook Air M1.

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

3 participants