I have a soil moisture sensor that alerts every time the sensor updates if it's below a threshold. I'd also like to trigger once when the sensor goes above the threshold to send an alert that you've basically watered the soil enough. Is there a simpler way to do this than to create a helper boolean that says we've gone under the threshold and check that boolean once over the threshold and update it and also send my notification?
#Threshold of numeric entity trigger once after going above threshold
1 messages · Page 1 of 1 (latest)