home-assistant.github.io/source/_components/zoneminder.markdown
Andrey Petrov 8c8b44b644 Added documentation changes for ZM external trigger (#2350)
Signed-off-by: Andrey Petrov <andrey.petrov@gmail.com>
2017-03-30 09:51:22 +02:00

1.5 KiB

layout title description date sidebar comments sharing footer logo ha_category featured ha_release
page ZoneMinder How to integrate ZoneMinder into Home Assistant. 2016-10-13 22:57 true false true true zoneminder.png Hub false 0.31

The ZoneMinder component sets up the integration with your ZoneMinder instance so that cameras, sensors, and switches can use it.

# Example configuration.yaml entry
zoneminder:
  host: ZM_HOST

Configuration variables:

  • host (Required): Your ZoneMinder server's host (and optional port), not including the scheme.
  • path (Optional): Path to your ZoneMinder install. Defaults to /zm/.
  • path_zms (Optional): Path to the CGI script for streaming. This should match PATH_ZMS in ZM's "Paths" settings. Defaults to /zm/cgi-bin/nph-zms.
  • ssl (Optional): Set to True if your ZoneMinder installation is using SSL. Default to False.
  • username (Optional): Your ZoneMinder username.
  • password (Optional): Your ZoneMinder password. Required if OPT_USE_AUTH is enabled in ZM.
  • trigger_port (Optional): ZM's external trigger port. Default is 6802

{% linkable_title Full configuration %}

# Example configuration.yaml entry
zoneminder:
  host: ZM_HOST
  path: ZM_PATH
  path_zms: ZM_PATH_ZMS
  ssl: False
  username: USERNAME
  password: PASSWORD