Code for remote controlled ceiling fan Encon International

This forum is a repository for code search requests that have been resolved.

Moderator: Moderators

Post Reply
egn
Posts: 50
Joined: Wed Feb 11, 2004 6:21 am

Code for remote controlled ceiling fan Encon International

Post by egn »

Hi,

I got a new ceiling fan with infrared remote control and would like to control it with my URC-7541. I lerned it into my Pronto and used DecodeCCF with current dll to get the proper code, but the codes are not decoded. The Pronto works fine.

The output looks like:

Code: Select all

0000 0066 0000 0019 0018 0047 0048 0018 0018 0047								LEARNED		0	panel	Ventilator		40.6387
0000 0066 0000 0019 0018 0047 0048 0018 0018 0047								LEARNED		1	panel	Ventilator		40.6387
0000 0066 0000 0019 0018 0047 0048 0018 0018 0047								LEARNED		2	panel	Ventilator		40.6387
0000 0065 0000 0019 0018 0048 0048 0018 0018 0048								LEARNED		3	panel	Ventilator		41.0411
0000 0066 0000 0019 0018 0047 0048 0018 0018 0047								LEARNED		`9D	panel	Ventilator		40.6387
0000 0066 0000 0019 0018 0047 0048 0018 0018 0047								LEARNED		`Up_Arrow	panel	Ventilator		40.6387
0000 0065 0000 0019 0018 0048 0048 0018 0018 0048								LEARNED		SLP	panel	Ventilator		41.0411
0000 0066 0000 0019 0018 0047 0048 0018 0018 0047								LEARNED		`Down_Arrow	panel	Ventilator		40.6387
The ir code of the "0" key in the pronto is:

Code: Select all

0000 0066 0000 0019 0018 0047 0048 0018 0018 0047 0048 0018 0018 0047 0048 0018 0018 0047 0048 0018 0018 0047 0048 0018 0018 0047 0048 0018 0018 0047 0048 0018 0018 0047 0048 0018 0018 0047 0018 0047 0018 0047 0018 0047 0048 0018 0048 0018 0048 0018 0048 0018 0018 02dd
Here are the answers to the code search questions:

1. Device: Encon International Mirage 5MIR52BAO
2. Type of device: ceiling fan
3. Remote model: URC-7541
4. JP1 user? yes
5. Still have original remote? yes
6. Checked Yahoo file section? yes
7. Checked Pronto file section (at R/C)? yes

Does someone have an idea how to get a proper code to setup KM?

Thanks,
Emil
jon_armstrong
Expert
Posts: 1238
Joined: Sun Aug 03, 2003 9:14 pm
Location: R.I.P. 3/25/2005
Contact:

Post by jon_armstrong »

Upload your Pronto ccf file to the JP1 Yahoo Group files|diagnosis area and then post a link back in ths thread (after you have read the sticky post on pasting links to the yahoo group files).

If I had to guess right now I say it uses 24 data bits, 40 KHz carrier
represented by :

{38k,msb,590}<1,-3|3,-1>(D:8,D8,F:8,1,-31)+

And D=85 decimal and for command "0", F=15 decimal
Last edited by jon_armstrong on Sat Sep 18, 2004 7:25 am, edited 1 time in total.
-Jon
egn
Posts: 50
Joined: Wed Feb 11, 2004 6:21 am

Post by egn »

Here is the link to the ccf file:
http://groups.yahoo.com/group/jp1/files ... /encon.ccf

Thanks,
Emil
jon_armstrong
Expert
Posts: 1238
Joined: Sun Aug 03, 2003 9:14 pm
Location: R.I.P. 3/25/2005
Contact:

Post by jon_armstrong »

Try these. You must add a device and protocol in IR. (You can copy these directly into IR and upload to the remote to test. Don't forget to assign cable/1776 in the General Tab first.)

The keys are assigned to the same buttons as labled in the ccf file eccept for SLP that is on numeral 9 and Light Symbol that is on power

Upgrade Code 0 = 0E F0 (Cable/1776) Encon International Fan (KM v8.27)
F1 00 91 55 55 0F F3 CF 3F 00 00 00 00 00 CC C0
End

Upgrade Protocol 0 = 01 F1 (S3C8+) Custom Protocol for Cable/1776 Encon International Fan (KM v8.27)
40 83 21 8B 0E 87 41 08 08 03 76 01 13 01 27 03
55 23 3A 8D 01 46
End

If these work, I'll post the upgrades to the files.
-Jon
egn
Posts: 50
Joined: Wed Feb 11, 2004 6:21 am

Post by egn »

Jon,

thanks for the data. I will test it the beginning of the coming week when I have back the programming cable from a friend.

Cheers,
Emil
egn
Posts: 50
Joined: Wed Feb 11, 2004 6:21 am

Post by egn »

Hi Jon,

sorry but the programming doesn't work.

I have set the Aux device button to cable/1776 and added protocol and device. There is absolutely no reaction on the commands.

Thanks,
Emil
jon_armstrong
Expert
Posts: 1238
Joined: Sun Aug 03, 2003 9:14 pm
Location: R.I.P. 3/25/2005
Contact:

Post by jon_armstrong »

Please post your file saved in IR so that we we can see what you did. I'll also test it to see if there is anything obvious.
-Jon
egn
Posts: 50
Joined: Wed Feb 11, 2004 6:21 am

Post by egn »

jon_armstrong
Expert
Posts: 1238
Joined: Sun Aug 03, 2003 9:14 pm
Location: R.I.P. 3/25/2005
Contact:

Post by jon_armstrong »

Try these. The last half bit On pulse of the lead out was the wrong size, so I had to reverse the polarity of the One/Zero defintions and change the device and OBC's to the binary complements.

I tested and the upgrade looks like the original commands now.

Again delete the previous device AND protocol upgrades and then add these two:


Upgrade Code 0 = 0E F0 (Cable/1776) Encon International Fan (KM v8.25)
F1 00 91 AA AA F0 0C 30 C0 00 00 00 00 00 33 3F
End


Upgrade Protocol 0 = 01 F1 (S3C8+) Custom Protocol for Cable/1776 Encon International Fan (KM v8.25)
40 83 21 8B 0E 87 41 08 08 01 27 03 55 03 76 01
13 23 3A 8D 01 46
End
-Jon
The Robman
Site Owner
Posts: 21890
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

Here's my attempt at this one...

Upgrade Code 0 = 0E F0 (Cable/1776) Encon (KM v8.23)
F1 00 90 0C 21 AA AA F0 0C 30 C0 3F 03 33 F3 00
00 3F 03 F3 33
End

Upgrade protocol 0 = 01 F1 (S3C8)
3A 8A 21 8B 0E 87 41 08 08 01 2C 03 70 03 84 01
18 37 52 8D 01 46
End
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
egn
Posts: 50
Joined: Wed Feb 11, 2004 6:21 am

Post by egn »

And the winner is - both :D

Both setups work!

Thank you very much!

Emil
Post Reply