I'm using a URC-9910 remote and would like to implement the extender for this remote. I currently am using only one learned signal, and would like to create an upgrade for it in order to use it with the extender.
I have had to learn the command to control an in-wall IR light switch. The switch is manufactured by Automation Systems (http://www.automation.com.hk) . The command works in the following manner. A quick press and release of the button will toggle the light on and off. Pressing and holding the button will cause the light to dim down/up.
The IR.exe decodes the the quick press and release as:
+1266 -424 +422 -1268 +422 -1268 +1266 -424 +422 -1268 +422 -1268 +422 -1268 +422 -1268 +422 -1268 +1266 -424 +422 -1268 +422 -35084 +1266 -424 +422 -1268 +422 -1268 +1266 -424 +422 -1268 +422 -1268 +422 -1268 +422 -1268 +422 -1268 +1266 -424 +422 -1268 +422 -130648
This data is in the top decode pane ("Sent once when key is pressed")
A button hold is decoded as:
+1254 -418 +418 -1272 +418 -1272 +1254 -418 +418 -1272 +418 -1272 +418 -1272 +418 -1272 +418 -1272 +1254 -418 +418 -1272 +418 -35342 +1254 -418 +418 -1272 +418 -1272 +1254 -418 +418 -1272 +418 -1272 +418 -1272 +418 -1272 +418 -1272 +1254 -418 +418 -1272 +418 -89624
This data is in the middle decode pane ("Sent repeatedly while key is being held").
The reported frequency is 37914.
Thanks in advance for any help/suggestions!
-Dave
Automation Systems RC-2205 Upgrade
Moderator: Moderators
-
jon_armstrong
- Expert
- Posts: 1238
- Joined: Sun Aug 03, 2003 9:14 pm
- Location: R.I.P. 3/25/2005
- Contact:
I'm pretty sure that is the F12 protocol and it can do either behavior with a control bit.
Make sure you have downloaded the latest version of IR AND DecodeIR.dll copied to the windows\system folder and it should decode.
If you have a problem just post it to the diagnosis section and I 'll take a look when you let me know it is there.
Make sure you have downloaded the latest version of IR AND DecodeIR.dll copied to the windows\system folder and it should decode.
If you have a problem just post it to the diagnosis section and I 'll take a look when you let me know it is there.
-Jon