Skip to main content
Lesson 2 of 5 5 min read

What Is Matter and How Does It Work?

Matter at a Glance

Matter is an open-source, royalty-free connectivity standard for smart home devices. Developed under the Connectivity Standards Alliance (CSA), it is backed by Apple, Google, Amazon, Samsung, and over 600 other companies. The goal is simple: any Matter-certified device should work with any Matter-certified controller, regardless of brand.

Unlike older standards that tried to replace existing technology, Matter is designed to work alongside what you already have. It runs on top of existing networking protocols, specifically Wi-Fi and Thread, using your home's IP network. This means Matter devices communicate using the same fundamental technology as your phone, laptop, and tablet.

The Application Layer Explained

Think of Matter as a common language that devices use to describe themselves and their capabilities. When a Matter light bulb joins your network, it announces: "I am a dimmable color light. I can turn on, turn off, adjust brightness from 0 to 100, and change color temperature." Every Matter controller, whether it is an Apple HomePod, a Google Nest Hub, or an Amazon Echo, understands this description because they all speak the same language.

This is the application layer. It defines standard data models for each device type: lights, switches, thermostats, door locks, sensors, and more. The data model specifies exactly what attributes a device has, what commands it accepts, and what events it can report. Because every manufacturer follows the same data model, a "turn on" command from Google Home means exactly the same thing as a "turn on" command from Alexa.

How Commissioning Works

Setting up a Matter device is designed to be straightforward. Every Matter device comes with a QR code or numeric setup code, typically printed on the device itself, on the packaging, or on a card inside the box. Here is the typical process:

  1. Scan the code using your preferred smart home app (Apple Home, Google Home, Amazon Alexa, or any other Matter-compatible app).
  2. The controller discovers the device on your local network. For Wi-Fi devices, the controller shares your Wi-Fi credentials. For Thread devices, the controller shares the Thread network credentials.
  3. Secure pairing occurs using a protocol called PASE (Password Authenticated Session Establishment). The setup code proves you physically have the device, preventing unauthorized pairing.
  4. Certificates are exchanged to establish an ongoing secure connection. The controller issues a certificate to the device, creating a trust relationship.
  5. The device is ready and can now be controlled locally through any Matter-compatible ecosystem you have set up.

Multi-Admin: The Game-Changing Feature

Perhaps the most revolutionary feature of Matter is multi-admin support. With previous smart home standards, a device could only belong to one ecosystem at a time. Your Philips Hue lights were either in HomeKit or in Google Home, but not both.

Matter changes this completely. A single Matter device can be commissioned into multiple ecosystems simultaneously. Your Matter light switch can be controlled through Apple Home on your iPhone, Google Home on your Nest display, and Alexa through your Echo, all at the same time. Each ecosystem gets its own secure connection to the device, and they all work independently.

This means a household where one person prefers Siri and another prefers Alexa can finally coexist without compromise. You do not have to pick a side.

Local Control and Security

Matter devices communicate locally over your home network. When you tap a button in your app to turn on a light, the command goes directly from your phone to the device (or through a local hub) without ever touching the internet. This has two major benefits:

  • Speed: Commands execute in milliseconds rather than the seconds it can take when routing through a cloud server.
  • Reliability: Your smart home works even when your internet is down. If your ISP has an outage, your lights, locks, and thermostat still respond to local commands.

Security is built into the foundation rather than bolted on as an afterthought. Every Matter device must pass a certification process that includes security testing. Communication is encrypted using industry-standard protocols, and devices authenticate each other using certificates, similar to how HTTPS secures your web browsing.

What Matter Supports Today

Matter launched with support for the most common smart home device categories. As of early 2026, the standard covers lighting and switches, smart plugs and outlets, thermostats and HVAC controls, door locks, window coverings and blinds, sensors (motion, contact, temperature, humidity, air quality), media devices including TVs, robot vacuums, cameras, and home energy management devices.

New device types continue to be added with each specification update. The roadmap includes appliances, more complex energy management scenarios, and additional sensor types. Because Matter is built on an extensible data model, adding new device types does not break compatibility with existing products.

Lesson Complete