I have a nest doorbell integrated with home assistant. I’ve set up notifications according to the nest integration page.
Most of the time instead of an image it shows 404 in the notification. Every now and then the image shows though.
If I go to the media browser all media from the camera is there.
Why does the media sometimes not show in the notification?
Four notifications, two with working media:
No, i haven’t really seen this. I am thinking about doing some more investing in notifications and attachments now that calendar is wrapping up, but haven’t been looking at this closely.
I didn’t mean to give the impression that I would be able to diagnose this specific issue. I have no idea why the images can’t be loaded as i haven’t seen this problem before. (e.g. what response code is 404? no idea where that comes from)
@Teemu_Pekkanen@PunxsutawneyPhil Suggest you add 30 second delay before sending notification to see if it resolves the issue, once confirmed you can reduce the delay to lowest number still working.
I also have this problem. Even when trying to call it manually using the development tools with the device ID and event ID provided it still shows a 404 error. This is copied directly from the documentation, but with hardcoded values from a previously failed execution.
service: notify.mobile_app_iphone_57
data:
message: >-
Device ID: 34bf6f2934862c9638f6f3ace8125419 Event ID:
WyIxNjMzMjA1OTQ2IiwgIjEyODQ5NzcxMTIiXQ==
title: Der er set en person fra dørklokke kamera! (TEST)
data:
image: >-
/api/nest/event_media/34bf6f2934862c9638f6f3ace8125419/WyIxNjMzMjA1OTQ2IiwgIjEyODQ5NzcxMTIiXQ==/thumbnail
video: >-
/api/nest/event_media/34bf6f2934862c9638f6f3ace8125419/WyIxNjMzMjA1OTQ2IiwgIjEyODQ5NzcxMTIiXQ==
That’s also what I’ve noticed, only like 1 out of 3 events show up in the nest folder, but the problem also seems to be that sometimes the media is not saved yet when trying to attach it to a notification
Hi
I have been searching to find out to get a snapshot notification to my iPhone when the Nest doorbell is pressed.
I could make it to send a notification for my iPhone that (somebody at the door) but not able to get a snapshot yet. Do you have a solution ?