Matter-enabled devices in the Google Home ecosystem can be controlled by a few different methods:
- Google Assistant — Use voice to control the Matter device from any Assistant device.
- Google Home app (GHA) — Use the UI of the GHA to control the Matter device.
- Smart Display UI — Use the UI of a Smart Display to control the Matter device.
For more information about clusters, refer to the Matter
repo
(connectedhomeip
).
Matter Device Type | Application Cluster(s) | Matter Spec | Control Support | Home Ecosystem Type | ||
---|---|---|---|---|---|---|
Google Assistant | Google Home app (GHA) | Smart Display | ||||
Color Temperature Light |
ColorControl LevelControl OnOff |
1.0 | Light | |||
Contact Sensor |
BooleanState |
1.0 | Sensor | |||
Dimmable Light |
LevelControl OnOff |
1.0 | Light | |||
Door Lock |
DoorLock |
1.0 | Lock | |||
Extended Color Light |
ColorControl LevelControl OnOff |
1.0 | Light | |||
Humidity Sensor |
RelativeHumidityMeasurement |
1.0 | Sensor | |||
Illuminance Sensor |
IlluminanceMeasurement |
1.0 | Sensor | |||
Occupancy Sensor |
OccupancySensing |
1.0 | Sensor | |||
On/Off Light |
LevelControl OnOff |
1.0 | Light | |||
On/Off Light Switch |
OnOff |
1.0 | Switch | |||
On/Off Plug-in Unit |
LevelControl OnOff |
1.0 | Outlet | |||
Speaker |
LevelControl OnOff |
1.0 | Speaker | |||
Temperature Sensor |
TemperatureMeasurement |
1.0 | Thermostat | |||
Thermostat |
Thermostat |
1.0 | Thermostat | |||
Window Covering |
WindowCovering |
1.0 | Lift Tilt |
Blinds |
Bridges
All devices behind a Matter bridge appear as normal for a user in the Google Home ecosystem. The bridge itself appears as an inert Control Bridge device type in the GHA.
Hubs
The following Google Nest devices function as Matter hubs in the Google Home ecosystem.
For more information, see the Nest devices with Matter support article.
Build a device
If you don't have a Matter-enabled device already built, you can use a vendor-supported example as a starting point. See the following vendor example guides to get started:
Vendor | Platform | Guides | Thread Support |
---|---|---|---|
Bouffalo Lab | BL602 | Quick Start | |
BL702 | Quick Start | ||
Espressif | ESP32 | Quick Start
OTA Testing |
|
Nordic Semiconductor | nRF52840 DK | Quick Start
OTA Testing |
|
NXP | IOTZTB-DK006 development kit | Quick Start | |
Realtek | Ameba D Series | Quick Start | |
Silicon Labs | EFR32MG Zigbee and Thread Starter Kit | Quick Start | |
EFR32MG24 Dev Kit | Quick Start | ||
Telink | TLSR9518 | Quick Start |
Development tools
Google recommends using the Google Home Extension for Visual Studio Code and our Matter Virtual Device (MVD) when building a device with Matter support.
The Google Home Extension features the Google Assistant Simulator, Google Cloud Logging, and other tools to simplify the development process, while the MVD provides a way to test a Matter device in the Google Home ecosystem prior to building a physical device.