Kodi Community Forum

Full Version: Power Button With Remote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,

I have seen a number of threads regarding using remotes and the power button to wake Kodi. I have PI3 with Kodi installed via NOOBS and this remote http://kodi.wiki/view/Remote_controls/RF/MINIX_A2

I know it says the power should work out the box but it don't, So does anyone know how to configure this power button? I am assuming the best option would be to force the OS into sleep as if it is powered down, it wont wake again.

Any help would be appreciated

thanks in advance!
There is no sleep mode on an Rpi. They are designed to run 24/7.
To do remote switch-on of a Pi, you'd need external hardware (see this as an example - there are others around on the 'net).
I tend find issues with my PI if I dont restart once in a while. Ill it a go leaving it on 24/7. See how it performs. But on another note, That hardware addon looks perfect.

Thanks!
A cheaper alternative is now in Kickstarter and its programmable Big Grin

remote control is included

https://www.kickstarter.com/projects/140...remote-con
I use task scheduler on my server to reboot my Pi's every day, keeps them nice and fresh.

Code:
start curl -i -X POST -d {\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"System.Reboot\"} -H "content-type:application/json" http://kodi:[email protected]:8080/jsonrpc
My PIs run 24/7 with no issues.