Premise Premise and RFXCom

Motorola Premise

AntonZdz

New Member
Hi All

I have some HomeEasy (Byron) and X10 modules at home that currently just operate of a few remote controlls. I would like to get the hooked up to my iPhone/iPad etc etc. As a result I have just ordered an RFXCom RFXtrx433. I would like to use Premise as my primary automation tool, however I cannot see anywhere if my Transciever is supported by Premise.

Any Thoughts?

Thanks

Anton
 
Not natively - but the device seems to offer an incredible amount of flexibility for device interaction!

Given the number of HA systems it is supported by, I couldn't imagine it being terribly difficult to write a driver for....
 
Thanks for the reply.

Are there any basic wiki docs/instructions on writing your own driver? Done a little bit of coding before but never written a driver! Presumably a driver in this case refers to software used to link between premise and the device, not the sort of driver windows uses for its hardware (there is a RFXCom windows driver already). You can also get an SDK form RFXcom if you ask nicely, so maybe that would be a good startng point?
 
It looks like that device uses an USB to rs232 converter chip, so I would think you would communicate to as you would a normal serial port in Premise. For the most part, unless you write native drivers in c++, writing drivers in premise is not really what you are thinking, a lot of stuff is already taken care of. Watch some of the tutorial videos available from the download section - I would watch "System Topology and Controlling Devices", "Introductory Programming", and "Two Way Serial Control" at a minimum. They are about an hour each.
 
Neat device. Does the X10 RF transmit ability allow you to plug in a transceiver into the wall and control lighting?
 
RFXCOM has a really good SDK and sample application to aid in adding support for their devices. They will give it to you if you tell them you want to add support for it . I have been using it to add support to Open Source Automation. It is basically just reading and writing to the serial port but they have taken care of the translation of all the bits.
 
Back
Top