Live data from Hacker News

Home Assistant iOS app adds local push notification support

github.com

11–20 of 79 posts

Re: Home Assistant iOS app adds local push notification support

#11

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?

I had it running on raspberry pi 3 earlier, but I have now moved it to kubernetes (k3s) running from my NAS (x64).

Re: Home Assistant iOS app adds local push notification support

#12

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?

I have mine on one of these: https://www.hardkernel.com/shop/odroid-xu4q-special-price/

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

#14
post #6
post #2

Very 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.

Any Z-Wave one will operate locally. I just set one up the other day in Home Assistant.

Re: Home Assistant iOS app adds local push notification support

#15

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?

I think the majority of people use a Raspberry Pi. Personally I use Pi4 with a SSD running Ubuntu. I run Home Assistant using Docker.

[deleted]

Re: Home Assistant iOS app adds local push notification support

#16

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?

You can see the most popular board types in Home Assistant Analytics @ https://analytics.home-assistant.io/

Re: Home Assistant iOS app adds local push notification support

#17
post #5
post #2

Very 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?

Yes. Local push would mean you’d only get notified when at home.

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

#18

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?

I was keen to run it on Docker on my M1 Mac Mini ~6 months ago but, apparently on account of some limitation concerning the way Docker handles networking on M1 Macs - at least at the time - was unable to.

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

#19
post #8

This 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 implemented but it still requires an official Google Assistant smart home skill and a cloud connection to set-up. It works out of the box with Home Assistant Cloud.

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.

Post reply on HN