<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Energy Aware &#187; Energy saving</title>
	<atom:link href="http://www.dssw.co.uk/blog/category/energy-saving/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dssw.co.uk/blog</link>
	<description>An insight into DssW, energy saving, and business</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:08:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sleep Monitor Lite &#8211; Personal Mac Power Monitoring</title>
		<link>http://www.dssw.co.uk/blog/2011/12/15/sleep-monitor-lite-personal-mac-power-monitoring/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sleep-monitor-lite-personal-mac-power-monitoring</link>
		<comments>http://www.dssw.co.uk/blog/2011/12/15/sleep-monitor-lite-personal-mac-power-monitoring/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 03:49:33 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[Energy saving]]></category>
		<category><![CDATA[Sleep Monitor]]></category>
		<category><![CDATA[SML3]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=1501</guid>
		<description><![CDATA[We are pleased to announce Sleep Monitor Lite for Mac OS X. Sleep Monitor Lite builds a time line of how your Mac is using energy. Battery and power information is collected over months to create a detailed insight into how the energy is spent. <a href="http://www.dssw.co.uk/blog/2011/12/15/sleep-monitor-lite-personal-mac-power-monitoring/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce <a href="http://www.dssw.co.uk/sleepmonitor/lite/index.html?utm_source=dssw&#038;utm_medium=blog&#038;utm_campaign=sml300" title="Sleep Monitor Lite">Sleep Monitor Lite</a> for Mac OS X. Sleep Monitor Lite builds a time line of how your Mac is using energy. Battery and power information is collected over months to create a detailed insight into how the energy is spent.</p>
<div id="attachment_1502" class="wp-caption aligncenter" style="width: 600px"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/12/dssw-sleep-monitor-lite.jpg" alt="DssW Sleep Monitor Lite for Mac OS X" title="DssW Sleep Monitor Lite for Mac OS X" width="590" height="369" class="size-full wp-image-1502" /><p class="wp-caption-text">DssW Sleep Monitor Lite for Mac OS X</p></div>
<p>Sleep Monitor Lite is the younger brother to our established <a href="http://www.dssw.co.uk/sleepmonitor/index.html?utm_source=dssw&#038;utm_medium=blog&#038;utm_campaign=sml300" title="Sleep Monitor Lite">Sleep Monitor</a> product.</p>
<p>Sleep Monitor Lite requires Mac OS X 10.6 or later, and a desktop or portable Mac.</p>
<p>Sleep Monitor Lite is <a rel="nofollow" href="http://itunes.com/mac/dssw/sleepmonitorlite" title="DssW Sleep Monitor Lite on the Mac App Store">available only on the Mac App Store</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/12/15/sleep-monitor-lite-personal-mac-power-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Your Mac Sleep</title>
		<link>http://www.dssw.co.uk/blog/2011/12/12/how-to-make-your-mac-sleep/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-make-your-mac-sleep</link>
		<comments>http://www.dssw.co.uk/blog/2011/12/12/how-to-make-your-mac-sleep/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 22:55:00 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Energy saving]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=1485</guid>
		<description><![CDATA[This article shows how to put your Mac to sleep using a variety of methods. We will walk through how to make your Mac sleep using AppleScript, Automator, and the command line. <a href="http://www.dssw.co.uk/blog/2011/12/12/how-to-make-your-mac-sleep/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This article shows how to put your Mac to sleep using a variety of methods. We will walk through how to make your Mac sleep using AppleScript, Automator, and the command line.</p>
<h3>Sleep via AppleScript</h3>
<p>You can ask the application Finder to put the Mac to sleep on your behalf. The following snippet works on Mac OS X 10.4 through to Mac OS X 10.7:</p>
<pre class="AppleScript">tell the application "Finder" to sleep</pre>
<div id="attachment_1492" class="wp-caption aligncenter" style="width: 439px"><img class="size-full wp-image-1492" title="An AppleScript to make your Mac sleep" src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/12/make-mac-sleep-applescript.jpg" alt="An AppleScript to make your Mac sleep" width="429" height="278" /><p class="wp-caption-text">An AppleScript to make your Mac sleep</p></div>
<p>The Mac will sleep immediately when this AppleScript is run.</p>
<h3>Sleep via Automator</h3>
<p>Automator does not include a built-in action for making your Mac sleep. We are going to create one using the <strong>Run AppleScript</strong> action.</p>
<ol>
<li>Create a new workflow in <strong>Automator</strong>.
<p><div id="attachment_1490" class="wp-caption aligncenter" style="width: 661px"><img class="size-full wp-image-1490" title="Create a new workflow in Automator" src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/12/1-make-mac-sleep-automator.jpg" alt="Create a new workflow in Automator" width="651" height="606" /><p class="wp-caption-text">Create a new workflow in Automator</p></div></li>
<li>Find and add the <strong>Run AppleScript</strong> action.</li>
<li>Copy and paste the following AppleScript into the action:
<pre class="AppleScript">tell the application "Finder" to sleep</pre>
<p><div id="attachment_1491" class="wp-caption aligncenter" style="width: 715px"><img class="size-full wp-image-1491" title="Add an AppleScript action to make your Mac sleep" src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/12/2-make-mac-sleep-automator.jpg" alt="Add an AppleScript action to make your Mac sleep" width="705" height="601" /><p class="wp-caption-text">Add an AppleScript action to make your Mac sleep</p></div></li>
<li>Save your workflow.</li>
</ol>
<p>When this Automator workflow is run, your Mac will sleep immediately.</p>
<h3>Sleep via the Command Line</h3>
<p>The easiest way to make your Mac sleep using the command line is with the following:</p>
<pre class="shell">osascript -e 'tell application "Finder" to sleep'</pre>
<div id="attachment_1493" class="wp-caption aligncenter" style="width: 532px"><img class="size-full wp-image-1493" title="Terminal command to make your Mac sleep" src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/12/make-mac-sleep-command-line.jpg" alt="Terminal command to make your Mac sleep" width="522" height="131" /><p class="wp-caption-text">Terminal command to make your Mac sleep</p></div>
<p>When issued, this command will immediately put your Mac to sleep.</p>
<h3>The Common Theme</h3>
<p>You may have noticed all the methods above use a little bit of AppleScript. AppleScript lets you talk to savvy applications in a near English dialect. Different applications can perform different tasks for you, and with AppleScript you can chain these tasks together in powerful ways.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/12/12/how-to-make-your-mac-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sleep Monitor 3 Preview Released &#8211; Mac Energy Auditing</title>
		<link>http://www.dssw.co.uk/blog/2011/09/06/sleep-monitor-3-preview-released-mac-energy-auditing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sleep-monitor-3-preview-released-mac-energy-auditing</link>
		<comments>http://www.dssw.co.uk/blog/2011/09/06/sleep-monitor-3-preview-released-mac-energy-auditing/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 02:45:17 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[Energy saving]]></category>
		<category><![CDATA[Sleep Monitor]]></category>
		<category><![CDATA[SM3]]></category>
		<category><![CDATA[preview release]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=1345</guid>
		<description><![CDATA[Today we are pleased to announce the release of Sleep Monitor 3 Preview. This preview edition works well with Mac OS X 10.7 and is recommended for technical Mac users needing energy auditing capabilities. <a href="http://www.dssw.co.uk/blog/2011/09/06/sleep-monitor-3-preview-released-mac-energy-auditing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today we are pleased to announce the release of Sleep Monitor 3 Preview. This preview edition works well with Mac OS X 10.7 and is recommended for technical Mac users needing energy auditing capabilities.</p>
<p><a href="http://www.dssw.co.uk/sleepmonitor/index.html?utm_source=dssw&#038;utm_medium=blog&#038;utm_campaign=sm300preview">Sleep Monitor</a> is an energy auditing tool for Mac OS X. Sleep Monitor keeps a track of when your Mac is powered on and off, and how the battery is doing. All this information is then transformed into a graph and table for you to browse.</p>
<div id="attachment_1347" class="wp-caption aligncenter" style="width: 605px"><a href="http://www.dssw.co.uk/sleepmonitor/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=sm300preview"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/09/dssw-sleep-monitor.jpg" alt="DssW Sleep Monitor 3 on Mac OS X" title="DssW Sleep Monitor 3 on Mac OS X" width="595" height="488" class="size-full wp-image-1347" /></a><p class="wp-caption-text">DssW Sleep Monitor 3 on Mac OS X</p></div>
<p>Download your <a href="http://www.dssw.co.uk/sleepmonitor/download.html?utm_source=dssw&#038;utm_medium=blog&#038;utm_campaign=sm300preview">free 30 day demonstration of Sleep Monitor</a>.</p>
<p><span id="more-1345"></span></p>
<h3>Preview Release</h3>
<p>This is the first time we have formally launched a public preview. We are interested in getting feedback and bug reports. We believe most of the functionality is complete and stable, but suspect a few edge cases will appear once more people get to use Sleep Monitor.</p>
<p>As always, please send your feedback and bug reports to <a href="mailto:support@dssw.co.uk">support@dssw.co.uk</a>, or through the feedback form within Sleep Monitor&#8217;s Help menu.</p>
<h3>Special Pricing</h3>
<p>To mark this preview of Sleep Monitor 3, we are offering a time limited special price. From now until we launch the release edition of Sleep Monitor 3, you can save 30% off the normal price.</p>
<h3>Upgrading from Sleep Monitor 2</h3>
<p>Sleep Monitor 2 customers will get Sleep Monitor 3 for free. Once Sleep Monitor 3 is out of preview, we will be contacting previous customers with their new licence details. More <a href="http://www.dssw.co.uk/sleepmonitor/upgrade.html?utm_source=dssw&#038;utm_medium=blog&#038;utm_campaign=sm300preview">information about upgrading</a> is available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/09/06/sleep-monitor-3-preview-released-mac-energy-auditing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activity Audit v1.1 Released &#8211; Journal Your Mac Activity</title>
		<link>http://www.dssw.co.uk/blog/2011/05/03/activity-audit-v1-1-released-journal-your-mac-activity/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=activity-audit-v1-1-released-journal-your-mac-activity</link>
		<comments>http://www.dssw.co.uk/blog/2011/05/03/activity-audit-v1-1-released-journal-your-mac-activity/#comments</comments>
		<pubDate>Tue, 03 May 2011 07:06:35 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[Activity Audit]]></category>
		<category><![CDATA[Energy saving]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=1199</guid>
		<description><![CDATA[We are pleased to announce the immediate release of Activity Audit v1.1 for Mac OS X. Activity Audit creates a calendar showing when you use your Mac and what applications you run. <a href="http://www.dssw.co.uk/blog/2011/05/03/activity-audit-v1-1-released-journal-your-mac-activity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the immediate release of <a href="http://www.dssw.co.uk/activityaudit/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=aa110">Activity Audit</a> v1.1 for Mac OS X. Activity Audit has been updated to include an improved auditing agent and new set of auditing options.</p>
<div id="attachment_1111" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/dssw-activity-audit-and-ical.jpg"><img class="size-full wp-image-1111" title="DssW Activity Audit and iCal" src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/dssw-activity-audit-and-ical.jpg" alt="DssW Activity Audit and iCal" width="600" height="375" /></a><p class="wp-caption-text">DssW Activity Audit and iCal</p></div>
<p>Activity Audit creates a calendar showing when you use your Mac and what applications you run. This update introduces support for suspending auditing while your Mac is asleep, the screen is dimmed, or your user account is Fast User Switched.<br />
<span id="more-1199"></span><br />
The ability to automatically suspend auditing creates a better activity journal. You can now see when your Mac is actively being used. Gaps appear in the journal where your Mac is left idle. Previously, it was not possible to capture this level of detail.</p>
<p>The improved auditing agent makes implementing a pro-active energy saving schedule much easier.</p>
<p>Activity Audit now includes a status menu bar to show when auditing is occurring. You can use the status menu bar to quickly launch iCal or Activity Audit. You can also stop auditing at any time from the status menu bar.</p>
<p>Activity Audit v1.1 is a <strong>free upgrade for existing customers</strong>.</p>
<p>Activity Audit is available now on the <a href="http://itunes.com/mac/dssw/activityaudit">Mac App Store</a> and <a href="http://www.dssw.co.uk/activityaudit/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=aa110">directly from DssW</a>. A 14 day demonstration is available.</p>
<h3>New in Activity Audit v1.1</h3>
<ul>
<li>Added status menu while auditing.</li>
<li>Added support for auditing until next log out.</li>
<li>Added option to suspend auditing during display sleep, computer sleep, and Fast User Switch.</li>
<li>Removed requirement for a login agent.</li>
<li>Improved detection of multiple agent instances being launched.</li>
<li>Improved application event matching algorithm.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/05/03/activity-audit-v1-1-released-journal-your-mac-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Your Mac Idle Sleep After Different Times on Different Days</title>
		<link>http://www.dssw.co.uk/blog/2011/04/20/how-to-make-your-mac-idle-sleep-after-different-times-on-different-days/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-make-your-mac-idle-sleep-after-different-times-on-different-days</link>
		<comments>http://www.dssw.co.uk/blog/2011/04/20/how-to-make-your-mac-idle-sleep-after-different-times-on-different-days/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 02:04:40 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[Energy saving]]></category>
		<category><![CDATA[PM4]]></category>
		<category><![CDATA[Power Manager]]></category>
		<category><![CDATA[Recipe]]></category>
		<category><![CDATA[conditional events]]></category>
		<category><![CDATA[inactivity sleep]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=1156</guid>
		<description><![CDATA[Your Mac can automatically enter a special low power mode called sleep. While your Mac is asleep it uses far less energy than when it is awake. Having your Mac sleep when not in use is much better than leaving it powered on constantly; you use less energy and that saves money on your electricity bill. <a href="http://www.dssw.co.uk/blog/2011/04/20/how-to-make-your-mac-idle-sleep-after-different-times-on-different-days/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Your Mac can automatically enter a special low power mode called <strong>sleep</strong>. While your Mac is asleep it uses far less energy than when it is awake. Having your Mac sleep when not in use is much better than leaving it powered on constantly; you use less energy and that saves money on your electricity bill.</p>
<p>We have previously seen how <a href="http://www.dssw.co.uk/blog/2011/04/14/how-to-make-your-mac-sleep-after-inactivity/?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager can make your Mac reliably sleep when it is left untouched</a>. Let&#8217;s look at how you can further improve this behaviour.</p>
<p>We are going to do something Mac OS X&#8217;s Energy Saver can not. We are going to have the Mac sleep after different periods of inactivity depending on what day of the week it is.</p>
<p><span id="more-1156"></span>During the week we want the Mac to sleep after twenty minutes of inactivity. Weekdays are when the Mac is used for work and we want to be able to read long documents on screen without needing to move the mouse to keep the Mac awake.</p>
<p>During the weekend the Mac is used less frequently and should sleep much more quickly after inactivity. We want the Mac to sleep after just five minutes of inactivity but only on Saturday and Sunday.</p>
<h3>Create a Conditional Sleep After Inactivity Event</h3>
<ol>
<li>Launch <strong>System Preferences</strong> and select <strong><a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a></strong>.</li>
<li>Click <strong>Add…</strong>to create a new event.
<p><div id="attachment_1159" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1159" title="Click Add to create a new Power Manager event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/1-power-manager-click-add2.jpg" alt="Click Add to create a new Power Manager event." width="593" height="384" /><p class="wp-caption-text">Click Add to create a new Power Manager event.</p></div></li>
<li>Choose the template <strong>Power off after inactivity</strong>.
<p><div id="attachment_1160" class="wp-caption aligncenter" style="width: 603px"><a href="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/2-power-manager-select-task1.jpg"><img class="size-full wp-image-1160" title="Select the Power off after inactivity Power Manager task." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/2-power-manager-select-task1.jpg" alt="Select the Power off after inactivity Power Manager task." width="593" height="430" /></a><p class="wp-caption-text">Select the Power off after inactivity Power Manager task.</p></div></li>
<li>Click <strong>Continue</strong> to the <strong>What and When</strong> step.</li>
<li>Adjust the required period of inactivity to <em>20 minutes</em>. Type <strong>20 0</strong> into the <strong>After how long inactive?</strong> field; the <code>20</code> is the minutes and <code>0</code>represents the seconds.
<p><div id="attachment_1169" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1169" title="Adjust when the Power Manager event should be triggered." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/3-power-manager-sleep-after-inactivity.jpg" alt="Adjust when the Power Manager event should be triggered." width="593" height="430" /><p class="wp-caption-text">Adjust when the Power Manager event should be triggered.</p></div></li>
<li><strong>Continue</strong> to the <strong>Time Constraints</strong> step.</li>
<li>Enable the <strong>The day of the week is:</strong> check box. Enable all the days except <strong>Saturday</strong> and <strong>Sunday</strong>.
<p><div id="attachment_1161" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1161" title="Adjust when the Power Manager event can be performed." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/4-power-manager-time-constraints.jpg" alt="Adjust when the Power Manager event can be performed." width="593" height="430" /><p class="wp-caption-text">Adjust when the Power Manager event can be performed.</p></div></li>
<li><strong>Continue</strong>through the remaining steps until your event is created.
<div id="attachment_1162" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1162" title="Provide a note why this Power Manager is needed." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/5-power-manager-why-sleep.jpg" alt="Provide a note why this Power Manager is needed." width="593" height="430" /><p class="wp-caption-text">Provide a note why this Power Manager is needed.</p></div>
<p><div id="attachment_1163" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1163" title="Confirm the Power Manager event can be created." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/6-power-manager-confirm-sleep.jpg" alt="Confirm the Power Manager event can be created." width="593" height="430" /><p class="wp-caption-text">Confirm the Power Manager event can be created.</p></div></li>
</ol>
<p>With the steps above completed you have one half of your schedule ready. The Mac will now sleep after 20 minutes during the week.</p>
<div id="attachment_1164" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1164" title="The first Power Manager sleep after inactivity event is ready." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/7-power-manager-weekday-sleep.jpg" alt="The first Power Manager sleep after inactivity event is ready." width="593" height="384" /><p class="wp-caption-text">The first Power Manager sleep after inactivity event is ready.</p></div>
<p>Repeat the steps above and create a second event with these settings:</p>
<ul>
<li>Change the <strong>After how long inactive?</strong> to <em>5 minutes</em>.
<p><div id="attachment_1165" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1165" title="Use a different trigger time for the second Power Manager event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/8-power-manager-sleep-at-weekends.jpg" alt="Use a different trigger time for the second Power Manager event." width="593" height="430" /><p class="wp-caption-text">Use a different trigger time for the second Power Manager event.</p></div></li>
<li>Change the days to only <strong>Saturday</strong> and <strong>Sunday</strong>.
<p><div id="attachment_1166" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1166" title="Use a different set of days for the second Power Manager event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/9-power-manager-day-of-week-condition.jpg" alt="Use a different set of days for the second Power Manager event." width="593" height="430" /><p class="wp-caption-text">Use a different set of days for the second Power Manager event.</p></div></li>
</ul>
<p>You will now have two events scheduled in Power Manager. One event will deal with inactivity triggered sleep during the week, and the second event will deal with sleep during the weekend.</p>
<div id="attachment_1168" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1168" title="Both Power Manager sleep events are ready and scheduled." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/11-power-manager-weekend-weekday-sleep-events.jpg" alt="Both Power Manager sleep events are ready and scheduled." width="593" height="384" /><p class="wp-caption-text">Both Power Manager sleep events are ready and scheduled.</p></div>
<h3>Supporting Multiple Events</h3>
<p><a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a> supports multiple inactivity triggered events. You can create more than one event that is triggered when your Mac becomes inactive. Each event can be triggered after different periods of inactivity.</p>
<p>Power Manager also supports conditions. If an event&#8217;s conditions are not met, the event&#8217;s actions will not be performed.</p>
<p>By combining the ability to support multiple inactivity triggered events with conditions, we have been able to create behaviour that is not possible with Mac OS X&#8217;s Energy Saver.</p>
<p>We have created two sleep events that are triggered after different periods of inactivity, on different days of the week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/04/20/how-to-make-your-mac-idle-sleep-after-different-times-on-different-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Your Mac Sleep After Inactivity</title>
		<link>http://www.dssw.co.uk/blog/2011/04/14/how-to-make-your-mac-sleep-after-inactivity/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-make-your-mac-sleep-after-inactivity</link>
		<comments>http://www.dssw.co.uk/blog/2011/04/14/how-to-make-your-mac-sleep-after-inactivity/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 00:28:43 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[Energy saving]]></category>
		<category><![CDATA[PM4]]></category>
		<category><![CDATA[Power Manager]]></category>
		<category><![CDATA[Recipe]]></category>
		<category><![CDATA[idle time]]></category>
		<category><![CDATA[inactivity time]]></category>
		<category><![CDATA[recipe]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=1141</guid>
		<description><![CDATA[Your Mac can automatically go into a low power mode called "sleep" after a period of idle time. This significantly reduces the running cost of your Mac. But for many, automatic sleep does not work correctly or as assertively as they want. <a href="http://www.dssw.co.uk/blog/2011/04/14/how-to-make-your-mac-sleep-after-inactivity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Your Mac can automatically go into a low power mode called <strong>sleep</strong> after a period of idle time. This significantly reduces the running cost of your Mac. But for many, automatic sleep does not work correctly or as assertively as they want.</p>
<p>Mac OS X&#8217;s sleep mode is controlled by the Energy Saver. To adjust how and when sleep mode is triggered, open the <strong>System Preferences</strong> application and select <strong>Energy Saver</strong>.</p>
<div id="attachment_1150" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1150 " title="Energy Saver System Preference in Mac OS X 10.6" src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/energy-saver-mac-os-x-10-6.jpg" alt="Energy Saver System Preference in Mac OS X 10.6" width="593" height="434" /><p class="wp-caption-text">Energy Saver System Preference in Mac OS X 10.6</p></div>
<h3>Idle Time</h3>
<p>Energy Saver will put your computer and display to sleep after a period of idle time. Idle time is Mac OS X&#8217;s measure of how long your Mac has gone unused.</p>
<p>What surprises many Mac owners is that idle time is difficult to judge. Predicating when sleep will occur is far from an exact science.<br />
<span id="more-1141"></span><br />
This confusion is not helped by the number of factors that can prevent sleep from occurring. Running applications and background processes can block sleep. Hardware and network activity can also block sleep.</p>
<h3>Inactivity Time</h3>
<p>There is an easier means of deciding when to make your Mac sleep.</p>
<p>Inactivity time is the time since the Mac was last interacted with. Inactivity time starts ticking up when you stop typing, moving the mouse, and leave the Mac untouched. Pressing a key or moving the mouse, resets inactivity time back to zero.</p>
<p>Let&#8217;s walk through how <a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a> can use inactivity time to put your Mac to sleep.</p>
<h3>Create a Sleep After Inactivity Event</h3>
<ol>
<li>Launch <strong>System Preferences</strong> and select <strong>Power Manager</strong>.</li>
<li>Click <strong>Add…</strong> to create a new event.
<p><div id="attachment_1142" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1142" title="Click Add in Power Manager to create a new event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/1-power-manager-click-add1.jpg" alt="Click Add in Power Manager to create a new event." width="593" height="384" /><p class="wp-caption-text">Click Add in Power Manager to create a new event.</p></div></li>
<li>Choose the template <strong>Power off after inactivity</strong>.
<p><div id="attachment_1143" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1143" title="Select the Power off after inactivity task." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/2-power-manager-select-task.jpg" alt="Select the Power off after inactivity task." width="593" height="430" /><p class="wp-caption-text">Select the Power off after inactivity task.</p></div></li>
<li>Click <strong>Continue</strong> to the <strong>What and When</strong> step.</li>
<li>By default, the event will <em>Sleep</em> after <em>15 minutes</em>. You can adjust the required period of inactivity to match your needs.
<p><div id="attachment_1144" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1144" title="Adjust when your Mac should automatically sleep." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/3-power-manager-when-to-sleep.jpg" alt="Adjust when your Mac should automatically sleep." width="593" height="430" /><p class="wp-caption-text">Adjust when your Mac should automatically sleep.</p></div></li>
<li><strong>Continue</strong> through the remaining steps until your event is created.
<div id="attachment_1145" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1145" title="Continue passed the Time Constraints." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/4-power-manager-sleep-conditions.jpg" alt="Continue passed the Time Constraints." width="593" height="430" /><p class="wp-caption-text">Continue passed the Time Constraints.</p></div>
<div id="attachment_1146" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1146" title="Continue passed the Interactive Constraints." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/5-power-manager-inactive-conditions.jpg" alt="Continue passed the Interactive Constraints." width="593" height="430" /><p class="wp-caption-text">Continue passed the Interactive Constraints.</p></div>
<div id="attachment_1147" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1147" title="Describe why you want this event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/6-power-manager-why-sleep.jpg" alt="Describe why you want this event." width="593" height="430" /><p class="wp-caption-text">Describe why you want this event.</p></div>
<p><div id="attachment_1148" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1148" title="Confirm the event can be created." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/7-power-manager-confirm-sleep-event.jpg" alt="Confirm the event can be created." width="593" height="430" /><p class="wp-caption-text">Confirm the event can be created.</p></div></li>
</ol>
<p>Having followed the steps above, you will have created a new event in Power Manager. This event will start working immediately and will put your Mac to sleep after a period of inactivity.</p>
<div id="attachment_1149" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1149" title="Your new sleep after inactivity Power Manager event is ready." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/04/8-power-manager-scheduled.jpg" alt="Your new sleep after inactivity Power Manager event is ready." width="593" height="384" /><p class="wp-caption-text">Your new sleep after inactivity Power Manager event is ready.</p></div>
<p>Your new <a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a> sleep event will not be blocked by running applications or background processes. You can be assured that after 15 minutes of not using your Mac, it will automatically go to sleep and save you energy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/04/14/how-to-make-your-mac-sleep-after-inactivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Energy Schedule Your Museum Macs</title>
		<link>http://www.dssw.co.uk/blog/2011/03/16/how-to-energy-schedule-your-museum-macs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-energy-schedule-your-museum-macs</link>
		<comments>http://www.dssw.co.uk/blog/2011/03/16/how-to-energy-schedule-your-museum-macs/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 00:13:06 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[Energy saving]]></category>
		<category><![CDATA[PM4]]></category>
		<category><![CDATA[PMPRO4]]></category>
		<category><![CDATA[PMR]]></category>
		<category><![CDATA[Power Manager]]></category>
		<category><![CDATA[Recipe]]></category>
		<category><![CDATA[complete schedule]]></category>
		<category><![CDATA[museum]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=1035</guid>
		<description><![CDATA[Power Manager is ideal for use in museums, installations, and exhibits. Power Manager can fully automate and energy manage Mac computers dispersed around your exhibits and, once set up, no further interaction with the Mac is required from staff. For curators and exhibitors looking to reduce your running costs, Power Manager includes a Schedule Assistant built for you. <a href="http://www.dssw.co.uk/blog/2011/03/16/how-to-energy-schedule-your-museum-macs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Power Manager is ideal for use in museums, installations, and exhibits. <a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a> can fully automate and energy manage Mac computers dispersed around your exhibits and, once set up, no further interaction with the Mac is required from staff.</p>
<p>For curators and exhibitors looking to reduce your running costs, Power Manager includes a Schedule Assistant built for you.</p>
<p>We built this schedule to handle Macs that are distributed around museums but that are often in difficult to reach locations, or are actually integrated with exhibits. These Macs are typically left on over night.</p>
<p>Worse yet, some Macs are powered down by cutting the mains power to the exhibit each night. Each morning a member of staff needs to walk around switching each Mac back on. Why is this a problem? Your Macs are not designed to survive repeated power cuts. Over time this method increases the chances of damaging the hardware and the data stored within.</p>
<p>Let&#8217;s walk through the Museum Schedule and see how Power Manager can solve this problem.<span id="more-1035"></span></p>
<p>Our schedule will automatically power on the Mac each morning, and power off the Mac at night. Each day of the week can have different times for powering on and off – perfect for matching the museum&#8217;s regular opening hours.</p>
<h3>Create a Museum Schedule</h3>
<ol>
<li>Launch <strong>System Preferences</strong> and select <strong>Power Manager</strong>.</li>
<li>Click <strong>Add…</strong> to create your new schedule.
<p><div id="attachment_1037" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1037" title="Click Add to start creating your Power Manager museum schedule." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/1-power-manager-empty-schedule2.jpg" alt="Click Add to start creating your Power Manager museum schedule." width="593" height="384" /><p class="wp-caption-text">Click Add to start creating your Power Manager museum schedule.</p></div></li>
<li>Choose the template <strong>Museum Schedule</strong>.
<p><div id="attachment_1038" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1038" title="Choose the Museum Schedule energy saving task." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/2-power-manager-museum-schedule.jpg" alt="Choose the Museum Schedule energy saving task." width="593" height="430" /><p class="wp-caption-text">Choose the Museum Schedule energy saving task.</p></div></li>
<li>Click <strong>Continue</strong> to the <strong>Opening Days</strong> step.</li>
<li>Select the days the museum is open.
<p><div id="attachment_1039" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1039" title="Select the museum opening days." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/3-power-manager-opening-days.jpg" alt="Select the museum opening days." width="593" height="430" /><p class="wp-caption-text">Select the museum opening days.</p></div></li>
<li>Click <strong>Continue</strong> to the <strong>Opening Hours</strong> step.</li>
<li>Enter the opening times of the museum. You may want to enter times slightly in advance of the opening times to give the Mac time to get started.
<p><div id="attachment_1040" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1040" title="Enter the museum opening times." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/4-power-manager-open-hours.jpg" alt="Enter the museum opening times." width="593" height="430" /><p class="wp-caption-text">Enter the museum opening times.</p></div></li>
<li>Click <strong>Continue</strong> to the <strong>Closing Hours</strong> step.</li>
<li>Enter the closing times of the museum. As with the opening hours, you may want to add a little time before automatically powering down the Mac.
<p><div id="attachment_1041" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1041" title="Enter the museum closing times." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/5-power-manager-closing-hours.jpg" alt="Enter the museum closing times." width="593" height="430" /><p class="wp-caption-text">Enter the museum closing times.</p></div></li>
<li><strong>Continue</strong> through the remaining steps until your events are created.
<div id="attachment_1042" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1042" title="Confirm the events match your museum times and days." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/6-power-manager-confirm-schedule.jpg" alt="Confirm the events match your museum times and days." width="593" height="430" /><p class="wp-caption-text">Confirm the events match your museum times and days.</p></div>
<p><div id="attachment_1043" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1043" title="The museum events are now ready and scheduled." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/7-power-manager-museum-events.jpg" alt="The museum events are now ready and scheduled." width="593" height="384" /><p class="wp-caption-text">The museum events are now ready and scheduled.</p></div></li>
</ol>
<p>Having followed the steps above, <a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a> has created a series of events for you. The schedule is separated into individual events; one for powering on and another for powering off. A pair of events has been created for each day the museum is open.</p>
<p>While it is possible to create one event to power on your Mac at a given time each day of the week, the more verbose method used here has distinct advantages for museums.</p>
<p>The advantage of this method is being able to adjust your schedule well in advance of changes. Many museums operate one-off or occasional events outside of standard opening hours; with an individual event per power change, you can easily make changes up to a week ahead using the status menu bar or through <a href="http://www.dssw.co.uk/powermanager/remote/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager Remote</a>.</p>
<div id="attachment_1044" class="wp-caption aligncenter" style="width: 431px"><img class="size-full wp-image-1044" title="Museum events can be adjusted up to a week ahead." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/8-power-manager-menu-museum-events.jpg" alt="Museum events can be adjusted up to a week ahead." width="421" height="459" /><p class="wp-caption-text">Museum events can be adjusted up to a week ahead.</p></div>
<p>For those needing to set up numerous Macs, you can create your schedule once and then export it for transferring to other Macs. Alternatively, take a look at <a href="http://www.dssw.co.uk/powermanager/professional/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager Professional</a> for a complete remote management solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/03/16/how-to-energy-schedule-your-museum-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Mac Sleep For an Hour</title>
		<link>http://www.dssw.co.uk/blog/2011/03/10/make-your-mac-sleep-for-an-hour/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=make-your-mac-sleep-for-an-hour</link>
		<comments>http://www.dssw.co.uk/blog/2011/03/10/make-your-mac-sleep-for-an-hour/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 00:41:54 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[Energy saving]]></category>
		<category><![CDATA[PM4]]></category>
		<category><![CDATA[PMR]]></category>
		<category><![CDATA[Power Manager]]></category>
		<category><![CDATA[Recipe]]></category>
		<category><![CDATA[recipe]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[wake]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=1020</guid>
		<description><![CDATA[Your Mac can be scheduled to put itself to sleep and to wake up. Traditionally these related tasks are considered and scheduled separately. Power Manager does away with this distinction and lets you schedule your Mac to sleep for specific durations, such as over your lunch break. <a href="http://www.dssw.co.uk/blog/2011/03/10/make-your-mac-sleep-for-an-hour/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Your Mac can be scheduled to put itself to sleep and to wake up. Traditionally these related tasks are considered and scheduled separately. <a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a> does away with this distinction and lets you schedule your Mac to sleep for specific durations, such as over your lunch break.</p>
<p>One place where Power Manager differs from traditional tools is in its ability to treat a sleep and wake pairing as a single event. As one event you can adjust, delay, and cancel the period of sleep without needing to also adjust the corresponding wake event. Power Manager makes those changes for you.</p>
<p>This ability to treat a pair of events as one is particularly useful when creating a schedule around your daily routine. You can now a create single event to put your Mac to sleep during lunch, and that same event also deals with waking your Mac up afterwards.</p>
<p>If you need to adjust your schedule, you can use the status menu bar or <a href="http://www.dssw.co.uk/powermanager/remote/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager Remote</a>. One adjustment moves both the time your Mac will sleep and when it will wake. No need to adjust a sleep event, and then adjust the corresponding wake event.</p>
<p>Let&#8217;s walk through how to schedule your Mac to sleep over lunch, from 12:30 until 13:30.</p>
<p><span id="more-1020"></span></p>
<h3>Create a Scheduled Sleep For a While Event</h3>
<ol>
<li>Launch <strong>System Preferences</strong> and select <strong>Power Manager</strong>.</li>
<li>Click <strong>Add…</strong> to create a new event.
<p><div id="attachment_1021" class="wp-caption aligncenter" style="width: 603px"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/1-power-manager-empty-schedule1.jpg" alt="Click Add to create a new Power Manager event." title="Click Add to create a new Power Manager event." width="593" height="384" class="size-full wp-image-1021" /><p class="wp-caption-text">Click Add to create a new Power Manager event.</p></div>
</li>
<li>Choose the template <strong>Sleep for a while daily</strong>.
<p><div id="attachment_1022" class="wp-caption aligncenter" style="width: 603px"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/2-power-manager-schedule-assistant1.jpg" alt="Select the Sleep for a while daily Power Manager template." title="Select the Sleep for a while daily Power Manager template." width="593" height="430" class="size-full wp-image-1022" /><p class="wp-caption-text">Select the Sleep for a while daily Power Manager template.</p></div>
</li>
<li>Click <strong>Continue</strong> to the <strong>What</strong> step.</li>
<li>By default, a one hour duration is already selected, but you can adjust the number of hours, minutes, and seconds your Mac will sleep.
<p><div id="attachment_1023" class="wp-caption aligncenter" style="width: 603px"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/3-power-manager-sleep-duration.jpg" alt="Adjust the hours, minutes, and seconds your Mac should sleep for." title="Adjust the hours, minutes, and seconds your Mac should sleep for." width="593" height="430" class="size-full wp-image-1023" /><p class="wp-caption-text">Adjust the hours, minutes, and seconds your Mac should sleep for.</p></div></li>
<li>Click <strong>Continue</strong> to the <strong>When</strong> step.</li>
<li>Adjust the time and days to read 12:30, with only Monday through Friday selected.
<p><div id="attachment_1024" class="wp-caption aligncenter" style="width: 603px"><a href="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/4-power-manager-sleep-when1.jpg"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/4-power-manager-sleep-when1.jpg" alt="Select the time and days when your Mac should sleep." title="Select the time and days when your Mac should sleep." width="593" height="430" class="size-full wp-image-1024" /></a><p class="wp-caption-text">Select the time and days when your Mac should sleep.</p></div>
</li>
<li><strong>Continue</strong> through the remaining steps until your event is created.
<div id="attachment_1025" class="wp-caption aligncenter" style="width: 603px"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/5-power-manager-inactive-constraints.jpg" alt="Continue through the interactive constraints steps." title="Continue through the interactive constraints steps." width="593" height="430" class="size-full wp-image-1025" /><p class="wp-caption-text">Continue through the interactive constraints steps.</p></div>
<p><div id="attachment_1026" class="wp-caption aligncenter" style="width: 603px"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/6-power-manager-why.jpg" alt="Give your event a name and mention why this event is needed." title="Give your event a name and mention why this event is needed." width="593" height="430" class="size-full wp-image-1026" /><p class="wp-caption-text">Give your event a name and mention why this event is needed.</p></div><br />
<div id="attachment_1027" class="wp-caption aligncenter" style="width: 603px"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/7-power-manager-confirm.jpg" alt="Confirm the Power Manager event should be created." title="Confirm the Power Manager event should be created." width="593" height="430" class="size-full wp-image-1027" /><p class="wp-caption-text">Confirm the Power Manager event should be created.</p></div>
</li>
</ol>
<p>Having followed the steps above, <a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a> will have created a single event. The event is immediately scheduled and your Mac will now go to sleep for an hour over lunch.</p>
<div id="attachment_1028" class="wp-caption aligncenter" style="width: 603px"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/8-power-manager-sleep-duration-scheduled.jpg" alt="Your new Power Manager event to sleep for a while is ready." title="Your new Power Manager event to sleep for a while is ready." width="593" height="384" class="size-full wp-image-1028" /><p class="wp-caption-text">Your new Power Manager event to sleep for a while is ready.</p></div>
<p>You can see your new event in the Power Manager status menu bar. The event can be adjusted, cancelled, and delayed as a single item.<br />
<div id="attachment_1029" class="wp-caption aligncenter" style="width: 352px"><img src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/9-power-manager-status-menu-bar.jpg" alt="The single event representing both sleep and wake appears in the Power Manager status menu bar." title="The single event representing both sleep and wake appears in the Power Manager status menu bar." width="342" height="154" class="size-full wp-image-1029" /><p class="wp-caption-text">The single event representing both sleep and wake appears in the Power Manager status menu bar.</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/03/10/make-your-mac-sleep-for-an-hour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Schedule Your Mac to Sleep</title>
		<link>http://www.dssw.co.uk/blog/2011/03/07/how-to-schedule-your-mac-to-sleep/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-schedule-your-mac-to-sleep</link>
		<comments>http://www.dssw.co.uk/blog/2011/03/07/how-to-schedule-your-mac-to-sleep/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 23:07:26 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[Energy saving]]></category>
		<category><![CDATA[PM4]]></category>
		<category><![CDATA[Power Manager]]></category>
		<category><![CDATA[Recipe]]></category>
		<category><![CDATA[recipe]]></category>
		<category><![CDATA[schedule PM4]]></category>
		<category><![CDATA[sleep]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=999</guid>
		<description><![CDATA[It is a good idea to power down or put your Mac to sleep when it is not in use. This saves energy and in turn saves you money. Using Power Manager you can schedule your Mac to go sleep at a specific time each day. You can even schedule your Mac to go to sleep at specific times on weekends, and at a different time on weekends. <a href="http://www.dssw.co.uk/blog/2011/03/07/how-to-schedule-your-mac-to-sleep/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It is a good idea to power down or put your Mac to sleep when it is not in use. This saves energy and in turn saves you money.</p>
<p>Your Mac can go to sleep after being left idle, but this is not always reliable. Most of us have a reasonably predictable daily routine and getting your Mac to work effortlessly with your routine is desirable.</p>
<p>Using <a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a> you can schedule your Mac to go sleep at a specific time each day. You can even schedule your Mac to go to sleep at specific times on weekdays, and at a different time on weekends.</p>
<p>Let&#8217;s walk through how to schedule your Mac to sleep at 9:00 pm every night of the working week.</p>
<p><span id="more-999"></span><span style="font-size: 18px; color: #000000; line-height: 27px;">Create a Scheduled Sleep Event</span></p>
<ol>
<li>Launch <strong>System Preferences</strong> and select <strong>Power Manager</strong>.</li>
<li>Click <strong>Add…</strong> to create a new event.
<p><div id="attachment_1002" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1002" title="Click Add... to create a new Power Manager event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/1-power-manager-empty-schedule.jpg" alt="Click Add... to create a new Power Manager event." width="593" height="384" /><p class="wp-caption-text">Click Add... to create a new Power Manager event.</p></div></li>
<li>Choose the template <strong>Power off daily</strong>.
<p><div id="attachment_1003" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1003" title="Choose the Power off daily event template." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/2-power-manager-schedule-assistant.jpg" alt="Choose the Power off daily event template." width="593" height="430" /><p class="wp-caption-text">Choose the Power off daily event template.</p></div></li>
<li>Click <strong>Continue</strong> to the <strong>What</strong> step.</li>
<li>Select <strong>Sleep</strong> for <strong>What should be performed?</strong>.
<p><div id="attachment_1004" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1004" title="Select Sleep from the choice of power events to perform." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/3-power-manager-power-on-what-sleep.jpg" alt="Select Sleep from the choice of power events to perform." width="593" height="430" /><p class="wp-caption-text">Select Sleep from the choice of power events to perform.</p></div></li>
<li>Click <strong>Continue</strong> to the <strong>When</strong> step.</li>
<li>Adjust the time and days to read 9:00 pm, with only Monday through Friday selected.
<p><div id="attachment_1014" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1014" title="Adjust the time and days of the Power Manager sleep event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/4-power-manager-sleep-when.jpg" alt="Adjust the time and days of the Power Manager sleep event." width="593" height="430" /><p class="wp-caption-text">Adjust the time and days of the Power Manager sleep event.</p></div></li>
<li><strong>Continue</strong> through the remaining steps until your event is created.
<div id="attachment_1013" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1013" title="Continue to the Why step." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/5-power-manager-why.jpg" alt="Continue to the Why step." width="593" height="430" /><p class="wp-caption-text">Continue to the Why step.</p></div>
<p><div id="attachment_1007" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1007" title="Confirm the creation of your new Power Manager event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/6-power-manager-confirm.jpg" alt="Confirm the creation of your new Power Manager event." width="593" height="430" /><p class="wp-caption-text">Confirm the creation of your new Power Manager event.</p></div></li>
</ol>
<p>Having followed the steps above, Power Manager will now show your newly created event. The event is scheduled immediately and Power Manager will now put your Mac to sleep every weekday evening at 9:00 pm.</p>
<div id="attachment_1008" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-1008" title="Your new Power Manager sleep event is ready." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/7-power-manager-restart-scheduled.jpg" alt="Your new Power Manager sleep event is ready." width="593" height="384" /><p class="wp-caption-text">Your new Power Manager sleep event is ready.</p></div>
<p>You can see your new event in the Power Manager status menu bar, and through <a href="http://www.dssw.co.uk/powermanager/remote/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager Remote</a>.</p>
<div id="attachment_1009" class="wp-caption aligncenter" style="width: 256px"><img class="size-full wp-image-1009" title="Your new sleep event appears in the Power Manager status menu." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/03/8-power-manager-status-menu-bar.jpg" alt="Your new sleep event appears in the Power Manager status menu." width="246" height="130" /><p class="wp-caption-text">Your new sleep event appears in the Power Manager status menu.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/03/07/how-to-schedule-your-mac-to-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Run an AppleScript When Switching to Mains Power</title>
		<link>http://www.dssw.co.uk/blog/2011/02/11/how-to-run-an-applescript-when-switching-to-mains-power/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-run-an-applescript-when-switching-to-mains-power</link>
		<comments>http://www.dssw.co.uk/blog/2011/02/11/how-to-run-an-applescript-when-switching-to-mains-power/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 00:22:45 +0000</pubDate>
		<dc:creator>Graham Miln</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Energy saving]]></category>
		<category><![CDATA[PM4]]></category>
		<category><![CDATA[PMR]]></category>
		<category><![CDATA[Power Manager]]></category>
		<category><![CDATA[Recipe]]></category>
		<category><![CDATA[AC]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[mains power]]></category>

		<guid isPermaLink="false">http://www.dssw.co.uk/blog/?p=980</guid>
		<description><![CDATA[You can use Power Manager to trigger an event whenever your Mac laptop is connected to mains power. <a href="http://www.dssw.co.uk/blog/2011/02/11/how-to-run-an-applescript-when-switching-to-mains-power/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You can use <a href="http://www.dssw.co.uk/powermanager/standard/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager</a> to trigger an event whenever your Mac laptop is connected to mains power.</p>
<p>Previously we covered <a href="http://www.dssw.co.uk/blog/2011/01/28/how-to-run-an-applescript-when-switching-to-battery-power/">how to run an AppleScript when switching to battery power</a>. This recipe deals with the opposite situation, where your MacBook or MacBook Pro has its power adapter plugged back in.</p>
<p>For this example, we are going to run an AppleScript to ask iTunes to check for new podcasts. You could use this trigger to perform an action or sequence of actions, for example launching an application or running a shell script.</p>
<h3><span style="color: #444444;"><span id="more-980"></span></span>Create the Mains Power Triggered Event</h3>
<ol>
<li>Launch AppleScript Editor: <strong>Applications</strong> &gt; <strong>Utilities</strong> &gt; <strong>AppleScript Editor</strong>.</li>
<li>Copy and paste the following AppleScript into a new document:
<pre class="applescript">-- The AppleScript to run when mains power is connected
set myScriptContents to "#!/usr/bin/osascript

tell application \"iTunes\" to updateAllPodcasts
"

tell application "Power Manager Scripting"

	tell workshop

		set myEvent to make new event with properties {trigger ID:"myBatteryEvent", name:"Run script on switch to mains"}

		-- Create a power source trigger
		make new trigger power state at front of triggers of myEvent with properties {now:ac power}

		-- Create an external inline script to store the AppleScript
		set myExternal to make new external inline with properties {inline:myScriptContents}
		set myAction to make new action execute external at front of actions of myEvent with properties {external:myApplication,proceed:on exit}

	end tell

	-- Deploy the event
	tell Event Store to store these events myEvent

	-- Clean up
	tell the workshop to empty

end tell</pre>
<p><div id="attachment_981" class="wp-caption aligncenter" style="width: 569px"><img class="size-full wp-image-981" title="AppleScript to create a mains power triggered Power Manager event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/02/1-powermanager-applescript.jpg" alt="AppleScript to create a mains power triggered Power Manager event." width="559" height="558" /><p class="wp-caption-text">AppleScript to create a mains power triggered Power Manager event.</p></div></li>
<li>Save the script: <strong>File</strong> &gt; <strong>Save</strong>.</li>
<li>Run the script: <strong>Script</strong> &gt; <strong>Run</strong>.</li>
</ol>
<p>When run, this AppleScript will create a new event in Power Manager. The new event contains one trigger and one action. The trigger tells Power Manager to trigger the event when any power source&#8217;s state changes to &#8220;ac power&#8221;.</p>
<div id="attachment_982" class="wp-caption aligncenter" style="width: 603px"><img class="size-full wp-image-982" title="Power Manager showing a mains power triggered event." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/02/2-powermanager-script-on-mains-power.jpg" alt="Power Manager showing a mains power triggered event." width="593" height="384" /><p class="wp-caption-text">Power Manager showing a mains power triggered event.</p></div>
<p>The new event&#8217;s action tells Power Manager to run the script in the front most user&#8217;s session. If no-one is logged in, the AppleScript will not be performed. This is the ideal behaviour for this AppleScript.</p>
<div id="attachment_983" class="wp-caption aligncenter" style="width: 266px"><img class="size-full wp-image-983" title="Trigger the event manually from the Power Manager menu bar item." src="http://www.dssw.co.uk/blog/wp-content/uploads/2011/02/3-powermanager-status-menu.jpg" alt="Trigger the event manually from the Power Manager menu bar item." width="256" height="137" /><p class="wp-caption-text">Trigger the event manually from the Power Manager menu bar item.</p></div>
<p>You can try this event immediately. Thanks to the event&#8217;s on-demand behaviour, the event can be triggered through Power Manager&#8217;s status menu bar, or via <a href="http://www.dssw.co.uk/powermanager/remote/index.html?utm_source=dssw&amp;utm_medium=blog&amp;utm_campaign=how-to">Power Manager Remote</a> on your iOS device.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dssw.co.uk/blog/2011/02/11/how-to-run-an-applescript-when-switching-to-mains-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

