Do you know if there is a way to detect if there were 3 consecutive rising data points between min and max in the past 24 hours. Highlighted in red. This rule needs to run every 15 to 30 minutes for 26 elements.
Do you know if there is a way to detect if there were 3 consecutive rising data points between min and max in the past 24 hours. Highlighted in red. This rule needs to run every 15 to 30 minutes for 26 elements.
Pseudo code but it might require having to use a tag (or maybe you can find another way to persist it?)
But for every time that the "tagval" is greater than the "prevvalue", do a counter+1.
If less than or equal to, reset the counter.
If counter ever reaches 3, then you can trigger a notification