Is it possible to get a snapshot from a camera (Netatmo) using an url to Home Assistant? I only need local access. The camera is integrated in HA already, I just want to access the image.
I need to access the image locally. I could make a snapshot and save it, but I would prefer the direct method (so I don’t have to delete it). The url is used in a shell script on the same computer.
Yes, after I typed it I realised my mistake and edited the response Sorry.
It does look like the url is incomplete, looking more like a folder than a link to a specific image or stream. But maybe I’m wrong, it could really be an inage without the proper extension.
For my Eufy camera entities I discovered I could get the snaphot from: '{{states.camera.voordeur.attributes.inherited.state.pictureUrl}}'
But I do not know if this is how I was supposed to get at it and/or if that is integration specific or standard. I think it is partially specific, because the image is actually in a Homebase entity, that I think ‘inherited’ points to.