hapu2000 / smarthome_public

Home Assistant with Zigbee and MQTT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smarthome

hardware requirements

software requirements

install

git on raspberry pi

apt-get update
apt-get install -y git

pull this git repo

cd /srv
git clone https://github.com/hapu2000/smarthome_public.git

use setup.sh for installing dependencies and setup autostart

cd smarthome
./setup.sh

create .env file from .env_example

cp .env_example .env
nano .env # or what ever editor of your choise

start docker containers

docker-compose up -d

About

Home Assistant with Zigbee and MQTT


Languages

Language:Python 61.7%Language:Shell 22.9%Language:Dockerfile 15.4%