- May 2, 2017
- 83
- 4
So I'm creating an esp8266 project where I have created laser trip wires connected to a nodemcu (esp8266 device) that I hope to trigger camera recording and turn lights on. The best way is through the internet so I can integrate the device with Blue Iris and also my automation android box running tasker.
So I hoped to work out the coding which appears possible to use a GET request (please correct me if Im not addressing it properly).
I have created the code but it's not working properly with triggering.
I then tried the following url but this seems to ask for a login screen when entered. Once I enter the details it shows two lines "single green" and "profiles = -1"
http://admin:mypassword@192.168.1.100:818/admin?camera=Carport& where this is my local ip and the camera is called Carport.
I thought that url should provide the user name and password and trigger the camera. I also tried another one I found but that had the same result.
http://110.146.%%%.%%:818/admin?camera=Car&trigger&user=admin&pw=mypassword
Where this used my external ip. Same result.
I guess I need to get this working before bothering with my arduino ide code.
So I hoped to work out the coding which appears possible to use a GET request (please correct me if Im not addressing it properly).
I have created the code but it's not working properly with triggering.
I then tried the following url but this seems to ask for a login screen when entered. Once I enter the details it shows two lines "single green" and "profiles = -1"
http://admin:mypassword@192.168.1.100:818/admin?camera=Carport& where this is my local ip and the camera is called Carport.
I thought that url should provide the user name and password and trigger the camera. I also tried another one I found but that had the same result.
http://110.146.%%%.%%:818/admin?camera=Car&trigger&user=admin&pw=mypassword
Where this used my external ip. Same result.
I guess I need to get this working before bothering with my arduino ide code.