I’m trying to adjust my rules to ensure they are triggering only if the condition is applicable for a while (to avoid triggering several times when the value is in the fringe and to filter out potential instantaneous outliers). An example:
when moisture of Palmera <= 42 % for 30 minutes then mail…
However, it seems not to be working. Do you know any way to do something like what I’m asking?