-
Notifications
You must be signed in to change notification settings - Fork 5
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 and fans are broken on M1 #14
Comments
still broken. seems that some paid macos apps have figured it out, no answers for that yet though |
The problem is that Apple silicon doesn't have SMC, as far as I think I get it, and documentation on how to get this information from other APIs is difficult to find. |
This open source app has it implemented and this commit shows the M1 implementation. |
So we'd basically need to implement this? How the f- does |
Apparently it's IO and human interfacing so.. yeah? I also made a sample app in Swift which does this but removes a lot of ugly Objective-C stuff. |
I'm also rn trying to hack up something with that API in C++, but my IOKit doesn't seem to implement the functions (wtf?) |
MBP 13" Late 2020
The text was updated successfully, but these errors were encountered: