<?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 Google Home automation Nest Protect Broken in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-automation-Nest-Protect-Broken/m-p/621485#M46638</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I wrote an&amp;nbsp; automation using YAML on Home.google.com and it used to flash/pulse all my Philips hue lights red and blue and then stay red.&amp;nbsp; Everytime Someone burnt their toast or cooked with too much smoke the routine WOULD Flash the Hue lights red and blue for several minutes and cut off power to the Oven via a contactor powered by a smart plug. .&amp;nbsp; I wrote this automation sometime in mid 2023 and worked perfectly for many months after that. Something happened 2-3 weeks ago and this routine no longer works. Maybe a software update broke the routine? It also turned of the relay connected to smart plug to cut power to my electric stove/oven.&amp;nbsp; One month ago (April 20th 2024?) the automation broke (due to a software update).&lt;BR /&gt;&lt;BR /&gt;Here is a snapshot of the script (partial):&lt;/P&gt;&lt;P&gt;name: Smoke detector lightsS&lt;BR /&gt;description: When smoke is detected, flash lights red and blue.&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: device.state.SensorState&lt;BR /&gt;device: Kitchen(KitchenSmokeAlarm) - Kitchen&lt;BR /&gt;state: currentSensorStateData.SmokeLevel.currentSensorState&lt;BR /&gt;is: high&lt;BR /&gt;- type: device.state.SensorState&lt;BR /&gt;device: Basement(BasementReal) - Downstairs&lt;BR /&gt;state: currentSensorStateData.SmokeLevel.currentSensorState&lt;BR /&gt;is: medium&lt;BR /&gt;- type: device.state.SensorState&lt;BR /&gt;device: Hallway(UpstairHallwaySmokeAlarm) - Basement&lt;BR /&gt;state: currentSensorStateData.SmokeLevel.currentSensorState&lt;BR /&gt;is: medium&lt;/P&gt;&lt;P&gt;actions:&lt;BR /&gt;# Setting color will automatically turn on the lights.&lt;BR /&gt;- type: assistant.command.Broadcast&lt;BR /&gt;message: There is smoke in the house, Danger.&lt;BR /&gt;# No need to add a separate OnOff command.&lt;BR /&gt;- type: device.command.ColorAbsolute&lt;BR /&gt;devices:&lt;BR /&gt;- Living Room Lights - Living Room&lt;BR /&gt;color:&lt;BR /&gt;name: "red"&lt;BR /&gt;- type: time.delay&lt;BR /&gt;for: 5sec&lt;BR /&gt;- type: device.command.OnOff&lt;BR /&gt;devices: Living Room Lights - Living Room&lt;BR /&gt;on: false&lt;BR /&gt;- type: time.delay&lt;BR /&gt;for: 5sec&lt;BR /&gt;- type: device.command.ColorAbsolute&lt;BR /&gt;devices:&lt;BR /&gt;- Living Room Lights - Living Room&lt;BR /&gt;color:&lt;BR /&gt;name: "blue"&lt;/P&gt;&lt;P&gt;.................&lt;/P&gt;&lt;P&gt;Here is the execution/error log ( from home.google.com script editor console). Right after the Nest&amp;nbsp; smoke alarm went of due to a burnt toast, &amp;nbsp; and the automation&amp;nbsp; to pulse all home lights red and blue should should have been triggered:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[0].name] [string_value: "SmokeLevel"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[0].current_sensor_state] [string_value: "smoke detected"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[0].alarm_state] [string_value: "ALARM"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[0].alarm_silence_state] [string_value: "ALLOWED"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[1].name] [string_value: "CarbonMonoxideLevel"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[1].current_sensor_state] [string_value: "no carbon monoxide detected"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[1].raw_value] [float_value: 0.0].&lt;/P&gt;&lt;P&gt;Somehow the Kitchen Nest Protect and other alarms are&amp;nbsp; registering as [Device not Found] instead of KitchenSmokeAlarm or something.&amp;nbsp; This is why lights are not flashing after Nest Protect smoke alarm is triggered, nor is it cutting off power to the electric stove. Please suggest what may have gone wrong.&amp;nbsp; Nest Really needs to integrate their Protect with Google home ecosystem better so that every update does not break it!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 18 May 2024 08:04:57 GMT</pubDate>
    <dc:creator>Sandawg</dc:creator>
    <dc:date>2024-05-18T08:04:57Z</dc:date>
    <item>
      <title>Google Home automation Nest Protect Broken</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-automation-Nest-Protect-Broken/m-p/621485#M46638</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I wrote an&amp;nbsp; automation using YAML on Home.google.com and it used to flash/pulse all my Philips hue lights red and blue and then stay red.&amp;nbsp; Everytime Someone burnt their toast or cooked with too much smoke the routine WOULD Flash the Hue lights red and blue for several minutes and cut off power to the Oven via a contactor powered by a smart plug. .&amp;nbsp; I wrote this automation sometime in mid 2023 and worked perfectly for many months after that. Something happened 2-3 weeks ago and this routine no longer works. Maybe a software update broke the routine? It also turned of the relay connected to smart plug to cut power to my electric stove/oven.&amp;nbsp; One month ago (April 20th 2024?) the automation broke (due to a software update).&lt;BR /&gt;&lt;BR /&gt;Here is a snapshot of the script (partial):&lt;/P&gt;&lt;P&gt;name: Smoke detector lightsS&lt;BR /&gt;description: When smoke is detected, flash lights red and blue.&lt;BR /&gt;automations:&lt;BR /&gt;- starters:&lt;BR /&gt;- type: device.state.SensorState&lt;BR /&gt;device: Kitchen(KitchenSmokeAlarm) - Kitchen&lt;BR /&gt;state: currentSensorStateData.SmokeLevel.currentSensorState&lt;BR /&gt;is: high&lt;BR /&gt;- type: device.state.SensorState&lt;BR /&gt;device: Basement(BasementReal) - Downstairs&lt;BR /&gt;state: currentSensorStateData.SmokeLevel.currentSensorState&lt;BR /&gt;is: medium&lt;BR /&gt;- type: device.state.SensorState&lt;BR /&gt;device: Hallway(UpstairHallwaySmokeAlarm) - Basement&lt;BR /&gt;state: currentSensorStateData.SmokeLevel.currentSensorState&lt;BR /&gt;is: medium&lt;/P&gt;&lt;P&gt;actions:&lt;BR /&gt;# Setting color will automatically turn on the lights.&lt;BR /&gt;- type: assistant.command.Broadcast&lt;BR /&gt;message: There is smoke in the house, Danger.&lt;BR /&gt;# No need to add a separate OnOff command.&lt;BR /&gt;- type: device.command.ColorAbsolute&lt;BR /&gt;devices:&lt;BR /&gt;- Living Room Lights - Living Room&lt;BR /&gt;color:&lt;BR /&gt;name: "red"&lt;BR /&gt;- type: time.delay&lt;BR /&gt;for: 5sec&lt;BR /&gt;- type: device.command.OnOff&lt;BR /&gt;devices: Living Room Lights - Living Room&lt;BR /&gt;on: false&lt;BR /&gt;- type: time.delay&lt;BR /&gt;for: 5sec&lt;BR /&gt;- type: device.command.ColorAbsolute&lt;BR /&gt;devices:&lt;BR /&gt;- Living Room Lights - Living Room&lt;BR /&gt;color:&lt;BR /&gt;name: "blue"&lt;/P&gt;&lt;P&gt;.................&lt;/P&gt;&lt;P&gt;Here is the execution/error log ( from home.google.com script editor console). Right after the Nest&amp;nbsp; smoke alarm went of due to a burnt toast, &amp;nbsp; and the automation&amp;nbsp; to pulse all home lights red and blue should should have been triggered:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[0].name] [string_value: "SmokeLevel"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[0].current_sensor_state] [string_value: "smoke detected"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[0].alarm_state] [string_value: "ALARM"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[0].alarm_silence_state] [string_value: "ALLOWED"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[1].name] [string_value: "CarbonMonoxideLevel"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[1].current_sensor_state] [string_value: "no carbon monoxide detected"].&lt;/P&gt;&lt;P&gt;03/05/2024 02:48:21&lt;BR /&gt;[INFO] Automation started by: [device not found] because [home.graph.traits.SensorState/current_sensor_state_data[1].raw_value] [float_value: 0.0].&lt;/P&gt;&lt;P&gt;Somehow the Kitchen Nest Protect and other alarms are&amp;nbsp; registering as [Device not Found] instead of KitchenSmokeAlarm or something.&amp;nbsp; This is why lights are not flashing after Nest Protect smoke alarm is triggered, nor is it cutting off power to the electric stove. Please suggest what may have gone wrong.&amp;nbsp; Nest Really needs to integrate their Protect with Google home ecosystem better so that every update does not break it!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 18 May 2024 08:04:57 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Google-Home-automation-Nest-Protect-Broken/m-p/621485#M46638</guid>
      <dc:creator>Sandawg</dc:creator>
      <dc:date>2024-05-18T08:04:57Z</dc:date>
    </item>
  </channel>
</rss>

