this post was submitted on 08 Feb 2025
32 points (100.0% liked)
homeassistant
14828 readers
51 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think the answer largely depends on the devices you use. Many devices require an internet connection to integrate with HA. Fortunately, each HA integration should list whether or not they can work locally.
Here are some device suggestions:
Just as an example, I have Ecobee thermostats that are HomeKit compatible. Ecobee provides a cloud service, but I don’t use it at all, and my thermostats are denied internet access at the network level. They still work great through the HomeKit Devices integration.
Good luck!
This is the correct answer. HA itself will work completely offline if you want. After that, you just need to make sure about the devices you're buying, and keep in mind, YOU control your own networking.
Now, as I mentioned, you do control your network, and there are complex ways around these things, but if you want an OTG guarantee, go Zigbee to be sure.
this is fantastic, I'm really excited. I do have a follow up on non-hardware integrations though. I know when I download anything on my phone, it's sharing all sorts of crap. Does HA allow integrations to do that? Going back to spotify example, I understand spotify can obviously track things on their end (what song they're giving me etc), but integrations don't let them see humidity in my basement right?
If the integration has a cloud symbol you should assume it's sharing data. There is an unofficial integration "store" called HACS. Those integrations are not reviewed by Home Assistant so you cannot be sure even if it is marked as not being a cloud integration, unless you review the code it may do things you are unaware of. That said, many HACS integrations are worth considering.
Clear answer, thank you so much. Glad to hear there's a community. Worst case scenario I can always make it so a self-hosted voice to text triggers a script on a local device through a spotify API.
By syncing data, it isn't all data, just that it requires non-local resources, ie cloud/API, to function. You do have to look at each integration to see what it is doing, I would expect a Spotify integration is just hitting the Spotify API and maybe can interact with local devices that Spotify can stream to (ie a Chromecast)
And it's explicitly "not all data"? I'm really impressed by the community, I'd assume if a Philips lightbulb was getting access to geolocation data via HA someone would have noticed.
If Phillips wrote the plugin it might but all the plugins I have looked at are written by the community. Most plugins are only polling based, so they are scraping data into HAs recorder plugin.
thanks, the fact that there's this level of insight in the community makes me comfortable of going down this road. I'll keep an eye on integrations.
And all the code is available online because it's open source. You can make sure if you're really suspicious of something.
Glad to hear it, it's not so much suspicious as the principle. It's weird, I just hate the notion that if I bump up my thermostat a degree or two someone who I pay to give me music is keeping track.
Not all Bluetooth stuff requires an app. I have dozens of BLE sensors all around my house and I haven't downloaded anything for the majority of them. My BLE proxies pick them up automagically and I get a notification on my phone about a new detected device.
There are a few where you have to hack some bullshit, but I just avoided buying more of those once I learned that some of my shit needed that.
This is PERFECT. Thank you. I need figure out Tailscale, I'm much better at the device level than networking, but your answers gave me what I'm looking for: Keep an eye on the device and how it's used and it's workable. Thank you!
Tailscale is pretty easy, though I dislike the management console is via their servers/services.
Wireguard (which Tailscale uses) is fully self-hostable.