Skip to content

Home Automation

Joe edited this page Jan 25, 2024 · 3 revisions

Home Assistant Setup

sudo systemctl enable bluetooth sudo systemctl start bluetooth

MQTT

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

Home Assistant Resources

https://www.homeautomationguy.io/blog

MQTT

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

Shelly, MQTT

https://sequr.be/blog/2020/10/getting-started-with-mqtt-and-home-assistant-and-shelly/#2-configuring-shelly-to-communicate-over-mqtt

HACS

https://hacs.xyz/docs/setup/download/: docker exec -it homeassistant bash

Zigbee Devices

https://phoscon.de/en/conbee2

Clone this wiki locally