#Image from camera in push notification only works half the time

1 messages · Page 1 of 1 (latest)

jolly veldt
#

So I got a reolink trackmix poe camera for my driveway. It's really nice. I got it integrated to ha through both the reolink integration and Synology surveillance station integration, since I'm using that to manage all my cameras. Everything is running on the Synology with ha in a docker container. I have push notifications for every time a person is detected on that camera. The trigger fires reliably. However, the picture shows up less than half the time. It's seemingly pretty random. This is the same wether I get the image from the camera provided by the reolink integration or the Synology integration. I will also note that when I navigate to the camera in ha it takes a few seconds to load the feed which is not the case for my other cameras. If I download a snapshot while it is loading it will actually download an empty image

alias: Front yard person event
description: ""
triggers:
  - trigger: webhook
    allowed_methods:
      - POST
      - PUT
    local_only: true
    webhook_id: driveway-person-event
conditions: []
actions:
  - target:
      entity_id: media_player.living_room
    data:
      media_content_id: media-source://media_source/local/Person-detected-in-front-2.ogg
      media_content_type: audio/ogg
    metadata:
      title: Person-detected-in-front-2.ogg
      thumbnail: null
      media_class: music
      children_media_class: null
      navigateIds:
        - {}
        - media_content_type: app
          media_content_id: media-source://media_source
    action: media_player.play_media
    enabled: true
  - data:
      message: "{{ now().strftime('%I:%M:%S %p') }}"
      title: Person detected in Front Yard
      data:
        image: /api/camera_proxy/camera.driveway
    action: notify.mobile_app_iphone_2
  - action: notify.mobile_app_jelly2
    metadata: {}
    data:
      message: "{{ now().strftime('%I:%M:%S %p') }}"
      title: Person detected in Front Yard
      data:
        image: /api/camera_proxy/camera.driveway
mode: single
#

I hit the character limit but just wanted to say any help is appreciated and thanks.

#

On my wife's iPhone I got this which does not seem right

#

Considering it does load sometimes I don't no why it would 404 intermittently