<?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: Scheduling devices to turn off no longer works in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555738#M36988</link>
    <description>&lt;P&gt;Exactly the same is happening to me.&amp;nbsp; Routines I've used literally for years suddenly don't work because of this (routine contains a "timed" command which GH can no longer execute). I have not made any changes to any of my GH environment, so I can only assume this is some random Google wisdom,&lt;/P&gt;&lt;P&gt;I don't want a work-around: the whole point of a smart socket is that you can control it in this kind of flexible way, turn something on in 5 minutes, turn something off at a specific time etc.&lt;/P&gt;&lt;P&gt;Devices are on sockets defined as "LAMPS" in GH.&lt;/P&gt;&lt;P&gt;Can we have this set back to the way it was, please?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 08:59:06 GMT</pubDate>
    <dc:creator>davemad</dc:creator>
    <dc:date>2023-12-05T08:59:06Z</dc:date>
    <item>
      <title>Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555688#M36977</link>
      <description>&lt;P&gt;Something changed this week and I can no longer "Hey Google turn off the fan in 3 hours"&lt;/P&gt;&lt;P&gt;It is giving me a "Sorry because of potential risk to safety I can't schedule actions for devices configured as outlets".&lt;/P&gt;&lt;P&gt;My fan is hooked up through a TP Kasa smart outlet. I have the device configured as a "fan" within the app and was previously able to schedule events. Now it shows as a "fan (outlet)" device and this is action is no longer possible.&lt;/P&gt;&lt;P&gt;Is there a work-around? Some people are smart enough not to put space heaters and curling irons on their smart devices... @@&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 04:05:54 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555688#M36977</guid>
      <dc:creator>Automation009</dc:creator>
      <dc:date>2023-12-05T04:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555738#M36988</link>
      <description>&lt;P&gt;Exactly the same is happening to me.&amp;nbsp; Routines I've used literally for years suddenly don't work because of this (routine contains a "timed" command which GH can no longer execute). I have not made any changes to any of my GH environment, so I can only assume this is some random Google wisdom,&lt;/P&gt;&lt;P&gt;I don't want a work-around: the whole point of a smart socket is that you can control it in this kind of flexible way, turn something on in 5 minutes, turn something off at a specific time etc.&lt;/P&gt;&lt;P&gt;Devices are on sockets defined as "LAMPS" in GH.&lt;/P&gt;&lt;P&gt;Can we have this set back to the way it was, please?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 08:59:06 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555738#M36988</guid>
      <dc:creator>davemad</dc:creator>
      <dc:date>2023-12-05T08:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555871#M37013</link>
      <description>&lt;P&gt;One reason why GH isn't allowing this is because the Assistant can misunderstand commands easily and if it misunderstood what it was supposed to turn on or off in the future, the consequences could be unwanted. A solution (and I don't believe it to be a "work around" because it is why scripts exist) is to use a script with a rather unique sounding starter. For example the following script works well for this purpose and starts with the less than usual phrase, "Take care of the fan":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;metadata:
  name: Time event test
  description: Tests if a socket can turn off after a given time
