aslamma,
If you have overcome the RF range limitations of the CM15a, the major part of the battle is over.
SlimSwtiches and Palmpads are notorious for producing multiple RF transmissions. If you are using the CM15a for reception (I assume you are from your previous posts on the antenna mod), you'll may need some "special handling" to deal with these repeated transmissions.
Prior to getting into this in depth - a few questions:
1) Are you using the CM15a or a transceiver for the SlimSwtich?
2) Are you using macro's to execute your On/off sequences?
3) Do you have your housecode set to not transceive?
4) Do you have SmartMacros?
The following assumes that all of the above are true.
Step 1 - Verify that you are receiving the RF from the switch. The next time that your lights fail to respond, check the AHP activity monitor to see if the CM15a registered the RF transmission. If you see multiple RF receipts and your lights didn't turn on, you may have a "re-entrant" problem (step 2). If you don't see the RF reception - well I guess that's rather obvious.
Step 2 - If you have Smartmacros, add a flag to prevent the multiple transmissions from re-starting the macro. Add a delay (1-2 second as shown). The delay may seem counterproductive, but it will allow time for the CM15a to recover from being bombarded by the multiple RF transmissions.
Macro XX ON
Trigger if XX on and Flag XX off
Set Flag XX ON
Delay 1
Set module XX on
Delay XX
Set module XX off
Set Flag XX Off
If possible, please post a copy of your macro.
Boiler