So 6 months later, I finally decided to buy the W800RF32A. Should hopefully get here sometime on thursday/friday. (So excited to get it all hooked up with a few motion sensors and the door/window sensor!!). But my question is There isn't really any good documentation that I have found with W800RF32 and Heyu. So does any one have suggestions /configs on how to connect all of this together? Any help would be greatly appreciated.
I'm assuming you have Heyu up and running and have some familiarity with it.
Connect the W800RF32A to a serial port, say it's /dev/ttyS1
Add this line to your Heyu configuration file:
TTY_AUX /dev/ttyS1 W800RF32A
Run at the command prompt 'heyu restart'
Open another xterm window and at the prompt run 'heyu monitor'.
Actuate a DS10A Door Window sensor by opening the door or window.
In the Heyu monitor window you should then see a line appear like this:
03/03 21:32:25 rcva func RFdata : Type Sec ID 0x2C Data 0x08
(The "rcva" indicates the signal is received from the auxiliary device, the W800RF32A in this case.)
Record the ID (0x2C in this case) for this particular sensor.
Repeat for other security sensors. The ID for each sensor must be unique. If not, press the reset button on the sensor for a couple of seconds and a new one will be assigned.
In your Heyu configuration file, map each sensor module type and ID to an otherwise unused Housecode|unit address (say K1) with an ALIAS statement, e.g.:
ALIAS Kitchen_Door K1 DS10A 0x2C
where the format is:
ALIAS <alias_label> <Housecode|Unit> <module_type (DS10A, MS10A, etc)> <ID>
Again run at the command prompt 'heyu restart'
Now when you actuate the sensor again by opening and closing the door you should see in the monitor window something like:
03/03 21:34:15 rcva func Alert : Hu K1 swMax (Kitchen_Door)
03/03 21:34:25 rcva func Clear : Hu K1 swMax (Kitchen_Door)
(where a flag swMax or swMin indicates the position of the Max/Min slider switch on the DS10A)
Run at the prompt 'man x10aux' for more details, and 'man x10scripts' for what you can do with these security signals when you receive them.
For further questions (and answers from experienced Heyu users), join the heyu_users forum at
http://groups.yahoo.com/group/heyu_users and post your questions there.