Please login or register.

Login with username, password and session length

Author Topic: iHouse  (Read 32064 times)

ttrolinger

  • Jr. Member
  • **
  • Helpful Post Rating: 2
  • Posts: 16
iHouse
« on: July 21, 2009, 03:42:45 PM »

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
Logged

HA Dave

  • Hero Member
  • *****
  • Helpful Post Rating: 175
  • Posts: 7127
Re: iHouse
« Reply #1 on: July 21, 2009, 05:04:13 PM »

.............3 tablet PC's mounted on the wall throughout the house .... I bought those on EBay for less than $100 each.

YES!!!
Logged
Home Automation is an always changing technology

MANOWAR©

  • Sr. Member
  • ****
  • Helpful Post Rating: 3
  • Posts: 75
  • Your new messiah's me.
Re: iHouse
« Reply #2 on: July 21, 2009, 09:50:31 PM »

Very interested. How can I get a copy?  :)%
Logged
Lesbians killed the mullet for everyone.

ttrolinger

  • Jr. Member
  • **
  • Helpful Post Rating: 2
  • Posts: 16
Re: iHouse
« Reply #3 on: July 22, 2009, 08:57:56 AM »

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
Logged

ttrolinger

  • Jr. Member
  • **
  • Helpful Post Rating: 2
  • Posts: 16
Re: iHouse
« Reply #4 on: July 25, 2009, 09:38:07 AM »

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
Logged

hawk1

  • Hero Member
  • *****
  • Helpful Post Rating: 21
  • Posts: 625
Re: iHouse
« Reply #5 on: July 25, 2009, 11:45:51 AM »

I'm interested too!!!!  :)%
Logged
koopr@sstelco.com, I don't know what I'm doin but I'm havin fun doin it!

Knightrider

  • Community Organizer
  • Hero Member
  • ***
  • Helpful Post Rating: 62
  • Posts: 1748
  • I love my WM100!
    • This Automated House
Re: iHouse
« Reply #6 on: July 25, 2009, 12:02:11 PM »

me too.
Logged
Remote control is cool,

but automation rules!

bitman

  • Hero Member
  • *****
  • Helpful Post Rating: 9
  • Posts: 597
Re: iHouse
« Reply #7 on: July 25, 2009, 12:47:57 PM »

ME3    ;D
Logged
Long live X10! - Because I just like it is all.....

jeffdharlan

  • Full Member
  • ***
  • Helpful Post Rating: 1
  • Posts: 72
  • My home doesn't take sick days
Re: iHouse
« Reply #8 on: July 29, 2009, 01:37:14 PM »

Me4!  I program in Vb.net and would like to see how this works!

 #:)
Logged
What has your home done for you today?

ttrolinger

  • Jr. Member
  • **
  • Helpful Post Rating: 2
  • Posts: 16
Re: iHouse
« Reply #9 on: July 29, 2009, 09:48:53 PM »

Thanks to everyone for the warm replies. The web site is up now.

http://www.ihousehomeautomation.com/

Bear with me while I continue updating the content.

Hope to see you there.
TJ

Logged

Bill59

  • Full Member
  • ***
  • Helpful Post Rating: 1
  • Posts: 54
Re: iHouse
« Reply #10 on: July 30, 2009, 06:54:34 AM »

Looks very impressive, great job!!!
Logged

ttrolinger

  • Jr. Member
  • **
  • Helpful Post Rating: 2
  • Posts: 16
Re: iHouse
« Reply #11 on: September 16, 2009, 09:49:07 AM »

The second major beta version is now released for beta testers. X10 and ZWave are now both supported along with many other new features.
At this point the software is considered beta because features are still being added. Otherwise it is functional and stable.
To see the progress or to become a tester goto:
http://www.ihousehomeautomation.com/
TJ
Logged
 

X10.com | About X10 | X10 Security Systems | Cameras| Package Deals
© Copyright 2014-2016 X10.com All rights reserved.