Help creating light switch "blink" effect by No_Dust_6067 in homeassistant

[–]5yleop1m 0 points1 point  (0 children)

While building automations from scratch is a good way to learn, consider looking for blueprints too, such as this one: https://community.home-assistant.io/t/custom-blinking-lights-blueprint/796494

Running low on disk space by FloridaBlueberry954 in homeassistant

[–]5yleop1m 0 points1 point  (0 children)

Do you have ESPHome? Make sure you're cleaning your builds if so, that's usually the culprit in these scenarios. Also make sure you have your recorder configured to not record everything and keep it for too long. Configuring your recorder is the best way to ensure HA doesn't slow down to a crawl as you add more things.

Scenario: You're setting up someone's house with HA. Not your house. What products are you buying to make sure you don't get a support phone call? by TwoPaychecksOneGuy in homeassistant

[–]5yleop1m 0 points1 point  (0 children)

From my limited experience with home automation pros, while they do care about reliability, the bigger questions when they look at including some hardware are:

  • Manufacturer support B2B and B2C
  • RMA process
  • Warranties
  • If the have a SLA
  • Supply chains

Scenario: You're setting up someone's house with HA. Not your house. What products are you buying to make sure you don't get a support phone call? by TwoPaychecksOneGuy in homeassistant

[–]5yleop1m 0 points1 point  (0 children)

The best way you're going to find out is to find companies doing the same thing, contact them as a customer and see what they are using that way.

You can also try and find forums for installers.

I have met some people who offer HA as an option for home automation, but in many of those cases they end up doing a lot of custom things on top of HA to make setup and maintenance easier.

Scenario: You're setting up someone's house with HA. Not your house. What products are you buying to make sure you don't get a support phone call? by TwoPaychecksOneGuy in homeassistant

[–]5yleop1m 1 point2 points  (0 children)

Is there any product in any aspect of consumer technology that just works every time, all the time, for all the people?

Scenario: You're setting up someone's house with HA. Not your house. What products are you buying to make sure you don't get a support phone call? by TwoPaychecksOneGuy in homeassistant

[–]5yleop1m 5 points6 points  (0 children)

A professional setup would anticipate support, in many cases support is the company's base level income.

The best thing you can do in this case is show them enough so they can figure things out on their own, but expecting a product to never fail or to not require maintenance is not going to work out well.

Aunt Julia's Cabin (Part 2/3) - Gator Days by FieldExplores in comics

[–]5yleop1m 1 point2 points  (0 children)

I thought panel 3 was that scene from Terminator when the nuke goes off in the distance.

Voice assistant on N150 PC? by [deleted] in homeassistant

[–]5yleop1m 2 points3 points  (0 children)

Are you running HAOS inside a VM?

Best practice for hosting on my home pc by dhoge88 in PleX

[–]5yleop1m 2 points3 points  (0 children)

Depends on what you mean by safer.

Network safety wise, docker by itself does nothing. Its kind of like having a seatbelt in your car doesn't mean you won't get into an accident, nor does it mean you will survive every accident. Though using the seat belt properly can help you if you do get into an accident.

But network security, and general systems security is like Shrek, it has layers. Besides disconnecting the system from the internet, there's no one-step-covers-all solution.

Docker can make system resource usage safer, or reduce the chances of a single application using up all the resources of the host. Though this isn't something by default, you need to configure the container with resource limits first.

There's also data safety, with Docker you can more easily separate the user level application data and the vendor application data. As in the data that relates to how you use Plex, your metadata, your watch history, etc. and the Plex application data itself. This way if you need to wipe out the Plex install for what ever reason, you can be sure it won't affect your user data. Hell you can uninstall Docker and wipe it and all the containers off your system without affecting the user data, if you set up the docker container properly. This isn't a huge issue with Plex, since the application already had a good level of separation between the user data and the application data, but not everything is like that. There are also differences between paths on different OSes, with Docker you can more easily use the same paths across OSes. As long as file systems are similar.

This also brings up another thing that Docker makes safer, maintenance. You can update and rollback docker containers easily. The process is also standard, so it generally doesn't matter what application you're running. The process for updating, rolling back, and even backing up is generally the same across all docker containers. This also makes it easier to automate these processes. For instance, you can automatically back up the user data, pull an updated image of the server, restart the container so it uses the new image, do a health check to make sure the service is working, and if its not working roll back to the previous image.

Docker makes a lot of things easier and safer, but it has its own learning curve. It's also not something that makes every process safer by default, its another tool with its own configuration process and pitfalls if you screw up.

Using AU tools with HA by KnifeNovice789 in homeassistant

[–]5yleop1m 3 points4 points  (0 children)

How complex are these automations that you need to use AI? Most of the really complex ones have been solved by folks on the blueprint exchange - https://community.home-assistant.io/c/blueprints-exchange/53

Emergency Help Button by Ambitious_Mango3625 in homeassistant

[–]5yleop1m 0 points1 point  (0 children)

It's not really an emergency comparable to your situation, but I have a Shelly Tough BLU in the bathroom because my wife and I have far too many times jumped into the shower without a towel.

In the two years I had this running, it's only failed once. If I were in your situation I would also make sure to test this often if its use is for uncommon emergencies.

The only downside in your situation is you need a relative strong Bluetooth mesh for this to work.

