Add zoneminder
This commit is contained in:
parent
d6ffc25c59
commit
e1ebf5ed61
41
configuration/automations/camera.yaml
Normal file
41
configuration/automations/camera.yaml
Normal 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
|
@ -31,7 +31,6 @@ mqtt:
|
|||||||
ios:
|
ios:
|
||||||
actions:
|
actions:
|
||||||
- name: door_lock
|
- name: door_lock
|
||||||
text: Front Door
|
|
||||||
background_color: "#000000"
|
background_color: "#000000"
|
||||||
label:
|
label:
|
||||||
text: "Door Lock"
|
text: "Door Lock"
|
||||||
@ -47,6 +46,13 @@ octoprint:
|
|||||||
number_of_tools: 1
|
number_of_tools: 1
|
||||||
bed: true
|
bed: true
|
||||||
|
|
||||||
|
zoneminder:
|
||||||
|
- host: 192.168.50.197
|
||||||
|
path_zms: cgi-bin/nph-zms
|
||||||
|
path: /zm/
|
||||||
|
camera:
|
||||||
|
- platform: zoneminder
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
host: 192.168.50.100
|
host: 192.168.50.100
|
||||||
port: 8086
|
port: 8086
|
||||||
@ -401,6 +407,9 @@ http:
|
|||||||
login_attempts_threshold: 5
|
login_attempts_threshold: 5
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
|
- platform: zoneminder
|
||||||
|
command_on: Modect
|
||||||
|
command_off: Monitor
|
||||||
# Living Room
|
# Living Room
|
||||||
- platform: template
|
- platform: template
|
||||||
switches:
|
switches:
|
||||||
|
@ -104,6 +104,10 @@ leave_home:
|
|||||||
- light.hallway_light
|
- light.hallway_light
|
||||||
- light.hallway_lightstrip
|
- light.hallway_lightstrip
|
||||||
- light.computer_computer_cave_background
|
- light.computer_computer_cave_background
|
||||||
|
- service: switch.turn_on
|
||||||
|
entity_id:
|
||||||
|
- switch.monitor_1_state
|
||||||
|
- switch.monitor_2_state
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.desk_motor_on_off
|
entity_id: switch.desk_motor_on_off
|
||||||
- service: script.pc_sleep
|
- service: script.pc_sleep
|
||||||
@ -127,5 +131,9 @@ arrive_home:
|
|||||||
entity_id:
|
entity_id:
|
||||||
- switch.desk_motor_on_off
|
- switch.desk_motor_on_off
|
||||||
- switch.computer_outlet
|
- switch.computer_outlet
|
||||||
|
- service: switch.turn_off
|
||||||
|
entity_id:
|
||||||
|
- switch.monitor_1_state
|
||||||
|
- switch.monitor_2_state
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:home-import-outline
|
icon: mdi:home-import-outline
|
Loading…
Reference in New Issue
Block a user