Home Automation
Home automation is a concept that can be confused with smart-home. They are not the same thing, as home automation is something that has been going on for quite a while, but smart-home refers to a more modern concept.
Home Automation is a more general concept, which refers to make your home capable of performing action by itself depending on triggers, events or timing. This can be more or less smart.
The smart-home concept instead is more tightly coupled to the IoT (Internet of Things) and in general, COTS based environments. This is a more recent concept, but i don't really like it because it always match up with proprietary environments, closed-in technology and, in the best case, stuff that relies on the cloud to perform it's actions (and, in the process, ties you in an ecosystem and probably resell your privacy too).
The Goal
What i have accomplished so far, and i am proposing here for you, is an Home Automation approach that leverages open standards, avoid lock-in solutions as much as possible, keeps all your data in your own home, and is as smart as possible.
The goal of this approach is to make your home smarter (i don't like this term), and let you be in control, always:
- No vendor lock-in (no Google, Alexa, Brondi, whatever requirement) (1)
- Works always even if 100% offline from internet (2)
- Fully configurable and automatize-able
- Uses only standard protocols
Note (1): depending on which tech you already own, you can integrate locked-in stuff as well
Note (2): in some cases, cloud dependency might be unavoidable for specific items
The Approach
I choose Home Assistant as the home automation hub software, because it is Open Source, very well supported and has a long standing tradition (+10 years), and is not only actively developed and supported, but it's always growing.
This will replace all proprietary stuff like Google home center, Alexa integration and such. It will also integrate with all those proprietary platforms, and will talk more or less directly with all the pieces of technology that you already have in your home.
Home Assistant has literally hundreds of integrations with vendors, technologies and devices. You will be surprised by how many things you already own that can be integrated.
As for protocols and standards, i choose ZigBee since it's easy to find cheap and good quality smart-devices talking ZigBee. MQTT can be useful to integrate easily parts and bits, specially when you can write a few lines of code (even python).
It's easy to get lost in the process. I suggest you start thinking what you want to automate, like which lights you might want to turn on/off remotely, and so on. Slowly you will be learning all the possibilities and how to play with automation, scenes and scripts in Home Assistant.