2024年11月24日星期日 上午3:32:53

Install Matter Server using docker image via docker run

1 年 前
#22370 引用
Install Matter Server using container image

How To Install Matter Server w/ Docker on Home Assistant!

https://digiblur.com/2023/06/27/how-install-matter-server-docker-home-assistant/#unraid




0
1 年 前
#22371 引用
Home Assistant integration communicates via WebSocket with this matter server.
0
1 年 前
#22372 引用
System Requirements

The minimum requirements for a host system to be able to install Matter Server are:

CPU – 64-bit processor
OS  - 64bit
ip    - ipv6

0
1 年 前
#22373 引用
1
0
10 个月 前
#28380 引用
docker pull ghcr.io/home-assistant-libs/python-matter-server:stable
0
10 个月 前
#28382 引用



mkdir data
docker run -d \
  --name matter-server \
  --restart=unless-stopped \
  --security-opt apparmor=unconfined \
  -v $(pwd)/data:/data \
  -v /run/dbus:/run/dbus:ro \
  --network=host \
  ghcr.io/home-assistant-libs/python-matter-server:stable
0
10 个月 前
#28383 引用
CHIP:DL: Failed to reset WiFi statistic counts

docker logs matter-server
0
10 个月 前
#28403 引用
2024-03-18 22:36:32 (Dummy-2) CHIP_ERROR [chip.native.DL] Long dispatch time: 1614 ms, for event type 2
0
8 个月 前
#29797 引用
[1710801074.611992][1:1] CHIP:DL: Got Ethernet interface: eth0
[1710801074.612357][1:1] CHIP:DL: Found the primary Ethernet interface:eth0
[1710801074.612713][1:1] CHIP:DL: Got WiFi interface: wlan0
[1710801074.612779][1:1] CHIP:DL: Failed to reset WiFi statistic counts



2024-03-18 22:31:15 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetching the latest PAA root certificates from DCL.
0