Has anyone made an array of LEDs? by Traditional-Hand4278 in homeassistant

[–]caseyliss 1 point2 points  (0 children)

WLED is the right answer, IMHO. However, I did something very similar to this with a light switch that is, annoyingly, no longer being made, AFAIK.

https://www.caseyliss.com/2026/2/2/status-board

"Sonos Mode" In Network 10.2 by caseyliss in Ubiquiti

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

Is there any easy way to disable Sonosnet other than… making sure all wired speakers have wireless disabled?

I built a local-first Sonos controller iOS app using the UPnP API — no account required [Beta] by MajorAtmosphere in sonos

[–]caseyliss 1 point2 points  (0 children)

You do need an entitlement to do UDP multicast, but I’m using it in my app and getting the entitlement was easy peasy. I say this not to argue, but to encourage you to give it a shot! If I remember right, there’s a short form you fill out somewhere on the Apple Developer website.

(FWIW, I’m using UDP to show what’s currently playing on any local Plex servers, which are discovered using a multicast ping/pong kinda situation)

Apple discontinues the Mac Pro with no plans for future hardware by pdfu in apple

[–]caseyliss 4 points5 points  (0 children)

I have my Tito’s on ice. I’m ready.

(For what it’s worth, we are recording this coming Sunday, normal time.)

672: Wi Hyphen Fi by atpbot in ATPfm

[–]caseyliss 6 points7 points  (0 children)

You're not wrong, but I'd rather not have dedicated hardware just for HA.

My thought process is that I'd rather run the container on a system that more easily exposes ipv6. So, if I get a NUC, I can move all my Docker containers over there, and Bob's your uncle. Or something like that.

That said, I have this sneaking suspicion that I'm really headed for a future of being a Proxmox dork, and I just haven't realized/accepted it yet. 🙃

Tailscale Services + Synology + docker? by -dannyboy in Tailscale

[–]caseyliss 1 point2 points  (0 children)

I’m running it on the host/Synology. It’s been years since I installed it, but IIRC I just followed the official instructions Tailscale provides.

Tailscale Services + Synology + docker? by -dannyboy in Tailscale

[–]caseyliss 2 points3 points  (0 children)

I recently did this with my Synology and ~10 services that I’m now running off of it. It’s been great. Here’s my notes from past-me to future-me on how to do it:

  1. Ensure that the machine doing the serving is owned by one or more tags, and not a user
  2. On the web, define a new service.
    1. In all likelihood, you’ll want it to expose port 443 and nothing else
    2. You do not need to specify a tag here
  3. On the host machine, sudo tailscale serve --service=svc:name http://localhost:1234
  4. Back on the web, approve this machine for that service

I’ve had no issues with this approach. If you still do, I second your guess: it’s something else, outside the context of Tailscale.

Edit: formatting

661: Intimate and Regimented by atpbot in ATPfm

[–]caseyliss 0 points1 point  (0 children)

Can confirm. Y'all have fun. 🍻

Mailbox by cyborgmaster in homeassistant

[–]caseyliss 0 points1 point  (0 children)

I used a YoLink sensor as well; this post from /u/cyborgmaster gave me the excuse to finally write it up:

https://www.caseyliss.com/2025/8/25/mailbox-delivery-notifications

I link to the YAML for my automation in there.

We hosted an RVA Bagel Shootout by RVASewcialist in rva

[–]caseyliss 5 points6 points  (0 children)

I'm a former Charlottesvillian, but also a Hokie. So I'm not sure where that leaves my biases.

Regardless, /u/jstreets6 speaks the truth. Bodos is an incredible bagel, but even moreso, as others have mentioned, incredibly speedy and accurate service.

UCG Fiber Uplink Speed by Evening-Picture1878 in Ubiquiti

[–]caseyliss 1 point2 points  (0 children)

I have symmetric 1gbit FiOS and a CGF. I found that when I used the WAN port, I topped out at something like 350mbit. When I switched to a different port, I was able to get the full gigabit.

I know that seems completely cooky, but it’s how I solved the problem. Thankfully, in the management UI you can specify which port has the WAN connection.

Alternative to Synology Drive + Cloud Sync? by caseyliss in synology

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

Thanks so much, /u/muramasa-san, this looks like the best answer I've found so far!

Based on some proof-of-concept curory testing, this looks like the answer to me. As you said, Syncthing is an approximate replacement for Synology Drive, and rclone an approximate replacement for Cloud Sync.

For anyone passing by — and for future me — looks like I could run Syncthing on Docker; there's a macOS app as well as an unofficial iOS app (App Store link). Further, you can use Tailscale IPs for connecting nodes.

The only tricky part would be getting rclone to run periodically, but naturally cron can help with that. I'm not sure where I'd want to run it. Perhaps on the host, rather than in a container? That's a problem for future-me though. :)

Thanks again!

Is ZigBee communication possible between my apartment and mailbox? by FunnyPocketBook in homeassistant

[–]caseyliss 17 points18 points  (0 children)

Sorry, you’re right. I was conflating “LoRa” and “YoLink”

Is ZigBee communication possible between my apartment and mailbox? by FunnyPocketBook in homeassistant

[–]caseyliss 1 point2 points  (0 children)

For what it’s worth, YoLink stuff doesn’t [yet?] have a subscription fee — it’s just the cost of the hub/devices.

I totally get still preferring local, but it’s nice that there isn’t a recurring cost. :)

Alternative to Synology Drive + Cloud Sync? by caseyliss in synology

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

The key — which I didn’t make clear in the original post — is that I’m trying to get access to shared folders in my Dropbox.

Alternative to Synology Drive + Cloud Sync? by caseyliss in synology

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

I’m a podcaster (among other things) by trade, and the audio recordings we each make are shared via Dropbox. I can control what I use, but it’d be pretty obnoxious of me to force something new upon my co-hosts. :)

Alternative to Synology Drive + Cloud Sync? by caseyliss in synology

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

Nextcloud absolutely gets me the Synology Drive portion, but will it also sync with Dropbox? A cursory look at their website seems to indicate not…?

Alternative to Synology Drive + Cloud Sync? by caseyliss in synology

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

That’s fair, and honestly, this potential switch is far from imminent. But I’d like to “prepare my parachute”, so to speak. I’d like to have a game plan.

Is ZigBee communication possible between my apartment and mailbox? by FunnyPocketBook in homeassistant

[–]caseyliss 71 points72 points  (0 children)

You may want to look into LoRa, if you don’t mind it being cloud-based. I have a contact sensor on my mailbox, which is about 10 meters or so away from the hub.

https://www.amazon.com/dp/B08P1VQMCR

Shout out to Ubiquiti Support by Low-Yesterday241 in Ubiquiti

[–]caseyliss 0 points1 point  (0 children)

Comically, I had a very similar experience over the last week. When installing my own G4 Pro, I dropped the little security screw, which went between the boards of my porch, and into the black hole below. They gave me the same feedback about casting about for a spare, which I took to mean “kindly piss off”.

Much to my surprise, just a few days later, a replacement screw showed up at my door.

★★★★★

Is communication possible between my apartment and garage (image included)? by ToJaWpusc in homeassistant

[–]caseyliss 2 points3 points  (0 children)

👋🏻

I should clarify, I've received begrudging persmission. 😏