After update to Google alarm App (7.10 (685617841)) yesterday my automations based on this blueprint no longer triggers the intender funktions, i had this problem on android 13 but on android 14 it have been rock solid the last year.
it seems when i look at automation traces that it “chooses” option 1 or 2 But “my” actions is run on option 3 but there is no “choose” options 1 or 2 in the blueprint.
so i think that it maybe some “internal” functions of the blueprint
Hi @Stephan0815, sorry for the late reply.
under conditions, add Entity and then state, you can try with a schedule helper or calendar entity. And it’s state.
hi @martinelv, I just checked my Google alarm version, i am on the exact same version as you are and I even created a new alarm which worked just fine. Things you can check
Is your entity helper input_datetime.xxxxx updated? If not check if the sensor in the HA app is enabled
Check if your actions run on it’s on, test them in another automation
I noticed one thing, which I need to monitor. That when the alarm has run, it hasn’t update to the next day. But I am not sure when this actually happens. That’s a thing the alarm app does and the home assistant app then updates. Let me montitor this the next few days.
I rebooted my phone after and also checked the companion app and enabled and disabled some other app in the allowed list.
i made a copy of the my automation with the blueprint and changed the actions to something “testable” and also changed it to the “newish” feature “Take control”
and made a lot of tests last night and discoveret that the automations “both” original and copy also triggers when is change an alarm on the phone i did not know that.
Most of the times Both automations triggered but some times the original with the blueprint didn’t update the last time “run time” when but looking in the traces the both triggede.
but it worked this morning so i will monitor it the followings days and keep you updated
Thanks.
I have now “monitored” the automation for sometime and in the last about 17 days it have failed me 4 times since google released the update to the “alarm app”
every time it fails the automation trace is saying that the automation takes “option1” but it seems that “option1” is something in the blueprint and not my “actions”
it failed these times
1= 31 okt
2= 4 Nov
3= 6 Nov
4= 10 Nov
but it seems random so i have not been able to find the root course other than
the google app update. and before i updated to android 14 i was the same “instability”
but after upgrading to android 14 and before the new google time update it was rock solid.
Then i have mostly figured out how the blueprint works,
the year 1970 now makes more sense… thanks for the detailed explanation.
you are correct in that i have some conditions for the “3” option.
when i look in the logs of the Time Helper
it seems that google time is updating the helper to both my workday and weekend wake up time inside the same second even on work days when the next logical would be next workday and maybe that is making trouble.
i on purpose have the automation run with an offset of 2 sec and the delayed my actions to try to have “option 3” running before the the helper is updated but my “logic” behind this seem to not work either.
but my companion app it set to only allow google desktop clock app… “aka time”
but i have recently tested an app to disable android Doze and that app used the “alarm manager api” in android and when that app was running the “time helper” was updated every minute even when it was not selected in the companien app…
i do not know if this maybe an issue also