<?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 HVAC Whole Home Scent Diffuser- Script Editior in Smart Home Developer Forum</title>
    <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/HVAC-Whole-Home-Scent-Diffuser-Script-Editior/m-p/750839#M10144</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was successful at Automating my SmartSwitch to turn on when the AC Kicks on and off (Attached). I wish to automate for the "Fan- Only" setting on my NEST thermostat.&lt;/P&gt;&lt;P&gt;Im getting an error&amp;nbsp;[fan-only] is an invalid enum string. The list of valid enums: [on, off, heat, cool, heatcool]. When i check the Nest Developer page it states that "Fan-Only" should be a command. Any help would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.home.google.com/cloud-to-cloud/traits/temperaturesetting" target="_blank" rel="noopener"&gt;https://developers.home.google.com/cloud-to-cloud/traits/temperaturesetting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;metadata:&lt;BR /&gt;name: Lights ON when Fan-Only runs&lt;BR /&gt;description: If the thermostat is actively in fan-only mode, turn ON SmartSwitch&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: device.state.TemperatureSetting&lt;BR /&gt;device: Hallway - Hallway&lt;BR /&gt;state: activeThermostatMode&lt;BR /&gt;&lt;STRONG&gt;is: fan-only&lt;/STRONG&gt;&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.OnOff&lt;BR /&gt;devices:&lt;BR /&gt;-&amp;nbsp; SmartSwitch&lt;BR /&gt;on: true&lt;BR /&gt;[fan-only] is an invalid enum string. The list of valid enums: [on, off, heat, cool, heatcool]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To turn on smart switch when AC kicks on:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;metadata:&lt;BR /&gt;name: Scent diffuser ON when AC is cooling&lt;BR /&gt;description: If the thermostat is actively cooling, turn ON SmartSwitch&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: device.state.TemperatureSetting&lt;BR /&gt;device: Hallway - Hallway&lt;BR /&gt;state: activeThermostatMode&lt;BR /&gt;is: cool&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.OnOff # Turn the device on or off.&lt;BR /&gt;devices:&lt;BR /&gt;- SmartSwitch&lt;BR /&gt;on: true&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To Turn off With AC off:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;metadata:&lt;BR /&gt;name: Scent OFF when AC stops&lt;BR /&gt;description: When cooling ends (idle), turn OFF SmartSwitch.&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: device.state.TemperatureSetting&lt;BR /&gt;device: Hallway - Hallway&lt;BR /&gt;state: activeThermostatMode&lt;BR /&gt;isNot: cool&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.OnOff&lt;BR /&gt;devices:&lt;BR /&gt;- SmartSwitch&lt;BR /&gt;on: false&lt;/P&gt;</description>
    <pubDate>Fri, 03 Oct 2025 19:53:00 GMT</pubDate>
    <dc:creator>azmavhockey3</dc:creator>
    <dc:date>2025-10-03T19:53:00Z</dc:date>
    <item>
      <title>HVAC Whole Home Scent Diffuser- Script Editior</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/HVAC-Whole-Home-Scent-Diffuser-Script-Editior/m-p/750839#M10144</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was successful at Automating my SmartSwitch to turn on when the AC Kicks on and off (Attached). I wish to automate for the "Fan- Only" setting on my NEST thermostat.&lt;/P&gt;&lt;P&gt;Im getting an error&amp;nbsp;[fan-only] is an invalid enum string. The list of valid enums: [on, off, heat, cool, heatcool]. When i check the Nest Developer page it states that "Fan-Only" should be a command. Any help would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.home.google.com/cloud-to-cloud/traits/temperaturesetting" target="_blank" rel="noopener"&gt;https://developers.home.google.com/cloud-to-cloud/traits/temperaturesetting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;metadata:&lt;BR /&gt;name: Lights ON when Fan-Only runs&lt;BR /&gt;description: If the thermostat is actively in fan-only mode, turn ON SmartSwitch&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: device.state.TemperatureSetting&lt;BR /&gt;device: Hallway - Hallway&lt;BR /&gt;state: activeThermostatMode&lt;BR /&gt;&lt;STRONG&gt;is: fan-only&lt;/STRONG&gt;&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.OnOff&lt;BR /&gt;devices:&lt;BR /&gt;-&amp;nbsp; SmartSwitch&lt;BR /&gt;on: true&lt;BR /&gt;[fan-only] is an invalid enum string. The list of valid enums: [on, off, heat, cool, heatcool]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To turn on smart switch when AC kicks on:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;metadata:&lt;BR /&gt;name: Scent diffuser ON when AC is cooling&lt;BR /&gt;description: If the thermostat is actively cooling, turn ON SmartSwitch&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: device.state.TemperatureSetting&lt;BR /&gt;device: Hallway - Hallway&lt;BR /&gt;state: activeThermostatMode&lt;BR /&gt;is: cool&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.OnOff # Turn the device on or off.&lt;BR /&gt;devices:&lt;BR /&gt;- SmartSwitch&lt;BR /&gt;on: true&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To Turn off With AC off:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;metadata:&lt;BR /&gt;name: Scent OFF when AC stops&lt;BR /&gt;description: When cooling ends (idle), turn OFF SmartSwitch.&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: device.state.TemperatureSetting&lt;BR /&gt;device: Hallway - Hallway&lt;BR /&gt;state: activeThermostatMode&lt;BR /&gt;isNot: cool&lt;BR /&gt;actions:&lt;BR /&gt;- type: device.command.OnOff&lt;BR /&gt;devices:&lt;BR /&gt;- SmartSwitch&lt;BR /&gt;on: false&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 19:53:00 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/HVAC-Whole-Home-Scent-Diffuser-Script-Editior/m-p/750839#M10144</guid>
      <dc:creator>azmavhockey3</dc:creator>
      <dc:date>2025-10-03T19:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: HVAC Whole Home Scent Diffuser- Script Editior</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/HVAC-Whole-Home-Scent-Diffuser-Script-Editior/m-p/751632#M10184</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P class="whitespace-normal break-words"&gt;The issue is that "fan-only" isn't a valid value for the &lt;CODE class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;activeThermostatMode&lt;/CODE&gt; state in Google Home automations.&lt;/P&gt;
