Live data from Hacker News

Home Assistant iOS app adds local push notification support

github.com

61–70 of 79 posts

Re: Home Assistant iOS app adds local push notification support

#61

Tangentially related: I frequently start long-running shell commands and go make a coffee. Is there an easy way to send a notification from my Mac to my iPhone? You would think it would be a use case for Automator or Shortcuts but I don’t think it’s possible? There are various apps that can do this but everyone I’ve found is very enterprise oriented and fairly expensive. I just want to send local network notification…

Turns out a free IFTTT account together with a web hook "if" trigger and a notification "then" action works like a charm.

See https://help.ifttt.com/hc/en-us/articles/115010230347-Webhoo...

Re: Home Assistant iOS app adds local push notification support

#62

Earlier quoted context omitted.

Probably none. But Synology software updates could brick anything at any time.

This doesn’t seem like a likely problem. However moving my install off a Synology and into a vm on a nuc (keeping it in docker) made a massive difference to response times and performance. It’s hard to beat the combo of more ram, more cpu and nvme.

Which Synology model did you move it off

Re: Home Assistant iOS app adds local push notification support

#63

Earlier quoted context omitted.

Probably none. But Synology software updates could brick anything at any time.

This doesn’t seem like a likely problem. However moving my install off a Synology and into a vm on a nuc (keeping it in docker) made a massive difference to response times and performance. It’s hard to beat the combo of more ram, more cpu and nvme.

I'm running two instances, one on Synology+Docker, other on Odroid (N2+, config like the HA-edition, minus the nice case).

I don't really see any performance issue with Synology (Avoton with 16 GB RAM), just the `docker-compose up` takes a few seconds. Response time-wise, it is fine. Plus, I'm using the Synology reverse proxy, so that one takes care of a few things too.

Of course, Core-i5/i7 will beat Atom-based NAS; but HA doesn't really need that.

Re: Home Assistant iOS app adds local push notification support

#64

Tangentially related: I frequently start long-running shell commands and go make a coffee. Is there an easy way to send a notification from my Mac to my iPhone? You would think it would be a use case for Automator or Shortcuts but I don’t think it’s possible? There are various apps that can do this but everyone I’ve found is very enterprise oriented and fairly expensive. I just want to send local network notification…

I settled on https://textbelt.com/ since it was cheap, a curl one-liner to use and didn't require me to install something new on my phone.

% long-running-job.sh ; sms "the job is done"

Re: Home Assistant iOS app adds local push notification support

#65

Earlier quoted context omitted.

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, dedicat…

Once the Linux on M1 becomes available you could run it that way. Right now the issue is that Home Assistant relies on being on the same network (bridged into the container) as the rest of your devices so it can see the broadcasted messages from IoT devices.

I'm running HA inside docker with two networks: one macvlan-based, which is connected to iot-VLAN host interface. Here, HA can talk to devices (this adapter is set in Settings | General | Network Adapters for the broadcast).

The other is bridge (docker net driver one, not linux one) - i.e. it is in it's private, host-only subnet and a reverse proxy running on a host publishes the web app for the users on the main LAN.

Re: Home Assistant iOS app adds local push notification support

#66
post #42
post #39

Earlier quoted context omitted.

> either you run their closed down Docker image or their even more closed down Linux distro where you can’t enable ssh without an add on What would you suggest? For their target audience (people who are tech savvy, but don't necessarily know anything about Linux or programming) this seems like the ideal way to distribute it. Their website also has virtual machine images in various formats, and instructions to manuall…

I also wish there was an option for people wanting to have a bit more control or fit it more tidily into an existing home stack. I hacked my own container image so that I could run it in my home k8s, but it wasn't easy — there are lots of undocumented dependencies, and there's no clear separation of state and config. It has by far the untidiest architecture of all the software I run on my home servers. Once it's up a…

What did you need to do to the Docker image to make it run in k8s? I'm using the stock image on k8s just fine.

Re: Home Assistant iOS app adds local push notification support

#67
post #39

HA is great and their support Discord is the easiest way I’ve had getting tech support for any software product ever. I wish they had a better system for packaging it than their current system (either you run their closed down Docker image or their even more closed down Linux distro where you can’t enable ssh without an add on). But once you get it up and running it does exactly what it says on the tin and does it we…

> either you run their closed down Docker image or their even more closed down Linux distro where you can’t enable ssh without an add on What would you suggest? For their target audience (people who are tech savvy, but don't necessarily know anything about Linux or programming) this seems like the ideal way to distribute it. Their website also has virtual machine images in various formats, and instructions to manuall…

Deb/RPM packages. It would not cover everyone but the vast majority of people would run HA on some form of an Ubuntu or Red Hat based distro.

Re: Home Assistant iOS app adds local push notification support

#68
post #43
post #36

Earlier quoted context omitted.

I use openHAB, but they're comparable enough I guess. I have a Raspberry Pi 4 that runs it, with a connected Aeotec Z-Wave USB stick that I have all my smart switches, thermostat, security system, etc. connected to. The OS is running off a SD card, and despite the horror stories I hear about them wearing out and dying, mine's been running for a couple years now without issue. I've been planning to replace it with a S…

I burned through 3 SD cards (even "endurance" SD cards) before I finally switched to an NVMe over USB for my HA RaspPi. I highly recommend the switch even if you aren't having card failures. The performance improvement alone makes it worthwhile.

I've had my HA running on an RPi with a regular A1 SD card for close to 3 years now, and my ZWave log file is spammed and my database is 2GB, so not lack of activity.

I did experience some issues initially, but found it was due to a poor USB "charging" cable, it had 1 Ohm resistance! After swapping that it's been just smooth sailing.

I do take frequent backups to my NAS just in case though.

Re: Home Assistant iOS app adds local push notification support

#69

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 started with a Raspberry Pi, but as my setup got larger it got slower, so now I use an Intel NUC8 (not just for HA, I run ESXI on it and HA is one of the VMs). My network is predominantly Z-Wave so I use an Aeotec Z-Wave stick to interface with it.

Re: Home Assistant iOS app adds local push notification support

#70

Has Home Assistant settled on what you can configure via YAML and what needs to be done via the web UI yet? I left the ecosystem last year after the split became too hard to mentally keep track of.

What did you switch to, if anything? I eventually just stopped updating altogether due to the constant breaking changes, but haven't settled on anything else yet.

Not OP, but in the same boat.

One by one my integration’s have been failing over the last 4 years. I have no idea how my alexa integration worked originally, less idea now. My kids enjoyed “alexa, TV off” while it lasted.

Started by moving all of my automations to node-red.

Most of my z-wave devices I’m interacting with directly over MQTT. After the bumpy switch to z-wavejs everything has been stable.

Post reply on HN