Update of ZoneMinder bindings

I am running ZM-1.32 as well and the binding gives an error

Status: OFFLINE - CONFIGURATION_ERROR Cannot access ZoneMinder Server. Check provided usercredentials

Unfortunately it seems that ZoneMinder API has changed since version 1.30. The good news is that it seems it is changing to the better. The API has some issues in 1.30 and below …
The bad news is that I am looking at something different than ZoneMinder, or at least I am considering. I might end up with ZoneMinder, but I need to see a better API before I rewrite anything.

Meanwhile I will evaluate Shinobi (see other threads).

If somebody feels like updating the binding you should be more than welcome :slight_smile:

For anyone not watching the other topic, the binding works with ZM 1.32.3…

Have a look at MotionEye - https://github.com/ccrisan/motioneye

I yanked out ZM in favour of ME and it works really well.

But ME does not seem an openhab bindings, how did you connect to openhab
thanks
bruno

Sorry about the late reply. You can just pull in the video feed from MotionEye into a sitemap:

Frame label="Camera 1" {
  Video icon="video" url="http://1.2.3.4:8084" encoding="mjpeg"
}

Obviously use the proper address/name and port.

Thank you for your reply, I profit to ask if using ME I can manage PTZ capabilities (obviously via OH3)

I haven’t tried, so I cannot tell.