Matter server in home assistant(Docker)
If you run Home Assistant in a container, you can run a Docker image of the Matter server(https://github.com/home-assistant-libs/python-matter-server). The requirements and instructions for your host setup are described on that GitHub page.
Installing matter server docker image on a Raspberry Pi
I am running this on x64 debian using docker ha on raspberry pi 3B+
my Pi doesn’t have a Thread radio, it can communicate over Wi-Fi to other Thread routers using Matter specified data.
I’m trying to set up the matter server in a docker container on a Raspberry Pi 3B+, running the latest Pi OS (Bookworm), and thus 64-bit and ARM v8. But when I try, I get
stable: Pulling from home-assistant-libs/python-matter-server
This procedure prepares the Raspberry Pi 3B+ to become a Matter Hub
My configuration Details:
Steps Taken:
https://blog.matterxiaomi.com/blog/matter-home-assistant-part5/
If you run Home Assistant in a container, you can run a Docker image of the Matter server(https://github.com/home-assistant-libs/python-matter-server). The requirements and instructions for your host setup are described on that GitHub page.
Installing matter server docker image on a Raspberry Pi
I am running this on x64 debian using docker ha on raspberry pi 3B+
my Pi doesn’t have a Thread radio, it can communicate over Wi-Fi to other Thread routers using Matter specified data.
I’m trying to set up the matter server in a docker container on a Raspberry Pi 3B+, running the latest Pi OS (Bookworm), and thus 64-bit and ARM v8. But when I try, I get
stable: Pulling from home-assistant-libs/python-matter-server
This procedure prepares the Raspberry Pi 3B+ to become a Matter Hub
My configuration Details:
Steps Taken:
Installed Matter Server Docker.
Installed Matter integration.
Add Matter device on Home Assistant Companion app
https://blog.matterxiaomi.com/blog/matter-home-assistant-part5/
0