Greets all! I have been unable to create a protocol for a fan
I have. Here are working learned codes from a 2116 remote:
http://www.hifi-remote.com/forums/dload ... le_id=4529
Any help would be most appreciated.
Thanks.
Sylvania Fan help
Moderator: Moderators
-
Capn Trips
- Expert
- Posts: 3989
- Joined: Fri Oct 03, 2003 6:56 am
Try this protocol upgrade:
and Device Upgrade:
They come from this PB File and this
KM upgrade.
For any experts to critique, I decoded this as follows:
Code: Select all
Upgrade Protocol 0 = 01 FF (S3C8+) Custom Protocol for Cable/0000 Sylvania Fan (KM v9.08)
3D 92 11 8B 0E 85 01 06 06 02 79 00 BF 00 D3 02
65 0D 30 8D 01 46
EndCode: Select all
Upgrade Code 0 = 68 00 (Cable/0000) Sylvania Fan (KM v9.08)
FF 00 91 D8 00 08 40 20 10 00 00 00 00 00 04
EndKM upgrade.
For any experts to critique, I decoded this as follows:
Code: Select all
6 Device bits and 6 Command bits.
Lead-in = none
+1266 -422 = 1
+422 -1266 = 0
Lead-out = -6752
Device 54
Power On/Off
1 1 0 1 1 0 0 0 0 0 0 1 -6752
OBC 001
Fan Speed
1 1 0 1 1 0 0 0 0 0 1 0 -6752
OBC 002
Oscillation On/Off
1 1 0 1 1 0 0 1 0 0 0 0 -6752
OBC 016
Timer
1 1 0 1 1 0 0 0 1 0 0 0 -6752
OBC 008
Mode
1 1 0 1 1 0 0 0 0 1 0 0 -6752
OBC 004Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!
Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
READ BEFORE POSTING or your post will be DELETED!
Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
-
Capn Trips
- Expert
- Posts: 3989
- Joined: Fri Oct 03, 2003 6:56 am
Well, I'm not an expert, but I find THIS PB guide very helpful.
I pretty much arbitrarily split the 12 bit signal into a 6-bit device code and a 6-bit command code. You could go with 7 and 5, 5 and 7, or 4 and 8, but 6 and 6 seemed more ... symmetrical. Also each of those alternate splits would require recalculating the different Device code and OBCs.
You could also try OBC 32 to see if that does anything (as it sort of follows the pattern of the other command signals.)
I pretty much arbitrarily split the 12 bit signal into a 6-bit device code and a 6-bit command code. You could go with 7 and 5, 5 and 7, or 4 and 8, but 6 and 6 seemed more ... symmetrical. Also each of those alternate splits would require recalculating the different Device code and OBCs.
You could also try OBC 32 to see if that does anything (as it sort of follows the pattern of the other command signals.)
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!
Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
READ BEFORE POSTING or your post will be DELETED!
Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)