This repository contains the configuration for my Home Assistant (HA) setup. More information on my HA setup is available on my blog. Feel free to reach out to me also via Twitter or open an issue if you have feedback.
I moved from a Raspberry Pi3 to an ASUS Tinker Board, which has 2GB of RAM and Gigabit Ethernet. It has the same form factor, therefore cases can be reused.
I am running HA as a Docker Container with DietPi as Host OS. Docker makes it easy to upgrade to the latest HA release, while not having to worry about dependencies and python verions.
While HA supports over 1000 components, I am currently using a small number of hardware.
- Ikea TRÅDFRI
- Xiaomi Vacuum Cleaner v1
- Sonos Play1
- Apple TV4k
- Broadlink Mini3
- GhostyuBeacon for presence detection
- Sonoff S20 flashed with KamSonoff Firmware
- AVM Fritz!Box 7580
- COMET DECT Thermostats
I can recommend the Xiaomi Smart Home hardware due to its high build quality and affordable prices. The hardware from Aqara is compatible with the Xiaomi Gateway. Compared to the Xiaomi hardware, the Aqara motion sensor has an additional light sensor and the Aqara temperature sensor has an additional pressure sensor. The Xiaomi hardware works isolated from the Xiaomi cloud. I have the internet access blocked in my router for the Xiaomi gateway.
Currently I am using the following Xiaomi Smart Home Hardware:
- Xiaomi Smart Home Gateway
- Aquara Temperatue / Humidity Sensor
- Aqara Door Sensor
- Xiamoi Smart Switch
- Aqara Motion Sensor
- Xiaomi Smart Cube to control the TV
- Xiaomi Plant Senor
Before pushing my config to this repository, I am using HA running in a local Docker container to test the configuration files. After pushing changes, [Travis-CI] takes care of verifying the changes.
- HA-Dockermon provides a REST-API to restart docker container
- InfluxDB stores timeseries data
- Grafana to visualize the collected data from InfluxDB
- Mosquitto as a MQTT broker for some devices
Beside the HA web UI, I am using Apple's HomeKit to control my devices via Siri. Since the release 0.64 HA has a native HomeKit component. It works more reliable than HomeBridge.