Hey Guys, I’ve seen a bunch of people setup automations for their washing machines to get an alert when it’s done, using a smart plug that monitors power usage. I’m trying to do the same thing but I’m having trouble with the automation side of things.
I’m a HA noob but an IT professional so I know enough to be dangerous, please bare with me… I am running HA 2021.1.5 and trying to create the automation through HA and not YAML
I purchased a TP-Link HS110 and I have it integrated into HA and I can monitor the watts, volts etc. Some might say the hard part is over but I can’t seem to get the automation working and I’ll admit this is my first attempt at a HA automation.
As a proof of concept I’m just trying to get HA to turn on or blink a light when the watts going through the smart plug drop from 100w to less than 3w, as I can see my washing machine idles around 2.24w but never constant 2.24 and when running is over 100w.
I set my trigger type to “state”, entity is “sensor.my_tp_switch_watts”, from is “100”, to is “<3” and then I have it set for “1 minute”. Then I just added an action to flash the kitchen ceiling light.
Can I use the > symbol? I tried without it and just left it at 3w but then realized the machine wouldn’t idle at 3w for 1 minute. Can I not enter a timeframe and just have the trigger go from 100w-3w?
If this is not the right way to do it please let me know, I’ve tried reading through other people experiences but a lot of those posts are from years ago and using YAML, I see a lot of people using True and False instead of number of watts but I don’t understand that.
Any help would be much appreciated!
Cheers,
Ted