2023-11-16 00:56:32 -06:00
2023-11-16 00:26:03 -06:00
2023-11-13 23:14:39 -06:00
2023-11-13 23:12:30 -06:00
2023-11-16 00:26:14 -06:00
2023-11-16 00:56:32 -06:00

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
Description
Runs Zigbee2MQTT and Mosquitto with some other containers
Readme 63 KiB
Languages
Shell 100%