SMCKit icon indicating copy to clipboard operation
SMCKit copied to clipboard

Apple SMC library & tool

Results 19 SMCKit issues
Sort by recently updated
recently updated
newest added

When I run SMCKitTool on my 2017 iMac (i5 - mode 18.3) I'm getting the following output which is clearly wrong for the sensors AMBIENT_AIR_0, CPU_0_DIE, HDD_PROXIMITY. The other sensors...

Hi, I'm on a MacBook Pro 13,2 and I'm wondering what the process would be for adding sensors to the list/where to find the four character codes used. Is there...

Hello Would it be possible to add already compiled binaries to SMCKit releases?

Running this code as root (with SIP off): ``` import SMCKit func setMinimumFanspeed5000() { do { try SMCKit.open() do { try SMCKit.fanSetMinSpeed(0, speed: 5000) } catch { print("Error - could...

bug

See test case **24890** in https://github.com/practicalswift/swift-compiler-crashes/pull/75/. This affected the `SMC.encodeSMCKey()` type method. The workaround was to break up the expression as the compiler suggested.

bug

- For down the road - Want to get https://github.com/beltex/dshb/issues/1 done before doing this

enhancement
SMCKitTool

- Related: https://github.com/beltex/dshb/issues/19

enhancement

Currently getting the battery info will produce error: `keyNotFound(code: "BNum")`. SMCKeys on Ventura 13.0: ``` #KEY AC-B AC-C AC-E AC-F AC-I AC-J AC-M AC-N AC-P AC-Q AC-R AC-S AC-T AC-U...

Trying to use SMC.swift in a command line tool for macOS 13 and up. Building fails with `SMC.swift:373: Assertion failed: SMCParamStruct size is != 80` The app will build if...