#Hi Tinkerer I m still stuck with the
1 messages · Page 1 of 1 (latest)
I'm pretty sure that by this point you should remember that you need to share the YAML too
The error however tells us that you continue to randomly change stuff in the hope of finding the answer
It doesn't have to be permission from the Ubuntu right? because in another blueprint I have it does creates a snapshot image
filename: http://10.0.0.150:8123/local/tmp/snapshot_living_room_sub.jpg
``` that's a fucking URL, not a filename
Do you know what a filename is?
It's after I tried filename as well, with the same error.
Well, stop randomly changing stuff
Banging the rocks together is not going to help you
That's why I need your help, i'm stuck
I'm pretty sure that yesterday you had the snapshot working... go back to that bit
It never worked.
I can't help you if you're going to keep playing random chaos monkey
filename: /local/tmp/snapshot_living_room_sub.jpg
I revert to that, still same error
Okay I won't change it anymore.
I'm trying hold on
- service: camera.snapshot
data:
entity_id: camera.front_camera
filename: "/data/homeassistant/cameras/front_camera_snapshot.jpg"
``` is from an old automation of mine, where I had
```yaml
homeassistant:
allowlist_external_dirs:
- /data/homeassistant
That worked just fine
However... I did make sure that /data/homeassistant/cameras/ existed
(don't use that path, it won't work for you)
Well no errors on logs however I'm not getting any photo with the notification msg
looks like it did overwrite the file
Right...
So, now you know that the snapshot works
I'm glad you finally started checking things
Now you know that the problem is with the notification
yeah, is the data I put inside the notification wrong?
The docs have the answer
No
service: notify.NOTIFIER_NAME
data:
title: Send an images
message: "That's an example that sends an image."
data:
photo:
- file: /tmp/picture.jpg
caption: Picture Title xy
``` from the docs
- service: notify.supervisor_telegram
data:
message: 🤖 Automation - Main Door is open now!
data:
data:
photo:
- file: /config/www/tmp/snapshot_living_room_sub.jpg
``` yours, with an added `data:` for ... "good" measure?