Everything looks good, just about identical to mine.
Is your phone iOS or Android. I say this because Android devices sometimes donāt get notified and it has to do this how they control things. Creating a channel for Android and making sure the settings will wake the phone can help or check your settings on the phone in channel. iOS works every time.
What you can do is add an all day event in for tomorrow and wait for the 15min is up. You then can keep adjusting your Calendar Start - Offset for testing. Keep changing your Offset so you can test it quick as many times you like to make sure you phone receives the message. Once you know your phone receives the message for that automation you know it works, then adjust your offset back to your -8 setting.
Thanks for your help! Iām using an iPhone.
I donāt think itās the phone. The automation doesnāt trigger at all.
Iāll rebuild the automation and keep testing
I just ran a test using your YAML to be 100% sure you got it all correct and it worked perfectly. The only changes I made were the calendar, offsets and the device to be notified. I got the start and end notifications. Remember when testing you will have to do -1 day with your - hours / minutes for the end action as that time is the end of the day and not the start of the day. Just checking your all day event is entered in for tomorrow not today, so if toady is the 30th then your calendar event should be for 31st.
Rest assured that your code is good.
Have you got a notification from HA before? if not on your iPhone go into settings > Home Assistan > notifications and check you have it turned ON.
Happy New Year! Hello I was wondering how do I setup a text function instead of regular notifications through the HA app? My wife will be more inclined to read a text than see a notification. Thanks!
Any chance of additional triggers? Iād like to trigger when there is an event in my calendar that has an additional person invited that has accepted.
The entries are punched in calendar way ahead of the scheduled start.
The automation started at 7:30 with (#Odpady plastiki) and stopped while it has no found expected keyword in calendar entry (that is clear) BUT it did not start with next schedule (#Ogrzewanie) at 7:40 - WHY ?
Could be the reason that entry (#Odpady plastiki) is from 8:00 till 9:00 (1 hour long) and is overlapping the next entry (#ogrzewanie) which is only 5 minutes long ?
Hello.
First of all thank You for that blueprint, hopefully it will become handy for me as I am still trying to set it up.
Major question from my side is if manual trigger in 3 dot menu right beside automation should really start it or not? For me it is not working so I am unable to test it at this point.
What I did so far:
As I only have 2 events in calendar I didnāt use any keywords, I picked them directly in trigger menu (so I have 2 separate automations, one for each event).
Then I:
unchecked āuse calendar keywordā
set ācalendar start offsetā to -8h as I want to get notification on 4PM day before and calendar event are set for whole day
moved to āstart actionsā part and checked āEnable start auto action 1ā
in Start Action - Action 1 I added telegram bot notify action which I already use for few other things and put āBins tomorrowā as a message
Will this work? As I mentioned earlier clicking Run Actions doesnāt do anything for me, I still have āNeverā in āLast triggeredā column.
In your trigger you have a start offset of -30 min. So it should of sent the notification at 07:40.
I havenāt looked at your actions. If you are having problems, I would add one easy action (basic notify) to seeā¦ but it should work anyway.
Also note you global condition Your sensor.oczyszczalnia_zewn_trzna_temperatura must be below 5 for it to run. You could try disabling this for testing.
You must let it run live, you canāt click the run action.
For testing you can change your offset to suit the time you are curently in. You can keep editing the offset and it will work instantly but if you edit the calendar event you have to wait 15min for HA to see it.
Note: if you have 2 automations and your not using a keyword then both will run. The keyword is the link to an automation and without it, it will fire on every calendar event.
The thing is, that automation did not start at 7:40. There was no trace of it. It is not an issue of sensor.oczyszczalnia_zewn_trzna_temperatura entity.
I tested everything and it worked perfectly using your YAML. All I changed is the device to notify and the entity in the condition.
With all your actions I get an error obviously but I get the first message came through.
Removing your actions and I added my own actions to just notify myself I have no problem.
Note that when you push your action button 2 you will get action 1 & 2 and I am not sure if this is what your after.