You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get this going you need a working [Docker 18.02.0+ setup](https://docs.docker.com/install/) on an AMD64 or ARM32v7 machine. This includes virtually any PC or a Raspberry Pi 3 or newer. Other ARM boards and some NAS might work too, but have not been tested.
14
+
15
+
You'll also need [docker-compose](https://docs.docker.com/compose/install/) on your machine.
16
+
17
+
If you want to controll Zigbee devices you also will need a Zigbee-Stick. Have a look at [Zigbee2MQTT's documentation](https://www.zigbee2mqtt.io/getting_started/what_do_i_need.html) for that.
6
18
7
19
## Containers
8
-
Uses mqtt, node-red and zigbee2mqtt
20
+
Uses [Eclipse Mosquitto](https://hub.docker.com/_/eclipse-mosquitto), a custom built Node-Red container and [zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt.io)
9
21
10
22
## Getting started
11
23
* Install docker and docker-compose
@@ -15,9 +27,8 @@ Uses mqtt, node-red and zigbee2mqtt
15
27
16
28
## Manual start
17
29
* run `./start.sh data` to create the necessary folders
18
-
* On a AMD64-System use `docker-compose -f up -d`
19
-
* On a Raspberry Pi/ARM-based systems use `docker-compose -f docker-compose.yml -f docker-compose.arm.yml up -d`
20
-
* 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`
30
+
* Use `docker-compose up -d` to start the containers
31
+
* If you do not want to start zigbee2mqtt, add the name of the nodered-container: `docker-compose up -d nodered`. The mqtt container will always be started, because it's a dependency of Node-Red.
0 commit comments