18 lines
413 B
Markdown
18 lines
413 B
Markdown
# zigbee-stack
|
|
|
|
Zigbee smarthome stack
|
|
|
|
- Mosquitto ([eclipse-mosquitto](https://hub.docker.com/_/eclipse-mosquitto))
|
|
- Zigbee2MQTT (koenkk/[zigbee2mqtt](https://hub.docker.com/r/koenkk/zigbee2mqtt/))
|
|
|
|
## Setup
|
|
|
|
```
|
|
./scripts/setup.sh
|
|
```
|
|
|
|
Process:
|
|
|
|
- clears all the existing data, except certain files
|
|
- asks for a new MQTT password, which gets saved in `./zigbee2mqtt/secret.yaml`
|
|
- runs `docker compose up ...` |