Kodi Community Forum
Power Button With Remote - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: Power Button With Remote (/showthread.php?tid=306215)



Power Button With Remote - casey03 - 2017-02-07

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!


RE: Power Button With Remote - ActionA - 2017-02-07

There is no sleep mode on an Rpi. They are designed to run 24/7.


RE: Power Button With Remote - DarrenHill - 2017-02-07

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).


RE: Power Button With Remote - casey03 - 2017-02-07

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!


RE: Power Button With Remote - quickfx - 2017-02-16

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

remote control is included

https://www.kickstarter.com/projects/1400964434/hackable-raspberry-pi-power-switch-with-remote-con


RE: Power Button With Remote - zerocool_ie - 2017-02-16

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



RE: Power Button With Remote - speedwell68 - 2017-02-18

My PIs run 24/7 with no issues.