Matter Server установлен на 2 инстансах Home Assistant.
При решении проблемы с Music Assistant, обратил внимание, что на обоих HA Matter Server не может запуститься.
В логах запуска сообщения:
INFO Fetching the latest PAA root certificates from DCL... Fetched 0 certificates.
Произвел проверку DNS из VM HA
➜ ~ nslookup on.dcl.csa-iot.org Server: 172.30.32.3 Address: 172.30.32.3#53 Non-authoritative answer: on.dcl.csa-iot.org canonical name = observers-network-lb-ffec09a2eebad640.elb.eu-west-1.amazonaws.com. Name: observers-network-lb-ffec09a2eebad640.elb.eu-west-1.amazonaws.com Address: 99.80.97.233 Name: observers-network-lb-ffec09a2eebad640.elb.eu-west-1.amazonaws.com Address: 34.251.36.72 ➜ ~ nslookup github.com Server: 172.30.32.3 Address: 172.30.32.3#53 Non-authoritative answer: Name: github.com Address: 140.82.121.4 ➜ ~ ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8.8.8: seq=0 ttl=108 time=21.021 ms 64 bytes from 8.8.8.8: seq=1 ttl=108 time=20.600 ms ^C --- 8.8.8.8 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 20.600/20.810/21.021 ms
По совету deepseek проверил возможность загрузки из репозитория:
docker exec -it addon_core_matter_server curl -I https://raw.githubusercontent.com/project-chip/connectedhomeip/master/credentials/development/paa-root-certs/README.md HTTP/2 404 content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox strict-transport-security: max-age=31536000 x-content-type-options: nosniff x-frame-options: deny x-xss-protection: 1; mode=block content-type: text/plain; charset=utf-8 x-github-request-id: 69A4:2116A4:45BDA:8DABC:69A1EE79 accept-ranges: bytes date: Fri, 27 Feb 2026 19:20:25 GMT via: 1.1 varnish x-served-by: cache-bma-essb1270048-BMA x-cache: MISS x-cache-hits: 0 x-timer: S1772220025.151513,VS0,VE127 vary: Authorization,Accept-Encoding access-control-allow-origin: * cross-origin-resource-policy: cross-origin x-fastly-request-id: 7da90f2db0bd3a2ac48792a07f670ca1e475580d expires: Fri, 27 Feb 2026 19:25:25 GMT source-age: 0 content-length: 14
Сетевой доступ есть, а проекта нет)
Как обходное решение, в настройках Matter Server указал использовать beta версию и сертификаты из test-net DCL:
Use the latest beta version Installs the latest beta of the Matter Server (matter.js based). It is highly recommended to create a backup before starting the app with this flag enabled! Enable test-net DCL usage. Enable PAA root certificates, software updates and other device information from test-net DCL. This is meant for development and testing purposes.
Отключил автообновление и запустил плагин.
В обсуждениях на странице проекта свежих похожих проблем не нашел.
