NetCAM - Image upload
Posted: Fri Feb 17, 2017 12:26 pm
I`m using the NetCAM plugin to send an image of my IPCAM to email when someone presses the doorbell.
The event is based like this:
This is working fine, and after this there is also a pushover message send using "Pushover 3P" but this plugin does not support sending of images. However i can using an URL in the message.
Question:
I would like to use an image with a time and date stamp to send by email and use in the URL but i don`t know how to achieve this. I also want to upload this specific picture to a location which is reachable for the pushover client
The event is based like this:
Code: Select all
If Doorbell becomes ALARM then NETCAM: Take Picture Select Camera: Voordeur Image to Take: 1
Wait 1 Second
Send an Email to: recepient@domain.net with attachement /netcam/CurrentImage.jpg
Question:
I would like to use an image with a time and date stamp to send by email and use in the URL but i don`t know how to achieve this. I also want to upload this specific picture to a location which is reachable for the pushover client