fisherk
02-15-2005, 08:05 PM
Hey All
Ok Here is a zip of the Home Automation app I have been playing with. It is still very early but it works!
Basicly what I have done is built a generic menu system. Each menu item can link to another list of items or a 'final' screen with buttons that preform and action.
The action only supports a command line command right now.
So for my purposes I want to issue a x10 command via HomeSeer so my action on the 'on' button would be
c:\hsc.exe -x a1 on
(Send an a1 On command to HomeSeer
I can also send events
C:\hsc -e "Play Clasical Genre"
So as you can see you can put whatever commands you want as the action on the buttons.
I am currently working on getting real x10 out from the app not through a 3rd party. This should be done soon. But if you want to play with this just modify the config.xml
to be the way you want the menus and commands to be and run the bat file
runHA.bat
Remember this is still early and its basicly just a generic menu builder but still very fun to play with....
Thanx
Keith
http://www.cutestbabyintheworld.org/HomeAutomation/homeAutomation.zip
Ok Here is a zip of the Home Automation app I have been playing with. It is still very early but it works!
Basicly what I have done is built a generic menu system. Each menu item can link to another list of items or a 'final' screen with buttons that preform and action.
The action only supports a command line command right now.
So for my purposes I want to issue a x10 command via HomeSeer so my action on the 'on' button would be
c:\hsc.exe -x a1 on
(Send an a1 On command to HomeSeer
I can also send events
C:\hsc -e "Play Clasical Genre"
So as you can see you can put whatever commands you want as the action on the buttons.
I am currently working on getting real x10 out from the app not through a 3rd party. This should be done soon. But if you want to play with this just modify the config.xml
to be the way you want the menus and commands to be and run the bat file
runHA.bat
Remember this is still early and its basicly just a generic menu builder but still very fun to play with....
Thanx
Keith
http://www.cutestbabyintheworld.org/HomeAutomation/homeAutomation.zip