this post was submitted on 25 Jun 2023
3 points (100.0% liked)

homeassistant

11833 readers
13 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
 

Hi everyone. I know there on tons of posts on the old sites threads about the mechanics of swapping from smart things to HA. Just wondering if you all have any advice on other things that might come up?

I'm about to move in to a new house. I have an instance of HA working on a little pc. I have tons of smart bulbs connected to ST, hue and others. My wife is an angel, so I probably have a good amount of time to get this right, but I also want her happy lol.

Anything I should look out for? Any personal nightmares of making your own swap? Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 year ago (2 children)

I started by connecting ST to HA. It let me learn the interface and automations and slowly transition without breaking what I had, so that's an option.

Beyond that, it's mostly device specific as to whether something integrates easily in ST vs HA. Most issues I see are with cloud services that might have had an official integration with ST, but unofficial with HA and they break sometimes.

Speaking of breaking, HA development is much more active than ST so things are constantly changing. I try to keep up with the monthly blog post and pay attention to the breaking changes section before updating, so it's much more hands-on than ST.

I've also personally moved many things from zwave to WiFi with ESPHome and Shelly. Wifi devices can have cons, but if your network is built with IoT in mind you can mitigate a lot that. I like that things are accessible over the network or even as a direct connection without needing the hub.

Overall, I'm much happier with HA and the experience has improved drastically in recent years. It's a fun hobby.

Good luck!

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)

Thanks! I did connect the instances when I was testing out HA, mostly just to see what it looked like. I didn't get to any automation though.

For the IOT wifi, do you mean just a "high powered" wifi network, or did you do a different access point for the IOT devices?

[–] [email protected] 3 points 1 year ago

I've done it both ways. In either case, you at least need an access point that's capable of handling the number of devices you plan to have on the network, but it's good to have a dedicated AP with a separate SSID on a different channel.

Some people even segment networks with VLANs to isolate devices, so that's a consideration too.