2019-01-16 12:47:15 +00:00
|
|
|
# Home Assistant Config
|
|
|
|
My configuration for Home Assistant
|
|
|
|
|
|
|
|
## Hardware
|
2019-01-16 12:56:26 +00:00
|
|
|
* [Raspberry Pi 3 B+](https://amzn.to/2Hgynln) - with [Hypriot](https://blog.hypriot.com/)
|
2019-01-16 12:47:15 +00:00
|
|
|
|
|
|
|
For my used hardware devices see the section [Devices](#devices).
|
|
|
|
|
|
|
|
## Software
|
|
|
|
I use the following software, running in docker containers, on my Raspberry Pi:
|
|
|
|
|
|
|
|
* [Home Assistant](https://www.home-assistant.io/)
|
|
|
|
* [Caddy](https://caddyserver.com/) - as SSL proxy
|
|
|
|
* [Mosquitto](https://mosquitto.org/) - as MQTT broker
|
|
|
|
* The ["TICK-Stack"](https://www.influxdata.com/)
|
|
|
|
* Telegraf - to grab different data @home
|
|
|
|
* Influxdb - to persist the data
|
|
|
|
* Chronograf - for detailed fancy dashboards and logs
|
|
|
|
* Kapacitor - for hardware alarms and some sensor alarms
|
|
|
|
|
|
|
|
## Used External Services
|
|
|
|
* Alexa (via Alexa Home Skill and AWS Lambda function)
|
2019-01-16 23:11:55 +00:00
|
|
|
* Bit.ly API
|
2019-01-16 12:47:15 +00:00
|
|
|
* Google/Youtube API
|
|
|
|
* Instagram API
|
|
|
|
* Openweathermap
|
|
|
|
* Spotify
|
|
|
|
* Telegram
|
|
|
|
|
|
|
|
## Devices
|
|
|
|
* [Amazon Echo Dot](https://amzn.to/2RvLxzE), 5x
|
|
|
|
* [Harmony Hub Elite](https://amzn.to/2RM29SY)
|
|
|
|
* [Xiaomi Smart Scale](https://amzn.to/2QPsv1H)
|
2019-03-18 18:57:00 +00:00
|
|
|
|
|
|
|
### Lights
|
|
|
|
* Ambilight, DIY - based on [Hyperion](https://hyperion-project.org/)
|
|
|
|
* Ikea Tradfri Lightbulbs E27, 4x
|
|
|
|
* Mi-Light Lightbulbs, 7x
|
|
|
|
* Mi-Light Wifi Bridge
|
|
|
|
|
|
|
|
### Sensors
|
|
|
|
* MQTT Hygrometers, DIY - NodeMcu/ESP32 + DHT22, 2x
|
|
|
|
* Xiaomi Mija Hygrometers, 3x
|
|
|
|
* Xiaomi Aqara Hygrometers, 4x
|
|
|
|
* Xiaomi Aqara Motion Sensor
|
|
|
|
|
|
|
|
### Smart Plugs
|
|
|
|
* Amazon Smart Plug
|
|
|
|
* Ikea Tradfri Smart Plug
|
|
|
|
* TP-Link HS100
|
|
|
|
|
|
|
|
### Switches
|
|
|
|
* Ikea Tradfri Dimmer
|
|
|
|
* Ikea Tradfri Smart Plug Switch
|
|
|
|
|
|
|
|
### Security
|
2019-01-16 12:47:15 +00:00
|
|
|
* [Yi Home Camera 1080p](https://amzn.to/2SYhoW6) - with [custom firmware and mqtt add-on](https://github.com/fbrinker/yi-hack-mqtt)
|
|
|
|
|
|
|
|
Work in progress. Not all of them are integrated yet.
|