Live data from Hacker News

Xiaomi Home Integration for Home Assistant

github.com

231–240 of 344 posts

Re: Xiaomi Home Integration for Home Assistant

#231
post #218

Earlier quoted context omitted.

HAOS uses docker to containerize everything, so it can’t be that difficult, and it really is not. Docker has a —-device flag for this purpose, udev makes it easy enough to assign stable names.

Docker does not support USB/serial device passthrough on macOS https://docs.docker.com/desktop/troubleshoot-and-support/faq...

macOS is not really a good OS for running a server anyway, and Docker Desktop is intended for development more than anything else.

Re: Xiaomi Home Integration for Home Assistant

#232

If you are thinking of deploying Home Assistant (HA), let me give you a few tips that I should have known when started. HA environment is vast. There are myriads of options, features, and functions. There are some gotchas that can be costly down the road. All of the following are "for now, as you start out": Do not gyrate over which version of HA to run. Run the HAOS loaded on RasPi, or a dedicated machine. You can m…

They also have a nice piece of hardware you can buy if you want an appliance that just works: https://www.home-assistant.io/green

Re: Xiaomi Home Integration for Home Assistant

#233
post #148

Earlier quoted context omitted.

There are a few things you can't do with docker (my case was an addon that I wanted). The install docs have a good grid of the differences.

I also don’t think Docker can do ARP network interrogation, though I could be wrong about that. Also not sure how it handles mDNS.

You can get mDNS working in Docker, but IMO it's much easier to give up and use host networking. It is _very_ difficult to get mDNS working in K8s.

Re: Xiaomi Home Integration for Home Assistant

#236
post #183

HA is awesome but I have found that over time entropy kicks in if you don't maintain it properly (which I haven't done for a year) connections fail, switches stop doing what they are supposed to...it's on my Xmas list to spend some time sorting it out!

My friend has lost 15GB of sensor data because of corrupted MariaDB on his HA instance after an upgrade. It's definitely not a hands-off system.

Most people don't need 15GB of sensor data, so I don't think this is the best measure of HA being hands-off or suitable for the average person.

Re: Xiaomi Home Integration for Home Assistant

#237
post #96

I love Home Assistant but I now have a pretty strict minimum effort rule after years of configuring integrations and building dashboards that I would forget about after 2 months: I only do automations (no dashboards at all), and try to keep them as simple as possible. Once I feel I’m reaching diminishing returns territory, I stop. Only use HA if I need to mix different vendors (e.g. turn on the hue lights if the tuya…

At the other end of the spectrum, I just managed to split up my HA automation files and mount them into a ConfigMap on my K8s cluster

https://github.com/shepherdjerred/homelab/tree/main/cdk8s/co...

Re: Xiaomi Home Integration for Home Assistant

#238

If you are thinking of deploying Home Assistant (HA), let me give you a few tips that I should have known when started. HA environment is vast. There are myriads of options, features, and functions. There are some gotchas that can be costly down the road. All of the following are "for now, as you start out": Do not gyrate over which version of HA to run. Run the HAOS loaded on RasPi, or a dedicated machine. You can m…

You probably meant the same by "dedicated machine" but HAOS runs great in a VM too. I run mine on Proxmox and it's been rock solid.

+1 for HA on Proxmox

Re: Xiaomi Home Integration for Home Assistant

#239

Earlier quoted context omitted.

With hue there is still potential risk of a lockin with their hue app. They allow it still, because their sales are not really good. But otherwise they might have restricted it.

Hue bulbs currently are stock standard Zigbee compatible light bulbs. You can pay them into ZHA/Z2M without any issues and control them without any Hue hub or app. If Hue were to suddenly switch to something proprietary their existing bulbs will all continue to function without their app or hub.

The bulbs are ok but I tried moving my Hue motion sensors over to my main Zigbee network and they were terrible, constantly dropping offline and needing reset.

Luckily Hue is made by Philips who I'm pretty sure aren't going anywhere.

Re: Xiaomi Home Integration for Home Assistant

#240

If you are thinking of deploying Home Assistant (HA), let me give you a few tips that I should have known when started. HA environment is vast. There are myriads of options, features, and functions. There are some gotchas that can be costly down the road. All of the following are "for now, as you start out": Do not gyrate over which version of HA to run. Run the HAOS loaded on RasPi, or a dedicated machine. You can m…

This is the way to go if you want get things running without wasting days. HA needs to be on on wired LAN for the best experience so one more reason to have it run on RPi and maybe have it sit next to your router.

Can openwrt run HA? To run it on the router itself?
Post reply on HN