home-automation-home-assistant/README.md

40 行
1.3 KiB
Markdown

2019-01-16 12:47:15 +00:00
# Home Assistant Config
My configuration for Home Assistant
## Hardware
* [Raspberry Pi 3 B+](https://amzn.to/2Hgynln)
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)
* Google/Youtube API
* Instagram API
* Openweathermap
* Spotify
* Telegram
## Devices
* [Amazon Echo Dot](https://amzn.to/2RvLxzE), 5x
* ESP32 + DHT22 - selfmade Hygrometers, 2x
* [Harmony Hub Elite](https://amzn.to/2RM29SY)
* Milight light bulbs, 7x
* Milight wifi bridge
* Xiaomi Mija Hygrometer
* [Xiaomi Smart Scale](https://amzn.to/2QPsv1H)
* [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.