Files
zigbee-stack/README.md
2023-11-16 00:26:28 -06:00

23 lines
442 B
Markdown

# zigbee-stack
Zigbee smarthome stack
## Mosquitto
Start the MQTT broker and create the password for `homeassistant`
```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
Put the password in `./zigbee2mqtt/secret.yaml`
```
echo "password: <password>" > ./zigbee2mqtt/secret.yaml
```