hmmm, I tried reverting. All seems to go well, ends with āSuccessfully installed homeassistant-0.64.0ā but the HomeAssistant info page is still showing 0.65.2
Tried clearing cache, using a different browser etc. Is there something else I can do to make sure I have the previous version? The problem persists after reverting, so Iād like to be sure which version is running.
Edit: Forgot to add that I also rebooted the RaspberryPi, to make suren everything was reset.
I tried again this morning and it worked first try, I must have done something wrong yesterday. (I was really tiredā¦) I first updted to 0.65.3 to see if that fixed the āno access to pathā problem, but no go.
Anyway, reverting to version 0.64.0 fixed the problem, camera.snapshot is working again. Will report on github.
Also experiencing this issue. Was working fine in 0.59.2 for me.
It stopped working for me when I upgraded from 0.59.2 to 0.63.1
Iām now at 0.65.3 and still have the issue āno access to pathā.
Found a workaround while it gets fixed: create a file with the same name of the snapshot in the same folder.
The camera.snapshot service wonāt throw an error and your file will be overwritten.
I have changed my āwhitelist_external_dirsā like yours, same effect.
In the āservices testā for dev :
If I donāt mark double quotes : I have an json editor error.
If I and donāt mark single quotes, the service hasnāt any effects.
I have just upgraded to 0.65.4 and the workaround works for me. After creating the files as mentioned by @luca-angemi it works, if I remove them I get the āNo access to path!ā error.
Have you checked your permissions? I have given the HomeAssistant user full acces to the /tmp/ folder, and also the files that need to be overwritten.
Iām not sure how it works with Hassio. I have Hassbian running and use WinSCP to manage the files on the Raspberry Pi.
If youāre also using WinSCP all you have to do is navigate to the folder right-click ā Options and give the HomeAssistant user sufficient privileges.
Iām not well versed in Linux, so I canāt really explain it well. If it doesnāt work then hopefully someone more knowledgeable can help .
I have an automation that saves a snapshot from 2 different security cameras when motion is detected.
Saving the files to:
www/motion/front_porch_yyyymmdd_hhmmss.png
www/motion/driveway_yyyymmdd_hhmmss.png
Is there a workaround for variable filenames?
Is there an ETA for a full fix?
Iām at 0.65.3 currently.