I want to send a pushover notification when the roller shutter go up or down.
i configured a rule:
if $rolladen.dimlevel changes than push… (send the dimlevel to pushover)
problem:
the roller shutter takes some seconds to go from 100% to lets say 20%.
because of this the pushover plugin sends a lot of notifications … 90%…70%…and so on … until 20%.
what i need is a attribute like in “variable comparision” named “duration” to set a timeperiod in which changes must not happen.
or is there an other solution?