Part - Connect ZBT-1
diy matter gateway product
I have flashed my Connect ZBT-1 with an openthread firmware (thread only). The dongle will act as a border router.
Installation Connect ZBT-1 mit Thread Firmware & Home Assistant in docker.
Table of Contents
source:https://connectzbt1.home-assistant.io/about-firmware-options/
Quick Start
doing the following:
Run OTBR on the pi using docker
Run homeassistant on the pi using docker
enable the otbr integration
enable the thread integration-->which allows you create thread network
enable matter --> (which allows you to add matter devices)
Architecture
Docker containers
Home assistant docker(Installation Instructions)
otbr docker(Installation Instructions)
Matter server docker(Installation Instructions)
Home Assistant Integrations
OpenTread Border Router Integration
Thread integration
Matter Integration
Step by step
reflash your Connect ZBT-1 the Thread firmware
Run OpenThread Border Router in docker container
Thread 设备
Thread 设备向 Thread 边界路由器注册自己的服务,接着 Thread 边界路由器通过多播 DNS 向 Wi-Fi 网络广播所有 Thread 设备的服务信息。
Thread 边界路由器还实现了 DNS-SD 发现代理 (Discovery Proxy),这样 Thread 设备也可以发现 Wi-Fi 网络中的服务。
OpenThread’s image:
https://hub.docker.com/r/openthread/otbr
Manually configure all the skyconnect dongle settings, create a mesh network, enable the REST protocol, and import the credentials dataset. You’ll also need to make sure your IPv6 setup and mDNS are working correctly.
Add Open Thread Border Router Integration on hass
put the URL that points to that docker container’s port in that text field.
use http://localhost:8081 by default to connect to the otbr container.
Create thread network via Thread integration
Thread integration
used to create thread network, border router must be assigned to the homeassistant thread network
This will automatically create a new Thread network with the name ha-thread-xxxx.
screenshot for thread network:
ha-thread-xxxx,The last for digits are a network-specific identifier (PAN ID).
useful links
https://community.home-assistant.io/t/using-matter-and-thread-in-a-dockerized-ha-instance/721088/6
Options for OpenTread Border Router
Apple
homepod
Amazon
Philips
SONOFF
Matter Support On Sonoff ZBDongle-E
Comments
Comments are closed