<?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: Cloud-to-cloud THERMOSTAT DeviceTypeCheck failed in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cloud-to-cloud-THERMOSTAT-DeviceTypeCheck-failed/m-p/739066#M9537</link>
    <description>&lt;P&gt;Thanks for sharing. Can you please share the full sync response?&lt;BR /&gt;Also, double check that under&amp;nbsp;&lt;STRONG&gt;Device Types&amp;nbsp;&lt;/STRONG&gt;section in Developer Console the&amp;nbsp;configuration is set up to &lt;STRONG&gt;not require a bridge&lt;/STRONG&gt;. You may need to deselect an option or modify a setting that specifies a dependency on a bridge.&amp;nbsp;&lt;BR /&gt;After making these changes, save the new configuration and re-run the test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Aug 2025 23:31:52 GMT</pubDate>
    <dc:creator>arm_dpe</dc:creator>
    <dc:date>2025-08-27T23:31:52Z</dc:date>
    <item>
      <title>Cloud-to-cloud THERMOSTAT DeviceTypeCheck failed</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cloud-to-cloud-THERMOSTAT-DeviceTypeCheck-failed/m-p/737684#M9472</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I am working on a Thermostat integration, I have to update the client secret for the account linking because it is expiring very very soon &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; Unfortunately, the integration then has to be tested.&lt;/P&gt;&lt;P&gt;In the first step: "&lt;SPAN&gt;Check Device Types&lt;/SPAN&gt;" - "&lt;SPAN&gt;Check the device type with Developer Console configuration.&lt;/SPAN&gt;" it fails directly with the error "&lt;SPAN&gt;DeviceTypeCheck failed: No bridge device is found in THERMOSTAT.: expected false to be true&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;What does the error mean? In do not understand what goes wrong.&lt;/P&gt;&lt;P&gt;The thermostat doesn't use a bridge device, it is directly connected to wifi and internet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get this test passed?&lt;/P&gt;&lt;P&gt;I have already updated the "Device type" in the develop step to be only "Thermostat".&lt;/P&gt;&lt;P&gt;In the sync response I have the "deviceInfo" with manufacturer, model, hwversoin and swversion.&lt;/P&gt;&lt;P&gt;This is the only failing test, how to solve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2025 10:30:39 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cloud-to-cloud-THERMOSTAT-DeviceTypeCheck-failed/m-p/737684#M9472</guid>
      <dc:creator>JSBP</dc:creator>
      <dc:date>2025-08-23T10:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud-to-cloud THERMOSTAT DeviceTypeCheck failed</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cloud-to-cloud-THERMOSTAT-DeviceTypeCheck-failed/m-p/739066#M9537</link>
      <description>&lt;P&gt;Thanks for sharing. Can you please share the full sync response?&lt;BR /&gt;Also, double check that under&amp;nbsp;&lt;STRONG&gt;Device Types&amp;nbsp;&lt;/STRONG&gt;section in Developer Console the&amp;nbsp;configuration is set up to &lt;STRONG&gt;not require a bridge&lt;/STRONG&gt;. You may need to deselect an option or modify a setting that specifies a dependency on a bridge.&amp;nbsp;&lt;BR /&gt;After making these changes, save the new configuration and re-run the test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 23:31:52 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cloud-to-cloud-THERMOSTAT-DeviceTypeCheck-failed/m-p/739066#M9537</guid>
      <dc:creator>arm_dpe</dc:creator>
      <dc:date>2025-08-27T23:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud-to-cloud THERMOSTAT DeviceTypeCheck failed</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cloud-to-cloud-THERMOSTAT-DeviceTypeCheck-failed/m-p/795271#M12792</link>
      <description>&lt;P&gt;I have the same issue here... here is my SYNC response with some items removed:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;{
    "requestId": "2062055809553855972",
    "payload": {
        "agentUserId": "876698",
        "devices": [
            {
                "id": "10257223",
                "type": "action.devices.types.THERMOSTAT",
                "traits": [
                    "action.devices.traits.TemperatureSetting"
                ],
                "name": {
                    "name": "Living"
                },
                "willReportState": true,
                "attributes": {
                    "availableThermostatModes": [
                        "heat",
                        "off"
                    ],
                    "thermostatTemperatureRange": {
                        "minThresholdCelsius": 5,
                        "maxThresholdCelsius": 35
                    },
                    "thermostatTemperatureUnit": "C"
                },
                "deviceInfo": {
                    "manufacturer": "",
                    "model": "HeatingZone",
                    "hwVersion": "1.0",
                    "swVersion": "1.0"
                },
                "customData": {
                    "locationId": "1013540",
                    "gatewayId": "5639499",
                    "mac": "",
                    "systemId": "10257225",
                    "maxHeat": 35,
                    "minHeat": 5,
                    "model": "HeatingZone"
                }
            },
            {
                "id": "10257224",
                "type": "action.devices.types.THERMOSTAT",
                "traits": [
                    "action.devices.traits.TemperatureSetting"
                ],
                "name": {
                    "name": "Guest"
                },
                "willReportState": true,
                "attributes": {
                    "availableThermostatModes": [
                        "heat",
                        "off"
                    ],
                    "thermostatTemperatureRange": {
                        "minThresholdCelsius": 5,
                        "maxThresholdCelsius": 35
                    },
                    "thermostatTemperatureUnit": "C"
                },
                "deviceInfo": {
                    "manufacturer": "",
                    "model": "HeatingZone",
                    "hwVersion": "1.0",
                    "swVersion": "1.0"
                },
                "customData": {
                    "locationId": "1013540",
                    "gatewayId": "5639499",
                    "mac": "",
                    "systemId": "10257225",
                    "maxHeat": 35,
                    "minHeat": 5,
                    "model": "HeatingZone"
                }
            }
        ]
    }
}&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Mar 2026 20:59:47 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/Cloud-to-cloud-THERMOSTAT-DeviceTypeCheck-failed/m-p/795271#M12792</guid>
      <dc:creator>jzwackresideo</dc:creator>
      <dc:date>2026-03-05T20:59:47Z</dc:date>
    </item>
  </channel>
</rss>

