Kodi Community Forum

Full Version: Harmony 650 & Kodi (RPi 2) - Suspend
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have followed the instructions posted below which were taken from the following thread - http://forum.kodi.tv/showthread.php?tid=...pid1860395

4. Important Sleepy Suspend / Resume / Wake functions Eek
In the Harmony Software once you add the Flirc device and configure, the remote controls PowerOff command is mapped to the key command CTRL + F12. Do not remap the "E" button. No We now want this PowerOff command to be interpreted as a suspend command by XBMC so we create a custom keymap file.

Copy and paste the following to a plain text file called suspend.xml and then transfer to the folder /storage/.xbmc/userdata/keymaps on the Chromebox. (Openelec folder location)
/storage/.kodi/userdata/keymaps for Kodi.

Code:
<keymap>
<global>
<keyboard>
<f12 mod="ctrl">XBMC.Suspend()</f12>
</keyboard>
</global>
</keymap>

5. Oo You should now be able to Suspend the Chromebox with either the E button on the remote or the LCD PowerOff command and any keypress on the Harmony remote will Resume your device from Suspend.


However, after transferring the suspend.xml file into the following directory - /storage/.kodi/userdata/keymaps, I cannot get Kodi to suspend? When I press the power off button, nothing happens?

P.S - I have also followed the instructions wrxtasy posted here - http://forum.kodi.tv/showthread.php?tid=...pid1858038

Any ideas?

Many thanks,
sat
Hi,

Did you ever get this working? The only way I can shut down is pressing Help and going through the options that way, pretty annoying work around.