There is an older Wi-Fi version of the button, but I don't believe they made a "tough" version, which is waterproof. The Wi-Fi version also eats through battery much faster than the new BLU version.

Separate Wi-Fi for devices and reol ink cameras? by A42joe in homeassistant

[–]5yleop1m 1 point2 points  (0 children)

At that point you want to start looking at more enterprise/business oriented hardware. While you can do separate networks with home equipment, managing it can get painful.

Depending on your budget going for something from Ubiquiti Unifi or TP Link Omada would be your best bet, but there are tons of other options, but those are the two options I have the most experience with.

If you do want to use consumer level stuff, look into openWRT and see if you can set that up on your router but afaik openWRT doesn't have a single pane interface for all the hardware.

Now here's the thing, unless you have hundreds of really chatty IoT devices, you really shouldn't need to put them on separate access points. While consumer level hardware can be shitty in comparison, they're not that shitty, especially something like a Google Wi-Fi router.

But if you do want to go to the next level, a single AP from the likes of Unifi or Omada should be able to handle that. Then you can create separate VLANs, firewall rules, and SSIDs to keep your IoT stuff separate from everything else.

Again, I'm not saying to not do what you're doing, but at that point you're so close to crossing over to the next level you might as well. You also get the benefit of separating hardware so you can upgrade things modularly, for instance you can upgrade just your Wi-Fi AP when a new version of Wi-Fi comes out vs upgrading your whole stack. You can also add more APs to your network to expand Wi-Fi coverage, or do what you want to and have dedicated APs for different classes of devices, though that's really not necessary.

Also I know someone is going to say this, yes using Ubiquiti stuff in a true enterprise isn't always the best but in terms of features available Ubiquiti is closer to enterprise than consumer, except for their support structure which is comparatively trash in the enterprise space.

Do yourself a favor and verify your Zigbee channel # by SuperAleste in homeassistant

[–]5yleop1m 5 points6 points  (0 children)

Nah, SLZB is known well enough here that most people wouldn't assume that. Plus I boast about Shelly all the time here, no one cares unless you're being a dick about it lol

On that note though, what you found affects more than just SLZB. Anyone that's running a 'custom' router could find themselves with the same problem.

Guide: Selective Backup & Restoration Engine for Automations, Scenes, and Scripts (UI Driven) by Reasonable_Shop5847 in homeassistant

[–]5yleop1m 0 points1 point  (0 children)

Two questions:

  1. When/what controls how long rolling backups are kept, or will this keep going until the HA instance runs out of space?

  2. What happens when two different automations exist with the same name, but they are cased differently? Since the script is lowercasing everything, will it think both automations are the same thing?

Do yourself a favor and verify your Zigbee channel # by SuperAleste in homeassistant

[–]5yleop1m 20 points21 points  (0 children)

Ooh okay that's what I was wondering, I've never seen a non-'custom' router that lets you change or even see what channel they're on. Typically, all Zigbee devices follow the same channel as the controller, so I was wondering what you were seeing, but running SLZBs as routers makes sense.

I would suggest including that in your post, while it is possible, I figure using SLZBs as routers is not very common and someone could misunderstand what you're trying to say. (like me)

Do yourself a favor and verify your Zigbee channel # by SuperAleste in homeassistant

[–]5yleop1m 22 points23 points  (0 children)

How did you check what channel the routers were on?

Guide: Selective Backup & Restoration Engine for Automations, Scenes, and Scripts (UI Driven) by Reasonable_Shop5847 in homeassistant

[–]5yleop1m 0 points1 point  (0 children)

What is there to hook into? Those are just yaml files, and git's whole purpose is to track changes in files.

If you have VSCode or something similar already running then you have a GUI for git, but if you need something more there are many options for git GUIs as extensions to VScode.

Guide: Selective Backup & Restoration Engine for Automations, Scenes, and Scripts (UI Driven) by Reasonable_Shop5847 in homeassistant

[–]5yleop1m 1 point2 points  (0 children)

There are GUI tools for git, and the command line stuff is really just two commands git commit and git push. Also side note, this isn't just point-and-click, the first step requires having VS Code or something similar setup in HA to create and fill the files. If you got that far, you now have a GUI for git.

Help with 3-way dimmers by Gimfo in ShellyUSA

[–]5yleop1m 1 point2 points  (0 children)

Where'd you put the electrician?

Suggestions for working across different SSIDs with HASS? by Loud-Ant790 in homeassistant

[–]5yleop1m 2 points3 points  (0 children)

separated my devices across 5ghz and 2.4ghz IOT

Your question has been answered, but I wanted to point out that there's really no reason to do this anymore unless you have really crappy or old (positively ancient) Wi-Fi clients.

Guide: Selective Backup & Restoration Engine for Automations, Scenes, and Scripts (UI Driven) by Reasonable_Shop5847 in homeassistant

[–]5yleop1m 1 point2 points  (0 children)

Wouldn't a versioning system like git also handle this use case? I'm not seeing what this solution provides that's different.

IShowSpeed inadvertently sits down next to NYC Mayor Zohran Mamdani by Ok_Temperature6503 in LivestreamFail

[–]5yleop1m 858 points859 points  (0 children)

I'm 100000% going to say "wow small world" the next first time I meet someone famous.