Despite my searching and following all kinds of links, I haven't yet grasped the exact nature of how to use the signals generated by this device.
I have 3 of them, and they are the 'engine' of my security system, and just about everything will flow from these sensors, so I really need to get a grasp on how they work! I am a noob to AHP, and am in the process of installing the hardware (PR511s, socketrockets, powerhorns, with other stuff later), and testing simple things first.
My first disappointment was a simple way to invoke "If it's night time, turn on SocketRocket C2", for example. It seems I have to set up a dummy device to use as a trigger, then set up the conditions, then keep checking the dummy or use flags, etc...seems like a lot of extra BULK in there to do a very simple task! Am I missing something fundamental here!?
Ok, on to my more specific questions. Please forgive the detail, but I want to make sure I get things right, hopefully the first time! So here it is:
PR511 set to B1
When motion detector sensor is triggered (Floods turned ON), the log reads:
Receive B5
Receive B4
Receive B3
Receive B2
Receive B On
When motion detector is turned off (Floods turned OFF) by delay setting in the PR511, the log reads:
Receive B5
Receive B4
Receive B3
Receive B2
Receive B Off
When the PR511 is turned ON with the software module "Switch" (Floods turned ON), the log reads:
Transmit B1
Transmit B On
and, again, when turned OFF, the log reads:
Transmit B1
Transmit B Off
My questions are:
1. Are the "Receive B(2-5)" signals essentially CONTROL SIGNALS (On/Off) I can use to slave other devices? Ex: Can I program a LM15A SocketRocket to address B2 and expect it to follow the B2 signal received from the PR511?
2. If I can't (or can!) do 1., then can I use these as TRIGGERS for other modules, including the LM15A? Ex: Macro = [Trigger B2] AND IF NIGHT TIME is TRUE, then C2 ON (C2 is the address of the LM15A)
3. Is the address B1 somehow off limits here? Can I use B1, for example, as a TRIGGER address, instead of B2?
4. When I get "Receive B2", is that a STATUS that can be tested at some point later, i.e. in between the "B On" and "B Off" signals?
TIA for the help. Hopefully I will eventually learn enough I can reciprocate!
Domino