● HA작업) 시놀로지 카메라 모션감지 사진화면 캡춰 HAOS에서 snap 사진 캡춰하여 텔레그램으로 사진 보내기 작업
♨ 카랜더 일정 :
2023년08월17일
본문
● HA작업) 시놀로지 카메라 모션감지 사진화면 캡춰 HAOS에서 snap 사진 캡춰하여 텔레그램으로 사진 보내기 작업
방법1) 모션 감지 또는 센서 감지 자동으로 텔레그램으로 사진 보내기
방법2) sylonogy camera 영상에서 화면클릭 스크립트 실행 사진 발송
방법3) motioneye 애드온 설치사용시 간단 모션감지시 텔레그램으로 발송
조건: telegram bot 동작 조건
# /config/configuration.yaml 에 구성 조건 입니다
telegram_bot:
- platform: polling
api_key: 5245210519:AAGAiz3V3Eiv-HxPdx-0V86bi???
allowed_chat_ids:
- 778557???
kakao_talk:
api_key: 04f351cfbafe72f0c0cf76b5d?????
redirect_uri: http://ha.11q.duckdns.org/api/kakao_talk
send_to_friends: True
alias: camera_snap_photo_sending_2
sequence:
- service: notify.telegram
data:
title: Send an images
message: Thats an example that sends an image.
data:
photo:
- file: /config/www/snapshot/main_entrance.jpg
caption: 현관문 카메라
icon: mdi:cctv
mode: single
alias: camera_snap_photo_sending_2
sequence:
- service: notify.telegram
data:
title: Send an images
message: Thats an example that sends an image.
data:
photo:
- file: /config/www/snapshot/main_entrance.jpg
caption: 현관문 카메라
icon: mdi:cctv
mode: single
show_state: true
show_name: true
camera_view: auto
type: picture-entity
entity: camera.amcrest_camera_amcrest_camera
image: /config/www/snapshot/main_entrance.jpg
camera_image: camera.amcrest_camera_amcrest_camera
name: AMCREST_telegram전송(더블snap,롱sending)
hold_action:
action: call-service
service: script.camera_snap_photo_sending_2
target: {}
tap_action:
action: call-service
service: camera.snapshot
target:
entity_id: camera.amcrest_camera_amcrest_camera
data:
filename: /config/www/snapshot/main_entrance.jpg
show_state: true
show_name: true
camera_view: auto
type: picture-entity
entity: camera.amcrest_camera_amcrest_camera
image: /config/www/snapshot/main_entrance.jpg
camera_image: camera.amcrest_camera_amcrest_camera
name: AMCREST_telegram전송(더블snap,롱sending)
hold_action:
action: call-service
service: script.camera_snap_photo_sending_2
target: {}
tap_action:
action: call-service
service: camera.snapshot
target:
entity_id: camera.amcrest_camera_amcrest_camera
data:
filename: /config/www/snapshot/main_entrance.jpg
alias: 현관카메라_모션감지_사진_텔레그램으로 전송
description: |-
현관카메라 _텔레그램_이미지전송 스크림트에 작업 설정 되어야 하며
(잘됨)텔레그램 은 confuguation.yaml 파일에 구성 조건
(잘안됨) 카카오는 http://ha.11q.duckdns.org/api/kakao_talk 동작중이어야 합니다
trigger:
- platform: webhook
webhook_id: motion_entrance_20230817_0241_52
allowed_methods:
- POST
- PUT
local_only: true
- type: motion
platform: device
device_id: e1b4b96169fe1433df771b859946523d
entity_id: 5c531bbdc6ae3ab931c2be1307f66e8b
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 1
condition: []
action:
- service: camera.snapshot
data:
filename: /config/www/snapshot/main_entrance.jpg
target:
entity_id: camera.amcrest_camera_amcrest_camera
- service: notify.telegram
data:
message: 현관에 움직임이 감지되었습니다
title: 움직임 감지
data:
photo:
- url: https://ha.11q.duckdns.org/local/snapshot/main_entrance.jpg
mode: single
alias: 현관카메라_모션감지_사진_텔레그램으로 전송
description: |-
현관카메라 _텔레그램_이미지전송 스크림트에 작업 설정 되어야 하며
(잘됨)텔레그램 은 confuguation.yaml 파일에 구성 조건
(잘안됨) 카카오는 http://ha.11q.duckdns.org/api/kakao_talk 동작중이어야 합니다
trigger:
- platform: webhook
webhook_id: motion_entrance_20230817_0241_52
allowed_methods:
- POST
- PUT
local_only: true
- type: motion
platform: device
device_id: e1b4b96169fe1433df771b859946523d
entity_id: 5c531bbdc6ae3ab931c2be1307f66e8b
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 1
condition: []
action:
- service: camera.snapshot
data:
filename: /config/www/snapshot/main_entrance.jpg
target:
entity_id: camera.amcrest_camera_amcrest_camera
- service: notify.telegram
data:
message: 현관에 움직임이 감지되었습니다
title: 움직임 감지
data:
photo:
- url: https://ha.11q.duckdns.org/local/snapshot/main_entrance.jpg
mode: single
주) 카메라및 센서등 변경을 자신의 환경에 맞게 변경하고
파일 저장경로 는 참조 수정 주의 하세요
/config/www/snapshot/main_entrance.jpg
https://ha.11q.duckdns.org/local/snapshot/main_entrance.jpg
,,,,,
photo:
- url: https://ha.11q.duckdns.org/local/snapshot/main_entrance.jpg
에서
는 저의 homeassistant 경로 이므로 사용하는 link 경로로 변경
filename: /config/www/snapshot/main_entrance.jpg
https://ha.11q.duckdns.org
추가더 >> 현관에 센서를 달아서 방문자 인식하면 구글홈 스피커로 발송하는 node-red☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠
뷰PDF 1,2
office view
관련자료
-
링크
-
첨부
-
이전
-
다음
댓글목록
11qkr님의 댓글
11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일
● HA작업) Camera 관리 애드온 MotionEye 으로 AMCrest ip카메라 붙이기
2부 설정 입니다.
MotionEye 실제 카메라 ip변경시 삭제후 재설정/애드온 설치 합니다.
1부
https://11q.kr/www/bbs/board.php?bo_table=co3&wr_id=871c_965
참조 설치 성정 하세요
https://11q.kr/www/bbs/board.php?bo_table=co3&wr_id=967#c_1231
11qkr님의 댓글
11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일
시놀로지 라이센스 추가하기
https://11q.kr/www/bbs/board.php?bo_table=s12&wr_id=2907
sudo -i
bash <(curl -L https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/SurveillanceStation-x86_64/install_license)
11qkr님의 댓글
11qkr 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일
시놀로지 라이센스 추가 한것 제거는
bash <(curl -L https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/license/remove_license)
♥간단_메모글♥
-
등록일 04.15가입 인사드립니다.댓글 6
-
등록일 04.09가입인사.댓글 4
-
등록일 03.03안녕하세여댓글 1
-
등록일 02.13
최근글
-
등록일 11.03
새댓글
-
등록자 다른나 등록일 11.05
-
등록자 다른나 등록일 11.05
-
등록자 네비네비 등록일 11.04
오늘의 홈 현황
QR코드
☞ QR코드 스캔은 kakao앱 자체 QR코드