Oops. Fixed in this build - thanks to StephenN for pointing out that it didnt work in the previous 1.0.22 build.
Rumblings and goings on in the world of Mart - living on the bleeding edge, and sometimes falling over the side.
Sunday, August 17, 2008
Another new build.. SleepTool 1.0.23
Oops. Fixed in this build - thanks to StephenN for pointing out that it didnt work in the previous 1.0.22 build.
Saturday, August 09, 2008
New version of SleepTool for BBSB/Domia Lite

This new version of SleepTool is a masterpiece of unfinished work, it does however now have code in it to support sending of BBSB/Domia codes to the BBSB Online Controller.
Reposting this due to broken links etc, code is included if you can still remember VB6 - enjoy.
Download ZIP of binary and VB 6 code.
I'd be interested in hearing from you if you've enhanced this or written any other Domia Lite code for other HA purposes.
Mart.
Friday, February 22, 2008
Update: BBSB Controller availability and Support..
I followed this up with Domia, and they confirm that they will respond within 24 hours on weekdays to e-mail support requests to 'Technical at SimplyAutomate .co .uk". - so if you have questions or issues with controllers , or the website service give that a try.
I'm also pleased to confirm that they tell me that the BBSB Controllers are only temporarily out of stock, and have not been pulled from their range ... hurray!
Monday, February 18, 2008
Domia Lite or Home Easy?

