I’m sure this has been asked many times before but for some reason none of the solutions I found worked for me so many apologies for asking this again.
How do I send images with the call service on Android? I know it works for iPhones but I have not been able to get it to work on Android.
Things I have tried:
{
"data": {
"image": "blah.jpg"
}
}
Push Notifications now available! - #20 by flamingm0e
- service: notify.mobile_phones
data:
message: "Someone is at the front door"
data:
ttl: 0
priority: high
image: "https://blahblah.jpg"
2 Likes
finity
May 16, 2021, 12:20pm
3
which notification platform are you using?
That’s working! Thank you!
Great! Please mark my post as the solution so people know not to worry about trying to solve the issue still. Cheers.
Done. Sorry new to HA community so don’t know half the things.
Btw if you get a chance can you pls help me with this as well?
When my camera detects a motion, i’m capturing a snapshot and saving it under:
/config/www/backyard_snapshot.jpg
now i want to access this image when i use a call service (in node red) and send it over to my phone. i’ve tried the following but haven’t been able to make it work:
{
"title": "Backyard",
"message": "Motion Detected!",
"data": {
"ttl": 0,
"priority": "high",
"image": "local/backyard_snapshot.jpg"
}
}
{
"title": "Backyard",
"messag…
I am not able to send a locally stored camera snapshot image.
Use your duckdns address as per my above example.
path should be like this:
image: "https://your_public_address/local/camera_snapshots/front_door_snapshot.jpg"
LPD
(Louis-Philippe Descamps)
March 1, 2022, 7:41pm
8
what about multiple images?
For that I send two notifications, one per image I need to send.
1 Like