Open ajvdw opened 1 year ago
whenever the image is downloaded by add-on, it sends an update notification to integration and integration is fetching the new one. If there is a delay (and I know there is some), we cannot fix it.
what do you want to retry exactly because everything is updated properly and eventually.
The only problem that I have right now is, that the camera.doorbell entity is not updated with the latest image. You probably can replace the camera.doorbell image with image.doorbell_event_image if it originates from the same event.
I have the same issue here with version 8 (latest). The thumbnails are not updating unless I reload the integration. If it’s not reloaded, there is no image once the cameras have been activated.
All your push notifications (motion, person, ringing etc) are enabled?
A before and after of the two cameras I have, top image on HA dashboard is after I have loaded the integration, bottom image on HA dashboard is after I have clicked and looked at the live feed, then stopped the p2p stream on the backyard camera only. The same will happen when I look at the feed for the doorbell, I will lose my image. I have all necessary entities enabled, as far as I can tell.
When the first integration is loaded, the camera gets the latest event picture.
There is a separate sensor image.camera_last_event which holds any further event pictures from camera.
Camera itself holds last streaming frame after initial reload.
If you are using the YAML on readme file, it handles the transition between image and camera depending on streaming status. You are not using it
There is a separate sensor image.camera_last_event which holds any further event pictures from camera.
Camera itself holds last streaming frame after initial reload.
Where do you get the image.camera.last_event sensor? I searched for "image." in entities but only event image ones are shown:
I think I see something similiar - the images on the preview in HomeAssistant are rather obsolete
Example with the doorbell (S330 dual camera) even though that one has gotten alarms today - while the picture is from 2 days ago.
And I have had Home Assistant restartet 30 mins ago
The question is : is there a way to update the camera thumbnail
with the last event_image
?
I have a 2K doorbell (T8210). When the doorbell rings the proper events are generated. The picture (camera.doorbell) is not updated however. It only shows the latest thumbnail when I restart Home Assistant. This issue was also mentioned in Bropat's repo (closed because it works a designed). The image is retrieved when the ring event is raised, however the backend is not serving the picture because it's not ready yet. It it possible to make configurable delay and/or retry method while retrieving the thumbnail? The image.doorbell_event_image is updated properly.....