{"id":51077365,"url":"https://github.com/teh-hippo/ha-matter-navigator","last_synced_at":"2026-06-23T15:33:13.149Z","repository":{"id":365042812,"uuid":"1270195440","full_name":"teh-hippo/ha-matter-navigator","owner":"teh-hippo","description":"Read-only Home Assistant integration that visualises your Thread and Matter mesh and routing.","archived":false,"fork":false,"pushed_at":"2026-06-15T16:10:50.000Z","size":695,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T17:10:51.459Z","etag":null,"topics":["hacs","home-assistant","homeassistant-integration","matter","mesh-network","thread","thread-network"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teh-hippo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-15T13:29:54.000Z","updated_at":"2026-06-15T16:12:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/teh-hippo/ha-matter-navigator","commit_stats":null,"previous_names":["teh-hippo/ha-matter-navigator"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/teh-hippo/ha-matter-navigator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-matter-navigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-matter-navigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-matter-navigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-matter-navigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teh-hippo","download_url":"https://codeload.github.com/teh-hippo/ha-matter-navigator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teh-hippo%2Fha-matter-navigator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34696897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacs","home-assistant","homeassistant-integration","matter","mesh-network","thread","thread-network"],"created_at":"2026-06-23T15:33:12.347Z","updated_at":"2026-06-23T15:33:13.140Z","avatar_url":"https://github.com/teh-hippo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matter Navigator\n\nA **strictly read-only** Home Assistant custom integration that visualises your\nThread / Matter-over-Thread mesh and routing as an interactive sidebar map, and\nsurfaces insights about link quality and topology.\n\n![The Mesh Map panel: border routers at the centre, routers around them, and sleepy end devices on the outer ring with dashed links to their parents.](https://raw.githubusercontent.com/teh-hippo/ha-matter-navigator/main/docs/mesh-map.png)\n\n\u003e [!IMPORTANT]\n\u003e This integration is **read-only**. It only *reads* Matter diagnostics and\n\u003e *observes* mDNS. It never changes a value, sends a command, re-interviews,\n\u003e removes a device, or commissions anything. A CI guard fails the build if any\n\u003e write API is introduced.\n\n## Why\n\nHome Assistant's built-in Matter integration does not visualise the Thread mesh.\nWhere the Thread border routers are owned by another ecosystem (for example\nApple TVs), there is no OpenThread Border Router to query — so Matter Navigator\nreconstructs the mesh from the **Matter Thread Network Diagnostics cluster\n(`0x0035`)** read per device, joined by Extended Address (EUI-64), and labels\nexternal border routers using passive mDNS (`_meshcop._udp`) discovery.\n\n## What it shows\n\n- A live force-directed graph of routers, children and border routers, with\n  hierarchy (tree) and concentric (by-role) layouts.\n- Link quality per hop encoded visually: colour = LQI, opacity = RSSI, width =\n  path cost; child links are dashed and directed.\n- A node drawer with Thread role, parent, the **route to a border router**\n  (per-hop LQI / RSSI), and its neighbour list.\n- Read-only health insights in the header: counts of **weak links** (marginal,\n  still-maintained links) and **offline** nodes, each clickable to isolate them\n  on the map.\n- A zero-jank 60 second refresh that updates metrics in place and only re-lays\n  the graph out when the set of nodes actually changes.\n\n## Status\n\nWorking and installed via HACS as a custom repository. Built fixture-first\n(offline) against a captured diagnostics snapshot; see `tests/`. Not yet\nsubmitted to the default HACS store.\n\n## Data sources (all read-only)\n\n| Source | Use |\n| --- | --- |\n| Matter cluster `0x0035` (`read_attribute`) | Neighbour / route tables, roles |\n| GeneralDiagnostics `0/51/0` | Each node's own EUI-64 (join key) |\n| mDNS `_meshcop._udp` `xa` | Identify external border routers |\n\n## Licence\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteh-hippo%2Fha-matter-navigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteh-hippo%2Fha-matter-navigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteh-hippo%2Fha-matter-navigator/lists"}