tweaked README

This commit is contained in:
root
2023-11-16 00:26:28 -06:00
parent 027c1262be
commit 8d74076b98

View File

@@ -1,8 +1,11 @@
# zigbee-stack # zigbee-stack
Zigbee smarthome stack Zigbee smarthome stack
## Mosquitto ## Mosquitto
Start the MQTT broker and create the password for `homeassistant`
```shell ```shell
docker compose up -d mqtt docker compose up -d mqtt
docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant
@@ -12,8 +15,8 @@ docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeas
## Zigbee2MQTT ## Zigbee2MQTT
Requires `./zigbee2mqtt/secret.yaml` of the format: Put the password in `./zigbee2mqtt/secret.yaml`
``` ```
password: <password> echo "password: <password>" > ./zigbee2mqtt/secret.yaml
``` ```