tweaked README
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
# 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
|
||||
@@ -12,8 +15,8 @@ docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeas
|
||||
|
||||
## Zigbee2MQTT
|
||||
|
||||
Requires `./zigbee2mqtt/secret.yaml` of the format:
|
||||
Put the password in `./zigbee2mqtt/secret.yaml`
|
||||
|
||||
```
|
||||
password: <password>
|
||||
echo "password: <password>" > ./zigbee2mqtt/secret.yaml
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user