Has anyone has success with Zoneminder and Domoticz?

Moderator: leecollings

Post Reply
resentedpoet
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?

Post by resentedpoet »

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,
ThinkPad
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?

Post by ThinkPad »

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
I am not active on this forum anymore.
resentedpoet
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?

Post by resentedpoet »

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.
Blipvert
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?

Post by Blipvert »

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.
hasan
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?

Post by hasan »

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.
Hi Blipvert,

I follow your instruction but DOMOTICZ doesn't show anything. Zoneminder shows picture from cameras well. Do you have any ideas why?

Thanks
Blipvert
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?

Post by Blipvert »

I follow your instruction but DOMOTICZ doesn't show anything. Zoneminder shows picture from cameras well. Do you have any ideas why?
What is the exact URL that you use to access your Zoneminder? (mask the IP)
hasan
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?

Post by hasan »

Blipvert wrote:
I follow your instruction but DOMOTICZ doesn't show anything. Zoneminder shows picture from cameras well. Do you have any ideas why?
What is the exact URL that you use to access your Zoneminder? (mask the IP)
http://192.168.4.111/zm
Blipvert
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?

Post by Blipvert »

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.
hasan
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?

Post by hasan »

Blipvert 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.
This was exactly what I tried :( so I'll check ZM configuration ;)
Blipvert
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?

Post by Blipvert »

http://192.168.4.111/cgi-bin/zms?mode=single&monitor=1

Do you see an image if you try this url?
hasan
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?

Post by hasan »

Hi,

I installed everything from scratch and it is working now. Thanks for help...
woody4165
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?

Post by woody4165 »

Hi
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
Trigun
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?

Post by Trigun »

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
Trigun
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?

Post by Trigun »

got it working.
the username and password is still tough though but without it, it working fine.

thnx!
jannnfe
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?

Post by jannnfe »

woody4165 wrote: Saturday 11 November 2017 19:54 Hi
Just discovered zoneminder and it's really nice
Is there any possibility to get notified in domoticz when a motion is detected?
Thanks
Have a look at my modification of zmeventserver here: https://github.com/jannnfe/zmeventserverDomoticz
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest