First of all, congratulations on the blueprint, itās fantastic!
Regarding the Run Status, Iām confused.
I created the following statuses for a microwave Iām using your blueprint for:
Idle - When itās stopped;
Heating - When itās running (Run Start);
Finished - When it finishes (Run End).
The problem is that it only alternates between āHeatingā and āFinished,ā never leaving āFinishedā and never returning to the āIdleā status.
If I put āIdleā in the End Status, it only alternates between āIdleā and āHeating,ā and I donāt have the status of exact momento when itās finished.
How do I switch between the different statuses?
I thought it would have one status when stopped, another when running, and another that would only change to finished and return to idle after a few seconds.
Currently, Iāve created another automation that switches from Finished to Idle as soon as it enters Finished mode, and itās working as I expected, but Iād like to know if thereās a way to do this natively.
First of all, congratulations on the blueprint, itās fantastic!
Regarding the Run Status, Iām confused.
I created the following statuses for a microwave Iām using your blueprint for:
Idle - When itās stopped;
Heating - When itās running (Run Start);
Finished - When it finishes (Run End).
The problem is that it only alternates between āHeatingā and āFinished,ā never leaving āFinishedā and never returning to the āIdleā status.
If I put āIdleā in the End Status, it only alternates between āIdleā and āHeating,ā and I donāt have the status of exact momento when itās finished.
How do I switch between the different statuses?
I thought it would have one status when stopped, another when running, and another that would only change to finished and return to idle after a few seconds.
Currently, Iāve created another automation that switches from Finished to Idle as soon as it enters Finished mode, and itās working as I expected, but Iād like to know if thereās a way to do this natively.
Iāve been enjoying this for my washing machine a lot.
I recently got a 3d printer with integration that can show state.
It would be amazing to, if possible track an entity state other than power, as it can be more precise (in my case, start state would be: printing, instead of >17w for more than 0.5m)
Hope it makes sense, would be a great addition, not just for 3d printing, but any device with a state, that doesnāt require guessing based on power.
I just did 2 prints back to back, and never hit the end state, because power tracking didnāt hit it, but state wouldāve.
What i have seen so far, they updated automatically when you open up again as you selected to override (same name and path fornthe blueprint after all)
It is saying that the time should be positive. Have you got a negative.
If you would like me to look at it could you please provide us your YAML of the automation? 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.
So when you get to this point you should be able to end the automation. The repeat count is for haw many times your end settings must be met before it can end.
No, you have start and end. If you would like more then you would put a door sensor on the microwave and use the Reminder Notification Options. Then you can have
Heating
Food is ready (Finished).
Idle (when you open the door and it has been attended to thus ready for more).
Yeah what you do is convert the state (printing) to a number value using a template sensor. Then you just use that template sensor as the trigger and in this case 15 watts.
To create a Template sensor, follow these steps:
Navigate to Settings > Device & Services > Helpers tab at the top.
Click the Create helper button.
Select Template and then choose Sensor.
Next, provide a Name, Unit of measurement, Device class and State class of your choice. If applicable, you can link this template to an existing device so it appears under that deviceās details.
In the State template field, add the code below, replacing sensor.your_3d_printer_status with your entity ID.
In this case you just re-import it and all your existing automations will be fine. You just have to be careful that blueprint authors donāt change inputs as that can break them. I normally will notify you in the release notes if this happens. This one is all good.
Hmmm, i reimported the project, but i was forced to make all settings again as the automation was empty. Maybe i was wrong in something? I just pressed the āreimportā option in the project.
How would I go about adding a reminder state if say the washing machine hasnāt been unloaded? I have a zigbee plug Iām using to trigger the running and end state via the power output on both the washer and the dryer. I have a zigbee contact sensor on the dryer door.
Do I add a custom action before the end action to wait āXā time and then select the āreminderā state in my dropdown? Iāll also add a TTS reminder before the end state to broadcast it to my Amazon echo devices. Is this the best way, or should I do something else?
Can I change the color of the icon in the dashboard to change based on the state/status of the washer?
I had a quick look at your yaml. In End Notify you have enabled a Reminder Notification Option but you will need to input a Reminder Notification Entity. Normally this will be a door contact sensor. If you donāt have a entity for this input (option) then disable this option and test it out.
This is already built into it. Look in End Notify and the Reminder Notification Options. Select the option you would like to use and add your zigbee contact sensor on the dryer door to the Reminder Notification Entity. Below that set the following 4 inputs below.
Iām trying to just change the dropdown status so that it shows up as a reminder on my dashboards and my TTS announcements made over my Echo speakers. It does this now based on the the āend run statusā for ārunning, complete, and offā but I canāt figure out how to change it to utilize the āend reminder statusā. I hope that makes sense.
@Blacky
Iām having a issue where Iām getting alerts broadcast to my Echo devices based on my custom actions when theyāre outside of the Notify Time Restrictions. This morning at 9am it broadcast to my Echo devices even though itās outside of the time restrictions and woke up my daughter. Do I need to add something in my custom actions to restrict the time?