Hi Everyone,
I would like to know if there is a way to remotely shut down a raspberry pi? I am aware that there is a power saver setup and all but it only puts the pi to sleep but not completely shuts it down as far as I’m concerned. Please help!
Hi Everyone,
I would like to know if there is a way to remotely shut down a raspberry pi? I am aware that there is a power saver setup and all but it only puts the pi to sleep but not completely shuts it down as far as I’m concerned. Please help!
In theory that possible, but the API is not exposed at the moment, as that’s quite dangerous as someone has to manually power cycle the Pi once it’s halted. Out of curiousity: When is halting needed? The halt API call can probably be added.
I notice no further info was given on this suggestion. Just thought I would provide some info for our scenario as I think this would be handy or at least ability to schedule a shutdown.
Our digital signage TV’s and Pis are connected to our lighting circuit so that when our retail stores open/turn on the lights first thing in the morning the signage comes on. When they lock up and turn off the lights for the day, they turn off. Being able to schedule a shutdown would prevent the Pi from having its power cut. I understand that not everyone would have this kind of setup though. But it would definitely be a great option to have.
I understand the scenario, but info-beamer is explicitly built to handle sudden powerloss as it realistically cannot expect users to cleanly shut down every time anyway. So instead of hoping that an occasional power loss does not break anything, info-beamer is highly optimized to handle this case:
All that happens fully automatic. To summarize: It’s not needed to cleanly shut down your Pi. You don’t need to build your own automation around this as the device handle this perfectly fine.
That is great! Thank you for the detailed information. Much appreciated