Demonstration of my smart house home automation
You can now a demonstration of my smart house here: http://blog.abodit.com/wp-content/uploads/2010/01/Smartest-House-by-Ian-Mercer.html
No comments yet.
No trackbacks yet.
Weather Forecasting for Home Automation
about 5 days ago - No comments
In the USA we are lucky to have the NOAA and their excellent web service that can provide a detailed weather forecast for any location (specified by latitude and longitude). Using this service my home automation system maintains a detailed, regularly updated local weather forecast object which can be queried easily by any other object More >
Sequential Logic Blocks – compared to the Reactive Framework
about 1 week ago - No comments
One of the features of my home automation system is extensions to the C# language that make it easy to define complex logical and temporal behaviors. These behave somewhat like the new Reactive Extensions in .NET but with some key differences which I will explain below. I developed these extensions before Reactive Framework was released More >
Is a 24hr energy consumption graph really useful?
about 2 months ago - No comments
I’m somewhat surprised to see how much effort and excitement Google and Microsoft are putting into the ability to show graphs of home energy consumption minute-by-minute from a smart meter. I’ve had that ability in my house for several years now (not directly measured but a close enough proxy based on knowing which devices are More >
How can I tell if my house is smart?
about 2 months ago - No comments
So, you’ve been sold on the idea of a smart home and are looking at your options. There’s one that has gorgeous LCD keypads that you could put in every room for just a few hundred dollars a pop, and look! it says in the brochure that it’s “smart”. Well, guess, what, if that LCD More >
Applying the Semantic Web to Home Automation
about 3 months ago - No comments
Recently I’ve been considering how the Semantic Web will impact home automation. Technologies like the Web Ontology Language (OWL) and RDF allow for the construction of complex ontologies that define what things are, and how they relate. Using these ontologies automated reasoning can be applied to generate new facts or to prove or disprove assertions. More >
How to save energy through lighting control with home automation
about 3 months ago - No comments
Over the years as I’ve advanced my home automation system I’ve gained a good picture as to how power is used within a home and number one on the list of energy hogs is home lighting. Maybe in a small house this would be different but in America houses tend to be large and they More >
Using Home Automation to Monitor Cable Modem
about 3 months ago - 2 comments
Some time ago I was having an issue with my cable modem connection. The connection was intermittent at certain times of day but fine otherwise. Calling the cable company with an intermittent problem is pointless: you get the standard answer “But it’s working fine now”. So, since I have the world’s smartest home automation system More >
The NOAA feed is great for generating custom weather forecasts
about 3 months ago - 1 comment
Click to enlarge Although my home automation system is mostly an invisible assistant, carrying out its duties in unseen and silent fashion there is a web interface to it too and here’s one of the screens from that web interface. It shows the weather forecast for the area around my house. This information comes from More >
A strongly-typed natural language engine (C# NLP)
about 5 months ago - 3 comments
Here is an explanation of the natural language engine that powers my home automation system. It’s a strongly-typed natural language engine with tokens and sentences being defined in code. It currently understands sentences to control lights, heating, music, sprinklers, … You can ask it who called, you can tell it to play music in a More >
Some comments from Twitter on Home Automation
about 6 months ago - No comments