I have an automation which send a picture from a camera to my mobile using Zanzito when movement is triggered.
This was all working fine until HASS-team decided to remove api_password.
I´ve tried to get this to work with token/long lived token but so far no luck.
Anyone still sending picture using Zanzito?
I`m using this script “mqtt_send_file.py”
Regular token does only work temporary since they change and long lived tokes seems not to be implemented for cameras.
Main issue is to get the screenshot from the camera so any suggestion for workaround/fix is appreciated.
action:
- service: shell_command.mqtt_send_file
data:
topic: 'zanzito/user/photonotification'
imageFilePath: 'https://EXTERNAL_URL/api/camera_proxy/camera.camera1?token=XXXYYYY'
source: 'LaundryDoor'