standalone version of the Silicon Labs multiprotocol addon for HAOS. without the HAOS stuff.
50K+
This container is a standalone version of the Silicon Labs multiprotocol addon for HAOS. without the HAOS stuff.
This project is deprecated due to discontinued multiprotocol support for Home > Assistant SkyConnect (ZBT-1).
I do not provide any support for the software running in this container.
I have only provided a standalone version of the Silabs multiprotocol container which can run without HAOS
Based on the work by @nervousapps and m33ts4k0z
host network modeIPv6 in your LAN--privileged flagifconfig or ip a) to set BACKBONE_IF correctly/dev/tty??? (/dev/serial/by-id/ will not work out of the box)8081 is not in use because the OTBR API use is (can't be changed)take a look at the Dockerfile file for more information
⚠️ change DEVICE and BACKBONE_IF to your environment ⚠️
docker run --name multipan \
--detach \
--privileged \
--network host \
--restart unless-stopped \
--volume ~/multipan/:/data \
--env DEVICE="/dev/ttyUSB0" \
--env BACKBONE_IF="eth0" \
b2un0/silabs-multipan-docker:latest
environment if necessarydocker compose up -dopen in your browser http://HOST:8086 and configure your OTBR
add a new Device Integration Open Thread Border Router and use as Host http://HOST:8081 as Endpoint.
ZHA) integrationEZSP as Radio typetcp://host_ip:20108460800hardwareTo use this with Zigbee2MQTT change the configuration.yaml file of Zigbee2MQTT to this configuration:
serial:
port: tcp://host_ip:20108
adapter: ezsp
baudrate: 460800
Restart Zigbee2MQTT.
It might take a couple of tries for Zigbee2MQTT to connect the first time, but it will work without issues afterward.
you also need the python-matter-server if you want to use Matter enabled devices with Home Assistant.
~/multipan/firmware/ (if your /data Volume mounted to ~/multipan/)FIRMWARE to the new Filename (without path)AUTOFLASH_FIRMWARE to 1| arch | url |
|---|---|
| aarch64: | https://hub.docker.com/r/homeassistant/aarch64-addon-silabs-multiprotocol |
| amd64: | https://hub.docker.com/r/homeassistant/amd64-addon-silabs-multiprotocol |
| armv7: | https://hub.docker.com/r/homeassistant/arm-addon-silabs-multiprotocol |
| i386 | not exists (not supported by HA) |
Content type
Image
Digest
sha256:e02f3bb50…
Size
146.5 MB
Last updated
over 2 years ago
docker pull b2un0/silabs-multipan-docker