On the left is the HomeEasy HE200 , On the right, is the new Domia Lite 'Timer' ...hmm.
New on the SimplyAutomate online store: http://www.simplyautomate.co.uk/acatalog/domialite.html is item above, it's twin the HomeEasy HE200 'Timer Remote', can be found here: http://www.homeeasy.eu/product2.php
Several people have posted on the net about them being similar, but I've not found any posts with lists of devices from the HE range that work with Domia Lite.... I'll keep looking, right up until I go to B&Q and pick up a few of the more interesting devices they have there...
On a more depressing note, I've been unable to find the famous BBSB Online Network controller mentioned in such a glowing light previously on the blog.
It appears that the controller (or rather all 4 flavours of it when it did exist) have been dropped from the SimplyAutomate store without trace, which I do hope isnt a sign that it's been axed from the Domia Range.... not good for us HA types, as we now have no way of talking to those lovely cheap Domia modules anymore 8-( ... or perhaps those nice B&Q Byron devices either.......
Saturday, February 02, 2008
Windows Home Server: What's inside..
Interestingly, a lot of the useful features are quite straightforward to implement on a normal Windows XP or Vista workstation, or on Linux if you're that way inclined.
A
Access to the server remotley is under SSL encryption in your browser, thanks to a server SSL Certificate.
Enabling internet functionality on the server results in your own SSL Cert being automatically provisioned by GoDaddy, and it would appear that its actually granted to the home-server DNS name you set up, and not just *.homeserver.com - interesting. More interesting is that my trial server dies in 179 days, but my free SSL cert will last until 2013 8-) -- ironically, this is of course tied to myservername.homeserver.com, and therefore it's impossible to pay a DNS provider for any .homserver.com DNS name anyway because MS own that - so no free lunch here 8-(
I'm also surprised that the product doesnt offer some sort of certificate based two factor authentication - say a private certificate based set of folders that would not open without password and installed certificate perhaps?
AV Protection
Nope! - a brave move for a product that is essentially based on Windows 2003 server with some changes, You will be asked to open ports 80, 443 and a few others to enable RDP to your clients on your home network. To leave this for any period of time without a supported AV product installed and working is not a smart move- especially with all your data loaded on there.
OneCare would have been a nice build-in for this, but clearly not. At the time of writing Avast! have a WHS aware AV product. -so there are options already.
X-Raid
I call it X-Raid, but there are other names for it, this is essentially a form of 'RAID' that creates redundancy by spreading your data, and (I'm assuming) parity for it around over the disks you have installed, despite them being different sizes - nice, though there have been many comments on the forums saying that the server 'balances' between disks all the time especially if you hit it with a heavy upload of files - I suspect a later patch from the mothership will set this up so it only happens at set time windows for example.
This is 'software' RAID whatever way you look at it, and it will never really compete with a hardware based controller with caching etc, that you find in commercial servers, and I wonder if a hardware option would be better given many OEM's have spun WHS dedicated hardware already...
I've yet to add more than a single disk to my WHS, so a more in-depth comment on this will arrive here later once, I've seen it at work.
Hacking already!
While at Tech-Ed I spoke to several MS staff regarding WHS and external network storage - many of us (including me) already invested in Home NAS devices (mine is a Synology CS107), which have redundant RAID on SATA disks already, and WHS's efforts are therefore less appealing to me - Sadly, MS told me a the time that there is no support for NAS'es, but as always, I set about working out how to share the folders on the NAS via the site regardless- my interest in WHS is remote access and backup primarily for now.
In actual fact , once you realise that a shared folder in WHS is resident on the D: drive of the server (your primary disk, 2nd partition if you have just the one ), and the neat folder interface is supplied by some ASP.NET in IIS on the machine, it becomes a little easier.
From what I can see, the actual interface shares the folder contents via some server-side code which cleary we probably cant force to show a non-local network share. (after all we're asking for 'share forwarding' something that windows cant do anyway).. except in IIS...
It is possible to create virtual directories in IIS to point to network locations, and this appears to work nicely as it does on any other windows IIS box.
Sniffing around in the iis folders gave away how to add some links to the WHS web page:

- Set up a virtual directory in IIS pointing to your remote system, I selected 'always validate the authenticated users credentials' which uses the user you logged in as (make sure they have a matching username and pw on the remote server, or NAS)
- Ensure you enable 'Read' and 'Directory Browsing' ,then click 'Directory Security' then click 'edit' and remove anonymous access! - select 'basic clear text auth' - if you enter via SSL I think you're encrypted anyway?
- Copy WHS the c:\Inetpub folder somewhere as a backup, first before interfering..
- Edit c:\inetpub\wwwroot\remote\default.aspx and locate the line with
if (Has3rdPartyWebsites)
<%if (Has3rdPartyWebsites){ %>
(remove it, along with the corresponding <%} %>bit as well at the next paragraph)
- Edit c:\inetpub\wwwroot\remote\websites.aspx and add a few lines like this (one for each link)
- Where 'name' is the link name, uri is the path to the virtual dir you created (I put mine under remote), and imageUrl points to something pretty - like the graphics in the images folder)
When you click the links you do get the ugly IIS folder list, but there are 3rd party apps to make this look nice, and I'm not giving up just yet on adding it to the folder tab in the main site 8-)
If you're listening MS: Remote storage (E.g NAS'es) would be a nice supported feature, especially if you then consider making the WHS an embedded device with LOW power consumption and no moving parts 8-)
More on WHS later as I'm not done, with 178 days remaining, though I must say all it's done is made me think that my 'unslung' Linksys NSLU2 (Which uses a 1/10th of the electricity of my WHS) is capable of most of the functions I need, I may need to explore this further - if I do I'll post what I've built - think 'embedded WHS' with Linux 8-)
We have to be mindful that WHS is targeted at the average consumer, and for that it's a great solution, especially looking at the fine examples from the OEM market (HP, Tranquil etc), I suspect the geek movement are busy as we speak moving features onto this platform ..
Friday, January 18, 2008
Network events from the BBSB controller!

