16 lines
323 B
Markdown
16 lines
323 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
|
|
|
|
1. Create `.env` file with `MOSQUITTO_PASSWORD`.
|
|
2. Run setup script
|
|
|
|
```
|
|
./scripts/setup.sh
|
|
```
|