HomeSeer

Xlobby plugin development

Postby hjackson on Fri Oct 01, 2004 6:32 am

Steven, I second the notion to use the CMA11 from teh ActiveHome kit. It's relatively cheap, and that's what I use! :D In the US you can get it at Lowes or Radio Shack, so you should be able to stop by the closest Radio Shack to pick one up. Using the ActiveHome's X10comm.exe app I have used simple batch files like this:

"C:\Progra~1\Home Control\x10comm.EXE" A1 Dim 010%

...but was unhappy with the big ugly DOS box flashing on my screen so I used a VBScript code I was taught over at the AVS forum. The VBscript file looks like this:

Set SH = CreateObject("WScript.Shell")
SH.Run "C:\Progra~1\Homeco~1\x10comm.EXE A1 Dim 010%", 1, False
Set SH = Nothing

I hope that helps (I have previously posted my trials and tribulations on the "X10 Support?" thread in this group)!

hjackson
hjackson
 
Posts: 371
Joined: Sat Nov 29, 2003 7:12 am
Location: Tampa, Florida

Postby CouchPotatoe on Fri Oct 01, 2004 5:37 pm

justonemore wrote:Not sure about xAP. Currently I have WAY too much time invested into HomeSeer.


... and you can keep and enhance that :-) . The nice thing about xAP is that if you have support for it then you automatically effectively get HomeSeer support (using the xAP plugin for HomeSeer). All devices in HomeSeer will provide status and control via xAP and so the two become 'linked and synched'. Of course xAP intoduces a range of other devices to HS too, it is much simpler to write a xAP conduit than a HS plugin.

No doubt there are some situations where a HS plugin could be more suitable but xAP will be suitable for 90% of the others.

Kevin
CouchPotatoe
 
Posts: 102
Joined: Tue Feb 24, 2004 11:48 am
Location: Yorkshire. UK

Postby CouchPotatoe on Fri Oct 01, 2004 6:06 pm

stevenhanna6 wrote:Hiller, I dont know who should do what right now I need the equipment first to play around with. Looks like CM11a is the way to go, as far as I understand it works with both RF and over power lines.....does it do 2 way communication for both?


The CM11A is effectively a bi-directional RS232 serial to X10 convertor. It also has an ability to store some macros internally that can act as a mini controller/scheduler although often people avoid this and drive their system purely via the serial port from a PC application like ActiveHome or HomeSeer.

The CM11A can both send and receive X10 signals on the house wiring but it will not receive or send any RF (radio) signals - you would need the RF transceiver for that - but they are low cost. These products have different numbers in the UK so I am unfamiliar with the US models here

X10 was originally a transmit only (command) type of system but was enhanced to add status reporting of devices. Only some devices support status reporting and in the UK variants almost none :-(. However using xAP you can ask for the status of any device as it tracks commands to know what state a device (should) be in. If it is changed locally eg turned off at the switch this could be wrong though.

Also worth mentioning is that X10 is somewhat slow and sending the command to turn a light on takes a couple of seconds, dimming a light to say half brightness can take considerably longer. X10 is a little 'old hat' technology wise and over time it has had new features shoehorned into an awkward model, but it still has several great advantages - it is very low cost - pervasive, and also totally retrofit meaning you don't have to run cables anywhere. The protocol lacks sophistication by todays standards though and various X10 products work in different ways even sometimes within the same labelled product manufactured by different manufacturers ..

X10 is a great entry product to HomeAutomation though and remains my recommendation for all new people experimenting in HA. It illustrates the possibilities and concepts and helps people understand what is critical in their own HA setups. The shortfalls of the product are often outweighed by the accessibility and cost. You can choose anything from X10 at the low end through mid range solutions like C-Bus, Dynalite etc to hugely expensive Crestron/Lutron/AMX solutions at the other extreme - but you won't be taking under $10K at that end. For example in some applications a 2 second delay to turn a light on is fine ( an ouside light on a timer or dayligt sensor would be ideal ) however for other applications it can be awkward eg triggering a light from a PIR movement sensor as you enter a room .

Kevin
CouchPotatoe
 
Posts: 102
Joined: Tue Feb 24, 2004 11:48 am
Location: Yorkshire. UK

Postby Aaron on Sat Oct 02, 2004 4:05 pm

CP,
My X10 in my home is very fast... typical reaction time from button click on web page until x10 unit responds is 1.5 seconds

My setup...
2400sqft home single level home with Leviton phase coupler
approx 20 controlled devices
- mostly Leviton wall dimmers, some x10 brand
- lamp and appliance modules, X10, Honeywell, Magnovox
Homeseer 1.7 on dedicated PII-500, 384MB RAM
CM11a serial interface
MR26 RF serial interface
and more...

I love X10... if someone only had something better for the price I'd do it... but they don't!

The only thing I'd add to my system is two-way (status) but that cost is almost double per outlet/dimmer.
Aaron
 
Posts: 299
Joined: Fri May 07, 2004 3:50 am

Previous