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.
Hi - this seems to be exactly what iāve been after and as similar posts have suggested I am using it to trigger heating on/off. Thankyou!!
I do seem to be having issue after my initial testing. If I manually run the blueprint it works as expected.
How frequently does it run, or pull data before a decision is made? Or do I need to something else with this? As it does not yet seem to be āautomatedā For info I have enabled time options and during testing they are within the range.
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.
I have the same problem - I would like to run a script rather than operate a switch but only switch entities show up. HA version up to date.
Iāve tried editing the input code under domain to add ā-scriptā but that doesnāt seem to work - and I have to admit I have no idea what I an doing.
Any help?
A really nice option would be to add a time delay to the Trigger Sensor. The Temperature would have to be above Rising Value for X seconds. The same could be added to the Falling value. Also the ability to add scripts to the ran. I would like to send a notification when the fan turns on.
Have a look at this blueprint State Notifications & Actions it is what you are looking for. Have a look at it and if you have any questions just ask in that post.
That would work but it would be nice to add Notification capabilities to some of these other blueprints. They donāt have to be as elaborate with the actions and buttons.
You dont have to use the action buttons. It will give you your Rising Value for X seconds and your Falling Value for X seconds. You can also run scripts in your actions. Just donāt enable the action buttons and enable the auto actions. Then enter your script and you are done.
This blueprint has been great and Iām using it for a couple different things. One thing Iām trying to do is have it turn back off after another sensor rises above a certain temp but I canāt seem to find a way to do that.
The exact use case is: I have a temp sensor in my attic that is driving the main trigger. Once it rises above 95F it turns on a fan that pushes warm air into my workshop below. It then shuts off if the attic temp drops below 70F. Works great but what I would like is a secondary temp trigger for when my workshop is above 72F it shuts off.