Sweet thanks for posting that, I had been meaning to update to include timestamps but never got around to it. Glad you got it sorted.
Im getting the alerts and the AI generated text, but no image preview.
Does the image only show if motion changes detected, rather than when āno obvious motion observedā
Edit it seems like I get no images even if it detect and describes and event.
Thank you very much! I have this setup with 4 cams and it works perfectly.
This is working nicely with a few Amcrest cams (Iām using the HACS Dahua integration because I need intrusion detection and advanced event (āhumanā) detection which the Amcrest integration doesnāt offer). One thing I had to add was ācontinue_on_error: trueā to each snapshot generation portion of the scripts because I had a situation where one of the snapshots timed out, and the whole thing failed.
Wow!
Nice guide, and easy setup.
I dont really know if some else having the same issue but when I send the notification to my Samsung S21 Ultra the provided text is cropped.
Is there a another way to display the full text lenght ?
what cameras would work for this?
Any camera that can be used in HA.
Iām using frigate as a NVR and ReoLink camerasā¦ They are quite good for the purpose.
Having the same issue on a s23. Did you find a solution?
Love it otherwise, works brilliant just not way to see the whole message
Well Iāve some successā¦ If I change the font size to smaller, I can fit more characters,
Does anyone have an idea how to make a notification on the phone so that in one message with a picture it doesnāt cut off the text? Currently it only shows 2 lines and a photo, you canāt read the rest of the message, when you send separately there are full messages.
How do you pull back up old alerts that have been seen on your iPhone? Is there a function to record and pull back up in home assistant?
Howād you go about that?
Iāve noticed the same issue on my S20+. My galaxy watch at least shows me the full text.
Did you ever come up with a solution to this one? Iāve got 2 cars in the driveway and Iām either getting told that the stationary car is the entering the drive or that the car that is moving is doing the opposite.
You can go into Google AI and tell it the cars are not moving in future alerts. It will store the information to tell it to remember.
Is there a way to show the most recent notification being sent to mobile as a card ( picture + text ) on the dashboard. Would be nice to showoff on kiosk.
make sure you use local in the path for snapshots NOT www. Itās the same directory but when using http you must call it via local. For example:
image: /local/snapshots/driveway1_snapshot2.jpg
Nice, I will look at adding continue on error to my script when I get a minute. Sounds like a better way to do!
To achieve something similar, I added HA dashboard notifications and android tv notifications to my script that I use, I havenāt played with displaying images but it just shoots the text to HA as notification (like when an update is available) or pops up the text on my tv (if itās on). I will try tidy up the script and upload it as another version or something in the next week or two if you like?
Yep. I sorted this for me and the issues of my alpacas always setting it off, itās all in the prompt you ask!
For my personal script, I added to mine: āā¦ The driveways starts up the top left of the image and the carport is at the bottom of the image, if a car hasnāt moved when comparing images, ignore it and do not describe it in your response. Also ignore all Alpacas and Kangaroos movement and do not describe them in your response. ā¦ā
This seems for me to have worked pretty well and it now correctly tells me if I am coming or going and doesnāt tell me if my car is parked in the drive and something else sets it off.
Play with your prompt wording and see how you go!
This is an Android restriction. You can either have the full notification text or you can have it with the image - you cannot have both. My solution has been to generate two notifications - one text only, and one image only.