🔌General Home Automation > Other Automation Systems

iHouse

(1/3) > >>

ttrolinger:
Ok, so you knew it couldn't be long before someone start calling a home automation system iHouse. I have been developing the system for about a year now and converting myself from VB6 to VB .net along the way. My system consist of

iHouse Features:
Integrated clock with multiple wake alarm by music
Burglar alarm control and reporting
Remote camera control and monitoring
HVAC Control and monitoring
Lighting and other X10 reporting and control
Weather reporting
User defined macros
Voice announcements

My system consist of:
3 tablet PC's mounted on the wall throughout the house running Win2000 (because that is what the computers came with) and iHouse. I bought those on EBay for less than $100 each. One is the server, the other two are clients communicating over Wi-Fi.
My custom electronics using Zigbee modules to interface iHouse with my HVAC system.
CM15 for X10 communications
Bunches of X10 lamp and wall switches
Custom iHouse communications over Wi-Fi to our DCS alarm panel
Lots of other misc stuff

I am considering sharing this as freeware. If anyone has an interest, let me know.

I will have a web site up soon. Until then here are some pictures.

http://picasaweb.google.com/TJTrolinger/IHouse?feat=directlink
TJ

HA Dave:

--- Quote from: ttrolinger on July 21, 2009, 03:42:45 PM ---.............3 tablet PC's mounted on the wall throughout the house .... I bought those on EBay for less than $100 each.

--- End quote ---

YES!!!

MANOWAR©:
Very interested. How can I get a copy?  :)%

ttrolinger:
I have a few more week in Alpha and then I should be able to release a Beta version. I also want to get the web site up before I release a version.
The min hardware requirements will be:
At least one Win2000, XP or Vista (Vista needs to be tested  B:() computer with a internet connection
CM15 for X10

TJ

ttrolinger:
iHouse now has a new macro script langauge which can be customized in a text file iHouse reads. Below is a example script. THe macros can be launched on a preset time, manually through the iHouse interface or by a X10 event. The macro screen within iHouse has also been improved to work with the new script language.

Pictures of the new iHouse interface is here: http://picasaweb.google.com/TJTrolinger/IHouse?feat=directlink

Today I also ordered some Z-Wave devices. Soon iHouse will also have Z-Wave capabilites........I hope!

Example Macros:
'All system macros
'MACRO NAMES MUST BE Unique!

[Go To Bed]
ShowMacroInUserList, True
Say, Setting all inside lights for sleep. Master lights off in 30 seconds. Good Night!
ArmAlarm, Stay
X10Command, a4, off
X10Command, a6, off
X10Command, a8, off
X10Command, a9, off
X10Command, a10, off
X10Command, a13, off
X10Command, b9, off
PauseInSeconds, 30
X10Command, a5, off
END

[All Inside Lights Off]
ShowMacroInUserList, True
Say, All inside lights off
X10Command, a4, off
X10Command, a5, off
X10Command, a6, off
X10Command, a8, off
X10Command, a9, off
X10Command, a10, off
X10Command, a13, off
X10Command, b9, off
END

[All Inside Lights On]
ShowMacroInUserList, True
Say, All inside lights on
X10Command, a4, on
X10Command, a5, on
X10Command, a6, on
X10Command, a8, on
X10Command, a9, on
X10Command, a10, on
X10Command, a13, on
X10Command, b9, on
END

[Outside Evening Lights On]
ShowMacroInUserList, True
RunAtDuskPlusMinutes, -30
Say, Outside evening lights on
X10Command, a6, on
X10Command, a6, set, 40
PauseInSeconds, 8
X10Command, a3, on
X10Command, a3, set, 25
PauseInSeconds, 8
END

[Outside Evening Lights Dim]
ShowMacroInUserList, True
RunAtTime, 23:59
Say, Dimming outside lights
X10Command, a6, set, 30
PauseInSeconds, 8
X10Command, a3, set, 25
PauseInSeconds, 8
END

[Outside Evening Lights Off]
ShowMacroInUserList, True
RunAtDawnPlusMinutes, -30
Say, Outside evening lights Off
X10Command, a3, off
END

Navigation

[0] Message Index

[#] Next page

Go to full version