automations:
  starters:
    - type: assistant.event.OkGoogle
      eventData: query
      is: Take care of the fan
  actions:
    - type: time.delay
      for: 2 min
    - type: device.command.OnOff
      on: false
      devices: Fan switch - Family room&lt;/LI-CODE&gt;&lt;P&gt;This is a good solution for&amp;nbsp; two reasons. Firstly, if you used a starter like "Turn off the fan in 2 minutes" it may work or GH may trigger into "safety mode" because you chose a command similar (if not identical to) a known command. Therefore, chose a starter unique to your way of thinking. In our house we have a number of starters that begin with, "Hey Google, start..." For example, instead of "Hey Google, turn on the fan switch", we have "Hey Google, start the fan switch". This is only used when trying initiate a routine that does more than just turn on the fan switch. Secondly, this reduces the potentially dangerous error of GH turning something on or off unexpectedly because the starter is unique and the script is unambiguous.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:49:03 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555871#M37013</guid>
      <dc:creator>salbando</dc:creator>
      <dc:date>2023-12-05T15:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555874#M37014</link>
      <description>&lt;P&gt;The script is an interesting idea. However, in my case, the problem is occurring when running a routine (so Google has to understand the routine run command anyway and therefore can't be an issue of misunderstanding).&lt;/P&gt;&lt;P&gt;Update: I can run the command "Hey Google: Switch on the bedroom lights in 5 minutes" on my Google Nest Hub (screen), but not on any of my other (speaker) devices.&lt;/P&gt;&lt;P&gt;Go figure.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:55:17 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555874#M37014</guid>
      <dc:creator>davemad</dc:creator>
      <dc:date>2023-12-05T15:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555883#M37016</link>
      <description>&lt;P&gt;Oh, I agree that if GH still misunderstands the starter that you choose for your routine, then it could still turn on or off something unintended. The idea is that if it sounds unique enough, that it will minimize that potential. Additionally, it seems to be Google's compromise between safety and utility. If I were to imagine that I were Google, my thinking might be this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If we let users just say, Hey Google turn off the fan in two minutes, then this could accidently be heard by the assistant anytime. Maybe someone said it, maybe it misheard something from the TV...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If we make them script it and put a warning that scripts can cause "unexpected behaviors" then we minimize this error and our liability.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;However, it is also strange that it works on Nest Hub. Maybe I am just off base or maybe they haven't got around to disabling it on the Nest Hub yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 16:15:04 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555883#M37016</guid>
      <dc:creator>salbando</dc:creator>
      <dc:date>2023-12-05T16:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555890#M37018</link>
      <description>&lt;P&gt;Personally I think this is the result of some tweaks Google has made and will probably end up working soon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same happened a year ago when "set a radio alarm" just stopped working and I had to use "set a music alarm" instead. "Set a radio alarm" works just fine now.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 16:26:15 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/555890#M37018</guid>
      <dc:creator>davemad</dc:creator>
      <dc:date>2023-12-05T16:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/556039#M37042</link>
      <description>&lt;P&gt;Similar problem for me - I have a routine that had been working for a long time and now I get the "safety" message. I just want the routine to set lights to a certain brightness, turn them off and then turn them back on at a specific time later. Now my smart outlet can't be turned on at a certain time even though it is set as "lights" - it still puts (outlet) next to "lights" and won't let it be turned on at the set time. Same with the light switch.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 20:52:39 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/556039#M37042</guid>
      <dc:creator>Quercus</dc:creator>
      <dc:date>2023-12-05T20:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/556067#M37047</link>
      <description>&lt;P&gt;Here's what I got from someone on a help chat for Google Home support:&lt;/P&gt;&lt;P&gt;1:10:53 PM Eduardo: It appears that Google Home is currently restricting the ability to schedule routines that involve turning on or off outlets or switches, even if they are defined as lights. This could be due to safety concerns related to potential hazards associated with automatically controlling outlets or switches.&lt;BR /&gt;While it's understandable that you'd like to schedule your lights to turn on at a specific time, this safety measure is in place to prevent potential electrical issues or accidental activation of devices connected to outlets or switches.&lt;BR /&gt;For now, you may need to find alternative ways to automate your lights, such as using smart bulbs or other smart lighting devices that can be directly controlled through their respective apps or ecosystems. These devices often have built-in scheduling capabilities and may not be subject to the same restrictions as controlling outlets or switches through Google Home.&lt;/P&gt;&lt;P&gt;Basically, use something other than Google Home is the solution?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 21:45:58 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/556067#M37047</guid>
      <dc:creator>Quercus</dc:creator>
      <dc:date>2023-12-05T21:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/556199#M37055</link>
      <description>&lt;P&gt;Mine worked fine 22 hours ago, so I assume they did an update and messed something up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 01:51:39 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/556199#M37055</guid>
      <dc:creator>Gsturner6386</dc:creator>
      <dc:date>2023-12-06T01:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/557161#M37373</link>
      <description>&lt;P&gt;What's particularly galling is that it doesn't work to turn things OFF. I think if you stretch enough maybe you can come up with a reason that turning something on may be an issue but off? No. Similarly, outlets can be noted as specific devices like fan, heater, etc besides light so I can see why some might be restricted but the new restriction on them all is particularly annoying&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 14:35:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/557161#M37373</guid>
      <dc:creator>Pyrephox</dc:creator>
      <dc:date>2023-12-07T14:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/557733#M37451</link>
      <description>&lt;P&gt;got the same problem has anyone found a work around this yet please, its a real pain and to me unsafe as I forget to turn off something now I cant set a timer&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 15:55:42 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/557733#M37451</guid>
      <dc:creator>sealover1</dc:creator>
      <dc:date>2023-12-08T15:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/557798#M37454</link>
      <description>&lt;P&gt;I called support and they said that they would have to send it up the chain. They could give no information about time lines, not even day, week, month, year, or years level of a timeline.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 18:38:01 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/557798#M37454</guid>
      <dc:creator>Pyrephox</dc:creator>
      <dc:date>2023-12-08T18:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558605#M37531</link>
      <description>&lt;P&gt;any other alternatives to google home? to set these&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 03:56:58 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558605#M37531</guid>
      <dc:creator>WhiteElmo</dc:creator>
      <dc:date>2023-12-10T03:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558645#M37535</link>
      <description>&lt;P&gt;Oddly it actually still works when you use Google Assistant through your phone&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 10:46:01 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558645#M37535</guid>
      <dc:creator>Pyrephox</dc:creator>
      <dc:date>2023-12-10T10:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558687#M37538</link>
      <description>&lt;P&gt;It dont work on my phone&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 13:46:07 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558687#M37538</guid>
      <dc:creator>sealover1</dc:creator>
      <dc:date>2023-12-10T13:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558694#M37540</link>
      <description>&lt;P&gt;Does it give the same error or something else? Mine doesn't have an issue doing it from my phone and responds with the scheduled time&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 14:20:18 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558694#M37540</guid>
      <dc:creator>Pyrephox</dc:creator>
      <dc:date>2023-12-10T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558697#M37541</link>
      <description>&lt;P&gt;yes mate says&amp;nbsp;&lt;SPAN&gt;because of potential risk to safety I can't schedule actions for devices configured as outlets tried changing it to all sorts its a right pain I used it a lot&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 14:42:53 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558697#M37541</guid>
      <dc:creator>sealover1</dc:creator>
      <dc:date>2023-12-10T14:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558752#M37547</link>
      <description>&lt;P&gt;Interesting. It works fine on an old pixel of mine and my Samsung but not new or old Home/Nest devices&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 16:42:01 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/558752#M37547</guid>
      <dc:creator>Pyrephox</dc:creator>
      <dc:date>2023-12-10T16:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/559156#M37608</link>
      <description>&lt;P&gt;Same issue for me.&amp;nbsp; It has been reported as firmware update bug.&amp;nbsp; This has been ongoing for a few weeks yet google does not seem to care about fixing this issue&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 10:37:44 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/559156#M37608</guid>
      <dc:creator>photolarry1</dc:creator>
      <dc:date>2023-12-11T10:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling devices to turn off no longer works</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/559157#M37609</link>
      <description>&lt;P&gt;Same issue is happening for me after an update a month ago which no longer allows timed on or off for device.&amp;nbsp; Example .... turn on device for 10 minutes gives error that it is security risk....which is BS.&amp;nbsp; This worked for YEARS!!!!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 10:39:40 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Scheduling-devices-to-turn-off-no-longer-works/m-p/559157#M37609</guid>
      <dc:creator>photolarry1</dc:creator>
      <dc:date>2023-12-11T10:39:40Z</dc:date>
    </item>
  </channel>
</rss>

