Problem with Zoneminder component in Homeassistant

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
danyolgiax
Posts: 1
Joined: Fri Jan 08, 2021 9:41 am

Problem with Zoneminder component in Homeassistant

Post by danyolgiax »

Hi all, I've Zoneminder 1.34.16 running and configured with a cam and I can live preview it.
I configured ZM in Home Assistant like this:

Code: Select all

camera:
  - platform: zoneminder

zoneminder:
  - host: 10.10.0.xx
    path: /zm/
    path_zms: /cgi-bin/nph-zms
    ssl: false
    verify_ssl: false
and I can see my camera as entity in HA.

If I try to see preview in HA or I try to set this entity as camera live:

Code: Select all

type: picture-entity
entity: camera.my-camera
camera_view: live
it won't work giving me the broken image icon.

Can someone give me an hint?
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: Problem with Zoneminder component in Homeassistant

Post by Magic919 »

Check that path_zms against your paths config.
-
Post Reply