mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
camera:
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam01
|
||||
name: Camera01
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam02
|
||||
name: Camera02
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam03
|
||||
name: Camera03
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam04
|
||||
name: Camera04
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam05
|
||||
name: Camera05
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam06
|
||||
name: Camera06
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam07
|
||||
name: Camera07
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam08
|
||||
name: Camera08
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam09
|
||||
name: Camera09
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/WyzeCube
|
||||
name: WyzeCube
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Upstairs?/video.mjpg
|
||||
name: Upstairs
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/@Upstairs?/video.mjpg
|
||||
name: CycleUpstairs
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Downstairs?/video.mjpg
|
||||
name: Downstairs
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/@Downstairs?/video.mjpg
|
||||
name: CycleDownstairs
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/All?/video.mjpg
|
||||
name: AllCameras
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/@All?/video.mjpg
|
||||
name: CycleAllCameras
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
@@ -0,0 +1,106 @@
|
||||
#binary_sensor: !include_dir_list ../cameras
|
||||
|
||||
camera:
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam01
|
||||
name: Camera01
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam02
|
||||
name: Camera02
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam03
|
||||
name: Camera03
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam04
|
||||
name: Camera04
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam05
|
||||
name: Camera05
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam06
|
||||
name: Camera06
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam07
|
||||
name: Camera07
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam08
|
||||
name: Camera08
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam09
|
||||
name: Camera09
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam10
|
||||
name: Camera10
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam11
|
||||
name: Camera11
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/Cam12
|
||||
name: Camera12
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/All?/video.mjpg
|
||||
name: AllCameras
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
mjpeg_url: http://192.168.1.7:81/mjpg/@All?/video.mjpg
|
||||
name: CycleAllCameras
|
||||
username: !secret bi_username
|
||||
password: !secret bi_password
|
||||
authentication: basic
|
||||
|
||||
- platform: mjpeg
|
||||
name: Octoprint
|
||||
still_image_url: http://192.168.1.99/webcam/?action=snapshot
|
||||
mjpeg_url: http://192.168.1.99/webcam/?action=stream
|
||||
|
||||
@@ -0,0 +1,89 @@
|
||||
camera:
|
||||
- platform: local_file
|
||||
name: Cam01 Person
|
||||
file_path: /config/snapshots/cam01_person/cam01_person_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: Cam02 Person
|
||||
file_path: /config/snapshots/cam02_person/cam02_person_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: Cam03 Person
|
||||
file_path: /config/snapshots/cam03_person/cam03_person_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: Cam04 Person
|
||||
file_path: /config/snapshots/cam04_person/cam04_person_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: Cam04 Vehicle
|
||||
file_path: /config/snapshots/cam04_vehicle/cam04_vehicle_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: Cam05 Person
|
||||
file_path: /config/snapshots/cam05_person/cam05_person_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: Cam06 Person
|
||||
file_path: /config/snapshots/cam06_person/cam06_person_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: Cam07 Person
|
||||
file_path: /config/snapshots/cam07_person/cam07_person_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: Cam08 Person
|
||||
file_path: /config/snapshots/cam08_person/cam08_person_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: Cam09 Person
|
||||
file_path: /config/snapshots/cam09_person/cam09_person_latest.jpg
|
||||
|
||||
- platform: local_file
|
||||
name: WyzeCube Person
|
||||
file_path: /config/snapshots/wyzecube_person/wyzecube_person_latest.jpg
|
||||
|
||||
#- platform: generic
|
||||
# name: Cam01 Snapshot
|
||||
# still_image_url: >-
|
||||
# http://192.168.1.32:81/image/Cam01?q=50&user=deepstack&pw=deepstack
|
||||
|
||||
#- platform: generic
|
||||
# name: Cam02 Snapshot
|
||||
# still_image_url: >-
|
||||
# http://192.168.1.32:81/image/Cam02?q=50&user=deepstack&pw=deepstack
|
||||
|
||||
#- platform: generic
|
||||
# name: Cam03 Snapshot
|
||||
# still_image_url: >-
|
||||
# http://192.168.1.32:81/image/Cam03?q=50&user=deepstack&pw=deepstack
|
||||
|
||||
#- platform: generic
|
||||
# name: Cam04 Snapshot
|
||||
# still_image_url: >-
|
||||
# http://192.168.1.32:81/image/Cam04?q=50&user=deepstack&pw=deepstack
|
||||
|
||||
#- platform: generic
|
||||
# name: Cam05 Snapshot
|
||||
# still_image_url: >-
|
||||
# http://192.168.1.32:81/image/Cam05?q=50&user=deepstack&pw=deepstack
|
||||
|
||||
#- platform: generic
|
||||
# name: Cam06 Snapshot
|
||||
# still_image_url: >-
|
||||
# http://192.168.1.32:81/image/Cam06?q=50&user=deepstack&pw=deepstack
|
||||
|
||||
#- platform: generic
|
||||
# name: Cam07 Snapshot
|
||||
# still_image_url: >-
|
||||
# http://192.168.1.32:81/image/Cam07?q=50&user=deepstack&pw=deepstack
|
||||
|
||||
#- platform: generic
|
||||
# name: nursery_camera Snapshot
|
||||
# still_image_url: >-
|
||||
# http://192.168.1.32:81/image/nursery_camera?q=50&user=deepstack&pw=deepstack
|
||||
|
||||
#- platform: generic
|
||||
# name: CamCar Snapshot
|
||||
# still_image_url: >-
|
||||
# http://192.168.1.32:81/image/Cam04?q=50&user=deepstack&pw=deepstack
|
||||
@@ -0,0 +1,4 @@
|
||||
platform: mjpeg
|
||||
name: Octoprint
|
||||
still_image_url: http://192.168.1.14/webcam/?action=snapshot
|
||||
mjpeg_url: http://192.168.1.14/webcam/?action=stream
|
||||
Reference in New Issue
Block a user