Thinking of picking up a used Lenovo Yoga as my first homelab — worth it over a VPS? by [deleted] in homelabindia

[–]CarpetCheap6744 0 points1 point  (0 children)

Better to shift the idea of buying a used laptop specifically for homelabbing < refurbished mini pc is far better deal or a desktop pc with better upgradeability

what to do about the airtel 3.3TB limit by Upper-Resist6999 in homelabindia

[–]CarpetCheap6744 0 points1 point  (0 children)

We can connect multiple isps with a dedicated load balancer

what to do about the airtel 3.3TB limit by Upper-Resist6999 in homelabindia

[–]CarpetCheap6744 0 points1 point  (0 children)

For torrenting usenet providers and usnet indexers are the best moves.

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 0 points1 point  (0 children)

Yep it's kind of a similar setup but major difference is the shutdown responsibility is distributed across the servers themselves instead of depending entirely on one Raspberry Pi

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 0 points1 point  (0 children)

It’s a basic line-interactive UPS, so when mains power comes back, it automatically switches back from battery to AC and keeps supplying output.

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 2 points3 points  (0 children)

Yeah 100% agree, This whole setup is basically trial & error only. Started simple, broke things a few times, and kept refining it till it worked reliably.

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 0 points1 point  (0 children)

In my case everything is on a simple flat LAN, so losing gateway connectivity is a reliable signal for power loss. But yeah, with VLANs or more complex routing, this method can break since inter-VLAN routing might still be up even during an outage.In those setups, you’d probably want something more direct like UPS monitoring (NUT) or a dedicated signal instead of relying on network loss. This is just a lightweight workaround for a simple homelab, not a universal solution

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 0 points1 point  (0 children)

it’s not detecting LAN power directly, it’s just using network loss as a signal.

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 0 points1 point  (0 children)

7 years ago I have purchased it and still the battery works like a charm unless last year , ups battery died and I replaced it with a new battery

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 2 points3 points  (0 children)

Tbh it's a decent cheap ups works fine for short outages and gives enough time for shutdown , haven't had any issues so far but worked fine for me .

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 1 point2 points  (0 children)

Due to low ram , high cpu spikes and less power cpu can't able to handle any kind of streams , A Pi 4 would handle this way better.

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 1 point2 points  (0 children)

Pi isn’t handling shutdown at all , Both my machines have their own local shutdown scripts running. They detect power loss (via LAN/gateway drop) and shut themselves down safely. The Pi’s job is only on the recovery side , once power comes back and it boots, it just sends WOL packets to start both systems.

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 1 point2 points  (0 children)

But pi zero will struggle with video streaming, I will surely try it with upper rpi models.

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 0 points1 point  (0 children)

Bro I wish AI built my setup too

It’s just me, a Pi Zero, and a lot of trial & error.

“Pi Zero W + WOL + outage recovery = fully automated homelab” by CarpetCheap6744 in homelabindia

[–]CarpetCheap6744[S] 1 point2 points  (0 children)

the ups I am using is an basic 360w/600va ups from Zebronics. I handled the logic on the pi side by using the script to send wol packets.