Can't write /tmp/camera.ffmpeg_20181001-215447.jpg, no access to path!
Can not figure out where I am wrong
I understand that issue may be here:
The path part of filename must be an entry in the whitelist_external_dirs in your [homeassistant:](https://www.home-assistant.io/docs/configuration/basic/) section of your configuration.yaml file.
But can not really understand what to write in configuration.yaml
Then in the whitelist_external_dirs.yaml file just include the paths for example this is part of mine. You should be able to just add the last line. I think you can do it directly in the configuration.yaml but this way allows you to add more if you need them later.
Same problem!
I have the snapshot but cant send it to the IOS notification?
# Garageport IOS notification
- alias: Notify IOS garageport is open
initial_state: true
hide_entity: true
trigger:
- platform: state
entity_id: cover.sonoff_sv_garage
from: 'closed'
to: 'open'
action:
- service: notify.ios_group_caspersen_home
data:
title: "Garageport status"
message: "Garageporten er åben {{ states('sensor.time') }}"
data:
push:
sound: "US-EN-Daisy-Garage-Door-Open.wav"
badge: 0 ## This will remove the badge/app icon number ##
category: 'garage1'
data:
file: '/config/tmp/axis_m1031w15.jpg'
Okay I found this dont know if this is still valid?
One thing I don’t like about this setup is that the picture saved in www folder is accessible from the internet, without the need of a password. That is also the reason why ios notification is able to access it. Is there any other method to do this more securely?