F5F Stay Refreshed Software Operating Systems You can control your Raspberry Pi from a distance using remote commands or apps.

You can control your Raspberry Pi from a distance using remote commands or apps.

You can control your Raspberry Pi from a distance using remote commands or apps.

C
camiepan
Junior Member
44
09-12-2023, 04:02 AM
#1
I'm managing a SAMBA SMB NAS and need to power down my HDD or Pi when not in use. I want them to wake up automatically through the local network. Since my router handles everything constantly, I can reach any device anytime via phone, laptop, or PC. Is there a way to set this up?
C
camiepan
09-12-2023, 04:02 AM #1

I'm managing a SAMBA SMB NAS and need to power down my HDD or Pi when not in use. I want them to wake up automatically through the local network. Since my router handles everything constantly, I can reach any device anytime via phone, laptop, or PC. Is there a way to set this up?

A
asdno2
Member
193
09-30-2023, 05:59 AM
#2
RPI lacks a sleep function. It also doesn’t support WOL, meaning you’ll need a pony device such as an ESP8266 with a relay.
A
asdno2
09-30-2023, 05:59 AM #2

RPI lacks a sleep function. It also doesn’t support WOL, meaning you’ll need a pony device such as an ESP8266 with a relay.

C
ConCad
Junior Member
49
09-30-2023, 07:20 AM
#3
The device doesn’t have a wake/sleep feature. It’s meant to run continuously. It uses minimal power, even less than a light bulb, which is why turning it off isn’t necessary. This makes it ideal for NAS use.
C
ConCad
09-30-2023, 07:20 AM #3

The device doesn’t have a wake/sleep feature. It’s meant to run continuously. It uses minimal power, even less than a light bulb, which is why turning it off isn’t necessary. This makes it ideal for NAS use.

F
118
09-30-2023, 05:11 PM
#4
You can inquire about the reason. If there’s no activity, the drives will shut down automatically. The Pi in idle mode should use less than 3W. Although WoL support is available in the hardware, the Pi doesn’t actually implement it. It’s built to be either fully on or completely off.
F
FantasticMan08
09-30-2023, 05:11 PM #4

You can inquire about the reason. If there’s no activity, the drives will shut down automatically. The Pi in idle mode should use less than 3W. Although WoL support is available in the hardware, the Pi doesn’t actually implement it. It’s built to be either fully on or completely off.

W
Ward12
Posting Freak
895
10-01-2023, 01:45 AM
#5
The app raspcontroller offers various features beyond just power settings, including SSH support. You may need to develop a custom script and use SSH to activate it.
W
Ward12
10-01-2023, 01:45 AM #5

The app raspcontroller offers various features beyond just power settings, including SSH support. You may need to develop a custom script and use SSH to activate it.

A
Asquared94
Junior Member
44
10-01-2023, 08:43 AM
#6
I've got a 2TB external HDD from Segate connected since December 7th. That's why I'm wondering about its power usage when idle. I'm curious about the idle consumption, not just when it's active since work is happening then. Also, I've owned this drive for about two years without any issues. Used to keep it plugged in while my PC was hibernating during idle periods. The main problem is that I have two external HDDs—1TB and a 2TB drive—and the Pi can't power both at once. The HDDs make noises when connected together, but they don't appear in the OS. Each one works fine on its own.
A
Asquared94
10-01-2023, 08:43 AM #6

I've got a 2TB external HDD from Segate connected since December 7th. That's why I'm wondering about its power usage when idle. I'm curious about the idle consumption, not just when it's active since work is happening then. Also, I've owned this drive for about two years without any issues. Used to keep it plugged in while my PC was hibernating during idle periods. The main problem is that I have two external HDDs—1TB and a 2TB drive—and the Pi can't power both at once. The HDDs make noises when connected together, but they don't appear in the OS. Each one works fine on its own.

M
MAZ531
Member
164
10-06-2023, 04:11 PM
#7
I own an OrangePi Zero server running three external USB 2.5 HDDs. Each 2.5" drive draws about 0.3 to 0.7 amps, which is why I keep them separate from the OrangePi by disconnecting their power rails and feeding it from another boost converter.
M
MAZ531
10-06-2023, 04:11 PM #7

I own an OrangePi Zero server running three external USB 2.5 HDDs. Each 2.5" drive draws about 0.3 to 0.7 amps, which is why I keep them separate from the OrangePi by disconnecting their power rails and feeding it from another boost converter.

G
ggg503
Member
64
10-07-2023, 09:37 AM
#8
Usual HDDs use about 10 watts when running, dropping to roughly 5-6 watts when idle or spinning down. Running two HDDs would bring the power use down to around 10 watts when not in use. If you can't run both at once, consider a dual SATA connection for the RPi and a 5V phone charger. I'm not sure if that setup would function properly.
G
ggg503
10-07-2023, 09:37 AM #8

Usual HDDs use about 10 watts when running, dropping to roughly 5-6 watts when idle or spinning down. Running two HDDs would bring the power use down to around 10 watts when not in use. If you can't run both at once, consider a dual SATA connection for the RPi and a 5V phone charger. I'm not sure if that setup would function properly.

C
Cableperson
Member
185
10-10-2023, 04:03 PM
#9
The query pertains to whether the PI/disk relies on a battery power source.
C
Cableperson
10-10-2023, 04:03 PM #9

The query pertains to whether the PI/disk relies on a battery power source.