<?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"
	>

<channel>
	<title>Home Automation Direct</title>
	<atom:link href="http://www.homeautomation-direct.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.homeautomation-direct.com/blog</link>
	<description>Technical documents and news from H.A.D Admin</description>
	<pubDate>Wed, 25 Mar 2009 13:58:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Backing up the Windows Home Server backup database and files</title>
		<link>http://www.homeautomation-direct.com/blog/?p=59</link>
		<comments>http://www.homeautomation-direct.com/blog/?p=59#comments</comments>
		<pubDate>Fri, 12 Dec 2008 11:33:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technical docs]]></category>

		<category><![CDATA[Backup]]></category>

		<category><![CDATA[WHS]]></category>

		<guid isPermaLink="false">http://www.homeautomation-direct.com/blog/?p=59</guid>
		<description><![CDATA[Introduction
In the event of a disaster it&#8217;s best not to have all your data in the same place.  The trouble with Windows Home Server backups, is that they are generally in the same building as the client PCs, so if you lose the building, you lose everything.  The following method will allow you to do [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_62" class="wp-caption alignnone" style="width: 190px"><a href="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/whs-l.jpg"><img class="size-medium wp-image-62 " title="WHS" src="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/whs-l-300x300.jpg" alt="Windows Home Server" width="180" height="180" /></a><p class="wp-caption-text">Windows Home Server</p></div>
<h2>Introduction</h2>
<p>In the event of a disaster it&#8217;s best not to have all your data in the same place.  The trouble with Windows Home Server backups, is that they are generally in the same building as the client PCs, so if you lose the building, you lose everything.  The following method will allow you to do an encrypted backup to a remote drive that could live, for example, in your garden shed.<span id="more-59"></span></p>
<p>A feature that was pulled from Performance Pack 1 was the ability to backup the client backup files.  An add-in was developed that automated the documented process that Microsoft published, though the PDF file that contains those instructions, now seems to have been removed / moved.</p>
<p>The manual process was:</p>
<address>1. Run mstsc.exe to start a Remote Desktop Connection session to your home server.</address>
<address>2. Plug in an external hard drive to your home server (do not add it to the Server Storage through the Windows Home Server Console).</address>
<address>3. Open a Command Prompt, Click Start, Run and type CMD</address>
<address>4. Type net stop PDL</address>
<address>5. Type net stop WHSBackup to stop the Windows Home Server Backup service. </address>
<address>6. Copy the contents of to the external hard drive:  </address>
<address>7. Type net start WHSBackup to restart the Windows Home Server Backup service. </address>
<address>8. Type net start PDL</address>
<address> </address>
<p>I&#8217;ve developed this manual process into a an automated script that will give you a fully encrypted backup of both the PC backups and the WHS shares to any NAS drive or server that supports files over 4Gb.  For my system, I&#8217;m using a 500GB Freecom Network Drive Pro.  It has to be the Pro version as the cheaper one only supports FAT32 as a file system.  FAT32 has a 4GB single file limit.  The Pro supports ext3 which doesn&#8217;t.  The NAS drive can then be located off-site i.e in the shed or garage.</p>
<h2>Assumptions</h2>
<p>You already have a backup of all your data on another media or are using a test server.<br />
You are confident in using MSTSC and creating command files (batch files).<br />
Your WHS does not already have a T: drive<br />
You have a working NAS drive/server that supports large files</p>
<h2>Download the software</h2>
<p>Two pieces of software need to be installed on the WHS.  Firstly Robocopy, which can either be installed as part of the Windows 2003 Server resource kit, or by itself, with a later version, from the RoboCopy GUI  <a href="http://technet.microsoft.com/en-gb/magazine/cc135870.aspx">http://technet.microsoft.com/en-gb/magazine/cc135870.aspx</a><a href="http://technet.microsoft.com/en-gb/magazine/cc135870.aspx"></a><a href="http://technet.microsoft.com/en-gb/magazine/cc135870.aspx"></a><a href="http://technet.microsoft.com/en-gb/magazine/cc135870.aspx"></a><a href="http://technet.microsoft.com/en-gb/magazine/cc135870.aspx"></a><a href="http://technet.microsoft.com/en-gb/magazine/cc135870.aspx"></a><a href="http://technet.microsoft.com/en-gb/magazine/cc135870.aspx">kPick Robocopy from the  November 2006 section. </a></p>
<p>If you don&#8217;t want an encrypted backup, skip the TrueCrypt parts and replace the mount and dismount parts of the script with drive mapping commands, but if you do, it can be downloaded from <a href="http://www.truecrypt.org">www.truecrypt.org</a>.  These instructions are based on 6.1a. </p>
<h2>Prepare the NAS drive </h2>
<p> I&#8217;ve named my NAS drive the same as my WHS, but with a -B suffix, so in these examples it&#8217;s called \\SNOOPY-B.  I&#8217;ve created a share called WHS and a user called Administrator with the same password as on my WHS.  The user has full access to the share.  </p>
<h2>Logon to your WHS</h2>
<p> You need to logon to you WHS using MSTSC.EXE to get a remote desktop session to the server.  Logon as Administrator using your administrator password. </p>
<h2>TrueCrypt Setup/Installation</h2>
<p> Run the setup program and accept the defaults for everything.  Installation will take less than one minute. </p>
<h2>Creating the encrypted container</h2>
<p>Run TrueCrypt from the desktop icon and select &#8216;Create Volume&#8217; </p>
<div class="mceTemp">
<dl id="attachment_44" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcstart.jpg"><img class="size-medium wp-image-44" title="TrueCrypt Start" src="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcstart-300x254.jpg" alt="Starting TrueCrypt" width="300" height="254" /></a></dt>
<dd>Starting TrueCrypt</dd>
</dl>
</div>
<p>Select &#8216;Create an encrypted file container&#8217; and select &#8216;Next&#8217;</p>
<div class="mceTemp">
<div class="mceTemp">
<dl id="attachment_47" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvolcreate.jpg"><img class="size-medium wp-image-47 " title="TrueCrypt Volume Create" src="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvolcreate-300x180.jpg" alt="TrueCrypt Colume Create" width="300" height="180" /></a></dt>
<dd>TrueCrypt Volume Create</dd>
</dl>
</div>
</div>
<p>Select &#8216;Standard TrueCrypt volume&#8217; and select &#8216;Next&#8217;</p>
<div class="mceTemp">
<dl id="attachment_48" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvoltype.jpg"><img class="size-medium wp-image-48" title="TrueCrypt Volume Type" src="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvoltype-300x180.jpg" alt="TrueCrypt Volume Type" width="300" height="180" /></a></dt>
<dd>TrueCrypt Volume Type</dd>
</dl>
</div>
<p>Enter a volume location of &#8216;\\SNOOPY-B\WHS\Backup.raw&#8217; and select &#8216;Next&#8217;</p>
<div class="mceTemp">
<dl id="attachment_49" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvollocation.jpg"><img class="size-medium wp-image-49" title="TrueCrypt Volume Location" src="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvollocation-300x180.jpg" alt="TrueCrypt Volume Location" width="300" height="180" /></a></dt>
<dd>TrueCrypt Volume Location</dd>
</dl>
</div>
<p>Pick an encryption and hash algorithm or just accept the defaults and select &#8216;Next&#8217;</p>
<div class="mceTemp">
<dl id="attachment_50" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcencopt.jpg"><img class="size-medium wp-image-50" title="TrueCrypt Encryption Options" src="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcencopt-300x180.jpg" alt="TrueCrypt Encryption Options" width="300" height="180" /></a></dt>
<dd>TrueCrypt Encryption Options</dd>
</dl>
</div>
<p>Select the size of the volume you want to create. You should pick roughly the same size as your WHS.  Be aware that a 400Gb volume may take 20 hours to create! Select &#8216;Next&#8217;</p>
<div class="mceTemp">
<dl id="attachment_51" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvolsize.jpg"><img class="size-medium wp-image-51" title="TrueCrypt Volume Size" src="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvolsize-300x180.jpg" alt="TrueCrypt Volume Size" width="300" height="180" /></a></dt>
<dd>TrueCrypt Volume Size</dd>
</dl>
</div>
<p>Enter the Volume password.  Don&#8217;t go overboard with the password as it has to be stored in plain text in the script anyway. In this case it was &#8216;Password&#8217;.  Select &#8216;Next&#8217;</p>
<div class="mceTemp">
<dl id="attachment_52" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvolpassword.jpg"><img class="size-medium wp-image-52 " title="TrueCrypt Volume Password" src="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvolpassword-300x180.jpg" alt="TrueCrypt Volume Size" width="300" height="180" /></a></dt>
<dd>TrueCrypt Volume Password</dd>
</dl>
</div>
<p>Change the File system to NTFS, move the mouse around for a bit, then select &#8216;Format&#8217;.  If the format does not start, move the mouse around some more. </p>
<div class="mceTemp">
<dl id="attachment_53" class="wp-caption alignnone" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvolformat.jpg"><img class="size-medium wp-image-53" title="TrueCrypt Volume Format" src="http://www.homeautomation-direct.com/blog/wp-content/uploads/2008/12/tcvolformat-300x180.jpg" alt="TrueCrypt Volume Format" width="300" height="180" /></a></dt>
<dd>TrueCrypt Volume Format</dd>
</dl>
</div>
<p>Sit back and wait&#8230;..</p>
<p>Select &#8216;Exit&#8217; to quit the Wizard and &#8216;Exit&#8217; to quit TrueCrypt.</p>
<div>On the NAS server you should now have a single file called Backup.raw of the size you require.  </div>
<h2>RoboCopy Setup/Installation</h2>
<p> Run the setup program (UtilitySpotlight2006_11.exe)  </p>
<p>Unzip the files to C:\Temp </p>
<div>From C:\Temp\UtilitySpotlight, run setup.exe and accept the defaults. </div>
<h2>Copying the Scripts</h2>
<p> Create a folder under &#8216;C:\Program Files&#8217; called &#8216;Conscious&#8217; </p>
<div> Under the new folder, create the following two scripts by copy and pasting this code:</div>
<p><strong>BackupShares.cmd</strong></p>
<blockquote><p>REM Windows Home Server Off-Site encrypted backup of shares folder<br />
REM (C) 2008 <a href="http://www.HomeAutomation-Direct.com">www.HomeAutomation-Direct.com</a><br />
REM Released under GPL. No consequential loss or damages accepted.  Use at your own risk!</p>
<p>REM Mount the TrueCrypt container on T: No user output<br />
&#8220;C:\Program Files\TrueCrypt\TrueCrypt.exe&#8221; /V \\SNOOPY-B\WHS\BACKUP.RAW /L T /P &#8220;Password&#8221; /Q /S</p>
<p>REM Copy the &#8220;shares&#8221; folder in Mirror Mode, Restartable, All attributes, No progress, 4 retries, 5 second wait between retries, Log to file, Console output<br />
Robocopy D:\shares T:\shares /MIR /Z /COPYALL /NP /R:4 /W:5 /LOG:&#8221;C:\Program Files\Conscious\BackupShares.log&#8221; /TEE</p>
<p>REM Dismount the container<br />
&#8220;C:\Program Files\TrueCrypt\TrueCrypt.exe&#8221; /D /Q</p></blockquote>
<p><strong>BackupBackups.cmd</strong></p>
<blockquote><p>REM Windows Home Server Off-Site encrypted backup of backup folder<br />
REM (C) 2008 <a href="http://www.HomeAutomation-Direct.com">www.HomeAutomation-Direct.com</a><br />
REM Released under GPL. No consequential loss or damages accepted.  Use at your own risk!</p>
<p>REM WHS will complain if the services are stopped for too long!</p>
<p>REM In this example, destination NAS drive is called \\SNOOPY-B with a share called WHS<br />
REM TrueCrypt volume is called Backup.raw. Password for TrueCrypt volume is &#8220;Password&#8221;</p>
<p>REM Start the Drive Letter Service<br />
NET STOP PDL</p>
<p>REM Start the Backup Service<br />
NET STOP WHSBackup</p>
<p>REM Mount the TrueCrypt container on T: No user output<br />
&#8220;C:\Program Files\TrueCrypt\TrueCrypt.exe&#8221; /V \\SNOOPY-B\WHS\BACKUP.RAW /L T /P &#8220;Password&#8221; /Q /S</p>
<p>REM Copy the &#8220;backup&#8221; folder in Mirror Mode, Restartable, All attributes, No progress, 4 retries, 5 second wait between retries, Log to file, Console output<br />
Robocopy D:\folders\{00008086-058D-4C89-AB57-A7F909A47AB4} T:\folders\{00008086-058D-4C89-AB57-A7F909A47AB4} /MIR /Z /COPYALL /NP /R:4 /W:5 /LOG:&#8221;C:\Program Files\Conscious\BackupBackups.log&#8221; /TEE</p>
<p>REM Dismount the container<br />
&#8220;C:\Program Files\TrueCrypt\TrueCrypt.exe&#8221; /D /Q</p>
<p>REM Start the Backup Service<br />
NET START WHSBackup</p>
<p>REM Start the Drive Letter Service<br />
NET START PDL  </p></blockquote>
<h2>Testing</h2>
<p>Make sure you either have a backup copy of all your shared folders, or you are running this on a test server.  I used Microsoft Virtual PC (free download) to develop the scripts before installing it on my real server.  Be aware that the /MIR option on RoboCopy will DELETE files so if you get the parameters wrong you will lose data. </p>
<div>Open a command prompt and type &#8216;CD C:\Program Files\Conscious&#8217;</div>
<p>Type &#8216;BackupShares.cmd&#8217;</p>
<p>The script should run and all the files will be copied across to the NAS drive.  A summary will be shown at the end and a log file will have been created in the same folder.  If you run it again, it should be a lot quicker as it will have nothing to do and the summary should reflect this in the Skipped column.</p>
<p>Once you are happy that&#8217;s working, you can backup the backups.</p>
<p>Type &#8216;BackupBackups.cmd&#8217;</p>
<p>Again , the script should run and all the files will be copied over.  The only difference with this script is that it needs to stop and start a couple of services.  WHS will warn you this has happened, but you can ignore it. </p>
<h2>Scheduling the scripts</h2>
<p>You can use the built-in  Scheduled Task service (under control panel) to schedule the scripts to run.  The BackupBackups one should be run outside of your WHS backup window i.e. after it, because if it runs during it, the backups will fail.  The BackupShares script can be run at anytime.  If you have masses of data you can limit the run time of the scripts through the scheduled task.  RoboCopy has been setup to use restartable mode so any files that are being copied will just continue the next time it runs.</p>
<h2>Real World timings</h2>
<p>The following timing were taken from my production WHS running on a Tranquil PC, connected over a 1Gbs network to a Freecom Network Drive Pro, backing up two laptops and a PC.</p>
<p>Creation of a 450Gb encrypted volume: 20 hours</p>
<p>Initial copy of &#8217;shares&#8217; folder: 214Gb in 9.5 hours<br />
Second run the next day: 0Gb in 3.5 minutes<br />
Third run: 0Gb in 3.5 minutes</p>
<p>Initial copy of &#8216;folder&#8217; folder: 94Gb in 4.5 hours<br />
Second run the next day:81Gb in 4 hours<br />
Third run: 5Gb in 14 minutes</p>
<p>It would seem, that when the PC backup cleanup runs (on a Sunday), the timestamp on every backup file is updated, so RoboCopy has to re-sync it.  I don&#8217;t know why it does this so I&#8217;d be interested in other peoples thoughts.  Apart from that, just the changes are transferred to the NAS drive everyday.</p>
<h2>Shameless Plug</h2>
<p><a href="http://www.EnergyMonitors-Direct.co.uk">www.EnergyMonitors-Direct.co.uk</a><br />
Energy Monitors Direct is an online supplier of the best energy monitors available to help you save money and reduce your carbon footprint. Even small savings will help reduce climate change.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homeautomation-direct.com/blog/?feed=rss2&amp;p=59</wfw:commentRss>
		</item>
		<item>
		<title>Chromoflex RGB controllers now available</title>
		<link>http://www.homeautomation-direct.com/blog/?p=35</link>
		<comments>http://www.homeautomation-direct.com/blog/?p=35#comments</comments>
		<pubDate>Thu, 02 Oct 2008 16:46:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.homeautomation-direct.com/blog/?p=35</guid>
		<description><![CDATA[
We&#8217;ve just added the Chromoflex series of RGB controllers to the product range.  In our opinion, the Chromoflex series offers the best value for money RGB controllers you can buy.  Especially as you can plug them into a PC and modify the in-built programs and settings using freely downloadable software.
Available is the Chromoflex III RC [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 257px"><a href="http://www.homeautomation-direct.com/shop/Chromoflex_RGB_Controllers.html"><img title="Chromoflex III Stripe" src="http://www.homeautomation-direct.com/shop/B-CRCS-M.jpg" alt="Chromoflex III Stripe" width="247" height="239" /></a><p class="wp-caption-text">Chromoflex III Stripe</p></div>
<p>We&#8217;ve just added the Chromoflex series of RGB controllers to the product range.  In our opinion, the Chromoflex series offers the best value for money RGB controllers you can buy.  Especially as you can plug them into a PC and modify the in-built programs and settings using freely downloadable software.</p>
<p>Available is the Chromoflex III RC Stripe and i350, which is the wireless version and the Chromoflex II Standard Stripe and i350, plus associated remote controls and dongles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homeautomation-direct.com/blog/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>How to: Installing Squeezecenter 7.2 on Windows Home Server</title>
		<link>http://www.homeautomation-direct.com/blog/?p=19</link>
		<comments>http://www.homeautomation-direct.com/blog/?p=19#comments</comments>
		<pubDate>Thu, 18 Sep 2008 13:45:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technical docs]]></category>

		<guid isPermaLink="false">http://www.homeautomation-direct.com/blog/?p=19</guid>
		<description><![CDATA[These step by step instructions will allow you to install Squeezecenter, the software that streams digital music to Logitech&#8217;s Squeezebox range of players, on a Windows Home Server.  The hardware in question was a Tranquil PC T7-HSAi but any WHS will do.

1. Use MSDTC to connect as Administrator to your WHS.
2.  Download the latest version of the software [...]]]></description>
			<content:encoded><![CDATA[<p>These step by step instructions will allow you to install Squeezecenter, the software that streams digital music to Logitech&#8217;s Squeezebox range of players, on a Windows Home Server.  The hardware in question was a <a title="T7-HSAi" href="http://www.homeautomation-direct.com/shop/TranquilPC_T7-HSAi_Windows_Home_Server__WHS_.html">Tranquil PC T7-HSAi</a> but any WHS will do.</p>
<p><span id="more-19"></span></p>
<p>1. Use MSDTC to connect as Administrator to your WHS.</p>
<p>2.  Download the latest version of the software from <a title="Slim Devices" href="http://www.slimdevices.com/su_downloads.html">here</a>.  You want the Windows 2000/XP/Vista version.  You should save it on the Desktop of the server.  If you don&#8217;t you will need to unblock it by right clicking on the file and selecting &#8216;Unblock&#8217;</p>
<p>3. Run the .exe, ignore the security warning.</p>
<p>4. Just keep the defaults for everything i.e. keep selecting &#8216;Next&#8217;.  There are some opinions around that say don&#8217;t install anything on the C: drive, but it&#8217;s small enough not to matter.</p>
<p>5.  Select All Programs, Squeezecenter, Squeezecenter startup option from the Start menu.  Select &#8216;Start Squeezecenter automatically&#8230;&#8217; and enter &#8216;Administrator&#8217; as the user and your administrator password.  This will allow Squeezecenter to run as a service so will be available when you log off.</p>
<p>6.  You can now log off the WHS.  If you try and run Squeezecenter using IE on the server, you will get errors as IE is running in a secure restricted mode.</p>
<p>7. Use the browser on your PC to point to http://&lt;WHS name&gt;:9000</p>
<p>8.  The setup wizard should start, just follow it through, pointing the Local Music Folder to &#8216;D:\shares\music&#8217; which appears as Music under shared folders on your PC.  Any music in there will then be scanned and added to the library. </p>
<p>9. Connect your hardware i.e Duet, Classic etc. and point it to the WHS.</p>
<p>That should be it.  The only reason you should need to log back into the WHS via MSTSC is to do an upgrade, which is exactly the same process as this minus a few configuration steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homeautomation-direct.com/blog/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>Logitech Squeezebox Classic now available with FREE shipping</title>
		<link>http://www.homeautomation-direct.com/blog/?p=17</link>
		<comments>http://www.homeautomation-direct.com/blog/?p=17#comments</comments>
		<pubDate>Thu, 18 Sep 2008 12:53:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.homeautomation-direct.com/blog/?p=17</guid>
		<description><![CDATA[
The Logitech Squeezebox Classic is now available with FREE shipping.
]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 262px"><a href="http://www.homeautomation-direct.com/shop/Logitech_Squeezebox_Classic.html"><img title="Logitech Squeezebox Classic" src="http://www.homeautomation-direct.com/shop/SB-CLASSIC-M.jpg" alt="Logitech Squeezebox Classic" width="252" height="131" /></a><p class="wp-caption-text">Logitech Squeezebox Classic</p></div>
<p>The Logitech Squeezebox Classic is now available with FREE shipping.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homeautomation-direct.com/blog/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Case Study: CM15Pro X-10 controller, Tranquil PC running Windows Home Server and a Squeezebox Duet</title>
		<link>http://www.homeautomation-direct.com/blog/?p=15</link>
		<comments>http://www.homeautomation-direct.com/blog/?p=15#comments</comments>
		<pubDate>Wed, 17 Sep 2008 18:59:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Case Studies]]></category>

		<guid isPermaLink="false">http://www.homeautomation-direct.com/blog/?p=15</guid>
		<description><![CDATA[The aim of installing the home automation hardware was to both lower the energy bills and have more convenience in day to day living.  The Windows Home Server ensured that all the data on the PCs and Laptops was secure and the Squeezebox Duet allowed the CD collection to be put in storage&#8230;

Automation Hardware used:
CM15Pro [...]]]></description>
			<content:encoded><![CDATA[<p>The aim of installing the home automation hardware was to both lower the energy bills and have more convenience in day to day living.  The Windows Home Server ensured that all the data on the PCs and Laptops was secure and the Squeezebox Duet allowed the CD collection to be put in storage&#8230;</p>
<p><span id="more-15"></span></p>
<p><strong>Automation Hardware used</strong>:<br />
<a title="CM15Pro" href="http://www.homeautomation-direct.com/shop/Marmitek_CM15Pro_X10_Controller.html">CM15Pro Controller<br />
</a>Plug-in appliance modules<br />
1 way and 2 way micro modules<br />
Plug-in filters<br />
Micro module filters<br />
Micro module amplifier.<br />
<a title="4 way remote control" href="http://www.homeautomation-direct.com/shop/X10_4_Channel_Remote_Control__4059_.html">4 way remote control</a><br />
Plug-in wireless module<br />
Plug in power meter</p>
<p><strong>Digital Music Hardware used:</strong><br />
<a title="Tranquil PC T7 HSAi" href="http://www.homeautomation-direct.com/shop/TranquilPC_T7-HSAi_Windows_Home_Server__WHS_.html">Tranquil T7 PC</a><br />
<a title="Squeezebox Duet" href="http://www.homeautomation-direct.com/shop/Logitech_Squeezebox_Duet_Digital_Music_Server.html">Logitech Squeezebox Duet</a></p>
<p><strong>Energy Saving/Monitoring Hardware used:<br />
</strong><a title="Eco-Eye Elite" href="http://www.homeautomation-direct.com/shop/Eco-Eye_Elite_Energy_Monitor.html">Eco-Eye Elite</a></p>
<p><strong>Automation</strong><br />
Initially the CM15Pro was setup to control a couple of plug in modules attached to table and floor lamps. These contained energy saving bulbs so lamp dimmer modules could not be used.<br />
The CM15Pro was configured using the supplied ActiveHomePro software to turn the modules on at Dusk and turn them off at 23:00h. Channel 1 on the remote control was also configured to turn the modules on and off at will.</p>
<p>After a few days it was decided to change the &#8216;on&#8217; time to fifteen minutes before dusk, this now brought the lights at a more comfortable light level. More plug-in modules were added along with micro modules placed behind existing light switches.</p>
<p>An additional plug-in wireless receiver and remote control was added to allow the bedrooms to control the lighting.</p>
<p>On one particular mains circuit (a radial not a ring), the X10 signals started failing. After unplugging all the devices on that particular circuit and powering them up one by one it was found that an HP PC base unit and Canon printer were causing the issues. Plug-in filters were connected to those two devices and the X10 signals once again flowed.</p>
<p>After adding more X10 modules to remote parts of the house, again, the signal started to become unreliable to the furthest one. An amplifier module was therefore added close to the consumer unit. This had the effect of doubling the signal strength on the X10 transmission, so now all parts of the house were reachable.</p>
<p><strong>Energy Saving</strong><br />
A few hours were spent with a plug in power meter measuring the standby/off load of every device that was plugged into any socket. This ranged from mobile phone chargers (about 4w) to gas cookers (21w), the hi-fi (50w) and flat screen televisions (only 1w, don&#8217;t believe the media hype). After this list had been drawn up, plug in modules were placed on the high consuming devices and a macro created in the CM15Pro to turn all the devices off at 00:00 and back on again at 06:00. This is the sort of energy saving measure that is painless and just happens in the background. If anyone happened to still need anything after midnight, channel two on the remote control was programmed to re-enable i.e. turn on everything that had been turned off.</p>
<p><strong>Alarm Interface</strong><br />
The interface to the intruder alarm has now been installed. Four outputs have been taken from the alarm panel : Alarm, Set/Unset, Chime and Lounge PIR. These go via a small relay board to provide isolation into a TMA4 4 channel X10 micromodule transmitter. An X10 On is sent when the input from the alarm goes high and an off is sent when it returns to low.</p>
<p>The Set/Unset signal triggers the powersaving macros described earlier. So when the alarm is fully set, i.e. the house is unoccupied, all devices that are not needed are powered off. When the alarm is unset, they are powered back on. Again, a simple technique that required no thought from the user will save energy. The Chime input is used to detect when any of the external doors are opened. This will activate the external lights and does away for the need for PIRs which can be a bit hit and miss. The Lounge PIR is used to stop the lights turning off at 23:00 if someone is still up. The macro to turn the lights off keeps checking every five minutes to see if there has been a trigger from the PIR, after fifteen minutes of no activity the lights will be turned off. The Alarm input is also useds to trigger the external lights and implement additional security protocols.</p>
<p><strong>Download</strong><br />
You can download the actual AHX file that runs inside the CM15Pro from <a title="AHX file" href="http://www.homeautomation-direct.com/cgi-bin/ss000001.pl?PRODREF=X10%2dAHX&amp;NOLOGIN=1" target="_self">here</a>. This will allow you to see how the macros have been implemented.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homeautomation-direct.com/blog/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>All Eco-Eye products now have FREE shipping</title>
		<link>http://www.homeautomation-direct.com/blog/?p=12</link>
		<comments>http://www.homeautomation-direct.com/blog/?p=12#comments</comments>
		<pubDate>Wed, 17 Sep 2008 15:25:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.homeautomation-direct.com/blog/?p=12</guid>
		<description><![CDATA[
All Eco-Eye products are in stock and are shipped for FREE.  Grab one now and start saving money.
]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 495px"><a href="http://www.homeautomation-direct.com/shop/Energy_Saving.html"><img title="Eco-Eye Elite Energy Monitor" src="http://www.homeautomation-direct.com/shop/EE-ELITE-M.jpg" alt="Eco-Eye Elite Energy Monitor" width="485" height="135" /></a><p class="wp-caption-text">Eco-Eye Elite Energy Monitor</p></div>
<p>All Eco-Eye products are in stock and are shipped for FREE.  Grab one now and start saving money.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homeautomation-direct.com/blog/?feed=rss2&amp;p=12</wfw:commentRss>
		</item>
		<item>
		<title>How to: Restoring a PC/Laptop using Windows Home Server</title>
		<link>http://www.homeautomation-direct.com/blog/?p=8</link>
		<comments>http://www.homeautomation-direct.com/blog/?p=8#comments</comments>
		<pubDate>Wed, 17 Sep 2008 07:15:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technical docs]]></category>

		<guid isPermaLink="false">http://www.homeautomation-direct.com/blog/?p=8</guid>
		<description><![CDATA[One of the laptops suffered a hard disk failure last week, luckily it was part of the backup regime controlled by a Tranquil PC running Windows Home Server.
Although the steps involved in the  recovery process are simple.  They don&#8217;t seem to be documented, so here they are:
1. Get the hardware working again, in this case it [...]]]></description>
			<content:encoded><![CDATA[<p>One of the laptops suffered a hard disk failure last week, luckily it was part of the backup regime controlled by a <a title="T7-HSAi" href="http://www.homeautomation-direct.com/shop/TranquilPC_T7-HSAi_Windows_Home_Server__WHS_.html">Tranquil PC </a>running <a title="WHS" href="http://www.homeautomation-direct.com/shop/Windows_Home_Server.html">Windows Home Server</a>.</p>
<p>Although the steps involved in the  recovery process are simple.  They don&#8217;t seem to be documented, so here they are:<span id="more-8"></span></p>
<p>1. Get the hardware working again, in this case it involved replacing the HDD in the laptop.</p>
<p>2. Download the latest recovery/boot cd from the Microsoft website.  Although you may have a &#8216;HomePC Restore CD&#8217; folder on your server, unless you know it&#8217;s up to date, get the latest from <a title="WHS CD Download" href="http://go.microsoft.com/fwlink/?LinkID=104683">here</a>.</p>
<p>4. Extract the ISO by running the downloaded file and burn the ISO to a CD using your favorite burning software.</p>
<p>5. Open the last good backup for your PC using the WHS Console and copy the folder called &#8216;Windows Home Server Drivers for Restore&#8217; to the root of a USB stick.</p>
<p>6. Connect the PC/Laptop to an Ethernet network with access to the WHS and boot off the CD you have just created.  It will ask for the drivers for your hardware, at this point insert the USB stick and let it scan it.</p>
<p>7. Select the backup you want to restore, if you have put a new HDD in, you will need to create a partition and format it.</p>
<p>8.  Let the restore run.  A 40Gb disk will take around 20minutes one 1Gbps network.</p>
<p>That should be it, unless you did have to replace the hard disk, in which case you&#8217;ll now find the PC/Laptop won&#8217;t boot as it doesn&#8217;t have a master boot record.  The steps to fix this are:</p>
<p>1. Boot the PC/Laptop off an original OS CD e.g. Windows XP and select the recovery console option.</p>
<p>2. Once in the recovery console run &#8216;FIXMBR&#8217;</p>
<p>3. Reboot the PC/Laptop, everything should now be as it was when the last backup was taken.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homeautomation-direct.com/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
		<item>
		<title>Logitech Squeezebox Boom available soon&#8230;</title>
		<link>http://www.homeautomation-direct.com/blog/?p=5</link>
		<comments>http://www.homeautomation-direct.com/blog/?p=5#comments</comments>
		<pubDate>Tue, 16 Sep 2008 12:12:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.homeautomation-direct.com/blog/?p=5</guid>
		<description><![CDATA[
 
Coming soon is the Logitech Squeezebox Boom, another new product from the Slim Devices division.
]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 389px"><a href="http://www.homeautomation-direct.com/shop/Logitech_Squeezebox_Boom__All-in-one_network_music_player.html"><img title="Logitech Squeezebox Boom" src="http://www.homeautomation-direct.com/shop/SB-BOOM-M.jpg" alt="Logitech Squeezebox Boom" width="379" height="178" /></a><p class="wp-caption-text">Logitech Squeezebox Boom</p></div>
<p> </p>
<p>Coming soon is the Logitech Squeezebox Boom, another new product from the Slim Devices division.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homeautomation-direct.com/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.homeautomation-direct.com/blog/?p=3</link>
		<comments>http://www.homeautomation-direct.com/blog/?p=3#comments</comments>
		<pubDate>Mon, 15 Sep 2008 13:30:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.homeautomation-direct.com/blog/?p=3</guid>
		<description><![CDATA[Welcome to the H.A.D blog.  We hope you&#8217;ll find this a useful reference site in the future.
]]></description>
			<content:encoded><![CDATA[<p>Welcome to the H.A.D blog.  We hope you&#8217;ll find this a useful reference site in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.homeautomation-direct.com/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
