This is quite important with Immich. They’re good at documenting their breaking changes, just gotta make sure you check the changelog before updating. Also best to avoid auto updating with Watchtower or similar to avoid surprises.
This is quite important with Immich. They’re good at documenting their breaking changes, just gotta make sure you check the changelog before updating. Also best to avoid auto updating with Watchtower or similar to avoid surprises.
“For some reason”? Greed. That is the exact reason.
I’m not sure if they’re available with UK plugs, but I’ve got a pack of Thirdreality Zigbee plugs that monitor energy use and have a button on them to toggle power.
I’ve got them connected to Home Assistant. Two do a bit of climate control in a coldroom, the others are for occupancy lighting.
The asterism gives me big Splinter Cell vibes and I’m definitely OK with that.
Unfortunately there isn’t really an all-in-one guide. TechnoTim has info on the Pi-hole config side and wildcard certificates, but I think he uses it with traefik.
NPM is pretty straightforward. If you find a site isn’t working, try turning on Web Socket support.
I’d say just search for guides on each part individually:
I can try to help if you run into any issues.
I’m definitely not a network pro, but it sounds like you’re looking to do something similar to what I have.
I’ve got nginx proxy manager as my reverse proxy with pi-hole for local DNS. All traffic goes through the pi-hole and anything going to mydomain.com has DNS entries pointing to nginx. I’ve set nginx up so service.lan.mydomain.com is for anything local and just service.mydomain.com for anything external with wildcard SSL certs for both (*.domain doesn’t seem to cover *.lan.domain so add certs for both - probably because it’s a sub-subdomain).
The Cloudflare tunnel can then just get directed to service.mydomain.com instead of the IP of the service.
I didn’t ponder it when setting the cameras up, but after writing these posts I was planning to do just that when I’m back at home.
Yep, Reolink cams can be fully local only and still work fine.
Yep, but the method is separate from HA. Could do it two ways, I use Pi-hole so that it’s still able to contact the NTP server (could also set the time server to something local through the desktop app, I believe) but block all other external traffic, or you can block external access through your router firewall. I noticed the time would occasionally be inaccurate if I had blocked all internet access.
Either way you can use a VPN or other tunnel service to access while you’re away from home. I use WG-tunnel on my phone to auto connect to VPN when I disconnect from my home network, it’s quite handy.
I have the Reolink doorbell, among a couple other Reolink cams. It integrates very nicely with HA. I have it set up for essentially what you’re looking for, audio/video feed, notifications with an image attached when the bell is rung (also motion detection notification from another cam, but could do the doorbell too), and the ability to have it play quick reply messages, including custom ones.
I believe you can have the two way audio in HA as well, but I haven’t explored it. The Reolink app has this functionality if I really need it, but haven’t come across an instance where I needed to use it.
You should be able to do all this with just the Reolink integration.
I perhaps haven’t played since the ground handling update, but tailwheel aircraft never behaved like actual tailwheel aircraft. Their steering seemed coupled to the rudder, similar to nose wheel aircraft, instead of having any of the momentum effects of a tailwheel with just a loose steering influence.
I believe the airport was a mid-sized towered airport in Idaho. I forget exactly which though. I selected it as my home base for Neofly because of the scenery and was disappointed when it seemed rather incomplete.
I feel it would’ve been ahead of where it was if it took the aviation side of FSX and paired it with the scenery, weather, and online features of MSFS.
I had FS2020 working well with yoke and pedals and a streamdeck, but it just didn’t feel like a complete sim. Many airports just weren’t there or had incorrectly labeled taxiways, which threw off taxi instructions and obviously made real world charts useless. Tailwheel aircraft didn’t really work properly at all.
Sure, it was a beautiful sim, but was quite lacking on the technical side. I’m doubtful a whole new product is going to solve any of those issues.
Sorry, four of the power to ethernet plugs. You put one near your router to essentially supply internet to your house’s electrical circuits, then distribute the others where you need them, such as office, living room if you want to connect a TV or console, etc.
I had a set of four for getting ethernet around the few places I rented. There was maybe the odd quality decrease when there was a lot of electrical load, but they worked great otherwise.
Oh man, I remember a Philips mp3 player I had for the longest time as a kid. You could hear the little clicks of the hard drive. Lost it on a hike, unfortunately.
It might not be original quality, but this should be fairly straightforward with a tunnel or VPN connection to your parent’s house. You’d also lose quality in having a WiFi camera instead of wired.
I recently went this route after dabbling with other options. I had a wireguard VPN through my Unifi router, with rules to limit access to only the resources I wanted to share, but it can be a struggle for non savvy users, and even more so if they want to use Jellyfin on their TV. Tried Twingate too and would recommend if it fits your usecase, but Cloudflare Tunnels were more applicable to me.
This is mostly my reasoning too. I’ve got a bit more juice than a NUC, but I prefer the way resources are managed with an LXC for the certain apps that I run. I still have VMs for other things, like HAOS and a BlueIris NVR. It’s only a local homelab with no external users so avoiding additional complexity is often in my best interest.
Why would one prefer a VM over an LXC for Docker?
Sad to see the news about tteck. His scripts really helped me get off the ground on my own self hosting journey.