<?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: How to find currentSensorStateData field paths? in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/471610#M21242</link>
    <description>&lt;P&gt;I have the same problem. With the new script editor, I can finally use the motion data as a starter for my automation. However, even if I can see the device, I cannot use "currentSensorStateData" to read the light level readings. Any idea of when will that be possible?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2023 10:25:45 GMT</pubDate>
    <dc:creator>VictorAdriel</dc:creator>
    <dc:date>2023-08-21T10:25:45Z</dc:date>
    <item>
      <title>How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/444331#M19480</link>
      <description>&lt;P&gt;I'm trying to use the script editor to make an automation that is conditional on the light level reading from my Eve Motion sensor.&lt;/P&gt;&lt;P&gt;For device.state.SensorState, the state field must be a field path like "currentSensorStateData.SmokeLevel.rawValue", but there's no auto-completion and no listing of the possible values. I have no idea what to put here and it's not clear how to figure it out.&lt;/P&gt;&lt;P&gt;How can you see the possible sensor state fields for a given device?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nathanperkins_0-1688320203408.png" style="width: 400px;"&gt;&lt;img src="https://www.googlenestcommunity.com/t5/image/serverpage/image-id/26493i73672FAE72340F0F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="nathanperkins_0-1688320203408.png" alt="nathanperkins_0-1688320203408.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The examples look like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;starters:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;type: &lt;/SPAN&gt;&lt;SPAN class=""&gt;device.state.SensorState&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;device: &lt;/SPAN&gt;&lt;SPAN class=""&gt;My Device &lt;/SPAN&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt; Room Name&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;state: &lt;/SPAN&gt;&lt;SPAN class=""&gt;currentSensorStateData.SmokeLevel.currentSensorState&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;is: &lt;/SPAN&gt;&lt;SPAN class=""&gt;high&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ref: &lt;A href="https://developers.home.google.com/automations/schema/reference/entity/sht_device/sensor_state_state" target="_blank" rel="noopener"&gt;https://developers.home.google.com/automations/schema/reference/entity/sht_device/sensor_state_state&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 17:54:49 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/444331#M19480</guid>
      <dc:creator>nathanperkins</dc:creator>
      <dc:date>2023-07-02T17:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/452244#M19948</link>
      <description>&lt;P&gt;I'm not a coder but I was scanning through the scripted automation examples at&amp;nbsp;&lt;A href="https://developers.home.google.com/automations/example-scripts" target="_blank"&gt;https://developers.home.google.com/automations/example-scripts&lt;/A&gt;&amp;nbsp;and saw a possible (shot in the dark) solution.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;currentSensorStateData.BrightnessLevel.currentSensorState&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If that doesn't work, then my next guess is that since Google Home is cloud-based, it may prevent the automation from functioning as you intend because (if I understand correctly)&amp;nbsp;&lt;SPAN&gt;luminance level measurements may not be a cloud-to-cloud supported sensor trait, yet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Reference:&amp;nbsp;&lt;A href="https://developers.home.google.com/cloud-to-cloud/traits/sensorstate" target="_blank"&gt;https://developers.home.google.com/cloud-to-cloud/traits/sensorstate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For a definitive answer, I recommend that you contact Google Home technical support.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 03:56:04 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/452244#M19948</guid>
      <dc:creator>DWB1973</dc:creator>
      <dc:date>2023-07-16T03:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/453061#M20007</link>
      <description>&lt;P&gt;&lt;a href="https://www.googlenestcommunity.com/t5/user/viewprofilepage/user-id/375005"&gt;@nathanperkins&lt;/a&gt;did you find an answer? I too am looking to utilize my Light Sensors but seems they are just useless at the moment&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 17:23:35 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/453061#M20007</guid>
      <dc:creator>domwhewell</dc:creator>
      <dc:date>2023-07-17T17:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/455789#M20148</link>
      <description>&lt;P&gt;Following&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 04:54:03 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/455789#M20148</guid>
      <dc:creator>sammers</dc:creator>
      <dc:date>2023-07-21T04:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/463316#M20661</link>
      <description>&lt;P&gt;Specifically for Eve motion sensor V2 I opened a ticket with Eve Home support saying I am unable to access the light sensor for automations using the script editor and they replied saying this is a feature Google must implement?! I would have thaught it would be the other way round but ok then...&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 15:28:08 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/463316#M20661</guid>
      <dc:creator>domwhewell</dc:creator>
      <dc:date>2023-08-02T15:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/471610#M21242</link>
      <description>&lt;P&gt;I have the same problem. With the new script editor, I can finally use the motion data as a starter for my automation. However, even if I can see the device, I cannot use "currentSensorStateData" to read the light level readings. Any idea of when will that be possible?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 10:25:45 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/471610#M21242</guid>
      <dc:creator>VictorAdriel</dc:creator>
      <dc:date>2023-08-21T10:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/487922#M22688</link>
      <description>&lt;P&gt;Same issue with the Eve Motion Sensor. I can maybe get away with a time condtion, but the brightness level would be ideal.&lt;BR /&gt;By the way, I tried &lt;EM&gt;BrightnessLevel.currentSensorState&lt;/EM&gt; and is not supported&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 01:54:11 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/487922#M22688</guid>
      <dc:creator>FreemanAMG</dc:creator>
      <dc:date>2023-10-05T01:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/544179#M36024</link>
      <description>&lt;P&gt;Also following, hoping to extract some more sensor state data from Hue motion sensors.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 02:03:52 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/544179#M36024</guid>
      <dc:creator>Chiggyeuh</dc:creator>
      <dc:date>2023-11-08T02:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/547405#M36255</link>
      <description>&lt;P&gt;Same here with the Eve motion sensor. No clue how to use the brightness data provided from the sensor for automations. Feels kinda useless right now.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 12:56:48 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/547405#M36255</guid>
      <dc:creator>deezid</dc:creator>
      <dc:date>2023-11-14T12:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/547477#M36256</link>
      <description>&lt;P&gt;I found some info on another thread, and this (for hue motion sensors) is working! I&lt;/P&gt;&lt;P&gt;’temperatureAmbient’ is what I was looking for. Now to find humidity and lux…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;starters:&lt;BR /&gt;- type: device.state.TemperatureControl&lt;BR /&gt;state: temperatureAmbient&lt;BR /&gt;greaterThan: 25C&lt;BR /&gt;device: Garage Motion Sensor - Garage&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 15:08:48 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/547477#M36256</guid>
      <dc:creator>Chiggyeuh</dc:creator>
      <dc:date>2023-11-14T15:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/550496#M36440</link>
      <description>&lt;P&gt;I'm interested in this as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No problem in setting up the motion sensor in a script and that is working well.&lt;/P&gt;&lt;P&gt;It would be good to use the light level too in a script. It's strange as I can see the light level in the Google Home app for the sensor, but I don't know what starter type I need to use in the script to use this data in an automation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 10:24:25 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/550496#M36440</guid>
      <dc:creator>Crayuk</dc:creator>
      <dc:date>2023-11-22T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/552735#M36667</link>
      <description>&lt;P&gt;I've been struggling with this as well, it looks like when you go to set up an automation (not via script) there's only Occupancy setting, so it does sound like either Eve is not correctly advertising the Lux setting, or Google is not correctly receiving it (but it shows up in the google app when you click on device settings, so I'm leaning towards it being a Google problem)&lt;BR /&gt;&lt;BR /&gt;Hoping that a Google dev out there sees this and can take a look at why these devices are not working...&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 18:22:57 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/552735#M36667</guid>
      <dc:creator>nylonee</dc:creator>
      <dc:date>2023-11-28T18:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/557139#M37367</link>
      <description>&lt;P&gt;Yes I agree. The fact it's in the Google Home App shows the Eve device is sending the data out. It would be good to know how to use this lux data in the script editor.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully someone in the Google Home team will be able to help...?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 13:30:13 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/557139#M37367</guid>
      <dc:creator>Crayuk</dc:creator>
      <dc:date>2023-12-07T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/564140#M38976</link>
      <description>&lt;P&gt;I see officially at&amp;nbsp;&lt;A href="https://www.evehome.com/en-us/eve-motion" target="_blank"&gt;https://www.evehome.com/en-us/eve-motion&lt;/A&gt;&amp;nbsp;at the bottom of the page light level is shown as not available for Google home. However, I do agree that I can see it on Google Home device data. I believe now the issue is that Eve has to implement a specific feature for us to use this in automation, and then I guess Google would have to approve it. Hopefully this won't end up being a chicken and egg problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 02:38:06 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/564140#M38976</guid>
      <dc:creator>HaroldBien</dc:creator>
      <dc:date>2023-12-18T02:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/598905#M44866</link>
      <description>&lt;P&gt;It's a shame there's been no update on this as being able to use the lux data in the script editor would be really useful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 08:04:06 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/598905#M44866</guid>
      <dc:creator>Crayuk</dc:creator>
      <dc:date>2024-02-22T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/601338#M45041</link>
      <description>&lt;P&gt;We can see the light level inside the Google Home app but still cannot use the sensor data for automations.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 19:11:02 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/601338#M45041</guid>
      <dc:creator>deezid</dc:creator>
      <dc:date>2024-02-28T19:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/601350#M45043</link>
      <description>&lt;P&gt;As we search for the solution - what is everybody planning to use the light level for?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 19:37:42 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/601350#M45043</guid>
      <dc:creator>Chiggyeuh</dc:creator>
      <dc:date>2024-02-28T19:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/607269#M45596</link>
      <description>&lt;P&gt;I'd like to auto-adjust my roller-shutters, based on the amount of light that comes from the windows&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 15:39:26 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/607269#M45596</guid>
      <dc:creator>Enitharmon</dc:creator>
      <dc:date>2024-03-19T15:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/609226#M45794</link>
      <description>&lt;P&gt;lightLevel.currenSensorState seems working, but I couldn't find right state, I tried everything (dark, bright, direct sunlight...), no success... rawValue doesn't work, so no chance to use number of lux (Philips Hue outdoor sensor)&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 18:18:54 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/609226#M45794</guid>
      <dc:creator>Adow</dc:creator>
      <dc:date>2024-03-27T18:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find currentSensorStateData field paths?</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/609228#M45795</link>
      <description>&lt;P&gt;I just gave up and added an aeotec hub with matter.&lt;/P&gt;&lt;P&gt;Automations using both light and motion are working flawlessly and everything runs locally and finally absolutely reliably.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matter sensors on Google home have been a huge mess since the Fuchsia 16 update on my and my parents nest hubs.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 18:22:57 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/How-to-find-currentSensorStateData-field-paths/m-p/609228#M45795</guid>
      <dc:creator>deezid</dc:creator>
      <dc:date>2024-03-27T18:22:57Z</dc:date>
    </item>
  </channel>
</rss>

