Skip to content

Entepotenz/docker-smart-home-ha-zigbee-simple

Repository files navigation

Simple docker setup of HomeAssistant with Zigbee2Mqtt

This is intended as a solid starting point to get your smart-home running :-)

Warning: At the time of writing the frontend of zigbee2mqtt does not offer a simple way to configure authentication. I recommend to put a reverse proxy in front of it to add minimum access protection by providing HTTP Basic Auth.

Features

How to use

  1. check which path your zigbee adapter has
    • e.g. /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_XXXXX-if00-port0
    • e.g. this command to find the device ls /dev/serial/by-id/*igbee*
  2. assign variable ZIGBEE_DEVICE_PATH
  3. run generate-config.sh
    • this scripts generates the .env file which will provide the environment variables for docker-compose.yml
  4. run docker-compose up -d
  5. happy smart home hacking 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages