Maybe someone can help me. I am newbie-ish. When I try to spin a docker container for docker, using the github image, I get errors like below.
I would be glad for any help. Thanks.
typeversion: "3.9"
services:
matter-server:
container_name: "matter-server"
image: "ghcr.io/home-assistant-libs/python-matter-server:stable"
network_mode: "host"
restart: "unless-stopped"
security_opt:
- "apparmor:unconfined"
volumes:
- /run/dbus:/run/dbus:ro
- ./data:/data/
ports:
- "5580:5580"
[1742990401.236772][1:1] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0)
[1742990401.238759][1:1] CHIP:DL: Wrote settings to /data/chip_counters.ini
[1742990401.238768][1:1] CHIP:DL: NVS set: chip-counters/boot-reason = 0 (0x0)
[1742990401.239987][1:1] CHIP:DL: Wrote settings to /data/chip_config.ini
[1742990401.239996][1:1] CHIP:DL: NVS set: chip-config/regulatory-location = 0 (0x0)
[1742990401.241070][1:1] CHIP:DL: Wrote settings to /data/chip_config.ini
[1742990401.241079][1:1] CHIP:DL: NVS set: chip-config/location-capability = 2 (0x2)
[1742990401.241736][1:1] CHIP:DL: Got Ethernet interface: enp0s31f6
[1742990401.242253][1:1] CHIP:DL: Found the primary Ethernet interface:enp0s31f6
[1742990401.243186][1:1] CHIP:DL: Failed to get WiFi interface
[1742990401.243192][1:1] CHIP:DL: Failed to reset WiFi statistic counts
2025-03-26 12:00:01.243 (MainThread) INFO [chip.storage] Initializing persistent storage from file: /data/chip.json
2025-03-26 12:00:01.243 (MainThread) ERROR [chip.storage] [Errno 2] No such file or directory: '/data/chip.json'
2025-03-26 12:00:01.243 (MainThread) CRITICAL [chip.storage] Could not load configuration from /data/chip.json - resetting configuration...
2025-03-26 12:00:01.243 (MainThread) WARNING [chip.storage] No valid SDK configuration present - clearing out configuration
2025-03-26 12:00:01.243 (MainThread) WARNING [chip.storage] No valid REPL configuration present - clearing out configuration
2025-03-26 12:00:01.337 (MainThread) INFO [chip.CertificateAuthority] Loading certificate authorities from storage...
2025-03-26 12:00:01.337 (MainThread) INFO [chip.CertificateAuthority] New CertificateAuthority at index 1
2025-03-26 12:00:01.339 (MainThread) INFO [chip.FabricAdmin] New FabricAdmin: FabricId: 0x0000000000000001, VendorId = 0xFFF1
2025-03-26 12:00:01.339 (MainThread) INFO [matter_server.server.stack] CHIP Controller Stack initialized.
2025-03-26 12:00:01.340 (MainThread) INFO [matter_server.server.server] Starting the Matter Server...
2025-03-26 12:00:01.342 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetching the latest PAA root certificates from DCL.
2025-03-26 12:00:02.276 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetched 66 PAA root certificates from DCL.
2025-03-26 12:00:02.277 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetching the latest PAA root certificates from Git.
2025-03-26 12:00:02.507 (MainThread) INFO [matter_server.server.helpers.paa_certificates] Fetched 2 PAA root certificates from Git
3 posts - 3 participants