Mac mini M1
#178
Replies: 1 comment 10 replies
-
In the terminal on your Mac, run the following commands and post the output here. Command 1: pmset -g powerstate IODisplayWrangler Command 2: pmset -g powerstate IODisplayWrangler | tail -1 | cut -c29 As you can see from your config, this command is used to check whether or not your Mac is alive. It uses the Here are examples of the output to expect. Command 1:
Command 2:
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have changed from iMac 27" Late 2013 to Mac mini M1 (2020).
From Homebridge terminal shutdown command works fine but on my iPhone not working.
And the ping is not working anymore. I got this error:
[18/10/2021, 23:47:59] [Mac mini] Attempting to poll state of "Mac mini" (192.168.28.12) using "ssh"
[18/10/2021, 23:48:00] [Mac mini] Result of executing ping command for "Mac mini" (192.168.28.12): offline
[18/10/2021, 23:48:00] [Mac mini] Error: Command failed: ssh dani@Daniel-Mac-minije.local 'if [[ $(pmset -g powerstate IODisplayWrangler | tail -1 | cut -c29) -lt 4 ]]; then; exit 1; else; echo 1; fi;'
killed: false,
code: 1,
signal: null,
cmd: "ssh dani@Daniel-Mac-minije.local 'if [[ $(pmset -g powerstate IODisplayWrangler | tail -1 | cut -c29) -lt 4 ]]; then; exit 1; else; echo 1; fi;'",
stdout: '',
stderr: ''
}
[18/10/2021, 23:48:00] [Mac mini] Got state change from pinger for "Mac mini" (192.168.28.12): offline
I am writing this comment from my Mac mini, so it's online.
I couldn't try out the wake up or shutdown because HomeKit shows my Mac mini offline.
Is it because of M1 chip and ARM?
Beta Was this translation helpful? Give feedback.
All reactions