&lt;P class="whitespace-normal break-words"&gt;According to the documentation you linked, the valid values for &lt;CODE class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;activeThermostatMode&lt;/CODE&gt; are:&lt;/P&gt;
&lt;UL class="[&amp;amp;:not(:last-child)_ul]:pb-1 [&amp;amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7"&gt;
&lt;LI class="whitespace-normal break-words"&gt;on&lt;/LI&gt;
&lt;LI class="whitespace-normal break-words"&gt;off&lt;/LI&gt;
&lt;LI class="whitespace-normal break-words"&gt;heat&lt;/LI&gt;
&lt;LI class="whitespace-normal break-words"&gt;cool&lt;/LI&gt;
&lt;LI class="whitespace-normal break-words"&gt;heatcool&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="whitespace-normal break-words"&gt;"Fan-only" is a thermostat mode that exists on the device itself, but it's not exposed as a triggerable state in the Google Home automation system.&lt;/P&gt;
&lt;P class="whitespace-normal break-words"&gt;&lt;STRONG&gt;Workaround options:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL class="[&amp;amp;:not(:last-child)_ul]:pb-1 [&amp;amp;:not(:last-child)_ol]:pb-1 list-decimal space-y-1.5 pl-7"&gt;
&lt;LI class="whitespace-normal break-words"&gt;&lt;STRONG&gt;Use a different automation trigger&lt;/STRONG&gt;: Instead of triggering on the thermostat mode, create a schedule-based automation or use a manual trigger&lt;/LI&gt;
&lt;LI class="whitespace-normal break-words"&gt;&lt;STRONG&gt;Check if your thermostat exposes fan state separately&lt;/STRONG&gt;: Some thermostats have a separate fan control trait. Check if your Nest thermostat shows fan status as a separate device state you could trigger on&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="whitespace-normal break-words"&gt;Unfortunately, this is a limitation of the current Google Home automation system - not all thermostat modes are available as automation triggers. Your automation syntax is correct; the platform just doesn't support that particular mode value.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 17:50:53 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/HVAC-Whole-Home-Scent-Diffuser-Script-Editior/m-p/751632#M10184</guid>
      <dc:creator>Suc_dpe</dc:creator>
      <dc:date>2025-10-06T17:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: HVAC Whole Home Scent Diffuser- Script Editior</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/HVAC-Whole-Home-Scent-Diffuser-Script-Editior/m-p/754726#M10345</link>
      <description>&lt;P data-unlink="true"&gt;&lt;FONT color="#000080"&gt;Thank you, your post solved my &lt;A href="https://airductcleaningboiseid.com/" target="_self"&gt;hvac&amp;nbsp;&lt;/A&gt;&lt;/FONT&gt;&lt;A href="https://airductcleaningboiseid.com/" target="_self"&gt;problem&lt;/A&gt;&amp;nbsp; &lt;FONT color="#000080"&gt;&lt;FONT size="4"&gt;too&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 15:52:05 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/HVAC-Whole-Home-Scent-Diffuser-Script-Editior/m-p/754726#M10345</guid>
      <dc:creator>jameskarl908</dc:creator>
      <dc:date>2025-10-14T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: HVAC Whole Home Scent Diffuser- Script Editior</title>
      <link>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/HVAC-Whole-Home-Scent-Diffuser-Script-Editior/m-p/800223#M12969</link>
      <description>&lt;P&gt;Index&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 12:50:28 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Smart-Home-Developer-Forum/HVAC-Whole-Home-Scent-Diffuser-Script-Editior/m-p/800223#M12969</guid>
      <dc:creator>Developer12</dc:creator>
      <dc:date>2026-04-09T12:50:28Z</dc:date>
    </item>
  </channel>
</rss>

