Has anyone has success with Zoneminder and Domoticz?
Moderator: leecollings
-
- Posts: 13
- Joined: Tuesday 30 June 2015 5:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Has anyone has success with Zoneminder and Domoticz?
Hi,
Has anyone had any success with Zoneminder and Domoticz? I have Zoneminder set up and working fine on my server and can see the streams in my browser no problem from another PC. I wanted to then integrate it into Domoticz, but I can't for some reason get the streams to work. Not sure what I am doing wrong here, was hoping someone could point me in the right direction.
Thanks,
Has anyone had any success with Zoneminder and Domoticz? I have Zoneminder set up and working fine on my server and can see the streams in my browser no problem from another PC. I wanted to then integrate it into Domoticz, but I can't for some reason get the streams to work. Not sure what I am doing wrong here, was hoping someone could point me in the right direction.
Thanks,
-
- Posts: 890
- Joined: Tuesday 30 September 2014 8:49
- Target OS: Linux
- Domoticz version: beta
- Location: The Netherlands
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
As far as i know Domoticz only supports a JPEG/MJPEG stream. So have a look at the streams that Zoneminder spits out.
By the way, you don't happen to have Synology NAS? Otherwise you could add the cams there and use this script i made: http://domoticz.com/forum/viewtopic.php?f=23&t=6794
By the way, you don't happen to have Synology NAS? Otherwise you could add the cams there and use this script i made: http://domoticz.com/forum/viewtopic.php?f=23&t=6794
I am not active on this forum anymore.
-
- Posts: 13
- Joined: Tuesday 30 June 2015 5:02
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
Hi Thinkpad,
Ok, didn't know about the limitations, thanks for the info. I've been trying any and all the suggestions from http://www.ispyconnect.com/man.aspx?n=Zoneminder but still no luck.
Ok, didn't know about the limitations, thanks for the info. I've been trying any and all the suggestions from http://www.ispyconnect.com/man.aspx?n=Zoneminder but still no luck.
-
- Posts: 4
- Joined: Saturday 26 March 2016 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V3.5248
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
I use the following imageURL to get my Zoneminder cameras (3 mpeg and 1 rtsp) into Domoticz:
<zoneminder_folder>/cgi-bin/zms?mode=single&monitor=<monitor_number>&
So, for example, if your Zoneminder web page is accessed via http://192.168.1.23:8080/zm and you want to get your camera 1 (monitor 1 in Zoneminder) configured in Domoticz, the Domoticz config would be:
Name: <name you wish for the camera>
IP Address: 192.168.1.23
Port: 8080
Username: <the username you use to access Zoneminder; blank if none>
Password: <the password you use for the username above; blank if none>
imageURL: zm/cgi-bin/zms?mode=single&monitor=1&
The version of ZoneminderI use is 1.29, and my Domoticz is v.3.4834 on a Raspberry Pi.
<zoneminder_folder>/cgi-bin/zms?mode=single&monitor=<monitor_number>&
So, for example, if your Zoneminder web page is accessed via http://192.168.1.23:8080/zm and you want to get your camera 1 (monitor 1 in Zoneminder) configured in Domoticz, the Domoticz config would be:
Name: <name you wish for the camera>
IP Address: 192.168.1.23
Port: 8080
Username: <the username you use to access Zoneminder; blank if none>
Password: <the password you use for the username above; blank if none>
imageURL: zm/cgi-bin/zms?mode=single&monitor=1&
The version of ZoneminderI use is 1.29, and my Domoticz is v.3.4834 on a Raspberry Pi.
-
- Posts: 34
- Joined: Saturday 31 October 2015 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
Hi Blipvert,Blipvert wrote:I use the following imageURL to get my Zoneminder cameras (3 mpeg and 1 rtsp) into Domoticz:
<zoneminder_folder>/cgi-bin/zms?mode=single&monitor=<monitor_number>&
So, for example, if your Zoneminder web page is accessed via http://192.168.1.23:8080/zm and you want to get your camera 1 (monitor 1 in Zoneminder) configured in Domoticz, the Domoticz config would be:
Name: <name you wish for the camera>
IP Address: 192.168.1.23
Port: 8080
Username: <the username you use to access Zoneminder; blank if none>
Password: <the password you use for the username above; blank if none>
imageURL: zm/cgi-bin/zms?mode=single&monitor=1&
The version of ZoneminderI use is 1.29, and my Domoticz is v.3.4834 on a Raspberry Pi.
I follow your instruction but DOMOTICZ doesn't show anything. Zoneminder shows picture from cameras well. Do you have any ideas why?
Thanks
-
- Posts: 4
- Joined: Saturday 26 March 2016 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V3.5248
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
What is the exact URL that you use to access your Zoneminder? (mask the IP)I follow your instruction but DOMOTICZ doesn't show anything. Zoneminder shows picture from cameras well. Do you have any ideas why?
-
- Posts: 34
- Joined: Saturday 31 October 2015 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
http://192.168.4.111/zmBlipvert wrote:What is the exact URL that you use to access your Zoneminder? (mask the IP)I follow your instruction but DOMOTICZ doesn't show anything. Zoneminder shows picture from cameras well. Do you have any ideas why?
-
- Posts: 4
- Joined: Saturday 26 March 2016 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V3.5248
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
Then your configuration should be:
Name: <name you wish for the camera on Domoticz>
IP Address: 192.168.4.111
Port: 80
Username:
Password:
imageURL: zm/cgi-bin/zms?mode=single&monitor=1&
That is, for as long as the camera that you want to access is the monitor 1 in Zoneminder; try increasing the number if you have more than one camera configured on Zoneminder.
For a test, you can try to access this url:
http://192.168.4.111/zm/cgi-bin/zms?mod ... &monitor=1
(again, change the monitor number to fit your needs)
If this does not show you an image, then there is something missing on your Zoneminder config.
-
- Posts: 34
- Joined: Saturday 31 October 2015 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
This was exactly what I tried so I'll check ZM configurationBlipvert wrote:Then your configuration should be:
Name: <name you wish for the camera on Domoticz>
IP Address: 192.168.4.111
Port: 80
Username:
Password:
imageURL: zm/cgi-bin/zms?mode=single&monitor=1&
That is, for as long as the camera that you want to access is the monitor 1 in Zoneminder; try increasing the number if you have more than one camera configured on Zoneminder.
For a test, you can try to access this url:
http://192.168.4.111/zm/cgi-bin/zms?mod ... &monitor=1
(again, change the monitor number to fit your needs)
If this does not show you an image, then there is something missing on your Zoneminder config.
-
- Posts: 34
- Joined: Saturday 31 October 2015 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
Hi,
I installed everything from scratch and it is working now. Thanks for help...
I installed everything from scratch and it is working now. Thanks for help...
-
- Posts: 476
- Joined: Monday 14 March 2016 13:55
- Target OS: Linux
- Domoticz version: beta
- Location: Rome, Italy
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
Hi
Just discovered zoneminder and it's really nice
Is there any possibility to get notified in domoticz when a motion is detected?
Thanks
Just discovered zoneminder and it's really nice
Is there any possibility to get notified in domoticz when a motion is detected?
Thanks
Cubietruck - Linux cubietruck 4.13.16 (Debian GNU/Linux 8 (jessie)) + Domoticz + RFLink, Xiaomi Gateway, Owl USB, Yeelight Color and B/W, ESP8266, Broadlink RM2, Netatmo Thermostat
-
- Posts: 390
- Joined: Wednesday 30 November 2016 11:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
hi there,
i know this is an old threat but i am hoping someone can help me out here.
I have zoneminder configured and working well(v1.30.4).
I would like to enable the zoneminder stream into domoticz.
I've read the posts but can't seem to get it to work.
thanks in advance!
Grtz
i know this is an old threat but i am hoping someone can help me out here.
I have zoneminder configured and working well(v1.30.4).
I would like to enable the zoneminder stream into domoticz.
I've read the posts but can't seem to get it to work.
thanks in advance!
Grtz
-
- Posts: 390
- Joined: Wednesday 30 November 2016 11:58
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10717
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
got it working.
the username and password is still tough though but without it, it working fine.
thnx!
the username and password is still tough though but without it, it working fine.
thnx!
-
- Posts: 30
- Joined: Tuesday 30 January 2018 0:27
- Target OS: Linux
- Domoticz version: Beta
- Location: Germany
- Contact:
Re: Has anyone has success with Zoneminder and Domoticz?
Have a look at my modification of zmeventserver here: https://github.com/jannnfe/zmeventserverDomoticz
Who is online
Users browsing this forum: No registered users and 1 guest