Here's how:
Sunday, January 13, 2008
Does your Media Center sleep through the night?
Wednesday, January 02, 2008
A critical Media Center process has failed
My Vista Media Center machine has been in 'production' in the house for a good 5 months now, and apart from a few annoyances (see below), it's been relativley plain sailing.
Until the christmas hols that is:
- Just when it was time to book in all the rubbish xmas TV recordings over the festive season, I got the ominous 'A critical Media Center process has failed' message.
If you search on the GreenButton, and other popular forums, you'll pretty much see that people are tearing their hair out on this one - everything from new motherboards to repeated rebuilds to try and get rid of it.
Now, being from a SW engineering background, I'm not sure who in the ivory tower decided it was a good idea to present this as a modal dialog to the end-user on the 10-foot interface, rather than log something useful in the event logs, or even (gasp) 'report' the issue and get a fix for it, but here is story from my perspective, and what it led to:
- Recordings.xml was about 1.5MB, and had about 2 years worth of series recordings, in fact it was moved over from the MCE2005 machine using Ian Dixons 'MCEBackup' utility, which works really well.
- Disk space was down to about 20GB free, on a 250GB drive
- About every 30 minutes, usually when using the Recorded TV page the message appeared, and the machine stuttered for a few minutes, then came back to life.
- A number of error logs appeared in C:\ProgramData\Microsoft\ehome (433 of them)
- The machine started recording two scheduled shows, and then 'stuck' - the shows were (alledgedly) still recording the next day.
I dont understand what actually caused this, but I remedied with the following steps. If you want to actually keep all those series settings that you have booked in, then use Ian's MCEBackup utility to back them up before you continue.
- Stop "Windows Media Center Scheduler Service" and "Windows Media Center Receiver Service". Services
- Delete Recordings.xml , and Recordings.xml.bak from C:\ProgramData\Microsoft\ehome\Recordings
- Restart the "Windows Media Center Service Launcher" service
- Restore the recordings if you backed 'em up.
I skipped the restore, and booked the ones I wanted to keep in again using the keyboard, I suspect that 'series bloat' is more than a contributing factor here.
Now, I think we are looking at a number of bugs here Microsoft:
- The recording disk space limit in the settings menu doesnt appear to work all the time - MCE went 'over' it's disk space budget, and when it's done this, it appears to refuse to delete shows that are old (which is the intended mechanism to make disk space)
- 'Something' is going on with the Recordings.xml file - given that this is a fairly simple 'dump' of the booked in recordings I'm not sure what.
- finally, the crash reporting on my machine doesnt appear to be reporting anything - I doubt that it has reported the 433 crashes to the mother ship - if this due to the nature of the issue, then I suspect it might not be hugely understood back in Redmond.
(one of the 433 crash reports)
[Crash Information]ReportVersion=2MainBinary=C:\Windows\ehome\ehRec.exeMainBinaryVersion=6.0.6000.16386 (vista_rtm.061101-2205)CrashTime=11/20/2007 22:54:41 UTCException=System.NullReferenceExceptionExceptionMessage=Object reference not set to an instance of an object.
[Stack Trace]IP=0x000001ad RecordingObjects.RecordingScheduleItem.get_AlternateAirings()+0x7A :0,0IP=0x00000166 RecordingObjects.ConflictManager.FixAlternateStates(RecordingObjects.RecordingScheduleItem item)+0x43 :0,0IP=0x00000055 RecordingObjects.ConflictManager.FixAlternateStatesOnStateChange(RecordingObjects.RecordingScheduleItem item, ehiProxy.DVRSTATE oldState, ehiProxy.DVRSTATE newState)+0x29 :0,0IP=0x000001b7 RecordingObjects.RecordingScheduleItem.StatePostTransition(ehiProxy.DVRSTATE oldState, ehiProxy.DVRSTATE currentState)+0x115 :0,0IP=0x00000166 RecordingObjects.RecordingScheduleItem.set_State(ehiProxy.DVRSTATE value)+0x9B :0,0IP=0x00000967 RecordingObjects.RecordingScheduleItems.ConsistencyCheck(System.Object state)+0x38E :0,0
Its a real shame that this particular issue is not well understood and patched already, as it may even be spreading like rot across the MCE Vista community (!).
So, my feature request for 2008, is that there be an update to Windows Home Server, that incorporates Media Center 'server side' functionality - so that the machine can be used as a media center via the new v2 Media Center Extenders - this way the MC becomes more 'appliance' like, there are less pathces and updates required (because there is less 'clag' on the machine), and it's therefore more stable... it will be interesting if this becomes a reality .. I suspect (as others do) that this will be a future version.. 8-(
Hey ho, roll on Feb 1st when we can get our hands on a Linksys DMA2100 extender.... 8-)
Wednesday, November 28, 2007
Do you have enough Cat5?
What's the catch? - Well you can't use this hack if you're running Gigabit networking, as it's only good for 10mbit, or 100mbit.
How does it work? - No secrets here, 10mbit, or 100mbit ethernet only uses TWO pairs out of the four on the cable. Therefore if you create a couple of adapters you can feed two connections on one cable.
Wiring
If you have a RJ45 cable tester, use that to make sure you have 2 good pairs on each end (you'll need to plug the two 'plugs' together using an 'end-to-end' adapter, of if you're like me, you just went for it and connected it up. The resulting diagram explains what is going on here:

You can also (in theory), according to the Wikipedia article, use this for running 1 x 100mbit Lan, and up to two Phone Lines provided your phone lines only require 2 wires, or 4 if you run just one - Running Phone lines over this type of setup may be forbidden by your telephone company, so beware before starting on this for that reason - you will also be likely to get interference from the LAN signals on your phone calls due to the unshielded nature of the cabling.
DISCLAIMER: Please dont attempt this if you're not confident in making up CAT5 cables, I assume no responsibility or liability for any injury, loss or damage incurred as a result of any use or reliance on this information. 8-)
Sunday, November 04, 2007
Using AutoDVRConvert on Vista Media Center..
Never fear! - here's how to fix the conversion - it's not AutoDVRConvert at all that causes the problem, it's the LAME mp3 DirectShow encoder I linked to below.
Do the following from a command prompt, in the folder where you have all the files:
- regsvr32 /u lame_enc.ax
- delete lame_enc.ax
- download http://files.commo.de/lame_dshow397.zip ( the forum I found this link on is here: http://forum.doom9.org/archive/index.php/t-104234.html )
- Use the new lame.ax file inside the zip
- Register it: regsvr32 lame.ax
- Open GraphEdt and re-make your filter chain using the new version of the Lame encoder (it shows up as 'Lame Audio Encoder' in the list - If you have Lame MPEG Layer III Audio Encoder its the *wrong* one)
- Save your graph as it's GRF file
- Select the new GRF file in AutoDVRConvert and save
- test it.
Worked for me 8-)
Wednesday, October 31, 2007
Juice and Vista Media Center

