22 lines
497 B
Markdown
22 lines
497 B
Markdown
# zigbee-stack
|
|
|
|
Zigbee smarthome stack
|
|
|
|
## Mosquitto ([eclipse-mosquitto](https://hub.docker.com/_/eclipse-mosquitto))
|
|
|
|
Start the MQTT broker and create the password for `homeassistant`
|
|
|
|
```shell
|
|
docker compose run -it --rm mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant
|
|
```
|
|
|
|
###
|
|
|
|
## Zigbee2MQTT (koenkk/[zigbee2mqtt](https://hub.docker.com/r/koenkk/zigbee2mqtt/))
|
|
|
|
Put the password in `./zigbee2mqtt/secret.yaml`
|
|
|
|
```
|
|
echo "password: <password>" > ./zigbee2mqtt/secret.yaml
|
|
```
|