Threshold for sensor value changes
A lot of my rules are triggerd right now by changing values e.g. for temperature or luminance.
But only in case that the value is above or below a specific value the rule has to be executed. So the rule starts at every changing of the sensor value runs through but nothing happens as the threshold is not matched.
This brings a lot of traffic for the controller.
So my idea is to add a new micro block for :
change from above to below threshold andchange from below to above threshold for a specific sensor
With this a rule would be triggered in that case only when there is the intended necessity to be executed and the burdon for the controller would be minimized.
Maybe someone has this realised already with the existing blocks in the rule creator???
Regards
Bernd
Couldn't you just incorporate the threshold into the trigger for the rule, e.g.
When (temperature < 5) or (temperature > 20)
?
Couldn't you just incorporate the threshold into the trigger for the rule, e.g.
When (temperature < 5) or (temperature > 20)
?
Replies have been locked on this page!