#TadoX haos vs docker

1 messages · Page 1 of 1 (latest)

surreal jolt
#

Hello! I am facing an issue with tado X trvs they work perfectly using rbpi and ha os pairing them with my phone after sending the credentials on thread using tadoX bridge as router. Ipv6 enabled on the network. When running instead a debian host with ipv6 enabled runnink in docker home assistant and matter on host network and privileged containers i get an error on the matter container and pairing fails. Can you please help understand better what I am doing wrong?

surreal jolt
#
achable
2026-02-08 14:23:26.394 (Dummy-2) CHIP_ERROR [chip.native.SC] Failed during PASE session pairing request: src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000065: Network is unreachable
2026-02-08 14:23:26.394 (Dummy-2) CHIP_ERROR [chip.native.-] src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000065: Network is unreachable at src/controller/SetUpCodePairer.cpp:385
2026-02-08 14:23:26.394 (Dummy-2) CHIP_ERROR [chip.native.IN] SendMessage() to UDP:[fdb0:f09d:b20e:1:af8d:8ce1:ad73:b1b1]:5540 failed: src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000065: Network is unreachable
2026-02-08 14:23:26.394 (Dummy-2) CHIP_ERROR [chip.native.SC] Failed during PASE session pairing request: src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000065: Network is unreachable
2026-02-08 14:23:26.394 (Dummy-2) CHIP_ERROR [chip.native.-] src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000065: Network is unreachable at src/controller/SetUpCodePairer.cpp:385
2026-02-08 14:23:26.395 (Dummy-2) CHIP_ERROR [chip.native.IN] SendMessage() to UDP:[fdb0:f09d:b20e:1:af8d:8ce1:ad73:b1b1]:5540 failed: src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000065: Network is unreachable
surreal jolt
#
sudo tee /etc/sysctl.d/99-thread-ra.conf >/dev/null <<'EOF'
net.ipv6.conf.all.accept_ra=2
net.ipv6.conf.enp1s0.accept_ra=2
net.ipv6.conf.all.accept_ra_rt_info_max_plen=128
net.ipv6.conf.enp1s0.accept_ra_rt_info_max_plen=128
EOF

sudo sysctl --system
feral dragon
#

@surreal jolt did you find a solution?