<?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: Nest Gen 4 Fan control script AI in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791429#M62812</link>
    <description>&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/659126"&gt;@Rodeng&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can. Create a script that can enquire the day and based on that day then use the script to turn the fan on for the number os seconds you want.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The Cooling Wizard&lt;/P&gt;</description>
    <pubDate>Mon, 16 Feb 2026 06:28:57 GMT</pubDate>
    <dc:creator>CoolingWizard</dc:creator>
    <dc:date>2026-02-16T06:28:57Z</dc:date>
    <item>
      <title>Nest Gen 4 Fan control script AI</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/790313#M62807</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I want my Nest thermostat Gen 4 to turn on the RTU fan on and off on a schedule.&amp;nbsp; The Script Editor AI gave me a type:&amp;nbsp; - type: device.command.ThermostatFanMode . However the Validator says this is not a valid or recognized type.&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;The available options given included&amp;nbsp;type: device.command.SetFanSpeed however fan speed control is not available on the RTU.&amp;nbsp; Anyway would setting it to Max and off work the same as on/off?&amp;nbsp; &lt;STRONG&gt;However Validate says&amp;nbsp; device.command.SetFanSpeed is not accepted by this device&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 23:21:24 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/790313#M62807</guid>
      <dc:creator>Rodeng</dc:creator>
      <dc:date>2026-02-11T23:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nest Gen 4 Fan control script AI</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791324#M62808</link>
      <description>&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/156457"&gt;@CoolingWizard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Feb 2026 21:05:42 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791324#M62808</guid>
      <dc:creator>Rodeng</dc:creator>
      <dc:date>2026-02-15T21:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Nest Gen 4 Fan control script AI</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791354#M62809</link>
      <description>&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/659126"&gt;@Rodeng&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The command you are trying to use only works when the Nest Learning thermostat has been configured with a second or third fan speed wire. If the RTU does not have a 2 or 3-speed blower motor the command will not be recognized as valid command by the thermostat. &amp;nbsp;&lt;BR /&gt;Now then the Google Home App does have the ability to set a FAN schedule to turn the blower fan on for say 15 minutes every 1 hour from say 12PM until 7PM. &amp;nbsp;&lt;BR /&gt;Would something like this achieve what you want to do?&lt;/P&gt;
&lt;P&gt;The command you are actually looking for is;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sdm.devices.commands.Fan.SetTimer timer.Mode [ON/OFF] , duration (in seconds)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sdm.devices.commands.Fan.SetTimer timer.Mode ON, 3600&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;this turns the blower fan on for 1-hour.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The Cooling Wizard&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 00:28:51 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791354#M62809</guid>
      <dc:creator>CoolingWizard</dc:creator>
      <dc:date>2026-02-16T00:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Nest Gen 4 Fan control script AI</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791400#M62810</link>
      <description>&lt;P&gt;Thank you, however I know I can set the fan to run certain hours, but this is every day, no ability to choose which day.&amp;nbsp; I need a script that Script editor will Validate to run the fan specific hours every Saturday and different hours every Sunday. Like my 40 year old Honeywell Chronotherm does.&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/156457"&gt;@CoolingWizard&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 03:59:10 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791400#M62810</guid>
      <dc:creator>Rodeng</dc:creator>
      <dc:date>2026-02-16T03:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Nest Gen 4 Fan control script AI</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791401#M62811</link>
      <description>&lt;P&gt;I should add, the Script editor AI came up with type device.command.FanMode which Validate wouldn't accept. Gemini came up with a similar FanControl, also rejected.&amp;nbsp; I do not have multispeed HVAC fan motors.&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/156457"&gt;@CoolingWizard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 04:05:42 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791401#M62811</guid>
      <dc:creator>Rodeng</dc:creator>
      <dc:date>2026-02-16T04:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Nest Gen 4 Fan control script AI</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791429#M62812</link>
      <description>&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/659126"&gt;@Rodeng&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can. Create a script that can enquire the day and based on that day then use the script to turn the fan on for the number os seconds you want.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The Cooling Wizard&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 06:28:57 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791429#M62812</guid>
      <dc:creator>CoolingWizard</dc:creator>
      <dc:date>2026-02-16T06:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nest Gen 4 Fan control script AI</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791553#M62813</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I understand your suggestion.&amp;nbsp; I need a little more help though. What would the starter, condition and action script be for this instruction?&amp;nbsp; Also I have not seen "smd" anywhere in the literature.&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/156457"&gt;@CoolingWizard&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 18:12:09 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791553#M62813</guid>
      <dc:creator>Rodeng</dc:creator>
      <dc:date>2026-02-16T18:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nest Gen 4 Fan control script AI</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791680#M62821</link>
      <description>&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/659126"&gt;@Rodeng&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Have you taken any education classes in scripting? &amp;nbsp;Or, are you just starting out as a newbie in coding?&lt;/P&gt;
&lt;P&gt;What is your Project ID:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you registered to use the Google API?&lt;/P&gt;
&lt;P&gt;The sdm pretext is an identifier:Smart Device Manager. &amp;nbsp;When you analyze command&amp;nbsp;&lt;BR /&gt;The Google Nest products have specific commands and traits as a smart device. You need to do proper research and understand what the commands available in the API are. &amp;nbsp;You need this understanding before you ask an AI to generate your script. You can check you Sandbox for the device commands you are looking for.&amp;nbsp;&lt;BR /&gt;To do what need to do will require advanced programing to determine the day-of-week then take action by executing your API specific commands for your device.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Cooling Wizard&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 05:31:07 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791680#M62821</guid>
      <dc:creator>CoolingWizard</dc:creator>
      <dc:date>2026-02-17T05:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Nest Gen 4 Fan control script AI</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791993#M62856</link>
      <description>&lt;P&gt;I replied earlier but this web page froze. I was directed to the Script Editor site and logically thought that the AI should be able to generate useful script but was mistaken.&amp;nbsp; Even Gemini couldn't create a script that was acceptable.&amp;nbsp; I noted that Google Nest does not even appear on the list of supported devices.&amp;nbsp;&amp;nbsp;&lt;A href="https://developers.home.google.com/automations/supported-devices" target="_blank"&gt;https://developers.home.google.com/automations/supported-devices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In any case, I have given up trying to get fan control which should have been a basic app function and will be returning the thermostats to the store and will buy some Ecobees&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/156457"&gt;@CoolingWizard&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 20:13:20 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Nest-Gen-4-Fan-control-script-AI/m-p/791993#M62856</guid>
      <dc:creator>Rodeng</dc:creator>
      <dc:date>2026-02-18T20:13:20Z</dc:date>
    </item>
  </channel>
</rss>

