1
0

Add zoneminder

This commit is contained in:
pgrondek 2021-06-24 22:18:01 +02:00
parent d6ffc25c59
commit e1ebf5ed61
3 changed files with 59 additions and 1 deletions

View File

@ -0,0 +1,41 @@
- id: camera_1_notification
alias: '[Camera] 1 notification'
condition:
- condition: state
entity_id: alarm_control_panel.ha_alarm
state: armed_away
trigger:
- platform: state
entity_id: binary_sensor.kitchen_motion_sensor
from: 'off'
to: 'on'
action:
- service: notify.mobile_app_przemyslaws_iphone
data:
message: Motion Detected in Kitchen!
data:
entity_id: camera.monitor_1
url:
_: "/lovelace-tablet/cctv"
mode: single
- id: camera_2_notification
alias: '[Camera] 2 notification'
condition:
- condition: state
entity_id: alarm_control_panel.ha_alarm
state: armed_away
trigger:
- platform: state
entity_id: binary_sensor.hallway_motion_sensor
from: 'off'
to: 'on'
action:
- service: notify.mobile_app_przemyslaws_iphone
data:
message: Motion Detected in Hallway!
data:
entity_id: camera.monitor_2
url:
_: "/lovelace-tablet/cctv"
mode: single

View File

@ -31,7 +31,6 @@ mqtt:
ios:
actions:
- name: door_lock
text: Front Door
background_color: "#000000"
label:
text: "Door Lock"
@ -47,6 +46,13 @@ octoprint:
number_of_tools: 1
bed: true
zoneminder:
- host: 192.168.50.197
path_zms: cgi-bin/nph-zms
path: /zm/
camera:
- platform: zoneminder
influxdb:
host: 192.168.50.100
port: 8086
@ -401,6 +407,9 @@ http:
login_attempts_threshold: 5
switch:
- platform: zoneminder
command_on: Modect
command_off: Monitor
# Living Room
- platform: template
switches:

View File

@ -104,6 +104,10 @@ leave_home:
- light.hallway_light
- light.hallway_lightstrip
- light.computer_computer_cave_background
- service: switch.turn_on
entity_id:
- switch.monitor_1_state
- switch.monitor_2_state
- service: switch.turn_off
entity_id: switch.desk_motor_on_off
- service: script.pc_sleep
@ -127,5 +131,9 @@ arrive_home:
entity_id:
- switch.desk_motor_on_off
- switch.computer_outlet
- service: switch.turn_off
entity_id:
- switch.monitor_1_state
- switch.monitor_2_state
mode: single
icon: mdi:home-import-outline