home-assistant-matter-hub

home-assistant-matter-hub

Docker 应用程序 from pureelectricity's Repository

概述

This project simulates a Matter bridge to publish your Home Assistant entities to any Matter-compatible controller like Alexa, Apple Home, or Google Home.

REQUIRED SETTINGS:

  1. You MUST generate a "Long-Lived Access Token" in Home Assistant (User Profile > Security).
  2. Network Type MUST be set to Host.
  3. IPv6 MUST be enabled in Unraid's Network Settings.

TROUBLESHOOTING (Offline Devices / Issue #563):
If devices pair but show as "Offline" or "Not Responding", your Unraid host is likely dropping IPv6 packets on the bridge interface. This is common in Unraid 7+ or Docker 26+.

Fix: Run this command in the Unraid Terminal:
[code]ip6tables -A FORWARD -i br0 -o br0 -j ACCEPT[/code]
(If this fixes it, add that command to the "User Scripts" plugin to run at array startup).

详细信息

存储库
ghcr.io/RiDDiX/home-assistant-matter-hub:latest
最后更新2026-05-31
初见2026-02-10

在Unraid 上运行 home-assistant-matter-hub 。

home-assistant-matter-hub 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。