#Matter docker doesn't work

1 messages · Page 1 of 1 (latest)

safe pivot
#

Hi,

i'm trying to add Matter object in my HA on docker but in Matter server i have this :

2024-12-11 11:36:28.517 (Dummy-2) CHIP_ERROR [chip.native.CTL] Discovery timed out
2024-12-11 11:36:33.391 (Dummy-2) CHIP_ERROR [chip.native.EM] Failed to Send CHIP MessageCounter:258675709 on exchange 15964i with Node: <0000000000000000, 0> sendCount: 4 max retries: 4
2024-12-11 11:36:38.791 (Dummy-2) CHIP_ERROR [chip.native.SC] PASESession timed out while waiting for a response from the peer. Expected message type was 33
2024-12-11 11:36:38.791 (Dummy-2) CHIP_ERROR [chip.native.ZCL] Secure Pairing Failed
2024-12-11 11:36:38.791 (Dummy-2) WARNING [chip.ChipDeviceCtrl] Failed to establish secure session to device: src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.cpp:89: CHIP Error 0x00000003: Incorrect state
2024-12-11 11:36:38.792 (MainThread) ERROR [matter_server.server.client_handler] [23103724891520] Error while handling: commission_with_code: Commission with code failed for node 18.
#

IPV6 are enabled

#

And for the test i installed HA on a VM and it's work, but with docker install nop :/

#

I think it's from docker network

hearty shadow
#

Also:

Only Home Assistant OS is officially supported for running Matter (especially with Thread). We do have a docker image available for the Matter server but that is completely on your own risk and requires a VERY RECENT host OS and patches.

safe pivot
#

I'm on Unraid and my network br0 have an IPV6 adress :

hearty shadow
#

Unraid is unlikely to have a recent enough kernel, or the required patches

safe pivot
#

This is the last unraid version linux kernel

hearty shadow
#

HAOS is on 6.6, so 6.1 is likely to be far too old

safe pivot
#

In the changelog i see this correctif about ipv6 :

  • Docker: Add IPV6_FORWARD to rc.docker and set it to ACCEPT instead of DROP
  • Resolved issue starting Docker containers on custom IPv6 networks
  • Allow ALL IPv4/IPv6 addresses as listener. This solves the issue when IPv4 or IPv6 addresses change dynamically
hearty shadow
#

There's only two of us here, you don't need to keep using Reply and sending me notification pings that you've replied 😉

safe pivot
#

Sorry, habit 😄

hearty shadow
#

At some point the Matter devs will be awake and I'm sure they'll be able to say what the patches and other required details are

#

Just a shame that it's not in the docs

safe pivot
#

Yes i agree !

#

i'm going ta make a backup of my unraid and try the last Prelease and test