I've now been trying to figure this out for couple of days and would like some advice/guidance.
I'm trying to get this combination to work:
- Home Assistant in a container
- Home assistant using Docker networking (as in not on host network)
- SLZB-MR5U in network mode via PoE
- SLZB in a "Thread+OTBR
running on device"-mode so slzb is border router itself and HA connects to it via REST API - Matter server also running in a container (python-matter-server image)
Some reasoning for these choices:
- HA in a container because I have no device to run HAOS and run other programs on same machine
- Not running HA in host network mode because it makes it much easier for other containers to communicate with HA and for traefik to route that
- SLZB in network/PoE mode for placement reasons
- SLZB in OTBR mode because then there is no need for external OTBR and communication between radio and OTBR is not affected by network speeds etc.
- Matter server also in container because containerized HA can't have add-ons.
It seems like most things work but comissioning a matter device fails. Seen many different fail messages now. Currently at "can't connect to thread border router"
I guess I'm mostly curious if anyone else is running a similar combo AND has comissioning working?