Hi,
Here is my RoomieCodes.plist file with one freebox v5 and one freebox v6 :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>brand</key>
<string>Freebox V6</string>
<key>cat</key>
<string>Freebox V6</string>
<key>codes</key>
<dict>
<key>POWER TOGGLE</key>
<string>/pub/remote_control?code=xxxxxxx&key=power</string>
<key>VOLUME UP</key>
<string>/pub/remote_control?code=xxxxxxx&key=vol_inc</string>
<key>VOLUME DOWN</key>
<string>/pub/remote_control?code=xxxxxxx&key=vol_dec</string>
<key>MUTE TOGGLE</key>
<string>/pub/remote_control?code=xxxxxxx&key=mute</string>
<key>CHANNEL UP</key>
<string>/pub/remote_control?code=xxxxxxx&key=prgm_inc</string>
<key>CHANNEL DOWN</key>
<string>/pub/remote_control?code=xxxxxxx&key=prgm_dec</string>
<key>CURSOR UP</key>
<string>/pub/remote_control?code=xxxxxxx&key=up</string>
<key>CURSOR LEFT</key>
<string>/pub/remote_control?code=xxxxxxx&key=left</string>
<key>CURSOR RIGHT</key>
<string>/pub/remote_control?code=xxxxxxx&key=right</string>
<key>CURSOR DOWN</key>
<string>/pub/remote_control?code=xxxxxxx&key=down</string>
<key>CURSOR ENTER</key>
<string>/pub/remote_control?code=xxxxxxx&key=ok</string>
<key>DIGIT 0</key>
<string>/pub/remote_control?code=xxxxxxx&key=0</string>
<key>DIGIT 1</key>
<string>/pub/remote_control?code=xxxxxxx&key=1</string>
<key>DIGIT 2</key>
<string>/pub/remote_control?code=xxxxxxx&key=2</string>
<key>DIGIT 3</key>
<string>/pub/remote_control?code=xxxxxxx&key=3</string>
<key>DIGIT 4</key>
<string>/pub/remote_control?code=xxxxxxx&key=4</string>
<key>DIGIT 5</key>
<string>/pub/remote_control?code=xxxxxxx&key=5</string>
<key>DIGIT 6</key>
<string>/pub/remote_control?code=xxxxxxx&key=6</string>
<key>DIGIT 7</key>
<string>/pub/remote_control?code=xxxxxxx&key=7</string>
<key>DIGIT 8</key>
<string>/pub/remote_control?code=xxxxxxx&key=8</string>
<key>DIGIT 9</key>
<string>/pub/remote_control?code=xxxxxxx&key=9</string>
<key>Menu (FREE)</key>
<string>/pub/remote_control?code=xxxxxxx&key=home</string>
<key>ZAPLISTE</key>
<string>/pub/remote_control?code=xxxxxxx&key=list</string>
<key>0 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=0&long=true</string>
<key>1 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=1&long=true</string>
<key>2 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=2&long=true</string>
<key>3 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=3&long=true</string>
<key>4 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=4&long=true</string>
<key>5 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=5&long=true</string>
<key>6 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=6&long=true</string>
<key>7 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=7&long=true</string>
<key>8 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=8&long=true</string>
<key>9 +</key>
<string>/pub/remote_control?code=xxxxxxx&key=9&long=true</string>
<key>FUNCTION BLUE</key>
<string>/pub/remote_control?code=xxxxxxx&key=blue</string>
<key>FUNCTION GREEN</key>
<string>/pub/remote_control?code=xxxxxxx&key=green</string>
<key>FUNCTION YELLOW</key>
<string>/pub/remote_control?code=xxxxxxx&key=yellow</string>
<key>FUNCTION RED</key>
<string>/pub/remote_control?code=xxxxxxx&key=red</string>
<key>PLAY PAUSE TOGGLE</key>
<string>/pub/remote_control?code=xxxxxxx&key=play</string>
<key>STOP</key>
<string>/pub/remote_control?code=xxxxxxx&key=stop</string>
<key>FORWARD</key>
<string>/pub/remote_control?code=xxxxxxx&key=fwd</string>
<key>REVERSE</key>
<string>/pub/remote_control?code=xxxxxxx&key=bwd</string>
<key>NEXT</key>
<string>/pub/remote_control?code=xxxxxxx&key=next</string>
<key>PREVIOUS</key>
<string>/pub/remote_control?code=xxxxxxx&key=prev</string>
<key>RECORD</key>
<string>/pub/remote_control?code=xxxxxxx&key=rec</string>
<key>INFO</key>
<string>/pub/remote_control?code=xxxxxxx&key=info</string>
</dict>
<key>method</key>
<string>http</string>
<key>type</key>
<integer>23</integer>
</dict>
<dict>
<key>brand</key>
<string>Freebox V5</string>
<key>cat</key>
<string>Freebox V5</string>
<key>codes</key>
<dict>
<key>POWER TOGGLE</key>
<string>/pub/remote_control?code=xxxxxxxx&key=power</string>
<key>VOLUME UP</key>
<string>/pub/remote_control?code=xxxxxxxx&key=vol_inc</string>
<key>VOLUME DOWN</key>
<string>/pub/remote_control?code=xxxxxxxx&key=vol_dec</string>
<key>MUTE TOGGLE</key>
<string>/pub/remote_control?code=xxxxxxxx&key=mute</string>
<key>CHANNEL UP</key>
<string>/pub/remote_control?code=xxxxxxxx&key=prgm_inc</string>
<key>CHANNEL DOWN</key>
<string>/pub/remote_control?code=xxxxxxxx&key=prgm_dec</string>
<key>CURSOR UP</key>
<string>/pub/remote_control?code=xxxxxxxx&key=up</string>
<key>CURSOR LEFT</key>
<string>/pub/remote_control?code=xxxxxxxx&key=left</string>
<key>CURSOR RIGHT</key>
<string>/pub/remote_control?code=xxxxxxxx&key=right</string>
<key>CURSOR DOWN</key>
<string>/pub/remote_control?code=xxxxxxxx&key=down</string>
<key>CURSOR ENTER</key>
<string>/pub/remote_control?code=xxxxxxxx&key=ok</string>
<key>DIGIT 0</key>
<string>/pub/remote_control?code=xxxxxxxx&key=0</string>
<key>DIGIT 1</key>
<string>/pub/remote_control?code=xxxxxxxx&key=1</string>
<key>DIGIT 2</key>
<string>/pub/remote_control?code=xxxxxxxx&key=2</string>
<key>DIGIT 3</key>
<string>/pub/remote_control?code=xxxxxxxx&key=3</string>
<key>DIGIT 4</key>
<string>/pub/remote_control?code=xxxxxxxx&key=4</string>
<key>DIGIT 5</key>
<string>/pub/remote_control?code=xxxxxxxx&key=5</string>
<key>DIGIT 6</key>
<string>/pub/remote_control?code=xxxxxxxx&key=6</string>
<key>DIGIT 7</key>
<string>/pub/remote_control?code=xxxxxxxx&key=7</string>
<key>DIGIT 8</key>
<string>/pub/remote_control?code=xxxxxxxx&key=8</string>
<key>DIGIT 9</key>
<string>/pub/remote_control?code=xxxxxxxx&key=9</string>
<key>Menu (FREE)</key>
<string>/pub/remote_control?code=xxxxxxxx&key=home</string>
<key>ZAPLISTE</key>
<string>/pub/remote_control?code=xxxxxxxx&key=list</string>
<key>0 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=0&long=true</string>
<key>1 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=1&long=true</string>
<key>2 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=2&long=true</string>
<key>3 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=3&long=true</string>
<key>4 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=4&long=true</string>
<key>5 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=5&long=true</string>
<key>6 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=6&long=true</string>
<key>7 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=7&long=true</string>
<key>8 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=8&long=true</string>
<key>9 +</key>
<string>/pub/remote_control?code=xxxxxxxx&key=9&long=true</string>
<key>FUNCTION BLUE</key>
<string>/pub/remote_control?code=xxxxxxxx&key=blue</string>
<key>FUNCTION GREEN</key>
<string>/pub/remote_control?code=xxxxxxxx&key=green</string>
<key>FUNCTION YELLOW</key>
<string>/pub/remote_control?code=xxxxxxxx&key=yellow</string>
<key>FUNCTION RED</key>
<string>/pub/remote_control?code=xxxxxxxx&key=red</string>
<key>PLAY PAUSE TOGGLE</key>
<string>/pub/remote_control?code=xxxxxxxx&key=play</string>
<key>STOP</key>
<string>/pub/remote_control?code=xxxxxxxx&key=stop</string>
<key>FORWARD</key>
<string>/pub/remote_control?code=xxxxxxxx&key=fwd</string>
<key>REVERSE</key>
<string>/pub/remote_control?code=xxxxxxxx&key=bwd</string>
<key>NEXT</key>
<string>/pub/remote_control?code=xxxxxxxx&key=next</string>
<key>PREVIOUS</key>
<string>/pub/remote_control?code=xxxxxxxx&key=prev</string>
<key>RECORD</key>
<string>/pub/remote_control?code=xxxxxxxx&key=rec</string>
<key>INFO</key>
<string>/pub/remote_control?code=xxxxxxxx&key=info</string>
</dict>
<key>method</key>
<string>http</string>
<key>type</key>
<integer>23</integer>
</dict>
</array>
</plist>
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