Für meine Anforderung optimiert.
Docker-environment for Node-Red with MQTT, Zigbee2MQTT, HomeKit and Bluetooth-LE-Support
Uses mqtt, node-red and zigbee2mqtt
- Install docker and docker-compose
- Clone/Download this repository
cd
into the folder containing this repos data- run
./start.sh start
to setup the data folder needed for the containers and run them.
- run
./start.sh data
to create the necessary folders - On a AMD64-System use
docker-compose -f up -d
- On a Raspberry Pi/ARM-based systems use
docker-compose -f docker-compose.yml -f docker-compose.arm.yml up -d
- If you do not want to start zigbee2mqtt, add the name of the nodered-container:
docker-compose -f docker-compose.yml -f docker-compose.arm.yml up -d nodered
c't-Smart-Home – setup script
=============================
Usage:
start.sh update – to update to this copy of the repo
start.sh start – run all containers
start.sh stop – stop all containers
start.sh data – set up the data folder needed for the containers, but run none of them. Useful for personalized setups.
This project is described in the German computer magazine c't: https://ct.de/smarthome
zigbee2mqtt is described here: https://ct.de/ygdp