Notifications with images don’t work on LAN only!

Hello,

I have a new problem with notifications, everything was working fine for months and now it’s not anymore…

My problem is with notifications with images or entity images added in it.

I can’t recieved them when i’m on the LAN but it’s working over Internet…

If i just remove the image of the notification setup, it’s working on LAN.

Thanks.

Please. Post the automation that drives the notification.

Also where is the image coming from?

  - service: camera.snapshot
    data:
      filename: /media/PSLCAM-Parking.jpg
    target:
      entity_id: camera.pslcam_parking
  - service: notify.jeremy
    data:
      message: Activation
      title: Portail
      data:
        sound: portail.wav
        image: /media/local/PSLCAM-Parking.jpg
        url: /lovelace-cameras/parking
        clickAction: /lovelace-cameras/parking
        actions:
          - action: URI
            title: Voir
            url: /lovelace-cameras/parking

Which notification platform is this?

1 Like

Check your companion setting, connecting through External URL , local push is disable,
You need to change to Internal URL, to have local push enable , this is for IOS, I don’t know about Android.

image
image

Thanks for all your answers.

I use groups of notifications to simplify an eventual mobile change, nothing wrong here.

notify:
  - name: jeremy
    platform: group
    services:
    - service: mobile_app_jeremy

The main problem here is why it was working just like that for months and now it’s not ?!

It’s the same problem for both my wife iPhone and mine.

Why notifications without images works ?

I have a local ip for internal url and dns address for external url.

Local push is enabled when i’m on my local 192.168.x.x address, the problem is about images !

Edit : If i add that it’s working…

    attachment:
      lazy: true

Ok so you are using the companion app notification, Android or iOS?

This may seem irrelevant but if you tell me I can check the open issues for that notifier.

Yes the companion on iOS.

1 Like

Ok, so no open issues:

If you don’t get this resolved here you can open a new issue there and get expert help from the developers.

Well, with the addition of this in my automations, it’s working :

    attachment:
      lazy: true

But i will never know why it stopped working recently with my original code…

I have several iOS users complaining about notifications not always showing images. I will get them to test with the lazy option