I recorded my washing machines power usage throughout the “Cottons” washing cycle which gave me an interesting set of data points shown here:
Has there been any work done in the data pattern detection space? I can see there are statistics
and history_stat
sensors, which is fair enough, but nothing that does pattern detection.
Crazy to think that we have machine vision solutions like movement detection for cameras, yet no pattern detection for data.
The sensor would take a data set as input and compare it to another sensor that records power usage for example. As the difference between data set and power sensor is aligned to the changes seen in the dataset, we can turn on a binary_sensor to show that the data set matches.
This is not instantaneous, the user could supply a confidence value. If 20% of dataset (thus far) matches, trigger binary sensor to on.
This has lots of applications I imagine…beyond detecting which bloody cycle your washer is running!
What are your thoughts?