giuseppecastaldo / ha-addons

Home Assistant Whatsapp Add-on
Apache License 2.0
49 stars 18 forks source link

send massage with a picture #44

Closed moshik132 closed 5 months ago

moshik132 commented 9 months ago

I want to send a message with a picture. Does the image have to be on a website? I saw according to the example that a link to the url is needed. Is it possible to send an image located in a network folder?

julienelasri commented 6 months ago

I'm looking for the same thing Not successfuly on local netwrok :/

pesmi30 commented 6 months ago

I can send an image that is on the Internet (url: "https://www.etcetera I can send an image from my local network (url: "http://192.168.1.134/VRAX/{PHOTO.JPG

But how can I send an image that is on the raspberry where my HomeAssistant is running?

leszektg commented 6 months ago

I tried to add a photo as in standard notifications via url: /media/local/photo.jpg but unfortunately it doesn't work.

PiperNigrum commented 5 months ago
  1. image has to be accessable via the internet
  2. use the www folder (https://YOUR_PUBLIC_IP/local/image.jpeg)