But no more. I have just pushed my Indigo Matter plugin into the plugin store (and in Github for those very keen).
This supports Matter over Wifi, Ethernet and Thread and has been tested on all known Matter clusters across a range of dummy devices but with real devices, only a couple (Wifi and Thread).
Important things to note, this is not a full integration. Indigo cannot do primary commission of a Thread device even with a dongle, and the support for dongles is flakey at best.
But better, it doesnt need to. Matter devices can join multiple networks (Fabrics) at once. And most of us have a Matter hub (Apple TV , HomePod, Echo) and a Thread Border Router (above but not the oldest of Apple TVs, they only support wifi). So all you need to do is join the device to that hub, and then click to turn on pairing, take that code and enter into the plugin and it auto creates the device. (or into dom.io in upcoming release, so you can add to Indigo away from your Mac)
The answer to the question, should I care, is more nuanced? I am hoping that this expands the number of devices Indigo supports and helps with newer users. For those of us with long established mesh networks on Zwave or zigbee it's a tougher call. Most Matter devices have Zignee equivalents, and they often have more functionality. But Ikea as one has fully switched to Matter and its devices look interesting and very cheap. I have a number on the way to test.
Matter smart sockets can be under £15 with energy monitoring or £5 at Ikea so it's not expensive to build a mesh out.
You will need to install matter-server.js with instructions on GitHub, but once installed, the plugin can manage the running of it and will start it up (and restart) when the plugin starts.
But for handsfree installs, have Node 22 running and
Code: Select all
mkdir -p ~/indigo-matter
npm install --prefix ~/indigo-matter matter-server@^0.6.2https://simons-plugins.github.io/indigo ... atter.html
Thank to durosity and CliveS for testing.
Any questions... please ask.
Simon.
