Hi - I'm trying to monitor a device for excessive cycling. Easiest example is a sump pump, but there are many other applications for this. My sump pump is considered running when it's power level exceeds 200W. It normally only runs for 1-2 minutes at a time, and during normal rains it only cycles 3-4x per hour. I'd like to, for example, send notification if it cycles more than 5 times per hour.
First thing is to detect a cycle. If I set trigger as power > 200W, I would then need to wait for power to go <10W to count as a cycle? But what if it runs continuously? A condition I am already monitoring for in another basic rule, but I would need to accommodate here Would be nice to consolidate that functionality here if able to.
Any suggestions on approach to get me started? Admittedly the timers/countdowns/resets in RM are not in my strong suit.
Thanks in advance for your time and wisdom!