Hi.
I have an old non smart washing machine that i want to get notifications from when it´s ready.
I have an IKEA inspelning to work with.
My first attempt is this.
I am basically taking the same approach for my dish washer. Except i also created a template binary sensor that turns on & off based on the smart plug power consumption.
Automation snip:
triggers:
- entity_id:
- binary_sensor.dishwasher_state
from: "on"
to: "off"
for:
hours: 0
minutes: 20
seconds: 0
trigger: state
conditions: []
I do remember it did take a bit of testing to arrive at the right values for what my smart plug was reporting when the machine was actually running through it’s various states. Also, the interval between status updates from the plug can have a bearing on the timings you use in the automation. In my case the smart plug is running Tasmota firmware & it that dates comes via MQTT so i could manipulate (reduce) the time between status updates. By default, in my case, it was reporting state changes every 5 or so minutes.
In case you didn’t already, I would start by just observing the power consumption numbers from the plug to see if you can identify why so many false notifications.
For this kind of thing I highly recomend Blacky’s “Appliance Notifications & Actions - Washing Machine - Clothes Dryer - Dish Washer - ETC” blueprint. It works a charm and is very flexible.