Page 1 of 1

Yamaha rx-v863 power toggle issue

Posted: Tue Jun 01, 2010 10:10 am
by mitchharper42
I just got the Amp and I haven't been able to get the power toggle to work. The remote only has discrete power on and power off. This unit also uses two device codes 122 and 126 for button functions.

What I'm trying to find is a power toggle, here is what I have found so far:
power on: NEC1, device 126, OBC 126, EFC 6 - works
power off: NEC1, device 126, OBC 127, EFC 10 - works

the power toggle I have found for other Amps in the rx-v family:
NEC1, device unknown, EFC 250 - tried both 122 and 126 device codes, nothing

I have also tried shooting in the dark with EFC codes around the power on/off but nothing so far.

Anyone found a fix for this?

Posted: Tue Jun 01, 2010 11:01 am
by 3FG
Don't know about the 863, but the x65 series uses:
NEC1 device 126, OBC 42, EFC=087.

I'm at the wrong computer to see x63 series IR signals, but should be able to do that tonight.

Posted: Tue Jun 01, 2010 7:04 pm
by mitchharper42
tried the EFC 087 for both device 122 and 126 and neither work.

Posted: Tue Jun 01, 2010 9:34 pm
by cauer29
mitchharper42 wrote:tried the EFC 087 for both device 122 and 126 and neither work.
I haven't seen anything specific to that model, but there are specs for the 361 and related models for both the standard and extended IR codes available in the thread over at AVS:

http://www.avsforum.com/avs-vb/showthre ... 95&page=26

A.A.

Posted: Wed Jun 02, 2010 7:52 am
by The Robman
If it turns out that your Yamaha doesn't have a power toggle button, you could stack both the ON and OFF commands on the one button by using shifting.

For example, the regular POWER button could be ON and shift/POWER could be OFF (or vice versa, if you prefer).

Of course, if you're using macros for everything this may not matter, as discrete power codes is what you would want anyway.

Posted: Wed Jun 02, 2010 7:27 pm
by mitchharper42
The avsforum was VERY close. Seems Yamaha doesn't have a power toggle though, the list for the 861 is the same as the ccf file I found but more complete. So far all of the power codes are discrete.

I only have one macro that is the 'power everything toggle' for all of my equipment so discrete codes confuse the roommates (there is only one power button on the remote) and since it is the 15-2104 remote shifting isn't easy :(

Well back to the goose chase....

Posted: Wed Jun 02, 2010 8:50 pm
by ElizabethD
Some/all extenders permit
1. relocating shift key to a better key
2. making a toggle out of discretes

Added later:
From the ToadTog.ext file in
https://www.hifi-remote.com/forums/dload ... le_id=1418
For example, imagine shift-0 (9F) was an existing discrete OFF function
and shift-1 (95) was an existing discrete ON function and you wanted to use
toggle number 5 to contruct a toggle function. The hex command would be:
51 9F 95
The "5" means we want to use toggle 5. The "1" means the ON sequence is one
code long. The 9F will be sent (to turn the item off) if it was previously
on. The 95 will be sent if it was previously off.
It should be simple to do using the current IR interface, so you won't have to type in the hex numbers.
But if you select hex on the Special protocols, you can type in hex as well.
Exactly as in this very old example.

Posted: Wed Jun 02, 2010 8:59 pm
by vickyg2003
The Toad/Tog protocol that comes with the extender would be helpful for this too. If there is a LKP that could be useful in this too. There are a lot of ways you can handle this in an extender.

Posted: Wed Jun 02, 2010 9:13 pm
by ElizabethD
Hi Vicky! we were typing at the same time :)

I just checked in IR using 8910 extender - given the discretes on shift-0 and shift-1 I made a toggle on shift 2 and it reads in IR as
AUX SHIFT-2 ToadTog(6,Toggle) [On->Off]:SHIFT-0 [Off->On]:SHIFT-1 $61 $9F $95
That's toadTog#6, not 5 as in John's instructions.

Posted: Wed Jun 02, 2010 9:27 pm
by mdavej
HERE's the 15-2104 extender with ToadTog. However, I have to say this is a real Rube Goldberg solution to a very simple problem. A "power everything toggle" is a terrible idea. How do you keep everything in sync? Why don't you just use the macro keys for turning things on, and one macro key for master power off? That's completely bullet-proof, easy to program and easy to remember.

Posted: Fri Jun 04, 2010 1:19 pm
by mitchharper42
WOW! the help here is wonderful.

mdavej, I haven't had any issues with sync since it is only the Amp and TV and it was too easy :)

until now I haven't used discrete codes so now I get to learn ToadTog and attempt to get the power button to work with everything.

I was thinking that a seperate on/off would work and solve my issues, use the 'Theater' key for something now

The link to avsforums had the pdf files for the 861 and I now have all the IR codes for the 122 device which makes this a bit easier.

When I tried to create the 126 device with only the power IR codes the code generated didn't work in the IR program, the 'fixed bytes' was blank and the buttons were getting multiple hex codes. Seems like a limitation or bug somewhere.