this post was submitted on 26 Sep 2023
481 points (94.5% liked)
Technology
59161 readers
2002 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can have a privacy-first smart home. I have. I run Home Assistant in a docker container. No external services/plugins. My smart doorbell streams to my local nvr. If my internet is down, everything keeps working. And it's not even that hard anymore. It's become a lot easier over the last 2-3 years. Still not for non-techie users, but a lot better.
That sounds pretty reasonable.
Edit: Still kind of want to call my place "Stupid House" for myriad other reasons
I'm not tech illiterate by any means, and everything after "home assistant" in that post is Greek to me
Docker is a way to run containers. Basically lightweight virtual servers. That makes it easy to run multiple servers on one machine. An NVR is a network video recorder. It's like a video security system like they use in stores where all cameras are viewed and recorded in a single place. I assume you know what a doorbell is 😄
Have any resources to get started with that? Been looking into security systems but don't fully trust nest/ring/simplisafe etc
Just start with a local Home Assistant on. Raspberry Pi and go from there: https://www.home-assistant.io/installation/
Teach me your ways please! Setting up a Home Assistant seems like such a daunting task. I'm stalling converting my devices into it. Any tips for a (home assistant) beginner?
I just followed the steps on their site. Containers give me cancer, so I did a real install on my home server.
Caveat: I am a professional software engineer (but I didn't really have to hack anything)
Start with a Raspberry Pi and just follow the docs: https://www.home-assistant.io/installation/
That's the easy way. I did it the hard way, but that's because I run on on a big dedicated home server together with a dozen other services.