<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Matter 1.5 Air Quality Sensor: Endpoint merge threshold and missing sensor display issue in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-1-5-Air-Quality-Sensor-Endpoint-merge-threshold-and-missing-sensor/m-p/799918#M12963</link>
    <description>&lt;P&gt;&lt;SPAN&gt;The current documentation for the Google Home ecosystem and the Matter Virtual Device (MVD) provides specific details regarding Matter 1.5 sensor support and tools for testing upcoming features.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Supported Matter 1.5 Sensor Clusters&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;According to the&lt;/SPAN&gt;&lt;A href="https://developers.home.google.com/matter/supported-devices" target="_blank"&gt; &lt;SPAN&gt;supported devices list&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, the &lt;/SPAN&gt;&lt;STRONG&gt;Air Quality Sensor&lt;/STRONG&gt;&lt;SPAN&gt; device type (Matter 1.2+) is officially recognized, but visual rendering in the Google Home App (GHA) varies by cluster:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Currently Supported for GHA Rendering:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;PM2.5&lt;/STRONG&gt;&lt;SPAN&gt; (Concentration Measurement)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;CO2&lt;/STRONG&gt;&lt;SPAN&gt; (Carbon Dioxide Concentration Measurement)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;Temperature&lt;/STRONG&gt;&lt;SPAN&gt; (Temperature Measurement)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;Relative Humidity&lt;/STRONG&gt;&lt;SPAN&gt; (Relative Humidity Measurement)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;Air Quality&lt;/STRONG&gt;&lt;SPAN&gt; (General Air Quality Cluster)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Attributes Lacking GHA UI Support:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;SPAN&gt;While Matter 1.2/1.5 includes clusters for &lt;/SPAN&gt;&lt;STRONG&gt;TVOC&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;CO&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;PM1&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;PM10&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;Radon&lt;/STRONG&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;STRONG&gt;Formaldehyde (HCHO)&lt;/STRONG&gt;&lt;SPAN&gt;, these are not currently listed as having full "Google Home app (GHA)" control or visual support in the official ecosystem compatibility table.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Roadmap and Future Support&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Public roadmaps for specific attribute rendering are generally not published in the developer documentation. However, support for newer Matter specifications is rolled out incrementally. To determine if a specific attribute is currently in the "pre-release" or "testing" phase for the ecosystem, developers are encouraged to use the &lt;/SPAN&gt;&lt;STRONG&gt;Matter Virtual Device (MVD)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Using the Matter Virtual Device (MVD)&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;The&lt;/SPAN&gt;&lt;A href="https://developers.home.google.com/matter/tools/virtual-device" target="_blank"&gt; &lt;SPAN&gt;Matter Virtual Device tool&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; is a desktop application that emulates different Matter device types. It is the recommended way to:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Verify UI Rendering:&lt;/STRONG&gt;&lt;SPAN&gt; Create a virtual Air Quality Sensor with various clusters (e.g., TVOC or PM10) to see exactly how the GHA renders them before committing to hardware development.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Test Future Releases:&lt;/STRONG&gt;&lt;SPAN&gt; As Google updates the MVD and the GHA, new sensor types often appear in the virtual tool first. If a cluster is selectable in the MVD but doesn't appear in GHA, it indicates the ecosystem is still in the process of implementing the visual frontend for that attribute.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Debug Endpoint Logic:&lt;/STRONG&gt;&lt;SPAN&gt; You can use MVD to test different endpoint configurations to see if the "tile splitting" behavior persists with virtual devices, helping you isolate whether the issue is with the hardware implementation or GHA's current UI logic.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2026 19:37:24 GMT</pubDate>
    <dc:creator>arm_dpe</dc:creator>
    <dc:date>2026-04-07T19:37:24Z</dc:date>
    <item>
      <title>Matter 1.5 Air Quality Sensor: Endpoint merge threshold and missing sensor display issue</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-1-5-Air-Quality-Sensor-Endpoint-merge-threshold-and-missing-sensor/m-p/797480#M12907</link>
      <description>&lt;DIV&gt;&lt;STRONG&gt;My questions for Google Home Matter support team:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV&gt;When I add more than a certain number of sensor clusters to my &lt;STRONG&gt;Air Quality Sensor (Endpoint 0x0310)&lt;/STRONG&gt;, Google Home automatically splits the Temperature &amp;amp; Humidity endpoints into a separate tile, instead of showing them together.&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;What is the &lt;STRONG&gt;exact threshold&lt;/STRONG&gt; for endpoint merging/splitting in Google Home for Matter devices? Is it based on the number of clusters, device types, or other logic?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;My device runs &lt;STRONG&gt;Matter 1.5&lt;/STRONG&gt;, and I have implemented these sensor clusters:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;TVOC&lt;/LI&gt;&lt;LI&gt;HCHO (Formaldehyde)&lt;/LI&gt;&lt;LI&gt;PM1&lt;/LI&gt;&lt;LI&gt;Radon&lt;/LI&gt;&lt;LI&gt;CO&lt;/LI&gt;&lt;LI&gt;PM10&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;These attributes are correctly reported over Matter, but &lt;STRONG&gt;Google Home App does NOT display them&lt;/STRONG&gt;.&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;Could you clarify which sensor types Google Home currently supports, and whether support for the above sensors is planned?&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 18 Mar 2026 10:44:13 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-1-5-Air-Quality-Sensor-Endpoint-merge-threshold-and-missing-sensor/m-p/797480#M12907</guid>
      <dc:creator>Johnny15</dc:creator>
      <dc:date>2026-03-18T10:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Matter 1.5 Air Quality Sensor: Endpoint merge threshold and missing sensor display issue</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-1-5-Air-Quality-Sensor-Endpoint-merge-threshold-and-missing-sensor/m-p/799918#M12963</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The current documentation for the Google Home ecosystem and the Matter Virtual Device (MVD) provides specific details regarding Matter 1.5 sensor support and tools for testing upcoming features.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Supported Matter 1.5 Sensor Clusters&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;According to the&lt;/SPAN&gt;&lt;A href="https://developers.home.google.com/matter/supported-devices" target="_blank"&gt; &lt;SPAN&gt;supported devices list&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;, the &lt;/SPAN&gt;&lt;STRONG&gt;Air Quality Sensor&lt;/STRONG&gt;&lt;SPAN&gt; device type (Matter 1.2+) is officially recognized, but visual rendering in the Google Home App (GHA) varies by cluster:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Currently Supported for GHA Rendering:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;PM2.5&lt;/STRONG&gt;&lt;SPAN&gt; (Concentration Measurement)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;CO2&lt;/STRONG&gt;&lt;SPAN&gt; (Carbon Dioxide Concentration Measurement)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;Temperature&lt;/STRONG&gt;&lt;SPAN&gt; (Temperature Measurement)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;Relative Humidity&lt;/STRONG&gt;&lt;SPAN&gt; (Relative Humidity Measurement)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;STRONG&gt;Air Quality&lt;/STRONG&gt;&lt;SPAN&gt; (General Air Quality Cluster)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Attributes Lacking GHA UI Support:&lt;/STRONG&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="2"&gt;&lt;SPAN&gt;While Matter 1.2/1.5 includes clusters for &lt;/SPAN&gt;&lt;STRONG&gt;TVOC&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;CO&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;PM1&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;PM10&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;Radon&lt;/STRONG&gt;&lt;SPAN&gt;, and &lt;/SPAN&gt;&lt;STRONG&gt;Formaldehyde (HCHO)&lt;/STRONG&gt;&lt;SPAN&gt;, these are not currently listed as having full "Google Home app (GHA)" control or visual support in the official ecosystem compatibility table.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;Roadmap and Future Support&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Public roadmaps for specific attribute rendering are generally not published in the developer documentation. However, support for newer Matter specifications is rolled out incrementally. To determine if a specific attribute is currently in the "pre-release" or "testing" phase for the ecosystem, developers are encouraged to use the &lt;/SPAN&gt;&lt;STRONG&gt;Matter Virtual Device (MVD)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Using the Matter Virtual Device (MVD)&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;The&lt;/SPAN&gt;&lt;A href="https://developers.home.google.com/matter/tools/virtual-device" target="_blank"&gt; &lt;SPAN&gt;Matter Virtual Device tool&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; is a desktop application that emulates different Matter device types. It is the recommended way to:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Verify UI Rendering:&lt;/STRONG&gt;&lt;SPAN&gt; Create a virtual Air Quality Sensor with various clusters (e.g., TVOC or PM10) to see exactly how the GHA renders them before committing to hardware development.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Test Future Releases:&lt;/STRONG&gt;&lt;SPAN&gt; As Google updates the MVD and the GHA, new sensor types often appear in the virtual tool first. If a cluster is selectable in the MVD but doesn't appear in GHA, it indicates the ecosystem is still in the process of implementing the visual frontend for that attribute.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Debug Endpoint Logic:&lt;/STRONG&gt;&lt;SPAN&gt; You can use MVD to test different endpoint configurations to see if the "tile splitting" behavior persists with virtual devices, helping you isolate whether the issue is with the hardware implementation or GHA's current UI logic.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 19:37:24 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Matter-1-5-Air-Quality-Sensor-Endpoint-merge-threshold-and-missing-sensor/m-p/799918#M12963</guid>
      <dc:creator>arm_dpe</dc:creator>
      <dc:date>2026-04-07T19:37:24Z</dc:date>
    </item>
  </channel>
</rss>

