Live data from Hacker News

Home Assistant iOS app adds local push notification support

github.com

51–60 of 79 posts

Re: Home Assistant iOS app adds local push notification support

#51
post #49

This is great because it will help avoid the rate-limiting issue (and probably save HASS a good amount of money).

The cloud push infrastructure doesn’t cost us that much actually, only around $30/month for both Android and iOS. We rate limit mostly to stop users from spamming themselves too much.

Re: Home Assistant iOS app adds local push notification support

#53
post #6

Earlier quoted context omitted.

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.

I would not recommend ecobee, it does not allow you to apply simple actions you may want to do. For example, using HA I am monitoring co2 in the bedroom, if the level rises above 1000ppm I wanted to turn on house fan until level reaches a value. You cannot simply turn central house fan on/off at will, you can only apply a hourly duty cycle controlled by ecobee. I wish I would have purchased a thermostat with basic ap…

Do you have a one hour hold duration configured within your ecobee? I have a Home Assistant switch entity that turns the ecobee furnace fan “on”. Turning the switch off returns the ecobee to “auto”, or it will do so on its own after the two hour hold duration I have set in my ecobee. I believe you could accomplish what you want by setting your hold duration to “until I change it”.

Re: Home Assistant iOS app adds local push notification support

#54

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.

Of course not. Now there's a third way - Blueprints. I've bitched about HA before and won't rehash all of it. The project requires a lot of time investment and the devs care mainly about playing with the latest tooling. From introducing and sunsetting a major installation method in the span of ~4 years to dropping Python 3.7 despite it not being EOL until 2023, I don't have time or patience to relearn everything with…

I’ve been increasingly annoyed by the forced migrations from yaml-configured components to the terrible integration system and have started thinking about alternatives.

Can you expand on your move to Hubitat? How’s the support for non-native integrations?

Re: Home Assistant iOS app adds local push notification support

#55

Earlier quoted context omitted.

I do this too. What are the downsides to this solution?

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.

Re: Home Assistant iOS app adds local push notification support

#56
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…

I run it the forbidden way, via NixOS, and I do have to run the cycle of adding an integration, checking logs and then declaring which dependencies it needs and trying again. But once it works, it just works.

Re: Home Assistant iOS app adds local push notification support

#57
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 notifications to my phone once in a blue moon… (bonus if it would work while I’m talking a walk outside the range of my network too, but it’s not that important).

Re: Home Assistant iOS app adds local push notification support

#58

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…

The easiest might be via slack. Dead simple to write some python with their library, and you can set up a free account for yourself.

Re: Home Assistant iOS app adds local push notification support

#59

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 use Pushover [1] for this use case. Since it's a stateless HTTP request, Shortcuts can also use it natively.

Is not enterprisey, the personal version is a one-time purchase.

[1] https://pushover.net/

Re: Home Assistant iOS app adds local push notification support

#60

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…

The easiest might be via slack. Dead simple to write some python with their library, and you can set up a free account for yourself.

He probably wants a notification. I have my Slack notifications off, so I am not constantly interrupted when not in front of a computer. I do however leave things like iMessage and HomeKit to ping me.
Post reply on HN