No problem - we've all started somewhere - and like I tell my I/T departments, "We're here to help!"
Without going into security sensors, AHP and the CM15A keep track of, or "MONITOR" 32 items so that the system knows at any time the status of those 32 items. 16 of them are called FLAGS, and they are stored in the CM15A. They are either SET "on" or CLEAR "off" - They're NOT addressed, they're just FLAGS numbered 1 through 16.
The other 16 (of the 32) things that AHP can keep track of are whatever is addressed in the MONITORED HouseCode space. I think (and for the purpose of this) the status of the MONITORED H/C devices is either ON or OFF - I don't think the "DIMMED" status is monitored.
So let's say you go to TOOLS->HARDWARE CONFIGURATION-> and select HouseCode “C” – The On/OFF status (and on 10%=ON) of all modules that are addressed “C” 1-through16 is maintained in the CM15A. So any MACRO can use the CONDITION of FLAGs 1-through-16, and/or the ON/OFF status of modules C1-through-C16. (Given the above, a macro can NOT conditionally operate on the status of module G2, or any module addressed other than “C”.)
I just happened to use FLAG#15 – You can use any one of the 16. And I named my phantom module F15 – in fact my Phantoms are all “P’s”
It doesn’t matter which FLAG or Phantom you use. When you have all this working, you’ll have the Phantom, the MS14A, and the LM14A all at the same address.
In sequence, the MS14A (C13) will detect motion and send a “C13-ON” – which will turn on the light at C13, and flip the PHANTOM C13 switch on, causing the macro DimLight to trigger on C13=ON. Macro DimLight will check to see if Light C13 has NOT already been dimmed (FLAG#15=OFF) and if the time is between 10:30 p.m. and 5:30 a.m. (Phantom F15=ON) – If BOTH of those CONDITIONS are true, the macro will continue. It sets FLAG#15 so that while motion continues, and the MS14A continues to send out C13-ON, the macro will ignore them and not pollute the power line with repeated dim commands. The 5 second delay ensures the C13-ON from the MS14A gets there before the DIM command (and it’s probably not necessary, but what the heck) – and then we get the actual DIM command.
Macro LightOff which triggers on a C13-OFF signal from the MS14A is necessary (and te only thing it does is) to CLEAR FLAG#15 so that when the motion happens again the light gets dimmed.
CAUTION: I have not run this and there may be a problem with the MS14A and the Light being both on C13. I’m afraid the subsequent C13-ON’s from the MS14A might raise the light back to 100%. If not then GREAT. If it does, all you’d need to do is in change the address of the lamp to something else like C14, and you’d need to add an ELSE so that when the conditions aren’t met, C14 would go to 100% ON. And you’d need to add a C14-OFF to the LightOFF macro.
For your remote connection, use LogMeIn.com's FREE stuff.