HI3510 IP Camera Device Type (Tenvis IPROBOT3, Instar, Wansview, others...)

rtsp://Username:Password@IpAddress:554/11

:slight_smile:

Port 554 streams // port 80 does controls (apparently)

Hi Folks, i have used the above device type to get a Wansview W1 camera integrated into smart things app. Can you let me know if i should be seeing anything on the top window of the integration? when i take a photo should it appear there?

@uncleskippy

I have a couple questions…

  1. Reboot Option:
    Is there any chance of adding a reboot option into this device handler?

  2. Using Rules (CoRE or Rule Machine) to Trigger Actions:
    Is it possible to send commands to this device from rules engines like CoRE and/or Rule Machine?

The primary impetus for both of the questions above is the fact that, for some reason, my 2014 edition Tenvis IPROBOT3 frequently (as often as once a day) stops reporting motion triggers, and needs to be rebooted in order to get it back in action.

It would be nice if I could schedule a reboot via command sent from a rule or SmartApp of some kind within SmartThings.

EDIT:
I found the reboot command URL. It’s this…
http://IPADDRESS/cgi-bin/hi3510/param.cgi?cmd=sysreboot

The section of code from the webpage where we can press the reboot button looks like this…

function do_reboot() {
    if (confirm(str_ask_reboot) == true){
		var url = "cgi-bin/hi3510/param.cgi?cmd=sysreboot";
		jq.get(url,function(){window.location.href = "reboot.html"});
    }
    else{
        return false;
    }
}

p.s. By the way, it’s still working. So, thanks again! :slight_smile:

@uncleskippy

First off thanks for all your effort here. It is much appreciated.

Quick question: For some reason, my carousel tile never gets the picture back after the snap. I have the right path for the image (/tmpfs/auto.jpg), all the other commands, movements, IR, etc., all work great. I’ve tried both the POST and GET to see if it made a difference. Any ideas?

Thanks

tried to add it. but I get a message stating. please fill all required fields. however they are all filler.

any idea ?

finaly got rid of the error message. by updating the settings directly on graph api. however i’m still not able to get it working.
by the way it’s an IPROBOT3 with latest firmware from 2014 :slight_smile:

Hi all, Rboy in particular but anyone who can help.

I have at long last managed o add my tenvis JPT3818 camera to ST
However its just a basic stream.

I have this camera and a set of 4 Swann link DVR cameras in my home
I am more that happy to pay for things but wanted to ask on here first if anything supports these cameras and try as I might I cant find the answers

Thanks for reading and hope someone can point me in the right direction