Firstly, sorry, I know parts of this have been asked before and I originally wanted to post about a week ago and have been working through my list of questions myself trying to determine the answers and now just need some help “checking my workings” and confirming that I have understood correctly. My first post so hope you will go easy.
Firstly, a bit about me.
I am very new to Home Automation, currently have one set of Tradfri lights, a Tradfri hub and homekit through an Apple TV and Iphone.
I live in the UK and not having neutral wires in the wall mean things like Lutron, and smart switches do not often work so started looking at Sonoff and the like.
I know little about programming (little means nothing) but enjoy learning and researching (probably more than actually completing a task!)
I have a Raspberry Pi 3+ that arrived today, a Macbook pro, apple 4k tv and iphone.
My plan is to automate lights / sensors / heating and blinds maybe. I do not think I will go as far as having my own PCB’s printed, or building my own thermostats etc but you never know.
So anyway… before I start installing anything I would really appreciate some help on the following, making sure I am correct and flagging anything I have got wrong.
-
Hass.io vs Home Assistant
Hass.io is a full operating system, if I install this I cannot also install Kodi for example. But its the easiest install and allows me to use addons. - correct?
2 The Addons I can install with Hassio are the ones listed here:
so these:
DuckDNS
Google Assistant
HASS Configurator
Mosquitto MQTT broker
SSH Server
Samba
Bluetooth BCM43xx
CEC Scanner
Check Home Assistant configuration
DHCP server
Dnsmasq
Git pull
HomeMatic
Let’s Encrypt
MariaDB
NGINX SSL proxy
RPC Shutdown
Snips.ai
TellStick
I was worried addons would include every single thing I might need, like the Homekit “addon” to allow HA to be seen by homekit but it seems its just some selected features which I will no doubt need but that I could install through other methods? - Could I? - Is it a lot harder?
-
Hubs are still needed. If I went for blinds by Somfy I would need their hub for HA to understand and work with them, and if I went for Tado smart thermostats I would need their Internet Bridge for the same reasons. - Correct? Have I understood this correctly?
-
I believe this does not apply to Z-Wave devices, and again if I understand this:
https://www.home-assistant.io/docs/z-wave/controllers/
correctly I can control Z-Wave devices such as a Fibaro Dimmer 2 using an Aeotec Z-Stick Series 5 plugged into my Pi. with the necessary elements added. -
Hass.io / HA into Homekit - My understanding on this is a little fuzzy. I know I can download the homekit “addon” to allow Homekit to see things not supported natively in Apple Home. Do I also import the automations and scenes into Apple Home or do I just import devices and then use home automation in Apple home to do stuff.
For instance, could I code in HA to turn a light on when I open my front door and import this rule into Homekit, and could I set a scene where my ceiling light turns off, my lamps dim and my tv turns on and import this into Homekit, or do I need to just import all those elements and then automate in Homekit?
-
Lovelace - Both Hass.io and HA installs allows the use of Lovelace UI and I can view this UI on my Mac or even Ipad and use it to control elements over the wifi to my RPi or even control the home from another country.
-
Both Hass.io and HA installs allow me to connect over SSH and program my Pi headlessly
Thanks in advance for the help, sorry for the long first post. Just want to make sure all my reading has gone in correctly before I start anything.