DVR plugn with Blue Iris

I saw on the DVR plugin that someone got it to work with Blue Iris with “no problem”

What ports did he use? I tried using netstat on the computer running blue iris, and I can’t get anything but port 80! Somebody please help! I have no idea what the ports are that blue iris feeds back the cameras with!

Anything about this plugin?

It appears that this is the best dvr software around and deserve a plugin for the best Z-wave controller around. :slight_smile:

No plugin but:

Install the programm wget.

To activate a scene from blue iris to vera : in the alerts tab > run a programm > for example C:\BlueIris\wget\vera_scene_activate.bat

In that batch file (where the number 45 is the scene ID and xx.x.x.x you vera’s IP adress) :

c:\blueiris\wget\wget.exe "http://xx.x.x.x:49451/data_request?id=lu_action&output_format=xml&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=45" ping 1.1.1.1 -n 1 -w 20000

To activate profiles from vera to blue iris:
create a scene:
Luup code: ( where XX.x.x.:?? is your Ip adress of the computer where Blue iris runs from with the correct port and username and password from blue iris, profile1 activates now profile 1)

luup.inet.wget("http://XX.x.x.x:??/admin?profile=1&user=username&pw=password")

Not sure what you mean with this:

In the general setup of blue iris you can select the port you want, why do you need to know “the feed back to the camara’s”? I don’t think there is any!

Cor

Thank you very much for your reply. Your suggestion would be enough if I get it to work.

If I type the url you give me (http://XX.x.x.x:??/admin?profile=1&user=username&pw=password) in any browser, suppousely the profile would be set to 1. Is that right?

In my case, this doesn’t work. Any idea why?

Thank you agin Cor

With the correct Ip adress and port it should work ( it does with my setup).

Cor

Mine doesn’t work.The ip and the port is right.

Perhaps any option not enabled?

My version is 3.31

Oh yes , I remember there were some issues initially there.

Try the “webserver” >> uncheck “secure only”…

Cor

Oh yeah! That really works great!!

Now the profile changes as soon as my alarm is armed!!

Thank you