Files
zigbee-stack/README.md
2023-11-16 00:56:32 -06:00

497 B

zigbee-stack

Zigbee smarthome stack

Mosquitto (eclipse-mosquitto)

Start the MQTT broker and create the password for homeassistant

docker compose run -it --rm mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant

Zigbee2MQTT (koenkk/zigbee2mqtt)

Put the password in ./zigbee2mqtt/secret.yaml

echo "password: <password>" > ./zigbee2mqtt/secret.yaml