What kind of hardware do people install Home Assistant hubs on? Does anyone have a good guide to a minimal but clean smart home setup?
Home Assistant iOS app adds local push notification support
11–20 of 79 posts
Re: Home Assistant iOS app adds local push notification support
#12What kind of hardware do people install Home Assistant hubs on? Does anyone have a good guide to a minimal but clean smart home setup?
I snagged a zwave dongle to run my lights and it works great.
People run it on everything from Raspberry Pis to Intel NUCs depending on what you wanna do. Some integrations need node, most python, and having a bunch of scheduled scripts firing at once can make the UI a tad slow. If you have a bunch of IoT stuff, I’d probably not throw it on a tiny pi zero for instance.
You can follow these instructions if you’re using an odroid: https://www.home-assistant.io/installation/odroid
Re: Home Assistant iOS app adds local push notification support
#13What kind of hardware do people install Home Assistant hubs on? Does anyone have a good guide to a minimal but clean smart home setup?
Re: Home Assistant iOS app adds local push notification support
#14Very handy considering myself (and most people I know) have their HA+devices setup with as local-only. I don’t want my home automation connected to the internet at all, but I still want notifications if my kids room temps dropped too low or my garage door opens in the middle of the night.
What type of smart theromstat allow local only operation? The popular ones I've looked at (nest, ecobee, honeywell) all look like they require internet connection to work.
Re: Home Assistant iOS app adds local push notification support
#15Re: Home Assistant iOS app adds local push notification support
#16What kind of hardware do people install Home Assistant hubs on? Does anyone have a good guide to a minimal but clean smart home setup?
Re: Home Assistant iOS app adds local push notification support
#17Very handy considering myself (and most people I know) have their HA+devices setup with as local-only. I don’t want my home automation connected to the internet at all, but I still want notifications if my kids room temps dropped too low or my garage door opens in the middle of the night.
Local only as in you can only use it and get notified when connected to your LAN?
Home Assistant has had non-local push for a while now. I use that for door unlock and alarm notifications because I want them when I’m away. It’ll be handy to move less urgent ones to local only though.
Re: Home Assistant iOS app adds local push notification support
#18What kind of hardware do people install Home Assistant hubs on? Does anyone have a good guide to a minimal but clean smart home setup?
Has anyone managed to get this working? I run a bunch of homelab services as Docker containers on the always-on, power sipping M1 so getting this set up too would mean I could avoid having to use a separate, dedicated Pi.
Re: Home Assistant iOS app adds local push notification support
#19This is very cool. I'm still hoping one day Home Assistant will add support for Google Home's Local API to avoid going over the internet to perform internal operations from a Home: https://community.home-assistant.io/t/google-home-local-home...
It’s kinda cool how it works, as your Google Home Mini will run our JS app and let it interact with Home Assistant. In the case of Home Assistant Cloud, all commands are just forwarded as-is as all processing is always local. You can see the source here https://github.com/NabuCasa/home-assistant-google-assistant-...
Note, syncing local access, exposed devices and any command requiring 2FA still goes via the cloud.