Your missing 3 input number helpers.
This is the FAQ on how to create them click here
Blacky
Any plans for it?
Thanx a lot for your work!
Iām assuming you have a sump pump and want to be alerted if it fails. A common method is to use an additional sensor to detect high water levels.
Sump pumps can run and draw power without actually pumping water⦠due to issues like clogs, blocked hoses, or debris in the impeller (leaves, plastic bags, rocks, etc.). To detect this, you can use a float switch, a water contact sensor, or even a moisture sensor compatible with Home Assistant.
Placement is key: position the sensor just above the normal water level when everything is working properly. That way, youāll be notified immediately if something goes wrong.
If itās a critical setup, you could even automate turning on a second sump pump as soon as youāre alerted.
Anyway bit of topic for this blueprint but you would use my State Notifications & Actions blueprint with these types of sensors.
Blacky
Thanx a lot for your reply!
well iāve been using sonoff power meter socket with my water pump and ifttt automation for more then 3 years ant it worked perfect.
But now iām with HA and want to use it. So my idea was to monitor pumpās consumption. If consumption is around 0 watts within 5 days for example - it means that smth is wrong - thatās the blueprint i wanted to find. And the second part - is your blueprint that sends error if pumpās consumption is more then lets say 300 wats within one cycle. It means that the pump is running more then it should - so itās stuck or the hose is torn inside or smth like this.
Hi Blacky, thanks for coming back!
This sensor specified here at Reminder Notification Entity is taking care of stopping further reminder once the door has opened.
I was referring more to the initial notification that the wasching maschine is finished. This message remains on the mobile and must be clicked or swiped, it is not cleared by the door sensor, at least in my case.
Greetings, Bastian
I see this has been asked before, but my dryer is a 4 prong so power monitoring is difficult. Any way to use this automation with a vibration sensor? If not is there another similar blueprint that we can use for that?
Oh, I see⦠if youāre using an Android device, you can select the Sticky Notification option in the Start Notify or End Notify settings.
If youāre on iOS, the notification disappears as soon as you tap it⦠unfortunately, thatās just how iOS works. Itās one thing I really dislike, but I canāt fix it since itās an iOS limitation.
I havenāt set it up so that the notification clears when the door is opened, because that kind of behavior can only be done on Android devices.
Iāve actually asked the Home Assistant team in a WTH to develop their own unified notification platform⦠something that works the same across all devices, regardless of whether youāre on Android or iOS.
Right now, itās a pain having to build in different options for each platform. It makes the blueprint more complex and potentially confusing. Hopefully, HA can eventually link notifications directly to their mobile app and create a more consistent experience.
Iām not sure if itās possible, but thatās up to the HA devs.
Blacky
I have custom actions setup to get the notifications in telegram when it starts and ends. Is it possible to set it up to also get the Reminder Notification with custom actions/telegram? Currently it seems like you can only use the reminder notification to work with the HA notifications?
No, you can use it with a vibration sensor but your 4 prong power monitor should be able to do it. You looking for the entity that measures the current power in watts. If you are unsure maybe take a screenshot of the device and all then entities you have so I can see what you have.
Blacky
Oh sorry to be unclear, I donāt have a power monitor for the dryer. Its a 4 pronged plug, and I didnāt really see any zigbee power monitors for that. So I got a vibration sensor to achieve the same goal.
Kudos! just discovered your blueprints so far very logical, which many are not lol.
Iām using it for the washing machine and I was wondering if there is a way to delay based on the state of another entity? I have a binary sensor for the dryer running.
I tried to search the thread but the excerpts donāt show enough
Unfortunately, this blueprint runs very slowly in HA 2025.4.3! It takes a long time for the data to be entered.
Hi Paul, no there is no way to do this. You should be able to handle it all through the power sensor.
Blacky
Welcome to the community.
I am on 2025.4.3 and it works fine with no delay (supper fast). Try Rebooting (not restart) your HA.
Blacky
Thanks for your wonderful Blueprint!
Iāve setup two of them, for my washing machine and dryer. Unfortunately I donāt receive a notification. I do when I start the automation manually.
In the trace I get an āerrorā like āstopped because maximum parallel actions are reachedā. Can I dig deeper for a more detailed error? Or can anyone see what is happening?
See screenshot below. Itās in Dutch, but maybe you can make something out of it, or can tell me where to check
When you run it manually it skips all the trigger and global conditions.
This is stopped at your Global Conditions you entered. Check the conditions you entered in and make sure they are true.
Blacky