So I'm trying to monitor my pressure pump and I want to log the times it's activated...
I was thinking of using a power plug w/ energy meter, but I realized it's more simple to use a vibration sensor instead, setting it to trigger if vibration is detected continuously for more than 5 seconds... (since the pump runs around 10 secs per activation)
To log the date and time, I was going to program a simple web api and create a RULE to hit the URL when sensor is triggered.
But is there a simpler way? perhaps an existing hubitat App?