- Run the setup as Administrator (or administration user)
- After installation *dont* start the application
- Go to c:\program files\Juice
- Set Juice to 'Windows XP SP2' compatibility mode in Explorer (right click)
- Go to c:\users\
in explorer - Do Tools/Folder Options , 'Show hidden files and folders'
- Navigate to the now visible 'AppData\Roaming\iPodder' folder
- Edit ipodder.cfg in Notepad
- Change download_dir= line to remove the 'My ' from My documents
- Save the file and start Juice
- Go to File/Preferences
- Set 'Download Podcasts to this folder' to 'C:\Users\Public\Videos'
- Add your RSS video feeds 8-) and download.
- Enable General/At Startup only show Juice in the System Tray
- Click the Player tab and select No Player
- Save
- Select Tools Menu/Scheduler
- Set your favorite download time to whenever you want it to run
Your podcasts will now download automatically into Vista Media Center, and appear in folders under Videos on the main menu 8-) -- this happens regardless of what the enclosure is - if you add an MP3 feed , you'll get audio in there as well.
Friday, October 12, 2007
BBSB Office
http://www.byebyestandby.co.uk/byebyestandbyoffice.html
This includes, from the initial information on the site above:
- Some more 'secure' appliance modules
- A different Remote
- A 'PC' Service (perhaps similar to that described in my wishlist below) that can tell appliance modules to switch on and off (I think)
More news as I get it. 8-)