Hello community,
I’m trying to figure out how to know my bread machine is done.
I already have a wifi plug with energy monitoring, so I have the power, energy etc. in HA already.
So, I googled it, but I didn’t found anything useful, do you know if there is already something existing ?
Then I thought about creating some kind of algorithm to check when to power goes to 0, but there are multiple “power waves” (and not always the same number). See:
I also thought about having some kind of timer (because the bread machine has some fixed time programs), but we are not always using the same program (we use multiple programs: big bread, small bread, black bread, etc). So it means I have to enter manually what kind of bread we do and the point is to have it fully automated.
The global idea is to have a binary_sensor going on when the machine is starting and off when it’s done, so I can trigger a notification.
So questions are: is there something already existing ? How would you do it ?
(For the story, the bread machine is in the technical/laundry room, because it does some noise and we can’t hear the machine ringing when bread is done.)
Thanks,
Thomas