Problem with new Zoneminder component

I don’t known wich path it does not create, but the ZM api is working with other app. So in my opinion the problem is on HA side.

Hi,
also facing same problems .

HA version 0.56.0
Ubuntu server 16.04
Zoneminder v1.30.4

My HA config :

zoneminder:
  host: 192.1.2.3

camera:
  - platform: zoneminder

For now i just use an “pane_iframe” :

panel_iframe:
  zoneminder:
    title: 'ZoneMinder'
    url: 'http://192.1.2.3/zm/' 

It works OK .

hmm working fine here, with the lastet version of all, instead of Installing ZM directly on Ubuntu i use docker:
Ubuntu 17.04 with docker
HASS 0.56.2
ZM 1.31.1

https://forums.zoneminder.com/viewtopic.php?f=37&t=26596

my settings in konfiguration.yaml:

zoneminder:
  host: 192.168.1.4:8000
  path_zms: /cgi-bin/nph-zms
camera:
  - platform: zoneminder

groups.yaml:

default_view:
  view: true
  icon: mdi:home
  entities:
  - group.Zoneminder

and

Zoneminder:
  name: CCTV
  view: true
  entities:
  - camera.east_terasse
  - camera.indk0rsel

the only problem i have, is the event in the logbook is not using the event when clicked on but instead i see a “now live feed”

did you solve_

I can see the cameras but no devices (no sensor)

Changing the path from
/zm/
to
path_zms: /cgi-bin/nph-zms
worked for me.

i’m running zoneminder on debian.
Thanks!!!

1 Like

Hello

I’ve just added zoneminder component to HA, and I’ve get the states, and names of cameras, access tokens, but when I add the camara to GUI there is no picture but only: image not available.
Here is my configuration.yaml

zoneminder:
host: 192.168.1.229:8082
path: /zm/
path_zms: /cgi-bin/nph-zms
username: admin
password: *********

camera:

  • platform: zoneminder

Why is this happening?

I was having the same issue as you @Woj , then I set my config to this and got it to work:

zoneminder:
  host: 192.168.1.***
  path_zms: /cgi-bin/nph-zms
  username: admin
  password: ********

camera:
  - platform: zoneminder