| Developer: | Simon's Plugins |
| Category: | Hubs and Protocol Bridges |
| Github: | Github Repo |
| License: | MIT License |
| Assistance: | Get help! |
| Plugin ID: | com.simons-plugins.indigo-matter |
| Latest release: | v2026.3.1 released on June 13, 2026 |
| Release downloaded: | 18 times |
| Requires: | Indigo v2024.2.0 or higher |
| Download latest release |
Matter device support for the Indigo home automation server.
Add Matter devices from the Domio iOS app; control them as first-class Indigo
devices (triggers, schedules, action groups, control pages, API). The plugin manages a
matter-server instance, holds the
Indigo-owned Matter fabric, and translates Matter clusters ↔ Indigo device types.
Domio (iOS) ──share code──▶ indigo-matter ──WebSocket──▶ matter-server ──IP──▶ Wi-Fi Matter devices
Commissioning uses the share model: Apple Home commissions the device first, Domio relays a share/pairing code to the plugin, and the plugin joins the device's fabric as a second admin over IP. The plugin owns runtime control for the device's lifetime.
Built and live-validated, including with real hardware. The full device-class catalogue is shipped — lighting (on/off/dimmer/colour), sensors, thermostats, fans, window coverings, locks, valves, buttons, smoke/CO, air quality, energy metering, battery levels, and bridges — plus failure hardening, fabric backup/restore, and a managed launchd LaunchAgent for matter-server. A real Tapo energy plug has been commissioned end-to-end through Domio and reports live power/energy to Indigo.
Validated with both Wi-Fi and Thread devices through the same share model — the admin-1 ecosystem (Apple Home, or equally Alexa / Google Home) does the Thread provisioning; the plugin joins over IP via that ecosystem's border router (HomePod/Apple TV, TBR-capable Echo, Nest Hub). See docs/MATTER.md for how the pieces fit; validation specifics live in docs/HANDOVER.md.
matter-server is a separate Node.js runtime that you install once. See docs/INSTALL.md for the full install and configuration guide (Node 22, matter-server, the two run modes, verification, backups, and troubleshooting).
matter-server npm package (Alpha; caret-ranged
to 0.6.x — the install command's ^0.6.2 floats within the minor series).websockets (see Contents/Server Plugin/requirements.txt).docs/PRD-indigo-matter-plugin.md — product requirements and milestones.docs/IMPLEMENTATION.md — protocols, scaffold, setup, cluster handlers.docs/API.md — the Domio ↔ plugin HTTP contract (v1.3, served over the Indigo Web Server).pytest # full unit suite; matter-server (WebSocket) and Indigo are mocked
See CLAUDE.md for architecture and workspace conventions.
MIT — see LICENSE.
| Released on: | June 13, 2026 |
| Requires: | Indigo v2024.2.0+ |
| Downloaded: | 18 times |
| Download this release | |
Full Changelog: https://github.com/simons-plugins/indigo-matter/compare/v2026.3.0...v2026.3.1