Does someone of you run Sighthound with a remote access in IPv6? My ISP can only provide public IPv6 address (no more IPv4) and I'm trying to find a way to enable the remote access to Sighthound with it
Hi Devin, Ok I'll send u. The only thing I did is change my network modifying the IP address of my devices but then I've re-change them as before. However I've always seen my camera on Sighthound. I use a script to send the snapshot directly on my phone, you find it here: https://www.sighthound.com/...
Hey there, I've a problem; since days (to be precise from June 5th) Sighthound doesn't send the snapshot when a rule trigger an event. It will send only emails with The rule "xxx" triggered a video event at 1:21:14 pm on 06/13/16. without attachment. If I click on "Send test messagge&...
Hey there. I've written this little Python script to enable or disable each cameras on Sighthound by command line. If you want to use the script you must have (obiouvsly) Python installed on your computer which Sighthound is running (but you can modify the code for enable or disable remotely). Enabl...
Hey there. I'm trying to retrieve how many active cameras (parsing "liveCameraCount" and "totalCameraCount") are running using this python script: from bs4 import BeautifulSoup import urllib import urllib2 import base64 url = "my.pc.ip.address:port" username = "use...
Ok, I've spent a little bit of time to write a script to do that. It's in Perl and I post here if there is someone interested. It work like that: Sighthound send the email with the snapshot, the script download the attachment and send it through Pushbullet, and finally delete the file. (N.B. The ema...
I've did the same thing but on android device. If you looking for it, you can use Tasker app with SSH plugin (you must have a server SSH running on the machine where Sighthound is installed)
Ok, I've posted it in the wrong section: There is a way to get locally the snapshot that the program send by email when the camera detect a motion (not the clip)? I'm trying to send it by pushbullet using a Perl script and the link for the snapshot of D-Link camera (cause I'm too lazy to open e-mail...
Ok, thank you Ryan. We hope in the future; however, just for knowledge,I've try to write another script with the only command to open the other script, like: Start C:\...path...\script.cmd and the problem is the same. So, it look like that the problem isn't inside the script. Now, I try to solve the...