Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#366536 - 17/04/2016 18:29 Using Harmony to control RioCar
bauble
journeyman

Registered: 23/06/2003
Posts: 57
I've got my Mk II wired in to my home stereo and it mostly works using my Harmony 720; the biggest issue I've got is powering on/off: when the Harmony powers up the RioCar, it also changes the Source to Auxiliary. This doesn't happen using the Rio remote or the buttons on the player. I'm pretty sure the issue is that, I think, the player is looking for a long press and the Harmony is sending a short one (the Source and Power buttons on the Rio remote are one and the same).
The other issue is that when I use the Harmony to power everything off, the RioCar doesn't power off. It doesn't change Source/input, either, which I would have expected, given the issue powering it on.
Has anyone fought this fight already? If so, would you be willing to impart your wisdom?

Top
#366540 - 18/04/2016 02:14 Re: Using Harmony to control RioCar [Re: bauble]
Shonky
pooh-bah

Registered: 12/01/2002
Posts: 2009
Loc: Brisbane, Australia
I can't remember how the buttons/remote work exactly since it's been a while since I used my empeg frown , but can't you just teach the Harmony the right button?
_________________________
Christian
#40104192 120Gb (no longer in my E36 M3, won't fit the E46 M3)

Top
#366543 - 18/04/2016 13:23 Re: Using Harmony to control RioCar [Re: bauble]
bauble
journeyman

Registered: 23/06/2003
Posts: 57
Well, if I understand it correctly, the difference between Power and source signals on the RioCar remote is the length of time the signal is broadcast. That is: they're the same button, if you hold it for a long press, the player reads that as Power; a short press is read as Source.

Top
#366547 - 18/04/2016 21:50 Re: Using Harmony to control RioCar [Re: bauble]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31563
Loc: Seattle, WA
Originally Posted By: bauble
Well, if I understand it correctly, the difference between Power and source signals on the RioCar remote is the length of time the signal is broadcast. That is: they're the same button, if you hold it for a long press, the player reads that as Power; a short press is read as Source.


(Consults the button guide...)

You are correct: Longpress=Standby/power, shortpress=source.

I know that the Harmony programming system is tricky. I own a Harmony One, and although I love the remote, and I love the way that the *results* of the programming behave once you've got it properly programmed, I find that the programming software itself is just downright awful.

I have never tried to use my Harmony One to control my empeg, but I have had to make it do backflips through hoops before to successfully control other pieces of equipment. I have found the following things helpful sometimes. Try some variants of these:

- It is possible to configure an "Activity" to do additional steps when powering on. So you could say that when you switch to the "Listen to empeg" activity, you could have it deliberately change the source back again to the correct source. I forget which menus in the programming software you use to do this stunt, and I know it's a bit byzantine in their software. But you should be able to find it. For instance, on my current A/V system, each one my Activities is followed up by several additional steps, such as re-sending a second "input" command to the TV which doesn't always get the first command.

- I don't recall whether there are additional steps you can program for *ending* an Activity. If there are you could maybe put some steps in there which do the trick to put the player into Standby mode.

- You might be able to dig deep and tell the Harmony software to use a different set of button presses for the "Empeg" *device* for power on and power off. I think that's an even deeper dig than adding commands to Activities. Don't remember how to get to it in the software.

- I don't recall if any of these Harmony devices have "Learning" capability, but if they did, you could "Learn" it the power button all over again. I never needed to "Learn" anything into my Harmony One, so I'm not sure.

- I wonder if Logitech has a system for reporting/accepting updates and corrections to their device profiles. Because that's what this really is at the heart: Their device profile for the empeg is flawed in the way you describe.

...

Now, a side note... This might not have any bearing on this at all, or this might help you as you go about fixing the problem... Infrared remotes handle long button presses differently than you might imagine that they do. It's not like this:

ButtonPress code
(time passes)
ButtonRelease code

Infrared remotes can't do that, because there is no guarantee that the device is going to see both the press and the release. For example if you pressed "volume up" and then covered up the IR emitter before releasing the button, the stereo would keep turning up infinitely.

So IR Remotes don't work that way. Instead, they work like this:

ButtonCode
(then, if user has held down the button...)
RepeatLast
RepeatLast
RepeatLast
RepeatLast (as long as the user is holding down the button).

The Harmony and the Empeg both know this and should be handling this correctly. I think the Harmony profile for Empeg is just wrong in this regard. Question: Do other repeated buttons work as expected on the Harmony controlling the Empeg? For instance, volume or Fast Forward? That would indicate whether this is a global thing with the "RepeatLast" ir code, or, if it's simply that the profile doesn't contain the longpress version of the Source button.

An interesting side trick you can do with IR remotes for the RepeatLast command. There is only one "RepeatLast" code for any given remote, the repeats are not button-unique. So if you have two remotes for the same device (or the original and a Universal remote), you can hold down a button on one of them (say, volume down) and tap a different button on the other remote (say volume up) while still holding the repeat on the first remote, and you'll see how the repeated command changes. Because what the device saw was this:

VolumeDown
RepeatLast
RepeatLast
RepeatLast
RepeatLast
VolumeUp
RepeatLast
RepeatLast
RepeatLast
RepeatLast

... and the device just does what it was told to do. Totally useless, but really interesting from a design perspective.

_________________________
Tony Fabris

Top
#366548 - 19/04/2016 00:46 Re: Using Harmony to control RioCar [Re: bauble]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
Hijack's ir_translate feature may be of interest:

http://empeg-hijack.sourceforge.net/ir_translate.html

http://www.riocar.org/modules.php?op=mod...;faqent=196#196

It would allow you to skip all the short press/long press attempts to train the Harmony, and instead use all short press events for any function the empeg remote or front face controls can do.

Top
#366551 - 19/04/2016 16:09 Re: Using Harmony to control RioCar [Re: bauble]
bauble
journeyman

Registered: 23/06/2003
Posts: 57
So is it possible that a long press isn't registering because the player is looking for a RepeatLast signal?

And: Thanks for the reminder about making an activity, Mr. Fabris - I'll try that either tonight or tomorrow.

I've got Hijack loaded, Tom, so I foresee those link being really useful. Thank you!

Top
#366552 - 19/04/2016 17:13 Re: Using Harmony to control RioCar [Re: bauble]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31563
Loc: Seattle, WA
Originally Posted By: bauble
So is it possible that a long press isn't registering because the player is looking for a RepeatLast signal?


More specifically, because the Harmony isn't sending it.

It's as if, whoever programmed the profile for the harmony, didn't program the correct longpress function for that button when they created the profile.
_________________________
Tony Fabris

Top
#366553 - 19/04/2016 17:20 Re: Using Harmony to control RioCar [Re: bauble]
bauble
journeyman

Registered: 23/06/2003
Posts: 57
But it looks like if I use the info on drakino's links, I could tell the RioCar to interpret a short Source/Power press (which changes the input and is what the Harmony sends) as a long one, which should toggle the power.

That is, *if* I'm understanding things correctly.

It seems like it would be easier, though, if the Harmony would send a RepeatLast signal.

Top
#366554 - 19/04/2016 18:20 Re: Using Harmony to control RioCar [Re: bauble]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31563
Loc: Seattle, WA
Exactly correct, on all counts.
_________________________
Tony Fabris

Top
#366555 - 20/04/2016 03:33 Re: Using Harmony to control RioCar [Re: bauble]
bauble
journeyman

Registered: 23/06/2003
Posts: 57
I think that's got it. I've got a couple little bugs to work out, but I'm 90% to where I want it to be! Thank you!!!

Top