this post was submitted on 16 Oct 2023
36 points (100.0% liked)

homeassistant

11828 readers
215 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

I have tried Home Assistant several times. Each time I try it, I get it installed on a VM under my Proxmox hypervisor and start configuring my devices. I'll use my most recent try as an example. I have several Wyze WiFi power switches, and two "Smart Life" (Toya internally) combination thermometer/switch devices. The Toya devices integrated with HA after I signed up for a Toya developer account and did a bunch of configuring. I was able to read the temperature values, but switching the devices on/off did absolutely nothing. I didn't even try the Wyze devices; apparently Wyze doesn't integrate with HA.

I'm not opposed to buying new "smart home" devices, but I want something that actually works properly. What I'm looking for are:

  • Devices that don't require internet access and an external API; I want to control them directly over my LAN.
  • Devices that have built-in integration with HA.

Is there a list of devices that just "work" with HA? I've looked at the list of available integrations that "technically" work, but they often require signing up for API access with a 3rd-party company and jumping through hoops to get the devices working. I want something where I can assign it a static IP or DHCP lease and HA just talks to it. I was able to get my BlueIris DVR integration working, and it can double as a motion sensor, so I'm specifically looking for plug-in switches, thermometers, sensors, etc.

you are viewing a single comment's thread
view the rest of the comments
[–] EinfachUnersetzlich@lemm.ee 23 points 11 months ago (2 children)

ZigBee devices are probably the obvious choice. You'll need a ZigBee dongle which acts as a controller, then HA can talk to all the devices.

[–] Emperor@feddit.uk 6 points 11 months ago (1 children)

This is my advice after moving house and setting everything up from scratch again.

Attach the dongle and then go through the smart device's pairing procedure and it should just pop up on HA.

Xiaomi/Aqara, Tuya, IKEA, etc are all or largely Zigbee (although check as I have some Bluetooth Xiaomi kit and they've been a pain in my backside) are all inexpensive but are solid and you don't need a hub.

HomeKit also seems to work well but I only have 1 HK compatible device and I didn't realise it was when I bought it. However, you may pay more of a premium for them (although I didn't).

[–] akakevbot@sh.itjust.works 3 points 11 months ago (2 children)

Thanks for including the list of companies with compatible devices! It wasn't until reading your comment I realized Zigbee was more of an industry standard than rather than a single manufacturer.

I'll be getting me one of those dongles, now.

[–] Emperor@feddit.uk 4 points 11 months ago

Yes, Matter/Thread may change things but, as it stands, Zigbee is the format that seems to be absolutely solid and available in the lower-priced end of the mark (so you can get handfuls of sensors for not much).

If a friend asked for my advice to get a smart home up and running, I'd say grab a ZBDongle-E (discussion here) and whatever Zigbee devices you like. With the latest versions of HA being so much more user-friendly than when I started out, it is about as easy as it gets without buying some fancy bespoke system. I got all my Zigbee devices up and running in about the same time it took to get a single Bluetooth device onboard, so just stick with Zigbee and you can't go far wrong, at least in my experience.

[–] CmdrShepard@lemmy.one 2 points 11 months ago

Don't skip out on Z-wave too. They're typically more expensive devices, but they use less power and are more reliable. You'll obviously need a separate Z-wave transmitter/receiver but they're under $30. You might also buy a couple USB extension cables so you can move both the Zigbee and Z-wave transmitters away from the ports since with some setups you can run into signal interference from the ports themselves.

[–] corroded@lemmy.world 0 points 11 months ago (1 children)

Reading through the replies here, there are multiple suggestions for ZigBee. I think that's the route I want to go, but I'm not entirely sure how to lay everything out.

I have three separate buildings that need ZigBee devices. I could attach a dongle to the HA server, but that would only have range to work with the devices in that building. My house is much too far away for any wireless access, but it has a 10Gb fiber link to my server rack. The third location doesn't have a wired connection, but it's close enough to get WiFi, and probably close enough to mesh with the ZigBee devices in either of the first two locations.

Is it possible to have multiple ZigBee base stations on the same network; will HA work with this setup? As an alternative, I could maybe install repeaters, but I'm not entirely sure if the locations on my property with electrical connections are close enough together.

[–] thegreekgeek@midwest.social 1 points 10 months ago

Don't use the built in zigbee implementation, your best bet imo would be either a network zigbee adapter or roll your own with a raspberry pi (or equivalent), a sonoff zigbee dongle and zigbee2mqtt.