Playing with Open Source Automation

We’re preparing to move into a new house and I’ve discovered that I’m interested in home automation. Well… not really home automation so much as the nerdy aspect of controlling physical things through code.

This is a bit scary, as home automation can be quite expensive and if not done with an eye toward quality and usability can be very very frustrating.

Oh well. I was Googling the subject and found several open source home automation controllers. One of those is Open Source Automation. It’s .Net based and has a plugin system for extension. I’m a .Net developer by day (and some evenings and weekends…) so I found it pretty interesting. All kinds of what-if’s entered my brain:

Step 1 Install MySQL - Done!

Step 2 Install Open Source Automation…

Running the Installer, I got the following message: “There is a problem with this installer package…”:

Looking at the log, this is what’s occuring right when the error happens:

Perusing the Open Source Automation forums, I found this post talking about the same issue with the installer. It indicates that restarting the MySQL service may resolve the issue. So I restarted the service and…. same error.

The same post indicated that perhaps something else was running on port 8081 and to use tcpview to check it out. I used it - nothing’s running on port 8081.

I then found this post, which indicated that .Net 3.5 may be needed for the Web Server software to install. I’m running Windows 8, so this isn’t installed by default. Installed it. Ran the OSA installer… it worked! So yeah - .Net 3.5 is a pre-req that the installer doesn’t check for.

Step 3 - Get the Z-Wave USB dongle working.

Reading OSA’s wiki, I found that this particular (older) dongle, the Intermatic HA22,  isn’t support by the Open-ZWave library. So much for that.

Guess I’ll have to wait until I get some hardware that works with OSA… or find some other software that might work with the Intermatic HA22. Off to Google for that :)