Hello,
When I select a movement detection device I get an information on how long it hasn’t detected a movement.
How can I access this data in order to use it in a flow (…AND “nomvt” > xx THEN…) ?
Hello,
When I select a movement detection device I get an information on how long it hasn’t detected a movement.
You could turn your question around. There’s a ‘When’ card: the zone has been inactive for x minutes. You could use it to start your flow. Or, if you want something else to start your flow, you could use it in combination with the ‘zone became active’ when card to set a boolean value that you can test in your flow.
Andy
I have a workaround by setting a chronograph WHEN the device becomes inactive AND checking if ‘inactive’ > xx
I was just wondering it was possible to directly access the inactive delay since its value appears in the device properties
This “Then” card of the Device Capabilities app called “Retrieve the insights value from…”, can retrieve the last changed value, and the “time since” (amongst much more info!).
Now you can build a flow like this:
(Note: “from 0 minutes ago” means: the most recent change)
Result: