Would like to check device every XX minutes for offline status
Bry: I’ll have to try that! Parsing the output is often the biggest pain! It’s very quick and simple to do in Excel, although if you’re new to parsing JSON this way it might not be entirely intuitive....
View ArticleWould like to check device every XX minutes for offline status
Chris_C: Another approach is to use a variable changing to true as your trigger. Then flip it to false at the start of the rule, run your actions, delay for your duration and then flip it back to...
View ArticleWould like to check device every XX minutes for offline status
Our example is we have a hot water circulation pump, we turn it on every 20 minutes for 5 minutes. Read full topic
View ArticleWould like to check device every XX minutes for offline status
It sounds like those are your two events. Or at least one event with delays in the rule. trigger - circ pump turns off flow - wait 20 minutes, turn circ pump on, wait 5 minutes, turn circ pump off...
View ArticleWould like to check device every XX minutes for offline status
I would easily pay DOUBLE the premium subscription for ability to execute every X minutes. I tried putting WGET into CRON jobs on our linux server with HTTP triggers and it resulted in more failures....
View ArticleWould like to check device every XX minutes for offline status
Chris_C: Sounds kind of important though, so I might add a separate rule as a backup. Maybe triggers on the circ pump staying on or off longer than you expect as a failsafe. Or use a daily check at a...
View ArticleWould like to check device every XX minutes for offline status
Technology based solutions are much more fun. But maybe an old fashioned wall timer with those little plastic tabs for on/off might be simpler?...
View ArticleWould like to check device every XX minutes for offline status
Anyone interested in testing a Labs feature that lets you make a single HTTP request and returns the offline status of all your devices in a single request? Send me a PM. Human Readable Format: Motion...
View ArticleWould like to check device every XX minutes for offline status
The labs feature mentioned in my post immediately above is now available for everyone: SmartThings Health and Battery Reports - Labs🧪 If your needs more closely align with the original request at the...
View ArticleWould like to check device every XX minutes for offline status
Hey there @josh, is there an example of the health report with a filter added? I have it running, but I would like to limit it to a few devices. Thanks!! Read full topic
View ArticleWould like to check device every XX minutes for offline status
Labs: SmartThings Health and Battery Reports Announcements What would you want to filter on? Note that you can filter using an expression to filter and map the raw items as you see fit: items =...
View ArticleWould like to check device every XX minutes for offline status
Thanks, I know I am missing a link between a variable and my filtering. It works great, but it shows me all the devices, regardless of the filter. Read full topic
View ArticleWould like to check device every XX minutes for offline status
Check device spelling is correct, also remove the space, so “device”,“device” Edit: my mistake the space makes no difference Read full topic
View ArticleWould like to check device every XX minutes for offline status
yes, the device spelling is accurate. Read full topic
View ArticleWould like to check device every XX minutes for offline status
I literally cannot see any difference between your screenshot and what I’m using for both battery and offline, I remember having a problem at first (Thought it was leaving a space between device) it...
View ArticleWould like to check device every XX minutes for offline status
And you are able to filter? Read full topic
View ArticleWould like to check device every XX minutes for offline status
Yes, Once I corrected the Uppercase in my device names Read full topic
View ArticleWould like to check device every XX minutes for offline status
could you show me a screenshot of yours? Thanks! Read full topic
View ArticleWould like to check device every XX minutes for offline status
Laurie_Dale1: Thanks, I know I am missing a link between a variable and my filtering. It works great, but it shows me all the devices, regardless of the filter. Can you post the entire rule. And use...
View ArticleWould like to check device every XX minutes for offline status
Nezmo: Can you post the entire rule. And use the Take Screenshot option off the three dot menu button when editing. Make sure to redact the token in the URL of the HTTP Action to. I edited your...
View ArticleWould like to check device every XX minutes for offline status
Here is an updated screen shot, thanks! Read full topic
View ArticleWould like to check device every XX minutes for offline status
Laurie_Dale1: Here is an updated screen shot, thanks! In this Rule you are doing the filtering but then just send the unfiltered value (textSummary) to your notification. Is that intended? If you want...
View ArticleWould like to check device every XX minutes for offline status
@Laurie_Dale1 did you resolve your issue? Read full topic
View ArticleWould like to check device every XX minutes for offline status
YES! Sorry for the late response. Read full topic
View Article