Page 1 of 1
Ipcam
Posted: Saturday 31 August 2019 19:04
by Derik
Try to get my ip cam visibale into dashticz...
Only.....
Is there someone that have examples to get a ip com working in Dashticz..
Thanks!
Re: Ipcam
Posted: Saturday 07 September 2019 14:13
by Onrust
Do you already have it set-up in Domoticz? For me this line in config.js works fine :
Code: Select all
buttons.webcam = {width:12, isimage:true, refresh:1500, image: 'http://xx.xx.xx.xx:yyyy/camsnapshot.jpg?idx=1'}
Needless to say: You have to replace the x's with your ip address and the y's with the port on which you call the webinterface of domoticz.
Re: Ipcam
Posted: Sunday 02 February 2020 22:26
by djdacore
Here is my example:
buttons.webcam = {width:12, isimage:true, refreshimage:1000, btnimage: '
http://192.168.178.254/cgi-bin/api.cgi? ... &password=........'}
The address between the ' and the ' is the address of your IP CAM, and that depends on the brand of your IP CAM.
What is the brand? Maybe I can help you out!
buttons.webcam = {width:12, isimage:true, refreshimage:1000, btnimage: ' so here is your ip, port etc etc '}
Re: Ipcam
Posted: Sunday 02 February 2020 22:31
by Derik
xiaomi
with dafang hack

Re: Ipcam
Posted: Saturday 29 February 2020 16:01
by Derik
hop there is some one..:
My url:
Code: Select all
buttons.webcam = {width:5, isimage:true, refreshimage:1000, btnimage: 'http://192.168.5.92/cgi-bin/currentpic.cgi? root&password=xxxxx'}
With cam options:

- ScreenShot053.png (12.06 KiB) Viewed 512 times
Only no cam visible:-)
Re: Ipcam
Posted: Saturday 29 February 2020 16:22
by EdwinK
Not sure, but
I believe there shouldn't be a space between the 'currentpic.cgi?' and the 'root&password=xxxxx' part.