French ADSL Channel Change

Hello,

I added to Roomie a custom device, a french ADSL TV BOX (Freebox), which is IP controlled.
The device is well controlled by Roomie but I have a little problem to change channels in the TV guide.

In the RoomieCodes.plist file I added these 2 kind of lines for numbers pad :

1-

DIGIT 1
/pub/remote_control?code=5413799&key=1

This one simulate a normal press on button 1 to go to channel 1.

2-

1 +
/pub/remote_control?code=5413799&key=1&long=true

This one simulate a long press on button 1, so I’m able to go to channel 10 with a long press on button 1 + a normal press on button 0.

To go on channel 123 I need to do a long press on button 1 + a long press on button 2 + a normal press on button 3.

In the TV guide when I select channel 123, Roomie do 3 normal presses on buttons 1, 2 and 3.
The box go first on channel 1, then switch on channel 2 and then go to channel 3.

Do you know how can I resolve this problem.
Maybe I have to change something in my RoomieCodes.plist file or in the TV guide setup (switching style…) ?
Best regards
Eric

hi

I would like also to use it with my Freebox v6. could you please share a tuto in order to configure Roomie with my Freebox? many thanks

Hi,

Here is my RoomieCodes.plist file with one freebox v5 and one freebox v6 :

<?xml version="1.0" encoding="UTF-8"?> brand Freebox V6 cat Freebox V6 codes POWER TOGGLE /pub/remote_control?code=xxxxxxx&key=power VOLUME UP /pub/remote_control?code=xxxxxxx&key=vol_inc VOLUME DOWN /pub/remote_control?code=xxxxxxx&key=vol_dec MUTE TOGGLE /pub/remote_control?code=xxxxxxx&key=mute CHANNEL UP /pub/remote_control?code=xxxxxxx&key=prgm_inc CHANNEL DOWN /pub/remote_control?code=xxxxxxx&key=prgm_dec CURSOR UP /pub/remote_control?code=xxxxxxx&key=up CURSOR LEFT /pub/remote_control?code=xxxxxxx&key=left CURSOR RIGHT /pub/remote_control?code=xxxxxxx&key=right CURSOR DOWN /pub/remote_control?code=xxxxxxx&key=down CURSOR ENTER /pub/remote_control?code=xxxxxxx&key=ok DIGIT 0 /pub/remote_control?code=xxxxxxx&key=0 DIGIT 1 /pub/remote_control?code=xxxxxxx&key=1 DIGIT 2 /pub/remote_control?code=xxxxxxx&key=2 DIGIT 3 /pub/remote_control?code=xxxxxxx&key=3 DIGIT 4 /pub/remote_control?code=xxxxxxx&key=4 DIGIT 5 /pub/remote_control?code=xxxxxxx&key=5 DIGIT 6 /pub/remote_control?code=xxxxxxx&key=6 DIGIT 7 /pub/remote_control?code=xxxxxxx&key=7 DIGIT 8 /pub/remote_control?code=xxxxxxx&key=8 DIGIT 9 /pub/remote_control?code=xxxxxxx&key=9 Menu (FREE) /pub/remote_control?code=xxxxxxx&key=home ZAPLISTE /pub/remote_control?code=xxxxxxx&key=list 0 + /pub/remote_control?code=xxxxxxx&key=0&long=true 1 + /pub/remote_control?code=xxxxxxx&key=1&long=true 2 + /pub/remote_control?code=xxxxxxx&key=2&long=true 3 + /pub/remote_control?code=xxxxxxx&key=3&long=true 4 + /pub/remote_control?code=xxxxxxx&key=4&long=true 5 + /pub/remote_control?code=xxxxxxx&key=5&long=true 6 + /pub/remote_control?code=xxxxxxx&key=6&long=true 7 + /pub/remote_control?code=xxxxxxx&key=7&long=true 8 + /pub/remote_control?code=xxxxxxx&key=8&long=true 9 + /pub/remote_control?code=xxxxxxx&key=9&long=true FUNCTION BLUE /pub/remote_control?code=xxxxxxx&key=blue FUNCTION GREEN /pub/remote_control?code=xxxxxxx&key=green FUNCTION YELLOW /pub/remote_control?code=xxxxxxx&key=yellow FUNCTION RED /pub/remote_control?code=xxxxxxx&key=red PLAY PAUSE TOGGLE /pub/remote_control?code=xxxxxxx&key=play STOP /pub/remote_control?code=xxxxxxx&key=stop FORWARD /pub/remote_control?code=xxxxxxx&key=fwd REVERSE /pub/remote_control?code=xxxxxxx&key=bwd NEXT /pub/remote_control?code=xxxxxxx&key=next PREVIOUS /pub/remote_control?code=xxxxxxx&key=prev RECORD /pub/remote_control?code=xxxxxxx&key=rec INFO /pub/remote_control?code=xxxxxxx&key=info method http type 23 brand Freebox V5 cat Freebox V5 codes POWER TOGGLE /pub/remote_control?code=xxxxxxxx&key=power VOLUME UP /pub/remote_control?code=xxxxxxxx&key=vol_inc VOLUME DOWN /pub/remote_control?code=xxxxxxxx&key=vol_dec MUTE TOGGLE /pub/remote_control?code=xxxxxxxx&key=mute CHANNEL UP /pub/remote_control?code=xxxxxxxx&key=prgm_inc CHANNEL DOWN /pub/remote_control?code=xxxxxxxx&key=prgm_dec CURSOR UP /pub/remote_control?code=xxxxxxxx&key=up CURSOR LEFT /pub/remote_control?code=xxxxxxxx&key=left CURSOR RIGHT /pub/remote_control?code=xxxxxxxx&key=right CURSOR DOWN /pub/remote_control?code=xxxxxxxx&key=down CURSOR ENTER /pub/remote_control?code=xxxxxxxx&key=ok DIGIT 0 /pub/remote_control?code=xxxxxxxx&key=0 DIGIT 1 /pub/remote_control?code=xxxxxxxx&key=1 DIGIT 2 /pub/remote_control?code=xxxxxxxx&key=2 DIGIT 3 /pub/remote_control?code=xxxxxxxx&key=3 DIGIT 4 /pub/remote_control?code=xxxxxxxx&key=4 DIGIT 5 /pub/remote_control?code=xxxxxxxx&key=5 DIGIT 6 /pub/remote_control?code=xxxxxxxx&key=6 DIGIT 7 /pub/remote_control?code=xxxxxxxx&key=7 DIGIT 8 /pub/remote_control?code=xxxxxxxx&key=8 DIGIT 9 /pub/remote_control?code=xxxxxxxx&key=9 Menu (FREE) /pub/remote_control?code=xxxxxxxx&key=home ZAPLISTE /pub/remote_control?code=xxxxxxxx&key=list 0 + /pub/remote_control?code=xxxxxxxx&key=0&long=true 1 + /pub/remote_control?code=xxxxxxxx&key=1&long=true 2 + /pub/remote_control?code=xxxxxxxx&key=2&long=true 3 + /pub/remote_control?code=xxxxxxxx&key=3&long=true 4 + /pub/remote_control?code=xxxxxxxx&key=4&long=true 5 + /pub/remote_control?code=xxxxxxxx&key=5&long=true 6 + /pub/remote_control?code=xxxxxxxx&key=6&long=true 7 + /pub/remote_control?code=xxxxxxxx&key=7&long=true 8 + /pub/remote_control?code=xxxxxxxx&key=8&long=true 9 + /pub/remote_control?code=xxxxxxxx&key=9&long=true FUNCTION BLUE /pub/remote_control?code=xxxxxxxx&key=blue FUNCTION GREEN /pub/remote_control?code=xxxxxxxx&key=green FUNCTION YELLOW /pub/remote_control?code=xxxxxxxx&key=yellow FUNCTION RED /pub/remote_control?code=xxxxxxxx&key=red PLAY PAUSE TOGGLE /pub/remote_control?code=xxxxxxxx&key=play STOP /pub/remote_control?code=xxxxxxxx&key=stop FORWARD /pub/remote_control?code=xxxxxxxx&key=fwd REVERSE /pub/remote_control?code=xxxxxxxx&key=bwd NEXT /pub/remote_control?code=xxxxxxxx&key=next PREVIOUS /pub/remote_control?code=xxxxxxxx&key=prev RECORD /pub/remote_control?code=xxxxxxxx&key=rec INFO /pub/remote_control?code=xxxxxxxx&key=info method http type 23

You have to replace in the url the xxxxxxx by your own remote code.

It’s unique so this is the reason why I was not able to give the code to Roomie.

More informations : freenews.fr/spip.php?article8210

Best Regards
Eric

Thanks Eric, I have everything working now.

for some reason I had a typo in the password of the remote control but it’s all OK now. thanks again