Site updated at 2018-02-28 13:55:28 UTC
This commit is contained in:
parent
39880fe32d
commit
6a837d9bc1
27 changed files with 76 additions and 73 deletions
|
@ -76,6 +76,9 @@
|
|||
<hr class="divider">
|
||||
<p>The Hikvision Binary Sensor is a platform that parses the event stream of a <a href="http://www.hikvision.com/">Hikvision IP Camera or NVR</a> and presents the camera/nvr events to Home Assistant as binary sensors with either an “off” or “on” state.</p>
|
||||
<p>The platform will automatically add all sensors to Home Assistant that are configured within the camera/nvr interface to “Notify the surveillance center” as a trigger. If you would like to hide a sensor type you can do so by either unchecking “Notify the surveillance center” in the camera configuration or by using the “ignored” customize option detailed below.</p>
|
||||
<p class="note">
|
||||
In order for the sensors to work the hikvision user must have the ‘Remote: Notify Surveillance Center / Trigger Alarm Output’ permission which can be enabled from the user managment section of the web interace. Also the ‘WEB Authentication’ needs to be set to ‘digest/basic’ in the security / authentication section.
|
||||
</p>
|
||||
<p>For example, if you configure a camera with the name “Front Porch” that has motion detection and line crossing events enabled to notify the surveillance center the following binary sensors will be added to Home Assistant:</p>
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code>binary_sensor.front_porch_motion
|
||||
binary_sensor.front_port_line_crossing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue