Blue Iris Android w/ geofencing & notifications

Richdem

Getting the hang of it
Joined
May 12, 2015
Messages
107
Reaction score
39
Should work. Ensure you have the correct format: "http://user:pass@IPaddresss:port/admin...."
Also in webserve settings (advanced settings), you need to disable "use secure session keys and login page"
This is how the config looks in Tasker:
Server Port:
http://Myusename:Password@ServerIPaddress:Port

Should there be /admin after the port?

Path:
/admin?profile=3&lock=2

Also I don't have the "use secure session keys and login page" disabled. I will try that
 

Richdem

Getting the hang of it
Joined
May 12, 2015
Messages
107
Reaction score
39
This is how the config looks in Tasker:
Server Port:
http://Myusename:Password@ServerIPaddress:Port

Should there be /admin after the port?

Path:
/admin?profile=3&lock=2

Also I don't have the "use secure session keys and login page" disabled. I will try that
OK I figured out what the problem is,

I connect to my BI server using a VPN on a Raspberry PI so the external WAN address although it is still in the Web Server setup screen the port is no longer forwarded on my router. I have to use the local IP address. I added a 5 second wait before the Get Htttp then manually connected to the vpn and it worked.

What I need to figure out is the following sequence

Near WiFi, connect to vpn, wait 5s, Get Http, wait 5 secs, disconnect vpn.

I saw earlier that you can get a plugin for Open Vpn for android which will allow me to hopefully do the above
 
Top