All apps Β· 0 apps
home-assistant-matter-hub
Docker app from pureelectricity's Repository
Overview
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:
- You MUST generate a "Long-Lived Access Token" in Home Assistant (User Profile > Security).
- Network Type MUST be set to Host.
- 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).
Readme
View on GitHubHome-Assistant-Matter-Hub

Expose your Home Assistant devices to Matter controllers like Apple Home, Google Home, and Alexa
π Documentation β’ οΏ½ Discord β’ οΏ½π Report Bug β’ π‘ Request Feature
[!NOTE] π Community Fork - This is a fork of the original t0bst4r/home-assistant-matter-hub, which was discontinued in January 2026. We continue active development with bug fixes, new features, and community support. Thank you @t0bst4r for the original work! β€οΈ
π¦ Migrating? See Migration Guide - your paired devices will continue to work!
π About
This project simulates bridges to publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home. Using Matter, those can be connected easily using local communication without the need of port forwarding etc.
π¦ Releases & Branches
| Channel | Branch | Current Version | Description |
|---|---|---|---|
| Stable | main |
v2.0.49 | Production-ready, recommended for most users |
| Alpha | alpha |
v2.1.0-alpha.x (next) | Currently level with Stable; next pre-release lands here first |
| Testing | testing |
v4.1.0-testing.x | β οΈ Highly unstable! Experimental features, may break |
Which version should I use?
- Most users: Use Stable (
mainbranch) - thoroughly tested - Early adopters: Use Alpha (
alphabranch) - currently level with Stable until the next pre-release lands - Developers/Testers: Use Testing (
testingbranch) - bleeding edge, expect breakage
Upgrading from 2.0.46
A few entities re-pair once on the first start after the update and lose their room assignment in the controller:
- leak and freeze
binary_sensors (now Contact Sensors by default) and any entity using the On/Off Switch override - a light may drop its auto power/energy readout, re-add it by mapping the sensor by hand
Re-assign the affected devices to their rooms after they reconnect. See the docs for detail.
π What's New
π¦ Stable Features (v2.0.49) - Click to expand
New in v2.0.49:
- π Fan speed restore: speed is remembered across transactions and restarts, localized wind presets map through, Auto is gated on a real auto preset, and an opt-in restores speed on power-on (#387)
- π‘ Session recovery hardening: subscription jitter dropped, superseded sessions of a reconnecting peer swept, stale sessions closed only after a real quiet period, plus opt-in fast recovery (#386, #400, #398, #287)
- π©Ί Per-fabric controller health card on the bridge page
- π’ Endpoint number kept on mapping change so Alexa no longer re-adds the device (#404), plus a unique-id suffix to shed stale controller records (#385)
- π
selectas an On/Off Switch (#356), plus an experimental mounted On/Off control type (#380) - πͺ Tilt for
set_tilt_position-only covers (#405), and tilt-only cover-as-light uses the tilt channel (#350) - π¨ Warns on a non-5540 Alexa bridge (#401) and on an OTBR Thread mDNS interface (#388)
- π· Camera plugin config scoped per bridge (#373)
- π Clashing bridge port reassigned on load (#378)
- π§© Composed sub-entities compose even outside the bridge filter (#408), and composed sensors list all device types (#214)
- π Unbolt maps to
lock.unlocknot open (#397), level-to-brightness uses one scale (#402), button drops the Lighting feature (#182), and stale cooling/auto state is cleared (#384) - π Russian translations added (#409) and zh-TW completed
Previously in v2.0.48:
- π‘οΈ Cooling-only thermostats no longer drop and re-pair after a switch to cool; a leftover Heat setpoint limit was crashing init (#381)
- π The Settings update box now shows the full release notes instead of cutting them off
Previously in v2.0.47:
- π§ Leak and freeze
binary_sensors now default to a Matter 1.3 Contact Sensor so Alexa stays stable; the Matter 1.4 Water Leak, Water Freeze, and Rain detector types are selectable per entity through the device-type override (#365) - π‘ Lights no longer auto-attach power/energy clusters; map a light's power or energy sensor explicitly with
powerEntity/energyEntityif you want the readout (#374) - π The On/Off Switch device-type override now exposes a real On/Off Light instead of a no-op plug (#380)
- π New
manufacturerentity-filter matcher (#382) - π Opt-in: turning the companion fan off now turns the AC off too (#309)
- π©Ί Reliability & health: configurable auto-recovery with failure timestamps, controller-compatibility warnings on each bridge page, and per-entity device-health on the dashboard
- π₯οΈ Standalone (non-vacuum) devices in server mode, plus
lawn_mowerentities exposed as a robotic mower - πͺ Cover exposed as a dimmable light for Alexa routines (#372), per-entity update throttle (#351), charging-state sensor mapping (#377)
- π· Experimental built-in WebRTC camera plugin (SmartThings-only, media path not verified yet)
- π§΅ matter.js 0.17.3
Previously in v2.0.46:
- βοΈ Opt-in companion fan for climate ACs: a per-entity toggle exposes the AC's fan as its own Matter fan endpoint, the setting is persisted, and fan-speed presets are now ordered lowβhigh (#309)
- π¦οΈ Weather domain support:
weather.*entities are exposed as a composed Temperature + Humidity + Pressure sensor read from the entity's attributes (pressure converted to hPa, shown on Google Home) - π€ Vacuum service-area editing: edit area data inline in Entity Mapping and dispatch room cleaning in batches, plus a batch-room-data fix (#291)
- π Door Lock credential hardening: safer access-code handling and fabric-index casting on the lock cluster (#313)
- β‘ Skip unchanged endpoints on HA updates: only endpoints whose entity or a mapped sub-entity actually changed are refreshed, so CPU no longer scales with entity count Γ event rate (#351)
- π Registry stays resilient when HA drops: an initial reload failure no longer puts the add-on in a restart loop on a flaky HA boot, and a mid-flight "Connection lost" retries once (#352)
- π RVC sessions refreshed safely so vacuum reactors don't go stale (#287)
- πͺ Tilt-only covers use the tilt channel for lift commands (#350)
- π Battery auto-mapping narrowed to avoid false matches, plus support for enum battery states (#359)
- π
automationentities are momentary: turning one on triggers it and snaps back to off (#364) - π Climate swing-mode handling fix
- π¨ Non-5540 Alexa bridge warning: a bridge on any other port now warns, since Alexa only pairs on port 5540
- π§΅ matter.js 0.17.0: upgraded from 0.16.11; the local LG-TV NOC-serial patch is dropped because upstream now tolerates 21-octet operational cert serials (#305)
- π§° Build/runtime fixes:
bun:sqliteconstantsexport stubbed so the esbuild bundle builds against matter.js 0.17.0, add-on heap flag preserved (#358) - β¬οΈ Dependency vulnerabilities resolved
- π Docs:
hvac_actionrequirement for the Auto running-state display (#309), Google Home ModeSelect label gap (#356), Alexa cover-routine limitation (#312), and the new weather domain
Previously in v2.0.45 (hotfix release):
- β¨οΈ Typed text now binds in the entity-id autocomplete, so a partial entity id isn't dropped when you pick a suggestion (#348)
Previously in v2.0.44:
- πͺ Cover reliability overhaul: Matter state/target/current reports split and correctly ordered, deferred target writes de-duplicated, legacy position attributes dropped from updates, cluster profile aligned with the certified Eve blind, current position held during external motion (#328)
- ποΈ Per-bridge and per-entity cover slider debounce, window widened to 300 ms for smoother slider control (#331)
- π€ Vacuum service-area handling:
customServiceAreaspreserved in dynamicRvcRunModesupported modes, custom areas dispatched sequentially,currentAreacleared on dock return and no longer inherited stale across restarts,observedCleaningset on every cleaning event (#335) - π Docked vacuum stops reporting charging once the battery is full (#334)
- βοΈ Per-entity
climateKeepModeOnIdlefor off+idle ACs; mode kept through a coolβoff transition, freeze applied immediately on off and cleared onaction=off(#340) - π Matter session rotation: opt-in per-bridge setting, aged sessions rotated, RVC clean-mode reactor goes offline correctly,
pushKeepaliveguarded on construction (#287) - π§ Heap-headroom and force-sync pressure guard to reduce memory pressure (#347)
- π·οΈ Per-entity
customVendorIdwith Home Assistant device-registry serial fallback (#290) - π’
serialNumberSuffixnow loads when editing a bridge and is preserved when the serial is trimmed to 32 characters (#330) - π Regex filters for entity and device labels, plus an
any_field_regexmatcher for grouped AND/OR filter rules (#337) - β¨οΈ Entity-id autocomplete in the filter-rule editor (#338)
- β‘ Energy sensor endpoints default
activePowerto 0 and gainPowerTopology+cumulativeEnergyImporteddefaults (#343) - β±οΈ Home Assistant WebSocket message timeout is now configurable, default raised to 60 s (#341)
- πͺ
device_class=windowcovers no longer emitEndProductType.Unknown(#312) - πΌοΈ Bridge-icon existence check now uses the
/existsendpoint instead of a HEAD probe (#336) - π§© JSON editor de-duplicates
@codemirror/state(#345) - π Polish translation update, credited to @MStankiewiczOfficial (#329)
- β Added regression test coverage for the session-max-age parser (#287)
- β¬οΈ Dependency hygiene: transitive deps flagged by Dependabot patched,
serialize-javascriptbumped to 7.0.5 in docs-site
Previously in v2.0.43:
- π€ Vacuum
currentAreaupdates when cleaning is started outside HAMH (#281) - π‘ Sensor reactors mark themselves offline when HA disconnects, so updates reach controllers on reconnect (#327)
- πͺ Lift+tilt window coverings pick a valid Matter Type (#323)
- πͺ Cover
device_class=windowmaps to Rollershade (#312) - π§Ή UWANT and Xiaomi sweep/mop labels recognised, mop usage routed via
mode.vacuum_mop(#322) - π€ Vacuum identify falls back to a sibling identify button when
vacuum.locateis unsupported (#320) - βοΈ HA-auto AC
systemModestays put whenhvac_actionis idle, ha-auto-only ACs no longer expose Matter Auto (#309) - π‘οΈ Climate setpoints snap to the entity
target_temp_step(#321) - π°οΈ matter.js controller traffic captured in
/api/logs - π―π΅ Japanese translation by @kimera257 (#325)
- π Docs note for the iPhone-only stuck-on-updating vacuum workaround (#287)
Previously in v2.0.42 (hotfix release):
- π―π΅ Aqara bridge registration no longer stalls, root
softwareVersionStringnow matches the numericsoftwareVersion(#316) - βοΈ Climate
automode is clamped toheat/coolon devices without anAutoModebase (#319) - π Per-entity
disableClimateFanControlmapping flag, falls back toThermostatDevicewhen controllers like Aqara don't recogniseRoomAirConditioner(0x0072) (#318) - πΊοΈ Vacuum service area
selectedAreasis kept after dispatch instead of being cleared
Previously in v2.0.41:
| Feature | Description |
|---|---|
| π‘οΈ Google Home AC offline fix | DeadFrontBehavior on climate OnOff cluster so RoomAirConditioner stops showing offline on Google Home (#302) |
| πͺ Cover device_class mapping | Map HA garage/gate/window/awning/etc. to the matching Matter WindowCovering type so voice commands hit the right device type (#304) |
| πΊ LG TV commissioning patch | Local patch on matter.js 0.16.11 to accept long NOC operational cert serials (#305) |
| π‘ Alexa brightness-reset behind flag | Old Alexa brightness-reset heuristic moved behind alexaPreserveBrightnessOnTurnOn, default off, Apple Home "set room to 100%" works again (#306) |
| π Google Home fan speed | Uses fan.set_percentage so already-on fans pick up speed changes from Google Home (#308) |
| βοΈ Climate auto mode | Expose Matter Auto mode when HA reports auto in hvac_modes (#309) |
| π Server-mode root identity | Root identity now applies as a single transaction, so controllers don't drop devices mid-swap (#311) |
| πͺ Lift-only blinds | No more TiltBlindTiltOnly on covers without tilt, fixes Alexa routines for roller blinds (#312) |
π·οΈ Per-entity disableClimateOnOff |
Turn off the OnOff cluster on climate endpoints per entity for controllers that prefer mode-only control |
π’ serialNumberSuffix per bridge |
Append a suffix to every entity serial, useful if controllers like Aqara cache stale device data |
π protocolLogLevel option |
Quiet matter.js logs independently from the app log level |
| π₯οΈ Bridge HW/SW version strings | HA device-registry hw_version/sw_version now show up in Matter BasicInformation on server-mode endpoints |
| π¨ Extended color light: XY + enhancedColorMode | XY feature added as mandatory, enhancedColorMode mirrors colorMode |
| π Groups + Scenes | Scenes and Groups clusters added on light, plug, and fan endpoints |
| π§ Boolean state configuration | Cluster added on leak, freeze, rain, and contact sensors |
| π Spanish translation | New es locale (#314, thanks @Yllelder) |
| π§΅ Matter.js 0.16.11 (pinned) | Kept pinned, local NOC serial patch applied |
| β¬οΈ Dep bumps | Vite 8, jsdom 29, MUI x-tree-view 9, i18next 26, react-i18next 17, TypeScript 6.0.3, biome pinned 2.4.3, pnpm overrides for transitive CVEs |
Reliability & resilience: parallel bridge stop in stopAll/restartAll, parallel HA registry fetches, serialized bridge start/stop lifecycle, serialized updateStates with plugin listener detach, HA reconnect retry on transient network errors, 30s timeout on sendMessagePromise, port-conflict reject on web-api start, graceful shutdown on /api/backup/restart, AppEnvironment disposal on SIGINT, stale optimistic state sweep, pending debouncer clear, healthcheck 401 fix under basic auth, deep-equal entity attribute comparison, overlap guard for auto-refresh, safer mireds conversion, aligned colorMode publishing, surfaced bridge import errors, corrected thermostat running state for unknown modes + drying, unified Node version across Dockerfiles, sourcemaps excluded from npm tarball, unused deps dropped (rxjs, strip-color, lodash), unused config-validator utility removed.
Previously in v2.0.39 & v2.0.40 (hotfix releases):
- Fixed crash loop on startup caused by Node 22 native WebSocket dropping connections (#297, #299), affects both aarch64 (RPi) and amd64
- Fixed service initialization errors being silently swallowed, causing the process to hang instead of exiting
- Registry fetch now waits for WebSocket reconnect between retries and has increased retry tolerance
- Fixed
select,input_select,sirendomains showing as unsupported in filter preview (#298)
Previously in v2.0.38:
| Feature | Description |
|---|---|
| π·οΈ Per-Entity Identity Overrides | customProductName, customVendorName, customSerialNumber per entity mapping (#277, #290) |
| πͺ Garage & Gate Open/Close | Discrete Open/Close mode for garage and gate covers (#55) |
| πΏ Dishwasher Device Type | Dishwasher override for switch entities |
| π¨ Siren Support | Siren domain as OnOff Plug-in Unit |
| π·οΈ productNameFromNodeLabel Flag | Report node label as Matter productName for Aqara controllers |
| π€ Vacuum Room Progress | Dynamic room progress tracking via currentRoomEntity sensor |
| β‘ Startup Force Sync | Immediate force sync on startup to beat stale Alexa queues (#282) |
| π Network Diagnostic API | mDNS/network diagnostic endpoint with dashboard card |
| π Energy on Composed Devices | Energy/power measurement clusters on composed endpoints |
| π©Ί Multi-Admin Fabric Diagnostics | Per-fabric session info in health API |
| π©Ί Docker HEALTHCHECK | Native healthcheck in standalone and addon images |
| π Admin Password Hashing | Admin password stored hashed, timingSafeEqual for lock PIN verification |
| π§΅ Matter.js 0.16.11 | Updated Matter stack |
| π Polish + Traditional Chinese | New pl and zh-tw locales |
Fix highlights: vacuum keepalive for Apple Home "Updatingβ¦" (#287), multi-phase clean progress (#281), GenericSwitch single/multi split for Apple Home buttons (#289), HA restart attribute guards (#286), fan speed restore on turn-on (#275), moisture sensor auto-map to HumiditySensor (#273), TV speaker override (#293), rain + radon sensor auto-mapping, composed sub-endpoint cleanup.
Previously in v2.0.36:
| Feature | Description |
|---|---|
| ποΈ User-Defined Composed Devices | Create custom composed devices via composedEntities mapping (#220) |
| π Plugin Domain Mappings | Domain mapping support in plugin API with cloud-mock example |
| π Valve & Pump Battery | Battery support for valve and pump endpoints |
| π German + Russian Translations | Complete German translation and new Russian language |
| π‘ Session Recovery | Graceful session close, dead session cleanup, mDNS re-announcement (#266) |
| π Quick Link to Failed Devices | Dashboard quick link to failed devices (#270) |
| π‘οΈ Thermostat Fix | Skip climate.turn_on when already on (#269) |
| πͺ Cover Fix | Correct stale targetPosition during external movement (#268) |
| π¬οΈ Air Purifier Fix | Sub-endpoints for composed air purifier, manual temp/humidity mapping (#265) |
| π₯ Cooling-Only Thermostat Fix | Prevent HeatingOnly on cooling-only thermostat (#264) |
| βοΈ Per-Entity Cover Swap | Individual coverSwapOpenClose per cover (#263) |
π§ͺ Alpha Features (v2.1.0-alpha.x) - Click to expand
Alpha is currently level with Stable (v2.0.49). All alpha work up to the latest pre-release has been promoted into v2.0.49. New alpha work continues from the next pre-release tag onward and will appear here as development progresses.
β οΈ Testing Features (v4.1.0-testing) - Click to expand
[!CAUTION] Testing versions are highly unstable and intended for developers only!
ποΈ Vision 1: Callback-based Architecture
| Old (Legacy) | New (Vision 1) |
|---|---|
| Behaviors update themselves | Endpoint updates behaviors via setStateOf() |
| Behaviors call HA actions directly | Behaviors notify via notifyEndpoint() |
New Callback-Behaviors: OnOff, LevelControl, Lock, Cover, Fan, ColorControl, VacuumRunMode, VacuumOperationalState
Updated Endpoints: Switch, Lock, Cover, Vacuum, Button, Valve, Scene, Humidifier, Light, Fan
π Previous Stable Versions - Click to expand
v2.0.40
Filter preview domain fix, select, input_select, siren now show as supported (#298)
v2.0.39
Node 22 WebSocket crash loop fix (#297, #299), service init error surfacing, registry retry hardening, support link added
v2.0.37
Aqara productNameFromNodeLabel flag, Matter.js 0.16.11, Swedish locale update
v2.0.35
HA 2026.3 Clean Area Support, Valetudo Identifier Mapping, Plugin System Hardening, Registry Fingerprint Fix, Roomba Battery Fix, Contact Sensor Fix, Script Momentary Fix, Docusaurus Docs
v2.0.34
Automatic Backup, Vacuum Battery Auto-Map, Deprecated Feature Flags Fix
v2.0.33
Endpoint Number Preservation, Binary Sensor Battery Auto-Map
v2.0.32
Multi-Language Support, Plugin System, New Device Types (PIR, Rain, Electrical, AQ Sensors), Cluster Diagnostics, Dashboard Enhancements, Mapping Profile Export/Import, Fan & Air Purifier Fixes, Stale Session Cleanup, KNX Cover Fix
v2.0.31
Controller Profiles & Area Setup, Fan Speed/Preset Fix, Optimistic State Fix, Cover Target Fix, Humidity Auto-Mapping Default
v2.0.30
Mapped Entity Propagation Fix, API Error Surfacing
v2.0.29
Light currentLevel Fix, Bridge Config Save Fix, Fan Device Feature Fix, Humidity Auto-Mapping Fix
v2.0.28
Device Image Support, Custom Fan Speed Mapping, TV Source Selection, Reverse Proxy Base Path, On/Off-Only Fans, Light Brightness Fix, Fan Speed Fixes, Composed Air Purifier Fix, Dreame Multi-Floor Fix, Optimistic State Updates, Frontend Improvements
v2.0.27
Valetudo support, Custom Service Areas, ServiceArea Maps, Vacuum Identify/Locate/Charging, Alarm Control Panel, Composed Air Purifier, Dashboard Controls, Vendor Brand Icons, Thermostat fixes, Air Purifier oscillation/wind
v2.0.26
Authentication UI, Select entity support, Webhook event bridge, Cluster diagnostics, Matter.js 0.16.10, Docker Node 22, vacuum cleaning mode fallback, vacuum entity filter fix
v2.0.25
Vacuum mop intensity, vacuum auto-detection, Roborock room auto-detect, live entity mapping, dynamic heap sizing, multi-fabric commissioning, fan speed label fix
v2.0.24
Dashboard landing page, composed devices, bridge wizard feature flags, entity autocomplete, light transitions, live diagnostics, vacuum suction level, thermostat auto-resume, vacuum docked state, memory leak fix
v2.0.19-v2.0.23
Bridge templates, live filter preview, entity diagnostics, multi-bridge bulk operations, entity health indicators, diagnostic export, EntityLabel/DeviceLabel filters, Power & Energy Measurement, Event domain (GenericSwitch)
v2.0.17 / v2.0.18
Room Label (FixedLabel), thermostat overhaul, lock unlatch/unbolt, binary sensor fix, auto pressure mapping, vacuum fixes, dead session recovery, network map, mobile UI, Labels & Areas page, crash resilience, memory limit
v2.0.16
Force Sync, Lock PIN, Cover/Blinds improvements, Roborock Rooms, Auto Entity Grouping, Water Heater, Vacuum Server Mode, OOM fix
v1.10.4
Climate/Thermostat fixes, Cover position fix, Vacuum battery, Humidifier improvements, Entity Mapping, Alexa brightness preserve
v1.9.0
Custom bridge icons, Basic Video Player (TV), Alexa deduplication, Auto-only thermostat, Health Check API, WebSocket, Full backup/restore
v1.8.x
Graceful crash handler, PM2.5/PM10 sensors, Water Valve, Smoke/CO Detector, Pressure/Flow sensors, Air Purifier, Pump device
v1.7.x
Dark Mode toggle, Device list sorting
v1.5.x
Matter Bridge, Multi-Fabric support, Health Monitoring, Bridge Wizard, AirQuality sensors, Fan control, Media playback
Supported Device Types
| Home Assistant Domain | Matter Device Type | Feature Flags |
|---|---|---|
light |
On/Off, Dimmable, Color Temp, Extended Color | powerEntity, energyEntity (no longer auto-mapped, set explicitly if a light's energy readout disappears, #374), coverExposeAsDimmableLight (#372) |
switch, input_boolean |
On/Off Plug-in Unit | powerEntity, energyEntity |
lock |
Door Lock | PIN Credentials, Unlatch/Unbolt |
cover |
Window Covering | coverSwapOpenClose |
climate |
Thermostat | Battery via batteryEntity, climateExposeFan (#309) |
fan |
Fan, Air Purifier | Oscillation, Wind Modes, filterLifeEntity |
alarm_control_panel |
Mode Select | Arm/Disarm modes |
binary_sensor |
Contact, OnOff, Occupancy, Smoke/CO | Leak/freeze default to Contact Sensor (Alexa-safe); the Matter 1.4 Water Leak/Freeze and Rain detector types are per-entity overrides (#365) |
sensor |
Temperature, Humidity, Pressure, Flow, Light, AirQuality | batteryEntity, humidityEntity, pressureEntity |
event |
Generic Switch (Doorbell, Button Events) | |
button, input_button |
Generic Switch | |
media_player |
Speaker, Basic Video Player (TV) | |
valve |
Water Valve, Pump | |
select, input_select |
Mode Select | |
vacuum |
Robot Vacuum Cleaner | serverMode, roomEntities, batteryEntity, cleaningModeEntity, suctionLevelEntity, mopIntensityEntity, customServiceAreas, vacuumMinimalClusters, chargingStateEntity (#377) |
lawn_mower |
Robotic Lawn Mower (RVC-based) | reuses the robot-vacuum flags (#301) |
humidifier |
Humidifier/Dehumidifier | |
water_heater |
Thermostat (Heating) | |
automation, script, scene |
On/Off Switch | The per-entity "On/Off Switch" override now produces a real 0x0100 On/Off Light (controllers render a switch), needs a one-time re-pair, and no longer carries power/energy fields (#380) |
π See Supported Device Types Documentation for details
Common per-entity flags: updateThrottleMs rate-limits how often an entity pushes updates to controllers (#351), coverExposeAsDimmableLight exposes a cover as a dimmable light for Alexa routines (#372), chargingStateEntity maps a charging-state sensor (#377), climateExposeFan exposes a climate AC's fan as its own endpoint (#309).
Entity Filters
Filter rules match on these matcher types: pattern, regex, domain, platform, entity_label, device_label, entity_label_regex, device_label_regex, any_field_regex, area, entity_category, device_name, product_name, device_class. The new manufacturer matcher matches the device manufacturer (or default_manufacturer) and supports * wildcards (#382).
Reliability & Health
Configurable auto-recovery with failure timestamps in Settings, controller-compatibility warnings on each bridge page, per-entity device-health diagnostics on the health dashboard, and a warning when a bridge exposes device types its controller does not support.
Experimental: Camera Plugin
A built-in plugin exposes Home Assistant cameras as Matter Cameras (0x0142). Experimental, SmartThings-only as of 2026, and the WebRTC media path is not verified end to end.
π€ Robot Vacuum Server Mode
β οΈ Important: Apple Home & Alexa require Server Mode for Robot Vacuums (click to expand)
The Problem
Apple Home and Alexa do not properly support bridged robot vacuums. When your vacuum is exposed through a standard Matter bridge, you may experience:
- Apple Home: "Updating" status, Siri commands don't work, room selection fails
- Alexa: Vacuum is not discovered at all
This is because these platforms expect robot vacuums to be standalone Matter devices, not bridged devices.
The Solution: Server Mode
Server Mode exposes a device as a standalone (non-bridged) Matter endpoint without the bridge wrapper. It works for any device type, not just vacuums, and a bridge can host standalone devices. For a robot vacuum this makes it fully compatible with Apple Home and Alexa.
Setup Instructions
- Create a new bridge in the Matter Hub web interface
- Enable "Server Mode" checkbox in the bridge creation wizard
- Add only your vacuum to this bridge
- Pair the new Server Mode bridge with Apple Home or Alexa
- Your other devices stay on your regular bridge(s)
Important Notes
- A Server Mode node exposes each device as a standalone endpoint, up to 10 per node; extra entities are skipped
- For best results give a robot vacuum its own dedicated Server Mode bridge
- Other device types (lights, switches, sensors) also work on regular bridges
- After switching to Server Mode, Siri commands like "Hey Siri, start the vacuum" will work
Documentation
For more details, see the Robot Vacuum Documentation.
Installation
Home Assistant Add-on (Recommended)
Manual steps (testing versions, etc.)
Add this repository to your Add-on Store:
https://github.com/RiDDiX/home-assistant-addons
Two add-ons are available:
- Home-Assistant-Matter-Hub - Stable release
- Home-Assistant-Matter-Hub (Alpha) - Pre-release for testing
Docker
docker run -d \
--name home-assistant-matter-hub \
--network host \
-v /path/to/data:/data \
-e HAMH_HOME_ASSISTANT_URL=http://192.168.178.123:8123 \
-e HAMH_HOME_ASSISTANT_ACCESS_TOKEN=your_long_lived_access_token \
ghcr.io/riddix/home-assistant-matter-hub:latest
Note: All environment variables require the
HAMH_prefix. See the Installation Guide for all available options.
For alpha versions, use tag alpha instead of latest.
Documentation
Please see the documentation for detailed installation instructions, configuration options, known issues, limitations and guides.
π§ Network Troubleshooting
β οΈ "No Response" / Connection Drops, Common Network Causes (click to expand)
The Problem
Your Matter devices suddenly show "No Response" (Apple Home), "Unavailable" (Google Home), or become unresponsive after some time, even though the bridge is still running and other controllers (e.g., Alexa) continue to work fine.
Root Cause: Network Equipment Blocking mDNS/Multicast
Matter relies heavily on mDNS (multicast DNS) for device discovery and reachability. Many routers, access points, and managed switches have features that filter, throttle, or block multicast traffic, which breaks Matter communication silently.
π‘ This was confirmed and documented thanks to the excellent systematic testing by @omerfaruk-aran in #129. The issue was traced to a TP-Link Archer AX50 (in AP mode) sitting between the Apple TV and the network, its default settings were blocking/limiting mDNS/Bonjour traffic over time.
What to Check on Your Network Equipment
- IGMP Snooping, Disable or configure it to allow mDNS (
224.0.0.251/ff02::fb) - Multicast Optimization / Multicast Enhancement, Disable (often called "Airtime Fairness" or "Multicast to Unicast")
- AP Isolation / Client Isolation, Must be disabled so devices on the same network can communicate
- mDNS / Bonjour Forwarding, Enable if available (some enterprise APs have this)
- DHCP Server on secondary devices, Disable DHCP on access points / switches that are NOT your main router (multiple DHCP servers cause IP conflicts)
- Firmware Updates, Update your router/AP firmware, as multicast handling is frequently improved
Affected Equipment (Known Cases)
| Device | Issue | Fix |
|---|---|---|
| TP-Link Archer AX50 (AP mode) | mDNS traffic blocked/limited over time | Firmware update + disable DHCP on the AP |
| Ubiquiti UniFi APs | IGMP Snooping can filter mDNS | Disable IGMP Snooping or enable mDNS Reflector |
| Managed Switches (various) | Multicast filtering enabled by default | Allow mDNS multicast groups |
Quick Diagnostic Steps
Does Alexa still work when Apple Home shows "No Response"?
- Yes β Bridge is online, the issue is network path / mDNS related
- No β Bridge may actually be down, check HAMH logs
Does removing a Home Hub (HomePod/Apple TV) fix it?
- Yes β The hub's network path is affected (AP/switch between hub and bridge)
- No β May be a different issue
Try binding mDNS to a specific interface:
--mdns-network-interface eth0(or
end0,enp0s18, etc., check your system)
Network Topology Tips
- Keep the path simple: Avoid placing access points or managed switches between your Matter bridge (Home Assistant) and your Home Hub (HomePod/Apple TV)
- Use wired connections where possible for Home Hubs and the Home Assistant host
- Same subnet: All Matter devices, controllers, and the bridge must be on the same Layer 2 network / subnet
- IPv6: Matter requires IPv6, do not disable it. For VLAN setups, configure ULA addresses (
fd00::/8), not just link-local (fe80::). See Troubleshooting and Discussion #39
Migration from t0bst4r
Migrating from the original t0bst4r/home-assistant-matter-hub is easy. Your Matter fabric connections and paired devices will be preserved!
Home Assistant Add-on
Backup your data:
cp -r /addon_configs/*_hamh /config/hamh-backup # Verify the backup was copied correctly ls /config/hamh-backupUninstall the old add-on (Settings β Add-ons β Uninstall) and make sure the old folder is removed:
rm -rf /addon_configs/*_hamhAdd the new repository:
https://github.com/RiDDiX/home-assistant-addonsInstall and start the new add-on once (creates the data folder), then stop it
Clear the new folder and restore your backup:
rm -rf /addon_configs/*_hamh/* cp -r /config/hamh-backup/* /addon_configs/*_hamh/Start the add-on again - your devices should reconnect automatically
Docker / Docker Compose
Simply change the image from:
ghcr.io/t0bst4r/home-assistant-matter-hub:latest
to:
ghcr.io/riddix/home-assistant-matter-hub:latest
Your volume mounts stay the same - no data migration needed.
For detailed instructions, see the full Migration Guide.
π Contributors & Acknowledgments
This project thrives thanks to the amazing community! Special thanks to everyone who contributes by reporting bugs, suggesting features, and helping others.
Note: GitHub doesn't surface contributors on this repo because it's still a fork of the original. The list below is maintained by hand.
π Top Contributors
Newest first.
| Contributor | Contributions |
|---|---|
| @qbattersby | π€ Code Contributor - LevelControl transitionTime patch for matter.js 0.17, so Google Home can dim already-on lights (#383) |
| @Yllelder | π Translator - Spanish translation (#314) |
| @MStankiewiczOfficial | π Translator - Polish translation (#288, #329) |
| @aetasoul | π€ Code Contributor - Immediate force sync on startup to beat stale Alexa queues (#282) |
| @omerfaruk-aran | π Turkish translation (#260) + π§ Network debugging for "No Response" issues (#129) |
| @gustavakerstrom | π€ Code Contributor - Custom fan speed mapping (#226), template description fix (#215) |
| @AmineDjeghri | π Migration instructions for the addon data folder (#171) |
| @markgaze | π€ Code Contributor - Ecovacs Deebot room support (#118) |
| @codyc1515 | π₯ Top Reporter - Climate/thermostat bugs (#52, #24, #21, #20), README badge & install steps (#285), binary sensor classes (#66), fan control init (#10) |
| @AymericLeFeyer | π README YouTube video link |
| @depahk | π Migration docs (#32) |
| @Hatton920 | π€ Vacuum Expert - Intensive testing of Robot Vacuum Server Mode, Apple Home & Siri validation |
| @razzietheman | π₯ Active Tester - Bridge icons (#101), sorting (#80), feature requests (#31, #30), extensive UI/UX feedback |
| @SH1FT-W | π Sponsor + Vacuum room selection feature request (#49) |
| @Chrulf | π Google Home brightness debugging (#41), detailed logs & testing |
| @Fettkeewl | π Script import bug (#26), Alias feature request (#25) |
π Issue Tracker - All Contributors (click to expand)
Thank you to everyone who helps improve this project by reporting issues!
| User | Issues |
|---|---|
| @omerfaruk-aran | #129 |
| @markgaze | #118 |
| @BlairC1 | #117 |
| @Giamp96 | #116 |
| @NdR91 | #115 #106 |
| @Fry7 | #114 |
| @siobhanellis | #112 |
| @Hatton920 | #110 |
| @gette | #95 |
| @400HPMustang | #103 |
| @vandir | #102 |
| @razzietheman | #101 #100 #80 #31 #30 |
| @seitenprofi | #176 |
| @semonR | #99 #58 |
| @italoc | #78 |
| @marksev1 | #62 |
| @smacpi | #60 |
| @mrbluebrett | #53 |
| @anpak | #45 |
| @alondin | #43 |
| @Chrulf | #41 |
| @Weske90 | #40 |
| @didiht | #37 |
| @Dixiland20 | #34 |
| @chromaxx7 | #29 |
| @Tomyk9991 | #28 |
| @datvista | #27 |
| @bwynants | #23 |
| @Pozzi831 | #22 |
| @codyc1515 | #52 #24 #21 #20 |
π Sponsors
Donations are completely voluntary! This project exists because of passion for open source, not money. Thank you to everyone who has supported it, it truly means a lot! β€οΈ
π₯ First Sponsor: @thorsten-gehrig
| π @SH1FT-W | π @ilGaspa | π @linux4life798 |
| π @torandreroland | π @ralondo | π @bexxter85-ux |
| π @dinariox | π @JRCondat | π @d3rby91 |
| π @nicoodeimos | π @ustari28 | π Markus MΓΌller (@Dingosworld) |
| π StefanS | π Manny B. | π Bonjon |
| π TobiR | π Franz Huber | π Michele Larese de Prata |
| π @CNCB | π @pelican1997 | π @PeJanNL |
| π @bra1nbuster | π @knuti1960 | π @ppttu |
π ...and anonymous supporters who prefer not to be named.
π Original Author
- @t0bst4r - Creator of the original Home-Assistant-Matter-Hub project
β Support the Project
[!NOTE] Completely optional! This project will continue regardless of donations. I maintain this in my free time because I believe in open source.
If you find this project useful, consider supporting its development:
Your support helps cover hosting costs and motivates continued development. Thank you! β€οΈ
π Project Stats
Install home-assistant-matter-hub on Unraid in a few clicks.
Find home-assistant-matter-hub in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Related apps
Explore more like this
Explore allDetails
ghcr.io/riddix/home-assistant-matter-hub:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8482]- Network
host- Shell
sh- Privileged
- false
- Extra Params
--restart unless-stopped
Template configuration
Full URL including http/https and port.
- Target
- HAMH_HOME_ASSISTANT_URL
- Default
- http://YOUR_HA_IP:8123
Long-Lived Access Token from Home Assistant.
- Target
- HAMH_HOME_ASSISTANT_ACCESS_TOKEN
Persistent storage location.
- Target
- /data
- Default
- /mnt/user/appdata/home-assistant-matter-hub
Port for the web interface. Note: Changing this requires manually updating the WebUI link.
- Target
- HAMH_HTTP_PORT
- Default
- 8482
Options: silly, debug, info, warn, error.
- Target
- HAMH_LOG_LEVEL
- Default
- info
Optional: Force a specific interface for mDNS (e.g., br0 or eth0). Leave empty to auto-detect.
- Target
- HAMH_MDNS_NETWORK_INTERFACE