Key Fob Programming

dgetz

Member
Here is a example key fob code. This requires you to set the buttons of the key fob to certain zones.

Code:
2.	WHEN Key fob 1 light button NOT READY
			THEN TV room main overhead lights TOGGLE
			THEN Hallway main overhead light TOGGLE
3.	WHEN Key fob 1 lock button NOT READY
			THEN PROGRAM ARM AWAY
			THEN Front porch and yard light BLINK (0.25 Sec) FOR 2 SECONDS
4.	WHEN Key fob 1 unlock button NOT READY
			THEN PROGRAM DISARM
			THEN Front porch and yard light BLINK (0.50 Sec) FOR 2 SECONDS

I have two key fobs, this is the code for the first one. The light button 'zone' is named 'Key fob 1 light button', the lock picture button is named 'Key fob 1 lock button',etc. I have the key fob zones as the first programmed wireless zones and the automation code as the very first blocks of code, just in case it helps response speed. I don't believe that there is any truth to that though. There is a small amount of delay in the light responses. On the arm and disarm buttons I blink the porch light to indicate that the button has worked.

This is the thread where one of the HAI guys assisted me with the setup and programming of the fob: http://www.cocoontech.com/forums/index.php?showtopic=17350&st=0&p=145096&#entry145096
 
Back
Top