Setting the CM15A to Send RF Commands

From X10Wiki
Revision as of 20:20, 19 March 2015 by X10douglas (talk | contribs) (→‎Answer)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Questions

How do I set the CM15A to send RF commands?

Answer

Try setting up a macro within ActiveHome Pro that transmits an RF command to a transceiver module (TM751). If this is your first time building a macro please click here.

  1. Open a new macro.
  2. In the Macro Generator screen, you will find the modules in your room listed to the right of the screen.
  3. Directly above those modules is a drop-down menu. Click on the drop-down and scroll down. Select "RF commands." Thisbit.JPG
  4. Drag and drop the command you wish to use.

A00282 01.gif

You can use RF macros to control modules that are tricky to control directly from the CM15A. First, set the troublesome module to an unused house and unit code. Get a TM751 Transciever and set it to the House Code of the non-responding module. Plug the TM751 into an outlet near or on the same circuit breaker as that module. Create an RF macro that sends an ON or OFF command to the house and unit code that you have set the module to, and the TM751 will relay the signal to the module over your house wiring.

Here is an example:

Bob can control three wall switches on A1-A3, but A4 does not respond. He changes the house code on the switch from A4 to B4, then plugs in a TM751 set to B on the same breaker as B4. Bob builds two macros:

  1. Trigger A4 On//Send RF Command B4 On
  2. Trigger A4 Off//Send RF Command B4 Off

He can now use any remote or X10 controller to turn A4 on and off, and the light that was at A4 and is now at B4 will react. Effectively, he has "mapped" B4 to A4. If he wanted, Bob could add timers to the macros to turn the light on and off at scheduled time. To turn the lights off, he would set an ON timer for the B4 Off macro.

When doing this, be careful to never have a macro that sends its own trigger code as an RF command; if you have a transceiver plugged in, and ActiveHome Pro can hear that transceiver, it will get stuck in a loop where the macro triggers the transceiver which triggers the macro ad infinitum.

Related Articles

Creating A Macro