Massive thanks to @pstuart - got this working with my IPROBOT3 . . . now im very very eager to see if @uncleskippy will update his IPROBOT / H13510 device type handler to utalise this like @blebson did with his to use all the PTZ tools below it and snapshot and hot spots etc . . .
fantastic work Patrick !!!
reference for iprobot 3 device type by uncleskippy:
First time posting and first device type I’ve written. Hopefully this works for others.
It is based on the Foscam device type template.
Known supported cameras:
Tenvis IPROBOT3 (2014)
Foscam 9821 / 8608W
Foscam 8608W
InStar (unknown models)
Wansview NCH536MW
and probably several others.
To test if your camera is supported, open a web browser and go to:
http://(camera ip address):(camera port)/cgi-bin/hi3510/param.cgi?cmd=getinfrared
Type in your camera’s username/password. The response will be similar to:
var infraredstat= …
Capabilities:
Take picture
PTZ controls
Infrared LED Auto/On/Off support
Movement to ‘Preset’ positions
Available at https://github.com/uncleskippy/smartthings/blob/master/hi3510-ip-camera.groovy
Just waiting for the video API to be exposed by ST and I…
reference for bens device type already utalising this new method:
##This DeviceType is Obsolete, Please use the following SmartApp instead:
##D-Link DCS-5020L Device Type
[image] [image]
Features:
In-App Video streaming (Video Only, no sound)
Still Image Capture and Display
Full Pan/Tilt support
Move to ‘Home’ location
Move to Preset location (by preset number)
Turn on/off motion detection
Adjust motion sensitivity
Toggle Night Vision On/Off/Auto
External Commands:
motionOn() - Video Motion Detection On
motionOff() - Video Motion Detection Off
nvOn() - Night Vision On
nvOff() - Night Vision Off
nvAuto() - Night Vision Auto
left() - Move Camera Left
right() - Move Camera Right
up() - Move Camera Up
down() - Move Camera Down
home() - Move to ‘Home’ position
presetOne() - Move to Preset position 1 defined in DTH…