FAQ - How to Use the Built in Run Status to Display the Appliance Run Status
Visually display the applianceās current run status (e.g., Washing, Error, or Finished + Still Waiting & Read) in your dashboard using a dropdown helper.
Each status input in the blueprint includes example values to get you started, but you can be as creative as you like⦠have some fun with it!
The statuses must match exactly (including case sensitivity) with the ones you defined in each input. If they donāt, the automation will stop running and an error will be logged.
Step 1: Create a Dropdown Helper
In the sidebar, go to Settings ā Devices & Services.
Click the āHelpersā tab at the top.
Click ā+ Create Helperā (bottom right).
Select āDropdownā from the list.
Fill out the fields:
Name: e.g., Washing Machine Fun Status
Icon(optional): e.g., mdi:washing-machine or mdi:format-list-checks
For each status input, enter the run statuses you created in your Dropdown Helper.
The statuses must match exactly (including case sensitivity) with the ones you defined in each input. If they donāt, the automation will stop running and an error will be logged.
Start Status ā The status displayed when the appliance starts.
Watchdog Status ā The status displayed when the watchdog is triggered. If you are not using the watchdog, leave this input blank.
End Status ā The status displayed when the appliance has finished. This can be the final Finished status when you are not using the Reminder Notification Options.
End Reminder Status ā The status displayed when all reminders have been sent and the appliance has not been attended.
End ā Attended Status ā The status displayed when the Reminder Notification Entity detects the appliance has been attended to (e.g., door opened, lid lifted, etc.). This is the final Ready status of your appliance when you are using the Reminder Notification Options.
This is an awesome blueprint, thank you for your hard work.
I have a request:
Its possible to trigger the notification based on a change in state?
I have a samsung washer using smarthings integration, and the power entitie updates slow. The notification sends like 1-2 minutes after beggining.
You can, but the blueprint is really designed to work best with an energy sensor. A delay of 1-2 minutes isnāt significant in the grand scheme of things, and I recommend using it. This way, you wonāt lose any of the extra features.
But if you must then you can trick it by using a template sensor. When the state is ON = 100W and when it is OFF = 0W. Then you can use this as your power sensor, set the Start - Appliance Power Setpoint to 90W with a Start - Power Time Delay of 0.1 just encase you turn it ON you can turn it OFF again and it wont run. Then set your End - Appliance Power Setpoint to 10W.
Go to Settings > Devices & Services > Helpers.
Click ā+ Create Helperā and choose Template > Template a sensor.
Set a Name for your new sensor.
In the State template field, paste the code below.
Replace input_boolean.your_entity_id_here with the actual entity ID you would like to use. Replace the whole entity ID.
Thanks for the quick replies. I figured out that my dishwasher and washer sensors were plugged in wrong. I have that part sorted now⦠so the pictures above are all out of whack. So basically we are starting over. I will provide the most current error image, the yaml as well and then the graph for the time the automation happened.
I am not sure how this will format but⦠I uploaded two screenshots from the trace (see time stamp at top) the first one got to the end and then error at sending the notification for end. The second load got all the way through but i never received a notification for it to end. Also not sure why the process ended early. The graph shows both laundry loads and their power draw.
Your so close. The reason why you are not receiving a notification at the end is because in Energy Tracking you have enabled Enable - End Notify with Energy Used (kWh) but you havenāt selected your 3 input helpers. This FAQ shows you how to create the helpers click here. Once you created the helpers and selected them in the blueprint inputs it should work.
Or go to HA ā Settings- Automations ā Blueprints
right click on the 3 dots right to the automation and choose āReimport Blueprintā
Slightly more clicks but also a possibility
Really great! You made my custom actions obsolete with this new feature!
I really appreciate all your support you are offering here. Hope you have received my donation.
@Blacky I have been having an issue where one of my automations from this blueprint (for the dryer) seems to hang sometimes and thus prevents new instances from running. Iāve been trying to figure out why for a bit. Iāve enabled the watchdog function, but Iāve noticed I donāt get a notification from that either and the automation still hangs from time to time. In an effort to debug, I clicked ātake controlā on the blueprint just so I could see the fully generated yaml. I noticed this in the watchdog section. It seems this is intended to exit the automation and perform the watchdog notifications. Is this valid? Or an error in the blueprint? or did this come from the ātake controlā process or something else? I did not complete the ātake controlā process, so the blueprint still exists as it did for now. Grasping for straws at this point so just wanted to ask.
- choose:
- alias: Perform the custom watchdoog action
conditions:
- condition: template
value_template: >-
{{ 'enable_watchdog_custom_actions' in
include_custom_actions }}
sequence: []
- stop: Stop the automation
This is because you taken control and broken the blueprint.
I really not a fan of that feature. Your best to keep the blueprint intact and ask for help here. If you provide your YAML of your automation with what is happening that is a good starting point. This YAML code are the settings you have selected in the automation so I can help. To do this go into your automation, top right 3 dots, Edit in YAML, copy all the code, come back to the forum and in your reply at the top tool bar click on ā</>ā and paste code in there.
In you power settings you have a running dead zone of 20 min. If you dryer completes before then you wont be notified because the End - Appliance Power Setpoint has to go from above 10 watts to below 10 watts after 20 min. Lets try and remove the running dead zone for now.
End notify looks good!
Time restrictions, you only be notified between 6am to 10pm. All looks good.
Duration Tracking, looks good.
Cycle Counter, looks good.
Watchdog, looks good. I added the same notification tag and updated the message for a clothes dryer. You can remove the tag if you likeā¦
Device Tracker. looks good must be at home (in HA to get it). I am going to disable this for now just to test it then once it is working just enable it again.
Start Notify, is disabled⦠lets enable it to start with for testing so you know it starts then just disable it once it is working.
Hi, I am struggling to detect the end of my clothes dryer. The problem is, that its not an fixed cycles as it detects if the clothes are still wet. And then there also this anti-crease feature at the end of the cycle which turns the clothes every few minutes. At the picture you can see two cycles which are looking completely different. So the start is detected reliable.
We finally go there. Your YAML looks good⦠most of it is custom actions.
Your Power Sensor is wrong unless this is a custom template to then run some actions every day⦠this seams odd. You can do this with my State Notifications & Actions blueprint. This blueprint is really designed to look a an actual power sensor that fluctuates as it goes through a cycle.