I was out of commission today, so I figured I could be productive by updating my blog. Here’s a picture of the kitchen kiosk computer:
The original thread can be seen here
I was out of commission today, so I figured I could be productive by updating my blog. Here’s a picture of the kitchen kiosk computer:
The original thread can be seen here
I wrote a program to read events from the security system and put them into an RSS Event Log
. I have some logic in it so that not everything gets recorded. I wouldn’t want a would-be robber knowing when the system is armed or disarmed, of course!
An event is anything that is monitored by the security system, including door openings, windows being opened / closed, etc.
I have a computer in the kitchen that has an LCD and speakers that are AC powered. Instead of having switches mounted everywhere, I hacked a surge protector to make it computer controlled. This way, when I power on the PC it powers on the LCD and the speakers. When the computer is off, the surge protector is off as well. It was an easy project, just requiring a relay in place of the standard surge protector switch.
Just for fun, I added a Dallas Semiconductor DS1820 temperature sensor to my home office. It doesn’t really serve any purpose; I just like data. Here’s a graph of it’s data:

I’m building a custom security system for my home. It’s going to be internet connected and it will integrate with my iPhone. I’ve built the interface board and I’m in the process of programming the software. Our home was pre-wired for security sensors, so it will be trivial to attach and integrate them.
Our BMW 330Ci uses an on-board bus (called the iBus) for intra-device communication. Hacking into this is relatively simple with an iBus to serial adapter. I recently assembled this unit which I purchased from: http://ressler.de. I’ll post more after I install it in the Bimmer and start playing with it.