Matter feels a little bit doomed.
Manufacturers want to lock people into their systems.
Enthusiastic techies want devices to support the standards that are already working, and often to avoid IP where possible.
General consumers just want the device to do the thing, and will happily use the manufacturer’s lock app.Matter sits in the middle, and somehow misses both camps.
The techies don’t like it, because it’s adding yet another standard to adhere to/break.
And the general consumers won’t even notice, they’ll just use the app the manufacturer suggests on the box.I also don’t like Matter because it removes a barrier that provides security benefits. As things stand currently if you’re using Zigbee or Zwave for smart device connectivity then your hub acts like a firewall and segregates IP traffic from IoT traffic. One of the major features, arguably the feature of Matter is that it acts as a transparent bridge between IoT devices and traditional IP networks like Ethernet and Wifi. Right now the attack surface of my IoT devices is limited to the attack surface of Home Assistant. With Matter every single IoT device is now exposed on the LAN massively increasing the possible attack surface.
I think it will be okay for smaller manufacturers, right now they have to spend resources on supporting multiple major smart home platforms so Matter will make their lives a bit easier.
Matter makes sense on paper but it’s not really doing anything more than a standardized interface for MQTT traffic could do and damn Google has a way of fucking up simple stuff. Take a look at their repo for matter. Monolith of submodules and a goofy recursive project structure that requires multiple python virtual environments and external tools to build – to the point where they have another repo just to distribute binaries of the build tools last known to work.
It’s completely unnecessary and impossible to integrate cleanly into any existing system.
I can say my Hue lights from long before Matter fulfill this promise with the firmware-upgraded bridge I got like 7 years ago. I hate that the brand is so expensive but they got it right the first time.
I’ve had the pleasure of reading through the whole Matter spec for work (twice) and working on this stuff. Here are some issues:
-
It’s a very complicated spec. From onboarding a device to changing a value (on/off, dim-level), a developer has to take a LOT of steps. It takes a long time to develop code that gets things right.
-
The CSA (group that owns the Matter spec) has published a lot of sample and SDK code to hide the complexity and help people not have to reinvent the wheel. But that code sometimes has conflicts with the version actually running on the phones and home gateways out tbere. That makes testing hard.
-
The spec has a pretty complicated flow for adding a device to a home, but sort of punts on how the whole network has to coordinate with the cloud (if at all). Same with how to remotely control a Matter network when you’re away from home. So we’re back to needing custom apps from vendors.
-
Speaking of the network, device vendors LOVE hoovering usage data and sending it all to the cloud. Every time you flip that light switch or change the color of a bulb, it’s saved somewhere. Why? Because that’s what everyone else does. Matter allows you to have a local network that doesn’t need to talk to the cloud. In practice, you’re likely to use Apple’s Homekit or Google Home Automation to pair and operate the devices, so if you use one of those clients, only Google and Apple get that usage data. A lot of vendors are wondering why they should go to all this trouble and NOT get any data out of it.
-
To get vendors to adopt it, Matter has an anti-counterfeiting system baked into it that directly benefits manufacturers. But it requires setting up a complicated certification process and getting each product ‘approved’ by CSA. This adds lag time and has created a whole expensive ecosystem for device certification vendors. Add that as an ongoing cost for producing a Matter device.
-
That little sticker with a custom QRcode used to easily pair a device? It has to be generated and affixed at the factory. A lot of electronic factories aren’t set up to generate and print them, let alone stick them to the device. To be safe, you also need a backup copy of sticker in the user manual. That means user manuals need to be paired with each device. Guess what? Lots of factory lines aren’t set up for that either. More delays.
-
There’s more, but the biggest problem, IMO, is that Matter has a fixed device taxonomy. This means there is a defined device type of say, light bulb, and it has a predefined set of attributes and operations.
If you want to innovate and add a crazy new feature that sets your product apart, you have to spend a lot of extra engineering effort to create your own custom attributes which may not be supported by your HomeKit or GHA apps. So you’re back to creating your own custom app or waiting for the next Matter spec to catch up. Fixed taxonomies are driven by central authorities and slow down the rate of progress. It’s baked into the Matter spec.
The upshot is, it’s a good idea having a standard. In practice, it’s adding cost and delays to every product. It will take a long time before vendors have it all streamlined and can crank out new products with ease. We’ll all have to wait until that happens.
Thanks for coming to my TED talk.
-
I have thoroughly enjoyed watching Matter flop and flounder this year :-)
Literally no advantages, plus you’ve got Google on security so you know your privacy is getting invaded because it’s their damn business model.
This is the best summary I could come up with:
It is designed to fix some fundamental problems of the smart home by providing an easy, streamlined setup process for devices, interoperability between platforms so you don’t have to stay in one company’s walled garden, and reliable and secure local connectivity.
Backed by all the big names — Apple, Amazon, Google, Samsung, Ikea, Comcast, Philips Hue, LG, and more — Matter is meant to make the smart home easier.
I should be able to set up my bathroom light switches and have them controllable by Apple’s Siri, Google’s Assistant, Amazon’s Alexa — heck, even Samsung’s Bixby if I want.
This support page from Eve, which attempts to explain to a user which hub they will need to use their Thread devices in Matter, perfectly illustrates the current state of this hub-free standard.
I have a lot of smart home devices, and there are currently a few digital clones of my house set up across the country from Seattle to Cupertino (and possibly even in the Netherlands) to try to replicate some of the issues I’ve had.
Those who are more invested may start pulling back resources from a project that is losing them money and doesn’t have a clear monetization path, and those who have been sitting on the sidelines and “watching closely” will be grinning behind their proprietary protocols.
The original article contains 3,029 words, the summary contains 220 words. Saved 93%. I’m a bot and I’m open source!