No it appears to have stopped, and looking at the trace i cant see anything to suggest it was running for a long time either… Confusing.
I am using version 0.10.00
I am doing to additional testing with the basic notification directly from the Frigate logs and thats not working either.
I have just deleted my device and reset it back up, my testing notifications are working so will try and test the camera.
Edit:
basic test automation not working either. Automation shows the payload to mobile device is good but nothing is actually received. Maybe because im on iOS 16.4 Dev beta…
So more testing, seems an issue with attachments in Notifications. If i use this i get nothing, remove the image data i get my basic title and message notification.
That doesn’t look like the right format for iOS according to the blueprint.
In any case. Could you try one of my updated versions linked a few posts ago and see how they go. The blueprint in the OP hasn’t worked for me in a long time
Do you have the frigate integration installed also? I just realised your automation says camera: kitchen and not camera: camera.kitchen
Whilst that is not a problem that will stop the automation working, it indicates you did not select the camera name from the UI but typed it manually, leading me to think perhaps you do not have the integration installed, which will explain everything.
Great!. The integration provides the APIs that the blueprint uses. So the mqtt side of things was working to trigger it, but the urls weren’t valid to access frigate.
Not sure if was a reply to me?? But this config is the action taken from the official HA documentation for iOS Notifications.
For now a basic notification without any images are working to at least alert me of Person or Car (not using the blueprint) but i need to raise an issue on github regarding the iOS notifications with images not working on iOS 16.4
Ahh yeah sorry I forgot we use the url parameter to override an android tailored image parameter. So yes that example should be working, as should this blueprint. Though I think you did say you were using the older version.
Check frigate events tab. Definitely doesn’t say it went inside?
If not then check the automation trace. The check boxes under the choice symbol (multiple arrows branching out) will show the status of the conditions. You can also retrieve the changed variables at each loop iteration from the traces.
Edit: also which version of the blueprint are you using?
No im using the latest blueprint from the original post. However just uninstalled and reinsalled the iOS app and image notifications are now appearing…
The original blueprint has not been updated in a long time and stopped working for a fair few people which is why I updated it. Up to you, if its working then great.