<?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: device.state.TemperatureControl not recognised in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465534#M20812</link>
    <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;1. Yes, the device is on the auto fill list.&lt;/P&gt;&lt;P&gt;2. Yes, device.state.temperatureControl is on the auto fill list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TemperatureSetting is not available for my device.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 04:03:12 GMT</pubDate>
    <dc:creator>kus</dc:creator>
    <dc:date>2023-08-07T04:03:12Z</dc:date>
    <item>
      <title>device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465293#M20793</link>
      <description>&lt;P&gt;device.state.TemperatureControl says it isn't a recognised type error in script Google home automation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.home.google.com/automations/schema/reference/entity/sht_device/temperature_control_state" target="_blank"&gt;https://developers.home.google.com/automations/schema/reference/entity/sht_device/temperature_control_state&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2023 20:33:53 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465293#M20793</guid>
      <dc:creator>kus</dc:creator>
      <dc:date>2023-08-06T20:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465422#M20803</link>
      <description>&lt;P&gt;Would you post the rest of your struct so we can see the script that you have written so far?&lt;/P&gt;</description>
      <pubDate>Sun, 06 Aug 2023 23:23:17 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465422#M20803</guid>
      <dc:creator>DWB1973</dc:creator>
      <dc:date>2023-08-06T23:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465461#M20807</link>
      <description>&lt;P&gt;# ------------------------------------------------------------------------------------------ #&lt;BR /&gt;# Lines starting with “#” are comments and will be ignored by the automation.&lt;BR /&gt;# Indentation determines hierarchy within the script.&lt;BR /&gt;# Visit g.co/home/script-editor-docs for full documentation.&lt;BR /&gt;# ------------------------------------------------------------------------------------------ #&lt;/P&gt;&lt;P&gt;metadata:&lt;BR /&gt;name: AC control # Choose a short name that summarizes important starters and actions, like “Sunset lights”.&lt;BR /&gt;description: Scripted automation # Write a detailed description that includes everything the automation does, like “At sunset, on weekdays, close blinds, turn on lights to 50%, and play the sunset playlist on certain speakers.”&lt;/P&gt;&lt;P&gt;automations:&lt;BR /&gt;# “starters” and “actions” are required; “conditions” are optional.&lt;BR /&gt;# Use Ctrl + Space to see autocomplete suggestions.&lt;/P&gt;&lt;P&gt;# ---- STARTERS ---- #&lt;BR /&gt;# Starters describe events that will start the automation.&lt;BR /&gt;# To add more than one starter, duplicate the "- type" section under "starters".&lt;BR /&gt;# If you add multiple starter events, any one of them happening will start the automation.&lt;BR /&gt;- starters:&lt;BR /&gt;- type: device.state.TemperatureControl&lt;BR /&gt;device: Smart IR - Living Room&lt;BR /&gt;state: temperatureAmbient&lt;BR /&gt;greaterThan: 26C&lt;/P&gt;&lt;P&gt;# ---- CONDITIONS ---- #&lt;BR /&gt;# Conditions are optional. Delete this section if it’s empty.&lt;BR /&gt;# Conditions will prevent an automation from starting if the conditions aren’t met.&lt;BR /&gt;# See g.co/home/script-editor-docs for documentation about how to use logical operators like “and”, “or”, and “not”.&lt;BR /&gt;condition:&lt;BR /&gt;type: home.state.HomePresence&lt;BR /&gt;state: homePresenceMode&lt;BR /&gt;is: HOME&lt;/P&gt;&lt;P&gt;# ---- ACTIONS ---- #&lt;BR /&gt;# Actions will start when a starter event takes place and all conditions are met.&lt;BR /&gt;# Actions will start in the order they appear in the script and with any delay specified.&lt;BR /&gt;# To add more than one action, duplicate the "- type" section under "actions".&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.OnOff # Turn the device on or off.&lt;BR /&gt;on: false&lt;BR /&gt;devices: Air On - Living Room&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 01:35:12 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465461#M20807</guid>
      <dc:creator>kus</dc:creator>
      <dc:date>2023-08-07T01:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465479#M20808</link>
      <description>&lt;P data-unlink="true"&gt;I think the &lt;A href="https://developers.home.google.com/automations/schema/reference/entity/sht_device/temperature_control_state#examples" target="_blank" rel="noopener"&gt;examples&lt;/A&gt;&amp;nbsp;are wrong.&amp;nbsp; The only valid keys for&amp;nbsp;TemperatureControl state are&amp;nbsp;temperatureAmbientCelsius and&amp;nbsp;temperatureSetpointCelsius.&amp;nbsp; Try&amp;nbsp;temperatureAmbientCelsius instead of&amp;nbsp;temperatureAmbient.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 02:01:29 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465479#M20808</guid>
      <dc:creator>DWB1973</dc:creator>
      <dc:date>2023-08-07T02:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465505#M20810</link>
      <description>&lt;P&gt;I did try with temperatureAmbientCelsius but the error is still there. The error only comes from the following line:&lt;/P&gt;&lt;P&gt;- type: device.state.TemperatureControl&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 02:55:45 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465505#M20810</guid>
      <dc:creator>kus</dc:creator>
      <dc:date>2023-08-07T02:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465528#M20811</link>
      <description>&lt;P&gt;Process of elimination approach:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Leave everything else and delete the device name, then click on the empty space after device to see what the autofill choices are. Is the device you want on the autofill list?&lt;/LI&gt;&lt;LI&gt;Remove everything except the device name, then click on the empty space after type to make sure the device supports the function. Is device.state.temperatureControl on the autofill list?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Or try&amp;nbsp;&lt;A href="https://developers.home.google.com/automations/schema/reference/entity/sht_device/temperature_setting_state" target="_blank" rel="noopener"&gt;TemperatureSetting&lt;/A&gt; instead.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    - type: device.state.TemperatureSetting # Handles temperature points and modes of a thermostat device.
      greaterThan: 26C
      state: thermostatTemperatureAmbient
      device: Smart IR - Living Room&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 07 Aug 2023 03:34:46 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465528#M20811</guid>
      <dc:creator>DWB1973</dc:creator>
      <dc:date>2023-08-07T03:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465534#M20812</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;1. Yes, the device is on the auto fill list.&lt;/P&gt;&lt;P&gt;2. Yes, device.state.temperatureControl is on the auto fill list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TemperatureSetting is not available for my device.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 04:03:12 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465534#M20812</guid>
      <dc:creator>kus</dc:creator>
      <dc:date>2023-08-07T04:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465535#M20813</link>
      <description>&lt;P&gt;OK, unless I missed it, I didn't see any other temperature-related device state starters that you can try.&amp;nbsp; Maybe someone at Google Nest support can explain what is causing the error while you wait for the right answer here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.google.com/googlenest/gethelp?hl=en" target="_blank"&gt;https://support.google.com/googlenest/gethelp?hl=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 04:37:58 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/465535#M20813</guid>
      <dc:creator>DWB1973</dc:creator>
      <dc:date>2023-08-07T04:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/468314#M20998</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have the same problem, if you have any news please update the channel &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 19:56:38 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/468314#M20998</guid>
      <dc:creator>EgyedG90</dc:creator>
      <dc:date>2023-08-12T19:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/469376#M21061</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;I'm trying to set up automation via the script editor, a new Google feature&lt;/SPAN&gt;&lt;SPAN&gt;. My goal is for the script to turn off the AC when the temperature, as detected by a sensor on my balcony, exceeds a certain value and the balcony door is open.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Here's the condition I wrote for the temperature sensor:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;condition:&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;type:&lt;/SPAN&gt; &lt;SPAN class=""&gt;device.state.TemperatureControl&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;state:&lt;/SPAN&gt; &lt;SPAN class=""&gt;temperatureAmbientCelsius&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;greaterThan:&lt;/SPAN&gt; &lt;SPAN class=""&gt;24&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;device:&lt;/SPAN&gt; &lt;SPAN class=""&gt;WiFi&lt;/SPAN&gt; &lt;SPAN class=""&gt;Temperature&lt;/SPAN&gt; &lt;SPAN class=""&gt;&amp;amp;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Humidity&lt;/SPAN&gt; &lt;SPAN class=""&gt;Sensor&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;Balcony&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;P&gt;However, when I validate, I get the following error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[device.state.TemperatureControl] is an unknown type name.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Expected types: [and, or, not, time.between, device.state... (truncated for brevity)].&lt;/P&gt;&lt;P&gt;Interestingly, a similar condition works for humidity using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;HumiditySetting:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;condition:&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;type:&lt;/SPAN&gt; &lt;SPAN class=""&gt;device.state.HumiditySetting&lt;/SPAN&gt; 
    &lt;SPAN class=""&gt;state:&lt;/SPAN&gt; &lt;SPAN class=""&gt;humidityAmbientPercent&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;greaterThan:&lt;/SPAN&gt; &lt;SPAN class=""&gt;55&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;device:&lt;/SPAN&gt; &lt;SPAN class=""&gt;WiFi&lt;/SPAN&gt; &lt;SPAN class=""&gt;Temperature&lt;/SPAN&gt; &lt;SPAN class=""&gt;&amp;amp;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Humidity&lt;/SPAN&gt; &lt;SPAN class=""&gt;Sensor&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;Balcony&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;P&gt;It seems&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;TemperatureSetting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is reserved exclusively for thermostats. However, there's a note in the documentation:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Sensors that report data covered by another trait should use that trait with the queryOnly* attribute for that trait set to true. For example, temperature sensors should use the TemperatureControl trait with the queryOnlyTemperatureControl attribute set to true.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I'm unsure how to set this attribute in the script editor. Any guidance would be appreciated&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Aug 2023 06:38:34 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/469376#M21061</guid>
      <dc:creator>Vasya-USA</dc:creator>
      <dc:date>2023-08-15T06:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/469440#M21064</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/404107"&gt;@Vasya-USA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Can you send me the link to that queryOnly* documentation please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 11:31:09 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/469440#M21064</guid>
      <dc:creator>kus</dc:creator>
      <dc:date>2023-08-15T11:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/469505#M21072</link>
      <description>&lt;P data-unlink="true"&gt;It appears as if you're citing information from the &lt;A href="https://developers.home.google.com/cloud-to-cloud/" target="_blank" rel="noopener"&gt;cloud-to-cloud documentation&lt;/A&gt; that is meant for smart home device developers, and intended for the 'Works With Google' device compliance.&amp;nbsp; It is my opinion that&amp;nbsp;&lt;A href="https://developers.home.google.com/automations/schema/reference/entity/sht_device/temperature_control_state" target="_blank" rel="noopener"&gt;TemperatureControlState&lt;/A&gt;&amp;nbsp;is a currently dysfunctional device struct.&amp;nbsp; If the validation check refuses to accept the device state struct, then there's nothing that you can do until a Google dev fixes it - which was why I recommended that&amp;nbsp;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/400194"&gt;@kus&lt;/a&gt;&amp;nbsp;contact support for a definitive answer.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 14:26:33 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/469505#M21072</guid>
      <dc:creator>DWB1973</dc:creator>
      <dc:date>2023-08-15T14:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/469539#M21075</link>
      <description>&lt;P&gt;&lt;A href="https://developers.home.google.com/cloud-to-cloud/guides/sensor" target="_blank"&gt;https://developers.home.google.com/cloud-to-cloud/guides/sensor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 15:48:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/469539#M21075</guid>
      <dc:creator>Vasya-USA</dc:creator>
      <dc:date>2023-08-15T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/471661#M21249</link>
      <description>&lt;P&gt;Did contact support, the problem is being escalated. Will keep you updated. Feel free to also contact support&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 13:33:11 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/471661#M21249</guid>
      <dc:creator>kus</dc:creator>
      <dc:date>2023-08-21T13:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/475356#M21634</link>
      <description>&lt;P&gt;Here is the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[device.state.TemperatureControl] is an unknown type name. Expected types: [time.schedule, device.state, device.event, device.state.AppSelector, device.state.ArmDisarm, device.state.Brightness, device.state.Channel, device.state.ColorSetting, device.state.Cook, device.state.Dock, device.state.EnergyStorage, device.state.FanSpeed, device.state.Fill, device.state.HumiditySetting, device.state.InputSelector, device.state.LightEffects, device.state.LockUnlock, device.state.MediaState, device.state.MotionDetection, device.state.OccupancySensing, device.state.Online, device.state.OnOff, device.state.OpenClose, device.state.Record, device.state.Rotation, device.state.RunCycle, device.state.SensorState, device.state.StartStop, device.state.TemperatureSetting, device.state.Timer, device.state.Volume, device.event.DoorbellPress, assistant.event.OkGoogle, home.state.HomePresence, etc].&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 10:59:47 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/475356#M21634</guid>
      <dc:creator>kus</dc:creator>
      <dc:date>2023-08-31T10:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/476572#M21740</link>
      <description>&lt;P&gt;Same problem here, also contacted the Google support.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Sep 2023 11:54:17 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/476572#M21740</guid>
      <dc:creator>evai</dc:creator>
      <dc:date>2023-09-03T11:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/481788#M22216</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;&lt;P&gt;I had the same problem but it is working now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I use that pass validation and works with a Shelly H&amp;amp;T sensor:&lt;/P&gt;&lt;P&gt;condition:&lt;BR /&gt;type: device.state.TemperatureControl&lt;BR /&gt;state: temperatureAmbient&lt;BR /&gt;lessThanOrEqualTo: 20C&lt;BR /&gt;device: MyDeviceName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What was not working is when I entered the device first which gave me a different set of types and then a different set of states...by starting with type, then state then device...it worked (but maybe it just because they fixed it while I was trying different things)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 08:22:12 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/481788#M22216</guid>
      <dc:creator>NeutralContact</dc:creator>
      <dc:date>2023-09-18T08:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: device.state.TemperatureControl not recognised</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/481815#M22220</link>
      <description>&lt;P&gt;Thank you for the update. I just tested and it is working!! I think they fixed the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 12:10:19 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/device-state-TemperatureControl-not-recognised/m-p/481815#M22220</guid>
      <dc:creator>kus</dc:creator>
      <dc:date>2023-09-18T12:10:19Z</dc:date>
    </item>
  </channel>
</rss>

