meshua
01.10.2018, 14:11
Hallo miteinander,
Seit dem Update auf "Mojave" ist mir beim MB12" aufgefallen, daß der Energieverbrauch bei geschlossenem Bildschirm ungewöhnlich hoch ist: Über Nacht kann das schon mal -20% bedeuten. Normalerweise begibt sich das Notebook in den Standby Modus und verbrauchte über Nacht höchstens 3%. Hat jemand das gleiche Phänomen nach dem Update beobachtet?
Eine mögliche Lösung habe ich hier gefunden:
https://discussions.apple.com/thread/8553128?page=5
Start your "Terminal" application, which is command line and type:
pmset -g
(this shows you power management settings in detail)
Now change the settings by these commands, one by one (they will ask for your system password):
sudo pmset -a hibernatemode 25
sudo pmset -a standby 1
sudo pmset -a standbydelaylow 60
sudo pmset -a standbydelayhigh 60
This causes sleep mode to go to hibernation after 60 seconds (you can put more/less than 60 seconds in two last commands if you want) and hibernation does not drain your battery while your macbook is sleeping.
In den Energieeinstellungen (pmset -g) war für "standbydelayhigh" der Wert "86400" hinterlegt - was bedeutet, das erst nach 24h in den Standbymodus gewechselt wird. :roll: Das würde auch erklären, weshalb das Notebook beim Aufklappen praktisch immer sofort einsatzbereit war. :P
Unter Sierra fand ich einen Wert von "10800", was 7.5h entspricht. Ich habe jetzt die Werte (high/low) auf jeweils "60" (Sekunden) geändert...bin gespannt... ;)
Grüße, meshua
Seit dem Update auf "Mojave" ist mir beim MB12" aufgefallen, daß der Energieverbrauch bei geschlossenem Bildschirm ungewöhnlich hoch ist: Über Nacht kann das schon mal -20% bedeuten. Normalerweise begibt sich das Notebook in den Standby Modus und verbrauchte über Nacht höchstens 3%. Hat jemand das gleiche Phänomen nach dem Update beobachtet?
Eine mögliche Lösung habe ich hier gefunden:
https://discussions.apple.com/thread/8553128?page=5
Start your "Terminal" application, which is command line and type:
pmset -g
(this shows you power management settings in detail)
Now change the settings by these commands, one by one (they will ask for your system password):
sudo pmset -a hibernatemode 25
sudo pmset -a standby 1
sudo pmset -a standbydelaylow 60
sudo pmset -a standbydelayhigh 60
This causes sleep mode to go to hibernation after 60 seconds (you can put more/less than 60 seconds in two last commands if you want) and hibernation does not drain your battery while your macbook is sleeping.
In den Energieeinstellungen (pmset -g) war für "standbydelayhigh" der Wert "86400" hinterlegt - was bedeutet, das erst nach 24h in den Standbymodus gewechselt wird. :roll: Das würde auch erklären, weshalb das Notebook beim Aufklappen praktisch immer sofort einsatzbereit war. :P
Unter Sierra fand ich einen Wert von "10800", was 7.5h entspricht. Ich habe jetzt die Werte (high/low) auf jeweils "60" (Sekunden) geändert...bin gespannt... ;)
Grüße, meshua