TribuneX / home_assistant

Configuration for my Home Assistant setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Home Assistant Setup

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.

Host

ASUS Tinker Board

Tinker Board

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.

Docker

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.

Hardware

While HA supports over 1000 components, I am currently using a small number of hardware.

Xiaomi Smart Home Hardware

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:

Configuration Testing

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.

Other Services

  • 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 owntracks and Sonoff

HomeKit

HomeKit

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.

Screenshots

Home Tab Tab2 Tab3

About

Configuration for my Home Assistant setup

License:MIT License