-
Notifications
You must be signed in to change notification settings - Fork 18
Home Automation
sudo systemctl enable bluetooth
sudo systemctl start bluetooth
touch/copy mosquitto.conf https://raw.githubusercontent.com/eclipse/mosquitto/master/mosquitto.conf
touch/copy password.txt
docker exec -it mosquitto sh
mosquitto_passwd -b /mosquitto/config/password.txt ha password
mosquitto_passwd -b /mosquitto/config/password.txt shelly password
mosquitto_passwd -U /mosquitto/config/password.txt
https://www.homeautomationguy.io/blog
http://www.steves-internet-guide.com/mqtt-username-password-example/ https://sequr.be/blog/2022/09/home-assistant-container-part-4-mosquitto-docker-container/ https://www.homeautomationguy.io/blog/docker-tips/configuring-the-mosquitto-mqtt-docker-container-for-use-with-home-assistant
https://hacs.xyz/docs/setup/download/: docker exec -it homeassistant bash