This is my Home Assistant setup. I have Home Assistant have set up on Ubunutu Server on ESXi, hosting Docker.
In order to get Haaska working, I used NginxProxyManager to server Home Assistant along with other services.
Home Assistant was set up using the homeassistant/home-assistant Docker Image. /PATH_TO_YOUR_CONFIG
was remapped to /docker/homeassistant
The equivalent docker run would be:
docker run --init -d --name="home-assistant" -e "TZ=America/New_York" -v /docker/homeassistant:/config --net=host homeassistant/home-assistant:stable
Update 2020-01-23: Docker run command migrated to docker-compose. This will make it easier in the future to update Home Assistant releases.
-
Wink Hub 2 - This currently serves as my hub for most components, specifically for Z-Wave and Zigbee devices. -
After Wink decided they wanted to start charging for their services, I threw the hub in the trash can, and got a HUSBZB-1, that now serves as my Z-Wave and ZigBee hub.
-
Ecobee Lite3 Thermostats (2x: Upstairs, Downstairs)
- piHole
- Glances
- UPnP
- Vacuum Uses a template sensor to gather
battery_level
andstatus
from state attribute. - Weather Uses DarkSky for additional weather sensors.
- Plex
- Ecobee
- DarkSky
- Roku
- Ecovacs
- Speedtest
- Owntracks
Automations moved to directory and split out based on functionality:
As with most things, this is a work in progress so there may be updates and/or small tweaks here and there.