tweaked README
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user