Live data from Hacker News

Xiaomi Home Integration for Home Assistant

github.com

291–300 of 344 posts

Re: Xiaomi Home Integration for Home Assistant

#291

I'll be the one to plug Valetudo in this thread I guess. Primitively, it replaces the cloud functionality on-device for robot vacuums (see supported models) and replaces it with local services that run offline and can connect to Home Assistant easily. I will never buy another robot vacuum without Valetudo support as long as that project lives. It's great. https://valetudo.cloud/

[deleted]

Re: Xiaomi Home Integration for Home Assistant

#292

Earlier quoted context omitted.

Newer ikea devices are standardizing on AAA because they can be recharged. The new motion sensors, door sensors, and buttons all use AAA batteries.

Sadly there's no AAA equivalent to the simple old square Tradri 0/1 on/off dimmer switches that use the cr2032 batteries. Those old switches are small enough that I could 3D print brackets to mount them in my standard wall covers. The newer AAA devices are all much bigger or try to do too many things.

The RODRET is the AAA version.

Re: Xiaomi Home Integration for Home Assistant

#295
post #276

Earlier quoted context omitted.

Two more important notes: - Use an MicroSD card that can handle multiple read/write like the purple MicroSD cards. Can also be a benefit with too big card to save some writes, to make the card last longer. Talking about -It’s just Python, Jinja and Sqlite3 at the core. For custom programs I find it easier to write the Python program and then just convert to Jinja syntax.

Instead of an error-prone SD card, use an SSD (internal, external doesn't matter). OR create frequent backups that are pushed to a better medium.

Or just get a mini PC. I have an Intel N100 based one that wasn't much more expensive than a higher-end Pi, housing, wallwart, SSD and adapter, is substantially more powerful, energy consumption is pretty close, and it's potentially more useful if it needs to be repurposed later.

And then set up backups.

Re: Xiaomi Home Integration for Home Assistant

#296
post #211

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…

I’ve had the opposite experience. The literally home assistant branded zigbee stick refuses to work with HA („unsupported forward“) even after updates so all the zigbee stuff is in a box Have had much better luck with WiFi. Both commercial and self soldered circuits. 2.4ghz WiFi is as battle tested as it gets and between esphome and tasmota it’s pretty open and customizable. Just need to steer clear of the usual chea…

WiFi is not good for a network with lots of devices. It's star topology which limits multi-device performance. And the WiFi AP which can carry many devices is expensive.

Many WiFi smart home devices only support old WiFi standard, it will pull down both performance (If there is a old standard device, the AP have to fallback to old behavior to match it. OpenWRT's setting also inform that.) and security (You can't use WPA3 only, even WPA2/3). And because these devices use the same network technology with your home network, you need something like VLAN to isolate them.

It's whole terrible story.

Re: Xiaomi Home Integration for Home Assistant

#297
post #146

Earlier quoted context omitted.

Just use Docker?

USB passthrough for docker (and LVM) is a massive pain. Avoid if you're just starting out. VMs or physical deployments are much more straight forward.

Maybe you can consider USB/IP to pass thorough USB device over network.

Re: Xiaomi Home Integration for Home Assistant

#298

I include this when considering buying something integrated. For example Philips Hue is overpriced, but their Home Assistant integration is top tier and ultra-reliable. Contrast that with myQ garage door openers (LiftMaster, Chamberlain and Craftsman) recently breaking Home Assistant support on purpose, to essentially replace it with nothing, and they're dead to me. So Xiaomi adding support, assuming it is reliable,…

I wish FEIT devices were compatible. I've seen their smart bulbs at costco for as low as $2.50/ea.

Costco Feit WiFi dimmers can be flashed with esphome with some work, have a few dozen running. Haven't tried the bulbs.

Re: Xiaomi Home Integration for Home Assistant

#299

Earlier quoted context omitted.

huh? it's OSS

Only on paper.

How is it only open source on paper? There are thousands of contributors and it's super easy to get your code in.

There's also HACS for plugins which they don't want to merge.

Re: Xiaomi Home Integration for Home Assistant

#300
post #129
post #40

Earlier quoted context omitted.

I think (some correct me) you can group most devices into the following categories: 1. Device requires internet for setup, and for usage 2. Device requires internet for setup, but after that don't need it anymore 3. Device can be fully setup without internet, and used without internet Personally I aim to be fully within 3 as much as I can, but some devices are really hard to find at a good price point that falls into…

Home Assistant itself falls into category 2, with some integrations/utilities in category 1. The amount of stuff it pulls from the mothership and GitHub is crazy. I wish it were local-only by default.

> The amount of stuff it pulls from the mothership and GitHub is crazy.

It seems the problem of HAOS, not Home Assistant itself. I have install my HA in NixOS from its package manager, it seems not try to download somethings.

Post reply on HN