Page 1 of 1

Device upgrade not working, maps codes to wrong buttons

Posted: Wed Feb 14, 2007 1:49 pm
by pluto
I'm trying to make a device upgrade for my TV and minstereo on the URC-8206 and I can't get them to work correctly. I've learned the codes from the original remotes and created the devices from that.

The devices work in the sense that I can use them to control the TV and ministereo, but not with the buttons that I thought they would, e.g. I can change the volume, but not with the vol+ and vol- buttons. Well, vol+ changes the volume but down, and vol- changes the channel up. This is both for the TV and the ministereo device, so at least it is consistent :wink:

I have uploaded the IR-file with the learned codes for the TV, the RemoteMaster-file for the corresponding device upgrade I made, and also the RDF-file I have used, here https://www.hifi-remote.com/forums/dload ... le_id=4239

For the TV the number buttons gives the next number, i.e. 1 gives 2, 2 gives 3 and so on, except that 3 gives 9, 8 gives 4 and 9 gives vol+. What buttons generates 0 I have no idea.

I must be doing something wrong, but what?

Posted: Wed Feb 14, 2007 5:35 pm
by jetskier
First thing, the Protocols section in the 8206 RDF is out of date. It's missing all the variants. But that shouldn't matter for the JVC protocols.
If this follows the other HCS08 remotes, it should look like:

Code: Select all

[Protocols]
0000, 0002:5, 0006, 000B, 000D, 0010, 0011, 0013, 0014, 0018,
001A, 001C, 001D, 001F:8, 0020, 0022, 0027:new, 002A, 002C, 0034,
003D, 003F, 0045, 0046, 004A, 004B, 0051, 0058, 005A, 005B,
005C, 005D, 005E:2, 005F, 0064, 0065:2, 0066, 0068, 006A, 006C,
0073, 0075, 007E:3, 0080, 0082, 0087, 008C, 008E, 0095, 0098,
009C, 009E, 00A1, 00A5, 00A6, 00A8, 00AA, 00AB, 00AF, 00B0,
00B2, 00B6, 00B9, 00BA, 00BD, 00C4, 00C9, 00CA, 00CC, 00CD:2,
00D1, 00D4, 00D5, 00DE, 00E2, 00E5, 00E8, 00EB, 00ED, 00EF,
00F0, 00F3, 00F4, 00F8:3, 0109, 0111, 0112, 0114:2, 0117, 011A,
011B, 011E, 0125, 012A:2, 012B, 013A, 015E, 0160, 0161, 016A,
016C, 0173, 0176, 017E, 0182, 0187, 018A, 018C
Back on topic....

The only thing I can think of is the fixed data is wrong. I had this button mapping problem with the Dish Network Protocol 0002. It was a variant of 0002:5 not simply 0002. The fixed data is different between the two variants. Try using the JVC protocol 0034 and set the device # on the setup tab of RM to 3. Then make another upgrade the same way for the 6 buttons with device numbers of 35. The fixed data between 3 and 35 is 3F and 3B, respectively. I'm not sure how the combo handles that portion. It may be the reason why the buttons are not mapped correctly.

Posted: Wed Feb 14, 2007 9:03 pm
by mr_d_p_gumby
The version of PID 0098 in the current Euro models is different from the versions in the US remotes. I added "JVC Euro" to KM to support the URC-8206, but I don't think RM has had it added to protocols.ini yet. The Euro version is not a combo, just a stupid variation on the standard JVC protocol.

Posted: Thu Feb 15, 2007 3:06 pm
by pluto
Thanks for the ideas, but unfortunately they were of no use in this case. Using JVC protocol 0034 didn't make any difference, e.g. the number buttons still work as I described in the inital message.

I really should have said that my ministereo is a Sony and its remote uses the Sony12 and Sony20 protocols, and using the Sony Combo (12/15/20) for the upgrade gives exactly the same problems as with the JVC protocol.

Obviously I could make the upgrade so that the 'correct functions are mapped to the wrong buttons' according to the RDF, so that in reality the buttons work the way I want, but I'd really like to find out what the problem really is.