<?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 Automation Script Help Reboot Nest Wifi Pro in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-Script-Help-Reboot-Nest-Wifi-Pro/m-p/534589#M35137</link>
    <description>&lt;P&gt;Hi, everyone! Currently, I have my Nest Wifi Pro plugged into a smart outlet, which is scheduled to turn off at 03:00 every Sunday and back on at 03:01. I was hoping through the script editor, I would be able to automate this without the 3rd party plug and free it up for something else. I can't seem to clear the script of errors and I'm not really sure how to go about doing so. The very basic code is as follows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;metadata:
  name: Router Reboot
  description: Reboot Wifi network every Sunday morning at 3 AM.
automations:
  starters:
    - type: time.schedule
      at: 03:00 # HH:MM (24 hours format).
      weekdays:
        - SUN
  actions:
    - type: device.command.Reboot
      devices: Blue Point - Living Room&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;"Blue Point" being my router's device name in Google Home and "Living Room" being its location.&lt;/P&gt;&lt;P&gt;The returned error, however, reads:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Blue Point - Living Room] is an invalid device name. The list of valid device names:&lt;/LI-CODE&gt;&lt;P&gt;It lists all of my devices connected to Google Home, including my Wifi network name, so I plugged that into the script instead, but it returns this error:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[device.command.Reboot] is not supported by device. The list of supported commands: [].&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;What am I doing wrong here?&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2023 17:53:30 GMT</pubDate>
    <dc:creator>sbeachx75</dc:creator>
    <dc:date>2023-10-27T17:53:30Z</dc:date>
    <item>
      <title>Automation Script Help Reboot Nest Wifi Pro</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-Script-Help-Reboot-Nest-Wifi-Pro/m-p/534589#M35137</link>
      <description>&lt;P&gt;Hi, everyone! Currently, I have my Nest Wifi Pro plugged into a smart outlet, which is scheduled to turn off at 03:00 every Sunday and back on at 03:01. I was hoping through the script editor, I would be able to automate this without the 3rd party plug and free it up for something else. I can't seem to clear the script of errors and I'm not really sure how to go about doing so. The very basic code is as follows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;metadata:
  name: Router Reboot
  description: Reboot Wifi network every Sunday morning at 3 AM.
automations:
  starters:
    - type: time.schedule
      at: 03:00 # HH:MM (24 hours format).
      weekdays:
        - SUN
  actions:
    - type: device.command.Reboot
      devices: Blue Point - Living Room&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;"Blue Point" being my router's device name in Google Home and "Living Room" being its location.&lt;/P&gt;&lt;P&gt;The returned error, however, reads:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Blue Point - Living Room] is an invalid device name. The list of valid device names:&lt;/LI-CODE&gt;&lt;P&gt;It lists all of my devices connected to Google Home, including my Wifi network name, so I plugged that into the script instead, but it returns this error:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[device.command.Reboot] is not supported by device. The list of supported commands: [].&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;What am I doing wrong here?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 17:53:30 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-Script-Help-Reboot-Nest-Wifi-Pro/m-p/534589#M35137</guid>
      <dc:creator>sbeachx75</dc:creator>
      <dc:date>2023-10-27T17:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automation Script Help Reboot Nest Wifi Pro</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-Script-Help-Reboot-Nest-Wifi-Pro/m-p/534958#M35169</link>
      <description>&lt;P&gt;You're not doing anything wrong, the problem is that Nest Wifi doesn't natively support the reboot command that you're trying to use.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 15:08:36 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-Script-Help-Reboot-Nest-Wifi-Pro/m-p/534958#M35169</guid>
      <dc:creator>David_K</dc:creator>
      <dc:date>2023-10-28T15:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automation Script Help Reboot Nest Wifi Pro</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-Script-Help-Reboot-Nest-Wifi-Pro/m-p/534961#M35170</link>
      <description>&lt;P&gt;Oh, that is... an interesting compatibility choice by Google. Thanks for the affirmation.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 15:15:09 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-Script-Help-Reboot-Nest-Wifi-Pro/m-p/534961#M35170</guid>
      <dc:creator>sbeachx75</dc:creator>
      <dc:date>2023-10-28T15:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automation Script Help Reboot Nest Wifi Pro</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-Script-Help-Reboot-Nest-Wifi-Pro/m-p/551065#M36486</link>
      <description>&lt;P&gt;&lt;A href="https://developers.home.google.com/automations/schema/reference/entity/sht_device/reboot_command" target="_blank"&gt;https://developers.home.google.com/automations/schema/reference/entity/sht_device/reboot_command&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Devices that support rebooting, such as routers." - Their only example is routers and routers are the devices that don't work with the command.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 22:09:02 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Automation-Script-Help-Reboot-Nest-Wifi-Pro/m-p/551065#M36486</guid>
      <dc:creator>matteh</dc:creator>
      <dc:date>2023-11-23T22:09:02Z</dc:date>
    </item>
  </channel>
</rss>

