8d74076b98174809bd0eb1706fe0faad331675d1
zigbee-stack
Zigbee smarthome stack
Mosquitto
Start the MQTT broker and create the password for homeassistant
docker compose up -d mqtt
docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant
Docker Image
Zigbee2MQTT
Put the password in ./zigbee2mqtt/secret.yaml
echo "password: <password>" > ./zigbee2mqtt/secret.yaml
Description
Languages
Shell
100%