20 lines
343 B
Markdown
20 lines
343 B
Markdown
# zigbee-stack
|
|
Zigbee smarthome stack
|
|
|
|
## Mosquitto
|
|
|
|
```shell
|
|
docker compose up -d mqtt
|
|
docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant
|
|
```
|
|
|
|
### [Docker Image](https://hub.docker.com/_/eclipse-mosquitto)
|
|
|
|
## Zigbee2MQTT
|
|
|
|
Requires `./zigbee2mqtt/secret.yaml` of the format:
|
|
|
|
```
|
|
password: <password>
|
|
```
|