Русские видео

Сейчас в тренде

Иностранные видео




Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



How to setup zigbee2mqtt with home assistant!

Learn to setup zigbee2mqtt with home assistant and automate your entire home! 👉 Protect your passwords now!    • How I beat the hackers! - A Bitwarden...   Join Discord:   / discord   Setup Home Assistant Docker --- services: homeassistant: image: lscr.io/linuxserver/homeassistant:2024.11.2-ls46 container_name: homeassistant ports: "8123:8123" environment: PUID=1000 PGID=1000 TZ=America/Toronto volumes: ./config:/config restart: unless-stopped networks: frontend restart: unless-stopped networks: frontend: driver: bridge Setup MQTT Server Docker --- services: mqtt: image: eclipse-mosquitto container_name: mqtt ports: "1883:1883" "9001:9001" volumes: ./config:/mosquitto/config:rw ./data:/mosquitto/data:rw ./log:/mosquitto/log:rw restart: unless-stopped networks: homeassistant_frontend networks: homeassistant_frontend: external: true Setup MQTT config no password mosquitto.conf allow_anonymous true listener 1883 listener 9001 protocol websockets persistence true persistence_file mosquitto.db persistence_location /mosquitto/data/ MQTT password generation login interactively into the mqtt container docker exec -it mqtt sh Create new password file and add user and it will prompt for password mosquitto_passwd -c /mosquitto/config/pwfile mqttuser Setup zigbee2mqtt docker compose --- services: zigbee2mqtt: image: koenkk/zigbee2mqtt container_name: zigbee2mqtt restart: unless-stopped devices: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230220201732-if00:/dev/ttyACM0 ports: "8080:8123" volumes: ./data:/app/data /run/udev:/run/udev:ro environment: TZ=America/Toronto networks: homeassistant_frontend networks: homeassistant_frontend: external: true Setup zigbee2mqtt configuration ./data/configuration.yaml homeassistant: true frontend: port: 8123 mqtt: base_topic: zigbee2mqtt server: mqtt://mqtt:1883 user: mqttuser password: Rq2SWqyIytfr6X permit_join: false serial: port: /dev/ttyACM0 availability: active: timeout: 10 advanced: channel: 26 homeassistant_legacy_entity_attributes: false legacy_api: false legacy_availability_payload: false device_options: legacy: false VIDEOS TO WATCH NEXT : The ultimate gaming virtual machine on proxmox    • The ultimate gaming virtual machine o...   How to install Proxmox 8: Complete Setup Tutorial    • How to install Proxmox 8: Complete Se...   How to Host Your Own Personal ChatGPT    • Set up a Local AI like ChatGPT on you...   For business inquiries or consultation send me an email to: [email protected] 0:00 - Hardware overview 0:41 - Home Assistant setup 2:45 - MQTT server setup 5:32 - zigbee2mqtt server setup 10:33 - Pluging everything together 11:14 - Pairing the smartplug 12:15 - Testing the smartplug #homeassistant #homeautomation #zigbee #smarthome #smarthouse #docker #devops #linux

Comments