Need to press buttons twice for actions

Manufacturer: Amino
Model: 7x

Hi,

So the dutch ISP provider Odido deliveres an Amino 7x TV box. I learned the codes from the original remote to the UC dock. That works but when i want to change channel or use the arrow keys i need to press them twice on the uc remote 3.

Now i use an Logitech Harmony and that works perfect. I also tried to learn the codes directly from the Harmony to the UC dock. That works. And get different IR codes but i still need to press the buttons twice.

Is there someone who can help me with this? Thanks!

Just change the last digit of the learned code from 0 to 1. This is the number of repeats.

It kinda works as in i still need to press the button twice but then the IR code is send twice so when i click on menu it will open and close it immediately, but still need to press the menu button to activate the IR code sending.

this is the code now:
2;0xCE6042C;28;1

it was this: 2;0xCE6042C;28;0

That’s strange. This might also be an issue with the actual code. You should contact UC either via mail (support@unfoldedcircle.com) or on GitHub (GitHub - unfoldedcircle/feature-and-bug-tracker: Feature and bug tracker repository for Unfolded Circle products · GitHub)

What i saw is that it sometimes sends 2 IR codes for example channel 0 could be:
2;0xCE6051B;28;0 and 2;0xCE6059B;28;0

Putting those in an Macro and it works, but the Macro creates a delay on the remote because it shows it in the screen and de buttons are blocked for 1 second.

I also works when pushing twice 2;0xCE6051B;28;0 2;0xCE6051B;28;0.

Dont know whats going on here?

If it works in a macro you can also use the “IR Sequence” command instead that doesn’t shown any info screen on the remote when triggered.
That command is available inside activities and macros and you need to enter the exact command names (not ir codes) and separate each command with a comma. Maybe the inter-command delay is different when using macros and ir sequences than using the code repeat variant.

In macros or it sequences you can spped it up a little bit by adding select, return or enter at the end.

Ralf

Don’t really now if i understand it correctly.

I converted all the macros to IR command and entered the command name.

When the repeat is on 1 it enters 3 times the code.

When the repeat is on 2 it enters it more as 3 times.

When the repeat is on 0 it enters it just 1 time and then still nothing happens..

So i changed the macro to IR Sequence with an 20ms delay, but still info is being showed on the display. THe command works but you cannot tap channel up every time you need to wait till the display info is gone and the macro stopped.

Don‘t use macros. Add the send ir command command/ir sequence command inside your activities.

Yes that seems to work better.

Still strange that i need to put in the IR sequence to get this working..