I’m wondering if people smarter than me can come up with a way to do this…
I have an entity I use to track the last runtime of my washing machine. Each time a cycle completes, the sensor updates with the latest runtime. The runtime is (currently) stored as “x hours, y minutes, and z seconds” in the sensor to make it easy to read in a UI, but this can be changed if needed.
What I would like to do is determine an “average” runtime of the washing machine based on the history stats of the last runtime sensor values over time. Is there a viable way to do this?
Thanks!