The Matter plugin allows you to add, control and monitor Matter-compatible devices directly from Jeedom.
It relies on Matter Server (JS) (Home Assistant project) to communicate with Matter devices via the Matter protocol, and exposes an interface that Jeedom uses to control the devices.
Always re-run dependency installation after updating the Matter plugin.
👉 Plugins → Matter → Configuration → Install dependencies
Then restart the daemon. Failure to do so may cause startup errors or malfunctions.
✨ How it works
The plugin relies on three components:
- Matter Server (JS) — Matter server managing connections with devices
- Node.js daemon (matterd) — bridge between Jeedom and Matter Server (JS)
- Jeedom — user interface, device and command management
The data flow is as follows:
- The daemon queries Matter Server (JS) continuously (polling + WebSocket subscriptions)
- Each state change is transmitted to Jeedom via the plugin's REST API
- Jeedom commands are relayed to the daemon which executes them on the Matter server
The plugin supports two server modes:
- Embedded: the plugin starts and manages Matter Server (JS) automatically
- External: the plugin connects to an existing Matter Server (JS) instance (e.g. Home Assistant)
🔧 Prerequisites
Before installing the plugin and adding a Matter device, make sure you have:
🌐 1️⃣ A stable local network
- Jeedom must be connected to the same network as your devices
- Stable and functional Wi-Fi
- No network isolation between devices
- IPv6 is required for mDNS discovery of Matter devices (can be checked on the Health page)
📡 2️⃣ A Matter controller
Matter requires a controller to manage devices.
The Matter plugin can serve this role and become your primary controller.
⚠️ It is recommended not to use multiple primary controllers in parallel if you are getting started.
🧵 3️⃣ A Border Router (for Thread devices)
Some Matter devices use Thread technology.
In this case, you need a Thread Border Router.
Compatible examples:
- Apple HomePod (2nd generation)
- Apple TV 4K (recent)
- Amazon Echo with Thread support
- Google Nest Hub (2nd generation)
- OTBR dongle (OpenThread Border Router)
⚠️ Matter devices using Wi-Fi or Ethernet do not require a Border Router.