home-automation-home-assistant/README.md

41 lines
1.4 KiB
Markdown
Raw Normal View 히스토리

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)
* Google/Youtube API
* Instagram API
* Openweathermap
* Spotify
* Telegram
## Devices
* [Amazon Echo Dot](https://amzn.to/2RvLxzE), 5x
2019-01-16 13:19:01 +00:00
* DIY Ambilight - based on [Hyperion](https://hyperion-project.org/)
* DIY MQTT Hygrometers - ESP32 + DHT22, 2x
2019-01-16 12:47:15 +00:00
* [Harmony Hub Elite](https://amzn.to/2RM29SY)
2019-01-16 13:16:47 +00:00
* Mi-Light light bulbs, 7x
* Mi-Light wifi bridge
2019-01-16 12:47:15 +00:00
* 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.