Detecting a peak/rampup of a measurement

This is another way to achieve it, using the Device capabilities app.
The flow part below detects very well if the shower started to run;

When the humidity changed, it checks if the value is 6% higher than the value was a minute ago:
While you don’t want false positives, you have to measure the min/max difference of the humidity values in one minute. 6% works good in my case.

1 Like