Updates for Raspberry Pi 12 Bookworm
This commit is contained in:
22
roles/Vergil/README.md
Normal file
22
roles/Vergil/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
These hubs are self-made IoT devices using [Raspberry Pi's](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/) on [Raspbian](https://www.raspberrypi.com/software). They provide cameras and IR remotes to control televisions, which can be used with Chromecasts to project [AniNIX/Yggdrasil](../Yggdrasil/) media for users to view. Usually, they'll be wrapped in a maker case with a cellphone 5A charger on a wall mount.
|
||||
|
||||
# Relevant Files and Configuration
|
||||
|
||||
For the camera, we use the [motion](https://motion-project.github.io/motion_config.html) service to control the Raspberry Pi [camera module](https://www.raspberrypi.com/products/camera-module-v2/). This is reflected in the motion config.
|
||||
|
||||
For the IR control we use an [IR shield](https://www.amazon.com/s?k=Raspberry+pi+infrared+expansion+board+IR+transmitter&ref=nb_sb_noss) controlled by the [lircd](https://www.lirc.org/) service. As a note, in order for this to work, you have to set the pinout in the `/boot/config.txt` -- we try to default this in, but you may need to set `gpio_in_pin` and `gpio_out_pin` attributes for your particular board and shield.
|
||||
|
||||
We also set up an SNMPv3 daemon service on the hubs, to work with their IR control. This snmpd requires the Geth OVA to add snmpget using `apk update && apk add net-snmp-tools` from the `Terminal & SSH` add-on. Covers can then be added from the [command-line integration](https://www.home-assistant.io/integrations/command_line/). They'll look something like this:
|
||||
|
||||
```
|
||||
- cover:
|
||||
command_open: bash /config/snmp.sh 10.0.1.32 .1.3.6.1.4.1.8072.1.3.2.4.1.2.5.112.111.119.101.114.1 # NET-SNMP-EXTEND-MIB::nsExtendOutLine."power".1
|
||||
command_close: bash /config/snmp.sh 10.0.1.32 .1.3.6.1.4.1.8072.1.3.2.4.1.2.6.99.111.110.102.105.103.1 # NET-SNMP-EXTEND-MIB::nsExtendOutLine."config".1
|
||||
command_stop: bash /config/snmp.sh 10.0.1.32 .1.3.6.1.4.1.8072.1.3.2.4.1.2.5.101.110.116.101.114.1 # NET-SNMP-EXTEND-MIB::nsExtendOutLine."enter".1
|
||||
name: livingroom_power
|
||||
- cover:
|
||||
command_open: bash /config/snmp.sh 10.0.1.32 .1.3.6.1.4.1.8072.1.3.2.4.1.2.8.118.111.108.117.109.101.117.112.1 # NET-SNMP-EXTEND-MIB::nsExtendOutLine."volumeup".1
|
||||
command_close: bash /config/snmp.sh 10.0.1.32 .1.3.6.1.4.1.8072.1.3.2.4.1.2.10.118.111.108.117.109.101.100.111.119.110.1 # NET-SNMP-EXTEND-MIB::nsExtendOutLine."volumedown".1
|
||||
command_stop: bash /config/snmp.sh 10.0.1.32 .1.3.6.1.4.1.8072.1.3.2.4.1.2.4.109.117.116.101.1 # NET-SNMP-EXTEND-MIB::nsExtendOutLine."mute".1
|
||||
name: livingroom_volume
|
||||
```
|
23
roles/Vergil/files/hardware.conf
Normal file
23
roles/Vergil/files/hardware.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# /etc/lirc/hardware.conf
|
||||
#
|
||||
# Arguments which will be used when launching lircd
|
||||
LIRCD_ARGS="--uinput --listen"
|
||||
|
||||
#Don't start lircmd even if there seems to be a good config file
|
||||
#START_LIRCMD=false
|
||||
|
||||
#Don't start irexec, even if a good config file seems to exist.
|
||||
#START_IREXEC=false
|
||||
|
||||
#Try to load appropriate kernel modules
|
||||
LOAD_MODULES=true
|
||||
|
||||
# Run "lircd --driver=help" for a list of supported drivers.
|
||||
DRIVER="default"
|
||||
# usually /dev/lirc0 is the correct setting for systems using udev
|
||||
DEVICE="/dev/lirc0"
|
||||
MODULES="lirc_rpi"
|
||||
|
||||
# Default configuration files for your hardware if any
|
||||
LIRCD_CONF=""
|
||||
LIRCMD_CONF=""
|
41
roles/Vergil/files/lirc_options.conf
Normal file
41
roles/Vergil/files/lirc_options.conf
Normal file
@@ -0,0 +1,41 @@
|
||||
# These are the default options to lircd, if installed as
|
||||
# /etc/lirc/lirc_options.conf. See the lircd(8) and lircmd(8)
|
||||
# manpages for info on the different options.
|
||||
#
|
||||
# Some tools including mode2 and irw uses values such as
|
||||
# driver, device, plugindir and loglevel as fallback values
|
||||
# in not defined elsewhere.
|
||||
|
||||
[lircd]
|
||||
nodaemon = False
|
||||
driver = default
|
||||
device = /dev/lirc0
|
||||
output = /var/run/lirc/lircd
|
||||
pidfile = /var/run/lirc/lircd.pid
|
||||
plugindir = /usr/lib/arm-linux-gnueabihf/lirc/plugins
|
||||
permission = 666
|
||||
allow-simulate = No
|
||||
repeat-max = 600
|
||||
#effective-user =
|
||||
#listen = [address:]port
|
||||
#connect = host[:port]
|
||||
#loglevel = 6
|
||||
#release = true
|
||||
#release_suffix = _EVUP
|
||||
#logfile = ...
|
||||
#driver-options = ...
|
||||
|
||||
[lircmd]
|
||||
uinput = False
|
||||
nodaemon = False
|
||||
|
||||
# [modinit]
|
||||
# code = /usr/sbin/modprobe lirc_serial
|
||||
# code1 = /usr/bin/setfacl -m g:lirc:rw /dev/uinput
|
||||
# code2 = ...
|
||||
|
||||
|
||||
# [lircd-uinput]
|
||||
# add-release-events = False
|
||||
# release-timeout = 200
|
||||
# release-suffix = _EVUP
|
100
roles/Vergil/files/lircd.conf/Geth-Hub-1
Normal file
100
roles/Vergil/files/lircd.conf/Geth-Hub-1
Normal file
@@ -0,0 +1,100 @@
|
||||
|
||||
# Please make this file available to others
|
||||
# by sending it to <lirc@bartelmus.de>
|
||||
#
|
||||
# this config file was automatically generated
|
||||
# using lirc-0.9.0-pre1(default) on Thu Feb 9 18:06:50 2017
|
||||
#
|
||||
# contributed by
|
||||
#
|
||||
# brand: Insignia
|
||||
# model no. of remote control: NS-RC4NA-14
|
||||
# devices being controlled by this remote: TV
|
||||
#
|
||||
|
||||
begin remote
|
||||
|
||||
name NS-RC4NA-14
|
||||
bits 16
|
||||
flags SPACE_ENC|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
header 9102 4441
|
||||
one 640 1623
|
||||
zero 640 496
|
||||
ptrail 639
|
||||
repeat 9103 2189
|
||||
pre_data_bits 16
|
||||
pre_data 0x61A0
|
||||
gap 108350
|
||||
toggle_bit_mask 0x0
|
||||
|
||||
begin codes
|
||||
KEY_POWER 0xF00F
|
||||
KEY_CONFIG 0xB847
|
||||
KEY_VOLUMEUP 0x30CF
|
||||
KEY_VOLUMEDOWN 0xB04F
|
||||
KEY_MUTE 0x708F
|
||||
KEY_ENTER 0x18E7
|
||||
end codes
|
||||
|
||||
end remote
|
||||
|
||||
|
||||
begin remote
|
||||
|
||||
name iRobot_Roomba
|
||||
flags RAW_CODES|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
ptrail 0
|
||||
repeat 0 0
|
||||
gap 91790
|
||||
|
||||
begin raw_codes
|
||||
|
||||
name clean
|
||||
2831 886 972 2709 944 2711
|
||||
943 2710 2743 893 958 2723
|
||||
931 2722 927 19304 2811 897
|
||||
954 2726 927 2726 927 2726
|
||||
2747 889 966 2714 942 2710
|
||||
941
|
||||
|
||||
name spot
|
||||
2855 858 961 2720 935 2718
|
||||
934 2718 937 2716 2744 893
|
||||
960 2721 931 19526 2829 882
|
||||
968 2711 943 2711 942 2710
|
||||
942 2710 2744 893 960 2720
|
||||
934
|
||||
|
||||
name max
|
||||
2818 898 957 2725 931 2723
|
||||
933 2720 936 2718 2749 890
|
||||
966 2714 2748 17722 2831 882
|
||||
961 2720 925 2729 927 2726
|
||||
926 2728 2753 886 968 2713
|
||||
2749
|
||||
|
||||
name power
|
||||
2837 883 970 2711 943 2712
|
||||
942 2711 2747 893 963 2718
|
||||
2755 886 965 19522 2816 895
|
||||
955 2727 928 2726 930 2724
|
||||
2758 883 970 2712 2748 891
|
||||
962
|
||||
|
||||
name pause
|
||||
2823 897 956 2729 933 2723
|
||||
936 2721 2751 889 965 2722
|
||||
937 2721 2748 17726 2828 886
|
||||
970 2713 942 2713 939 2716
|
||||
2753 888 970 2714 942 2713
|
||||
2754
|
||||
|
||||
end raw_codes
|
||||
|
||||
end remote
|
155
roles/Vergil/files/lircd.conf/Geth-Hub-2
Normal file
155
roles/Vergil/files/lircd.conf/Geth-Hub-2
Normal file
@@ -0,0 +1,155 @@
|
||||
|
||||
# Please make this file available to others
|
||||
# by sending it to <lirc@bartelmus.de>
|
||||
#
|
||||
# this config file was automatically generated
|
||||
# using lirc-0.9.0-pre1(default) on Thu Jun 29 00:24:26 2017
|
||||
#
|
||||
# contributed by darkfeather@aninix.net
|
||||
#
|
||||
# brand: LG.conf
|
||||
# model no. of remote control: AKB73715608
|
||||
# devices being controlled by this remote: TV
|
||||
#
|
||||
|
||||
begin remote
|
||||
|
||||
name LASKO
|
||||
bits 16
|
||||
flags SPACE_ENC|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
header 9063 4496
|
||||
one 579 1673
|
||||
zero 579 546
|
||||
ptrail 580
|
||||
repeat 9066 2248
|
||||
pre_data_bits 16
|
||||
pre_data 0x20DF
|
||||
gap 108528
|
||||
toggle_bit_mask 0x0
|
||||
|
||||
begin codes
|
||||
KEY_POWER 0x10EF
|
||||
KEY_VOLUMEUP 0x40BF
|
||||
KEY_VOLUMEDOWN 0xC03F
|
||||
KEY_CONFIG 0xD02F
|
||||
KEY_ENTER 0x22DD
|
||||
KEY_MUTE 0x906F
|
||||
end codes
|
||||
|
||||
end remote
|
||||
|
||||
|
||||
|
||||
# Please make this file available to others
|
||||
# by sending it to <lirc@bartelmus.de>
|
||||
#
|
||||
# this config file was automatically generated
|
||||
# using lirc-0.9.0-pre1(default) on Tue May 1 06:40:29 2018
|
||||
#
|
||||
# contributed by
|
||||
#
|
||||
# brand: ./lasko.conf
|
||||
# model no. of remote control:
|
||||
# devices being controlled by this remote:
|
||||
#
|
||||
|
||||
begin remote
|
||||
|
||||
name ./lasko.conf
|
||||
flags RAW_CODES|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
ptrail 413
|
||||
gap 53152
|
||||
|
||||
begin raw_codes
|
||||
|
||||
name KEY_POWER
|
||||
1253 391 1256 391 428 1258
|
||||
1258 424 1226 428 400 1294
|
||||
397 1307 386 1291 398 1295
|
||||
396 1264 429 1289 1230 6912
|
||||
1265 383 1264 427 388 1314
|
||||
1199 425 1230 428 396 1324
|
||||
375 1259 420 1264 423 1312
|
||||
379 1293 397 1261 1259
|
||||
|
||||
name KEY_MUTE
|
||||
1266 374 1256 394 426 1256
|
||||
1259 447 1202 431 397 1294
|
||||
393 1306 388 1292 397 1318
|
||||
373 1261 1258 411 414 7771
|
||||
1261 392 1257 421 395 1268
|
||||
1247 424 1225 431 398 1292
|
||||
398 1294 397 1292 396 1307
|
||||
385 1288 1229 430 397
|
||||
|
||||
name KEY_VOLUMEDOWN
|
||||
1252 395 1258 392 426 1256
|
||||
1258 393 1257 398 430 1293
|
||||
395 1296 395 1267 424 1292
|
||||
1226 432 397 1265 424 7772
|
||||
1260 392 1257 391 426 1258
|
||||
1267 386 1256 400 425 1267
|
||||
427 1300 391 1315 368 1269
|
||||
1262 487 334 1297 387
|
||||
|
||||
name KEY_MOVE
|
||||
1256 394 1253 420 399 1293
|
||||
1224 391 1255 403 424 1265
|
||||
427 1282 411 1294 1224 429
|
||||
396 1292 399 1290 408 7767
|
||||
1256 391 1257 422 396 1268
|
||||
1279 393 1232 393 426 1294
|
||||
396 1263 428 1315 1226 411
|
||||
425 1235 430 1259 427
|
||||
|
||||
end raw_codes
|
||||
|
||||
end remote
|
||||
|
||||
# Please make this file available to others
|
||||
# by sending it to <lirc@bartelmus.de>
|
||||
#
|
||||
# this config file was automatically generated
|
||||
# using lirc-0.9.0-pre1(default) on Thu Feb 9 18:06:50 2017
|
||||
#
|
||||
# contributed by
|
||||
#
|
||||
# brand: Insignia
|
||||
# model no. of remote control: NS-RC4NA-14
|
||||
# devices being controlled by this remote: TV
|
||||
#
|
||||
|
||||
begin remote
|
||||
|
||||
name NS-RC4NA-14
|
||||
bits 16
|
||||
flags SPACE_ENC|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
header 9102 4441
|
||||
one 640 1623
|
||||
zero 640 496
|
||||
ptrail 639
|
||||
repeat 9103 2189
|
||||
pre_data_bits 16
|
||||
pre_data 0x61A0
|
||||
gap 108350
|
||||
toggle_bit_mask 0x0
|
||||
|
||||
begin codes
|
||||
KEY_POWER 0xF00F
|
||||
KEY_CONFIG 0xB847
|
||||
KEY_VOLUMEUP 0x30CF
|
||||
KEY_VOLUMEDOWN 0xB04F
|
||||
KEY_MUTE 0x708F
|
||||
KEY_ENTER 0x18E7
|
||||
end codes
|
||||
|
||||
end remote
|
28
roles/Vergil/files/lircd.conf/Geth-Hub-3
Normal file
28
roles/Vergil/files/lircd.conf/Geth-Hub-3
Normal file
@@ -0,0 +1,28 @@
|
||||
begin remote
|
||||
|
||||
name LG-AKB73715608
|
||||
bits 16
|
||||
flags SPACE_ENC|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
header 9063 4496
|
||||
one 579 1673
|
||||
zero 579 546
|
||||
ptrail 580
|
||||
repeat 9066 2248
|
||||
pre_data_bits 16
|
||||
pre_data 0x20DF
|
||||
gap 108528
|
||||
toggle_bit_mask 0x0
|
||||
|
||||
begin codes
|
||||
KEY_POWER 0x10EF
|
||||
KEY_VOLUMEUP 0x40BF
|
||||
KEY_VOLUMEDOWN 0xC03F
|
||||
KEY_CONFIG 0xD02F
|
||||
KEY_ENTER 0x22DD
|
||||
KEY_MUTE 0x906F
|
||||
end codes
|
||||
|
||||
end remote
|
28
roles/Vergil/files/lircd.conf/LG-AKB73715608
Normal file
28
roles/Vergil/files/lircd.conf/LG-AKB73715608
Normal file
@@ -0,0 +1,28 @@
|
||||
begin remote
|
||||
|
||||
name LG-AKB73715608
|
||||
bits 16
|
||||
flags SPACE_ENC|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
header 9063 4496
|
||||
one 579 1673
|
||||
zero 579 546
|
||||
ptrail 580
|
||||
repeat 9066 2248
|
||||
pre_data_bits 16
|
||||
pre_data 0x20DF
|
||||
gap 108528
|
||||
toggle_bit_mask 0x0
|
||||
|
||||
begin codes
|
||||
KEY_POWER 0x10EF
|
||||
KEY_VOLUMEUP 0x40BF
|
||||
KEY_VOLUMEDOWN 0xC03F
|
||||
KEY_CONFIG 0xD02F
|
||||
KEY_ENTER 0x22DD
|
||||
KEY_MUTE 0x906F
|
||||
end codes
|
||||
|
||||
end remote
|
28
roles/Vergil/files/lircd.conf/NS-RC4NA-14
Normal file
28
roles/Vergil/files/lircd.conf/NS-RC4NA-14
Normal file
@@ -0,0 +1,28 @@
|
||||
begin remote
|
||||
|
||||
name NS-RC4NA-14
|
||||
bits 16
|
||||
flags SPACE_ENC|CONST_LENGTH
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
header 9102 4441
|
||||
one 640 1623
|
||||
zero 640 496
|
||||
ptrail 639
|
||||
repeat 9103 2189
|
||||
pre_data_bits 16
|
||||
pre_data 0x61A0
|
||||
gap 108350
|
||||
toggle_bit_mask 0x0
|
||||
|
||||
begin codes
|
||||
KEY_POWER 0xF00F
|
||||
KEY_CONFIG 0xB847
|
||||
KEY_VOLUMEUP 0x30CF
|
||||
KEY_VOLUMEDOWN 0xB04F
|
||||
KEY_MUTE 0x708F
|
||||
KEY_ENTER 0x18E7
|
||||
end codes
|
||||
|
||||
end remote
|
174
roles/Vergil/files/motion.conf/Geth-Hub-1
Normal file
174
roles/Vergil/files/motion.conf/Geth-Hub-1
Normal file
@@ -0,0 +1,174 @@
|
||||
# Rename this distribution example file to motion.conf
|
||||
#
|
||||
# This config file was generated by motion 4.3.2
|
||||
# Documentation: /usr/share/doc/motion/motion_guide.html
|
||||
#
|
||||
# This file contains only the basic configuration options to get a
|
||||
# system working. There are many more options available. Please
|
||||
# consult the documentation for the complete list of all options.
|
||||
#
|
||||
|
||||
############################################################
|
||||
# System control configuration parameters
|
||||
############################################################
|
||||
|
||||
# Start in daemon (background) mode and release terminal.
|
||||
daemon off
|
||||
|
||||
# Start in Setup-Mode, daemon disabled.
|
||||
setup_mode off
|
||||
|
||||
# File to store the process ID.
|
||||
; pid_file value
|
||||
|
||||
# File to write logs messages into. If not defined stderr and syslog is used.
|
||||
log_file /var/log/motion/motion.log
|
||||
|
||||
# Level of log messages [1..9] (EMG, ALR, CRT, ERR, WRN, NTC, INF, DBG, ALL).
|
||||
log_level 6
|
||||
|
||||
# Target directory for pictures, snapshots and movies
|
||||
target_dir /var/lib/motion
|
||||
|
||||
# Video device (e.g. /dev/video0) to be used for capturing.
|
||||
videodevice /dev/video0
|
||||
|
||||
# Parameters to control video device. See motion_guide.html
|
||||
; vid_control_params value
|
||||
|
||||
# The full URL of the network camera stream.
|
||||
; netcam_url value
|
||||
|
||||
# Name of mmal camera (e.g. vc.ril.camera for pi camera).
|
||||
; mmalcam_name value
|
||||
|
||||
# Camera control parameters (see raspivid/raspistill tool documentation)
|
||||
; mmalcam_control_params value
|
||||
|
||||
############################################################
|
||||
# Image Processing configuration parameters
|
||||
############################################################
|
||||
|
||||
# Image width in pixels.
|
||||
width 640
|
||||
|
||||
# Image height in pixels.
|
||||
height 480
|
||||
|
||||
# Maximum number of frames to be captured per second.
|
||||
framerate 15
|
||||
|
||||
# Rotate to fit
|
||||
rotate 90
|
||||
|
||||
# Text to be overlayed in the lower left corner of images
|
||||
text_left GETH-HUB-3
|
||||
|
||||
# Text to be overlayed in the lower right corner of images.
|
||||
text_right %Y-%m-%d\n%T-%q
|
||||
|
||||
############################################################
|
||||
# Motion detection configuration parameters
|
||||
############################################################
|
||||
|
||||
# Always save pictures and movies even if there was no motion.
|
||||
emulate_motion off
|
||||
|
||||
# Threshold for number of changed pixels that triggers motion.
|
||||
threshold 1500
|
||||
|
||||
# Noise threshold for the motion detection.
|
||||
; noise_level 32
|
||||
|
||||
# Despeckle the image using (E/e)rode or (D/d)ilate or (l)abel.
|
||||
despeckle_filter EedDl
|
||||
|
||||
# Number of images that must contain motion to trigger an event.
|
||||
minimum_motion_frames 1
|
||||
|
||||
# Gap in seconds of no motion detected that triggers the end of an event.
|
||||
event_gap 60
|
||||
|
||||
# The number of pre-captured (buffered) pictures from before motion.
|
||||
pre_capture 3
|
||||
|
||||
# Number of frames to capture after motion is no longer detected.
|
||||
post_capture 0
|
||||
|
||||
############################################################
|
||||
# Script execution configuration parameters
|
||||
############################################################
|
||||
|
||||
# Command to be executed when an event starts.
|
||||
; on_event_start value
|
||||
|
||||
# Command to be executed when an event ends.
|
||||
; on_event_end value
|
||||
|
||||
# Command to be executed when a movie file is closed.
|
||||
; on_movie_end value
|
||||
|
||||
############################################################
|
||||
# Picture output configuration parameters
|
||||
############################################################
|
||||
|
||||
# Output pictures when motion is detected
|
||||
picture_output off
|
||||
|
||||
# File name(without extension) for pictures relative to target directory
|
||||
picture_filename %Y%m%d%H%M%S-%q
|
||||
|
||||
############################################################
|
||||
# Movie output configuration parameters
|
||||
############################################################
|
||||
|
||||
# Create movies of motion events.
|
||||
movie_output on
|
||||
|
||||
# Maximum length of movie in seconds.
|
||||
movie_max_time 60
|
||||
|
||||
# The encoding quality of the movie. (0=use bitrate. 1=worst quality, 100=best)
|
||||
movie_quality 45
|
||||
|
||||
# Container/Codec to used for the movie. See motion_guide.html
|
||||
movie_codec mkv
|
||||
|
||||
# File name(without extension) for movies relative to target directory
|
||||
movie_filename %t-%v-%Y%m%d%H%M%S
|
||||
|
||||
############################################################
|
||||
# Webcontrol configuration parameters
|
||||
############################################################
|
||||
|
||||
# Port number used for the webcontrol.
|
||||
webcontrol_port 8080
|
||||
|
||||
# Restrict webcontrol connections to the localhost.
|
||||
webcontrol_localhost on
|
||||
|
||||
# Type of configuration options to allow via the webcontrol.
|
||||
webcontrol_parms 0
|
||||
|
||||
############################################################
|
||||
# Live stream configuration parameters
|
||||
############################################################
|
||||
|
||||
# The port number for the live stream.
|
||||
stream_port 8081
|
||||
|
||||
# Restrict stream connections to the localhost.
|
||||
stream_localhost off
|
||||
|
||||
##############################################################
|
||||
# Camera config files - One for each camera.
|
||||
##############################################################
|
||||
; camera /usr/etc/motion/camera1.conf
|
||||
; camera /usr/etc/motion/camera2.conf
|
||||
; camera /usr/etc/motion/camera3.conf
|
||||
; camera /usr/etc/motion/camera4.conf
|
||||
|
||||
##############################################################
|
||||
# Directory to read '.conf' files for cameras.
|
||||
##############################################################
|
||||
; camera_dir /usr/etc/motion/conf.d
|
174
roles/Vergil/files/motion.conf/Geth-Hub-2
Normal file
174
roles/Vergil/files/motion.conf/Geth-Hub-2
Normal file
@@ -0,0 +1,174 @@
|
||||
# Rename this distribution example file to motion.conf
|
||||
#
|
||||
# This config file was generated by motion 4.3.2
|
||||
# Documentation: /usr/share/doc/motion/motion_guide.html
|
||||
#
|
||||
# This file contains only the basic configuration options to get a
|
||||
# system working. There are many more options available. Please
|
||||
# consult the documentation for the complete list of all options.
|
||||
#
|
||||
|
||||
############################################################
|
||||
# System control configuration parameters
|
||||
############################################################
|
||||
|
||||
# Start in daemon (background) mode and release terminal.
|
||||
daemon off
|
||||
|
||||
# Start in Setup-Mode, daemon disabled.
|
||||
setup_mode off
|
||||
|
||||
# File to store the process ID.
|
||||
; pid_file value
|
||||
|
||||
# File to write logs messages into. If not defined stderr and syslog is used.
|
||||
log_file /var/log/motion/motion.log
|
||||
|
||||
# Level of log messages [1..9] (EMG, ALR, CRT, ERR, WRN, NTC, INF, DBG, ALL).
|
||||
log_level 6
|
||||
|
||||
# Target directory for pictures, snapshots and movies
|
||||
target_dir /var/lib/motion
|
||||
|
||||
# Video device (e.g. /dev/video0) to be used for capturing.
|
||||
videodevice /dev/video0
|
||||
|
||||
# Parameters to control video device. See motion_guide.html
|
||||
; vid_control_params value
|
||||
|
||||
# The full URL of the network camera stream.
|
||||
; netcam_url value
|
||||
|
||||
# Name of mmal camera (e.g. vc.ril.camera for pi camera).
|
||||
; mmalcam_name value
|
||||
|
||||
# Camera control parameters (see raspivid/raspistill tool documentation)
|
||||
; mmalcam_control_params value
|
||||
|
||||
############################################################
|
||||
# Image Processing configuration parameters
|
||||
############################################################
|
||||
|
||||
# Image width in pixels.
|
||||
width 640
|
||||
|
||||
# Image height in pixels.
|
||||
height 480
|
||||
|
||||
# Maximum number of frames to be captured per second.
|
||||
framerate 15
|
||||
|
||||
# Rotate to fit
|
||||
rotate 90
|
||||
|
||||
# Text to be overlayed in the lower left corner of images
|
||||
text_left GETH-HUB-3
|
||||
|
||||
# Text to be overlayed in the lower right corner of images.
|
||||
text_right %Y-%m-%d\n%T-%q
|
||||
|
||||
############################################################
|
||||
# Motion detection configuration parameters
|
||||
############################################################
|
||||
|
||||
# Always save pictures and movies even if there was no motion.
|
||||
emulate_motion off
|
||||
|
||||
# Threshold for number of changed pixels that triggers motion.
|
||||
threshold 1500
|
||||
|
||||
# Noise threshold for the motion detection.
|
||||
; noise_level 32
|
||||
|
||||
# Despeckle the image using (E/e)rode or (D/d)ilate or (l)abel.
|
||||
despeckle_filter EedDl
|
||||
|
||||
# Number of images that must contain motion to trigger an event.
|
||||
minimum_motion_frames 1
|
||||
|
||||
# Gap in seconds of no motion detected that triggers the end of an event.
|
||||
event_gap 60
|
||||
|
||||
# The number of pre-captured (buffered) pictures from before motion.
|
||||
pre_capture 3
|
||||
|
||||
# Number of frames to capture after motion is no longer detected.
|
||||
post_capture 0
|
||||
|
||||
############################################################
|
||||
# Script execution configuration parameters
|
||||
############################################################
|
||||
|
||||
# Command to be executed when an event starts.
|
||||
; on_event_start value
|
||||
|
||||
# Command to be executed when an event ends.
|
||||
; on_event_end value
|
||||
|
||||
# Command to be executed when a movie file is closed.
|
||||
; on_movie_end value
|
||||
|
||||
############################################################
|
||||
# Picture output configuration parameters
|
||||
############################################################
|
||||
|
||||
# Output pictures when motion is detected
|
||||
picture_output off
|
||||
|
||||
# File name(without extension) for pictures relative to target directory
|
||||
picture_filename %Y%m%d%H%M%S-%q
|
||||
|
||||
############################################################
|
||||
# Movie output configuration parameters
|
||||
############################################################
|
||||
|
||||
# Create movies of motion events.
|
||||
movie_output on
|
||||
|
||||
# Maximum length of movie in seconds.
|
||||
movie_max_time 60
|
||||
|
||||
# The encoding quality of the movie. (0=use bitrate. 1=worst quality, 100=best)
|
||||
movie_quality 45
|
||||
|
||||
# Container/Codec to used for the movie. See motion_guide.html
|
||||
movie_codec mkv
|
||||
|
||||
# File name(without extension) for movies relative to target directory
|
||||
movie_filename %t-%v-%Y%m%d%H%M%S
|
||||
|
||||
############################################################
|
||||
# Webcontrol configuration parameters
|
||||
############################################################
|
||||
|
||||
# Port number used for the webcontrol.
|
||||
webcontrol_port 8080
|
||||
|
||||
# Restrict webcontrol connections to the localhost.
|
||||
webcontrol_localhost on
|
||||
|
||||
# Type of configuration options to allow via the webcontrol.
|
||||
webcontrol_parms 0
|
||||
|
||||
############################################################
|
||||
# Live stream configuration parameters
|
||||
############################################################
|
||||
|
||||
# The port number for the live stream.
|
||||
stream_port 8081
|
||||
|
||||
# Restrict stream connections to the localhost.
|
||||
stream_localhost off
|
||||
|
||||
##############################################################
|
||||
# Camera config files - One for each camera.
|
||||
##############################################################
|
||||
; camera /usr/etc/motion/camera1.conf
|
||||
; camera /usr/etc/motion/camera2.conf
|
||||
; camera /usr/etc/motion/camera3.conf
|
||||
; camera /usr/etc/motion/camera4.conf
|
||||
|
||||
##############################################################
|
||||
# Directory to read '.conf' files for cameras.
|
||||
##############################################################
|
||||
; camera_dir /usr/etc/motion/conf.d
|
174
roles/Vergil/files/motion.conf/Geth-Hub-3
Normal file
174
roles/Vergil/files/motion.conf/Geth-Hub-3
Normal file
@@ -0,0 +1,174 @@
|
||||
# Rename this distribution example file to motion.conf
|
||||
#
|
||||
# This config file was generated by motion 4.3.2
|
||||
# Documentation: /usr/share/doc/motion/motion_guide.html
|
||||
#
|
||||
# This file contains only the basic configuration options to get a
|
||||
# system working. There are many more options available. Please
|
||||
# consult the documentation for the complete list of all options.
|
||||
#
|
||||
|
||||
############################################################
|
||||
# System control configuration parameters
|
||||
############################################################
|
||||
|
||||
# Start in daemon (background) mode and release terminal.
|
||||
daemon off
|
||||
|
||||
# Start in Setup-Mode, daemon disabled.
|
||||
setup_mode off
|
||||
|
||||
# File to store the process ID.
|
||||
; pid_file value
|
||||
|
||||
# File to write logs messages into. If not defined stderr and syslog is used.
|
||||
log_file /var/log/motion/motion.log
|
||||
|
||||
# Level of log messages [1..9] (EMG, ALR, CRT, ERR, WRN, NTC, INF, DBG, ALL).
|
||||
log_level 6
|
||||
|
||||
# Target directory for pictures, snapshots and movies
|
||||
target_dir /var/lib/motion
|
||||
|
||||
# Video device (e.g. /dev/video0) to be used for capturing.
|
||||
videodevice /dev/video0
|
||||
|
||||
# Parameters to control video device. See motion_guide.html
|
||||
; vid_control_params value
|
||||
|
||||
# The full URL of the network camera stream.
|
||||
; netcam_url value
|
||||
|
||||
# Name of mmal camera (e.g. vc.ril.camera for pi camera).
|
||||
; mmalcam_name value
|
||||
|
||||
# Camera control parameters (see raspivid/raspistill tool documentation)
|
||||
; mmalcam_control_params value
|
||||
|
||||
############################################################
|
||||
# Image Processing configuration parameters
|
||||
############################################################
|
||||
|
||||
# Image width in pixels.
|
||||
width 640
|
||||
|
||||
# Image height in pixels.
|
||||
height 480
|
||||
|
||||
# Maximum number of frames to be captured per second.
|
||||
framerate 15
|
||||
|
||||
# Rotate to fit
|
||||
rotate 90
|
||||
|
||||
# Text to be overlayed in the lower left corner of images
|
||||
text_left GETH-HUB-3
|
||||
|
||||
# Text to be overlayed in the lower right corner of images.
|
||||
text_right %Y-%m-%d\n%T-%q
|
||||
|
||||
############################################################
|
||||
# Motion detection configuration parameters
|
||||
############################################################
|
||||
|
||||
# Always save pictures and movies even if there was no motion.
|
||||
emulate_motion off
|
||||
|
||||
# Threshold for number of changed pixels that triggers motion.
|
||||
threshold 1500
|
||||
|
||||
# Noise threshold for the motion detection.
|
||||
; noise_level 32
|
||||
|
||||
# Despeckle the image using (E/e)rode or (D/d)ilate or (l)abel.
|
||||
despeckle_filter EedDl
|
||||
|
||||
# Number of images that must contain motion to trigger an event.
|
||||
minimum_motion_frames 1
|
||||
|
||||
# Gap in seconds of no motion detected that triggers the end of an event.
|
||||
event_gap 60
|
||||
|
||||
# The number of pre-captured (buffered) pictures from before motion.
|
||||
pre_capture 3
|
||||
|
||||
# Number of frames to capture after motion is no longer detected.
|
||||
post_capture 0
|
||||
|
||||
############################################################
|
||||
# Script execution configuration parameters
|
||||
############################################################
|
||||
|
||||
# Command to be executed when an event starts.
|
||||
; on_event_start value
|
||||
|
||||
# Command to be executed when an event ends.
|
||||
; on_event_end value
|
||||
|
||||
# Command to be executed when a movie file is closed.
|
||||
; on_movie_end value
|
||||
|
||||
############################################################
|
||||
# Picture output configuration parameters
|
||||
############################################################
|
||||
|
||||
# Output pictures when motion is detected
|
||||
picture_output off
|
||||
|
||||
# File name(without extension) for pictures relative to target directory
|
||||
picture_filename %Y%m%d%H%M%S-%q
|
||||
|
||||
############################################################
|
||||
# Movie output configuration parameters
|
||||
############################################################
|
||||
|
||||
# Create movies of motion events.
|
||||
movie_output on
|
||||
|
||||
# Maximum length of movie in seconds.
|
||||
movie_max_time 60
|
||||
|
||||
# The encoding quality of the movie. (0=use bitrate. 1=worst quality, 100=best)
|
||||
movie_quality 45
|
||||
|
||||
# Container/Codec to used for the movie. See motion_guide.html
|
||||
movie_codec mkv
|
||||
|
||||
# File name(without extension) for movies relative to target directory
|
||||
movie_filename %t-%v-%Y%m%d%H%M%S
|
||||
|
||||
############################################################
|
||||
# Webcontrol configuration parameters
|
||||
############################################################
|
||||
|
||||
# Port number used for the webcontrol.
|
||||
webcontrol_port 8080
|
||||
|
||||
# Restrict webcontrol connections to the localhost.
|
||||
webcontrol_localhost on
|
||||
|
||||
# Type of configuration options to allow via the webcontrol.
|
||||
webcontrol_parms 0
|
||||
|
||||
############################################################
|
||||
# Live stream configuration parameters
|
||||
############################################################
|
||||
|
||||
# The port number for the live stream.
|
||||
stream_port 8081
|
||||
|
||||
# Restrict stream connections to the localhost.
|
||||
stream_localhost off
|
||||
|
||||
##############################################################
|
||||
# Camera config files - One for each camera.
|
||||
##############################################################
|
||||
; camera /usr/etc/motion/camera1.conf
|
||||
; camera /usr/etc/motion/camera2.conf
|
||||
; camera /usr/etc/motion/camera3.conf
|
||||
; camera /usr/etc/motion/camera4.conf
|
||||
|
||||
##############################################################
|
||||
# Directory to read '.conf' files for cameras.
|
||||
##############################################################
|
||||
; camera_dir /usr/etc/motion/conf.d
|
175
roles/Vergil/tasks/main.yml
Normal file
175
roles/Vergil/tasks/main.yml
Normal file
@@ -0,0 +1,175 @@
|
||||
---
|
||||
|
||||
- name: Geth-Hub packages
|
||||
become: yes
|
||||
package:
|
||||
name:
|
||||
- motion
|
||||
- lirc
|
||||
- snmpd
|
||||
- libcamera-apps
|
||||
- ir-keytable
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
||||
- name: Copy the SSH key
|
||||
authorized_key:
|
||||
user: "{{ ansible_user_id }}"
|
||||
state: present
|
||||
key: "{{ lookup('file', lookup('env','HOME') + '/.ssh/geth.pub') }}"
|
||||
|
||||
- name: Copy the motion config
|
||||
become: yes
|
||||
register: motion_config
|
||||
template:
|
||||
src: "motion.conf.j2"
|
||||
dest: "/etc/motion/motion.conf"
|
||||
|
||||
- name: Create motion log folder
|
||||
become: yes
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: motion
|
||||
group: motion
|
||||
mode: 0750
|
||||
loop:
|
||||
- "/var/log/motion"
|
||||
- "/var/run/motion"
|
||||
|
||||
- name: Restart the motion service
|
||||
become: yes
|
||||
when: motion_config.changed and motion_enabled
|
||||
service:
|
||||
name: motion
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: Allow override of motion service
|
||||
become: yes
|
||||
when: not motion_enabled
|
||||
service:
|
||||
name: motion
|
||||
state: stopped
|
||||
enabled: no
|
||||
|
||||
|
||||
# Thanks to https://wiki.geekworm.com/Raspberry_Pi_IR_Control_Expansion_Board for instructions setting up lirc
|
||||
- name: Set the dtoverlay
|
||||
become: yes
|
||||
register: dtoverlay
|
||||
when: ansible_distribution_major_version == 11
|
||||
blockinfile:
|
||||
path: "/boot/config.txt"
|
||||
insertafter: EOF
|
||||
marker: "# {mark} Ubiqtorate Managed Block"
|
||||
block: |
|
||||
dtoverlay=gpio-ir,gpio_pin={{ gpio_in_pin | default('18') }}
|
||||
dtoverlay=gpio-ir-tx,gpio_pin={{ gpio_out_pin | default('17') }}
|
||||
start_x=1
|
||||
|
||||
- name: Unset camera autodetect
|
||||
become: yes
|
||||
register: camera_autodetect
|
||||
when: ansible_distribution_major_version == 11
|
||||
lineinfile:
|
||||
path: "/boot/config.txt"
|
||||
regexp: "camera_auto_detect"
|
||||
line: "# camera_auto_detect=1"
|
||||
|
||||
# Thanks to https://wiki.geekworm.com/Raspberry_Pi_IR_Control_Expansion_Board for instructions setting up lirc
|
||||
- name: Set the dtoverlay
|
||||
become: yes
|
||||
register: dtoverlay
|
||||
when: ansible_distribution_major_version == 12
|
||||
blockinfile:
|
||||
path: "/boot/firmware/config.txt"
|
||||
insertafter: EOF
|
||||
marker: "# {mark} Ubiqtorate Managed Block"
|
||||
block: |
|
||||
dtoverlay=gpio-ir,gpio_pin={{ gpio_in_pin | default('18') }}
|
||||
dtoverlay=gpio-ir-tx,gpio_pin={{ gpio_out_pin | default('17') }}
|
||||
start_x=1
|
||||
|
||||
- name: Unset camera autodetect
|
||||
become: yes
|
||||
register: camera_autodetect
|
||||
when: ansible_distribution_major_version == 12
|
||||
lineinfile:
|
||||
path: "/boot/firmware/config.txt"
|
||||
regexp: "camera_auto_detect"
|
||||
line: "# camera_auto_detect=1"
|
||||
|
||||
- name: Set the dtparam
|
||||
become: yes
|
||||
register: dtparam
|
||||
lineinfile:
|
||||
path: "/boot/firmware/config.txt"
|
||||
path: "/boot/config.txt"
|
||||
regexp: "^dtparam="
|
||||
line: "dtparam=gpio_in_pull={{ gpio_in_pull | default('down') }}"
|
||||
|
||||
- name: Copy the modules config
|
||||
become: yes
|
||||
register: modules_config
|
||||
template:
|
||||
src: "modules.j2"
|
||||
dest: "/etc/modules"
|
||||
|
||||
- name: Copy the modules config, part 2
|
||||
become: yes
|
||||
register: modules_config_2
|
||||
template:
|
||||
src: "lirc_rpi.conf.j2"
|
||||
dest: "/etc/modprobe.d/lirc_rpi.conf"
|
||||
|
||||
- name: Reboot if needed
|
||||
become: yes
|
||||
when: modules_config.changed or dtparam.changed or dtoverlay.changed or modules_config_2.changed or camera_autodetect.changed
|
||||
reboot:
|
||||
|
||||
- name: Wait if needed
|
||||
become: yes
|
||||
when: modules_config.changed or dtparam.changed or dtoverlay.changed or modules_config_2.changed
|
||||
wait_for_connection:
|
||||
|
||||
- name: Copy lircd supplemental config
|
||||
register: lircd_supp_config
|
||||
become: yes
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/lirc/{{ item }}"
|
||||
force: no
|
||||
# TODO: -- need a switch on the version of the RPi image
|
||||
loop:
|
||||
- hardware.conf
|
||||
- lirc_options.conf
|
||||
|
||||
- name: Copy lircd remote config
|
||||
register: lircd_remote_config
|
||||
become: yes
|
||||
copy:
|
||||
src: "lircd.conf/{{ remote }}"
|
||||
dest: /etc/lirc/lircd.conf
|
||||
|
||||
- name: Start the services
|
||||
when: lircd_supp_config.changed or lircd_remote_config.changed
|
||||
become: yes
|
||||
service:
|
||||
name: lircd
|
||||
state: restarted
|
||||
enabled: yes
|
||||
|
||||
|
||||
- name: SNMPD config
|
||||
become: yes
|
||||
template:
|
||||
src: snmpd.conf.j2
|
||||
dest: /etc/snmp/snmpd.conf
|
||||
|
||||
- name: SNMPD service
|
||||
become: yes
|
||||
service:
|
||||
name: snmpd
|
||||
state: restarted
|
||||
enabled: yes
|
1
roles/Vergil/templates/lirc_rpi.conf.j2
Normal file
1
roles/Vergil/templates/lirc_rpi.conf.j2
Normal file
@@ -0,0 +1 @@
|
||||
options gpio_ir_recv gpio_in_pin={{ gpio_in_pin | default('18') }} gpio_out_pin={{ gpio_out_pin | default('17') }}
|
9
roles/Vergil/templates/modules.j2
Normal file
9
roles/Vergil/templates/modules.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
# /etc/modules: kernel modules to load at boot time.
|
||||
#
|
||||
# This file contains the names of kernel modules that should be loaded
|
||||
# at boot time, one per line. Lines beginning with "#" are ignored.
|
||||
|
||||
# lirc_dev
|
||||
# lirc_rpi gpio_in_pin={{ gpio_in_pin | default('18') }} gpio_out_pin={{ gpio_out_pin | default('17') }}
|
||||
bcm2835-v4l2
|
||||
r8188eu
|
176
roles/Vergil/templates/motion.conf.j2
Normal file
176
roles/Vergil/templates/motion.conf.j2
Normal file
@@ -0,0 +1,176 @@
|
||||
# Rename this distribution example file to motion.conf
|
||||
#
|
||||
# This config file was generated by motion 4.3.2
|
||||
# Documentation: /usr/share/doc/motion/motion_guide.html
|
||||
#
|
||||
# This file contains only the basic configuration options to get a
|
||||
# system working. There are many more options available. Please
|
||||
# consult the documentation for the complete list of all options.
|
||||
#
|
||||
|
||||
############################################################
|
||||
# System control configuration parameters
|
||||
############################################################
|
||||
|
||||
# Start in daemon (background) mode and release terminal.
|
||||
daemon off
|
||||
|
||||
# Start in Setup-Mode, daemon disabled.
|
||||
setup_mode off
|
||||
|
||||
# File to store the process ID.
|
||||
; pid_file value
|
||||
|
||||
# File to write logs messages into. If not defined stderr and syslog is used.
|
||||
log_file /var/log/motion/motion.log
|
||||
|
||||
# Level of log messages [1..9] (EMG, ALR, CRT, ERR, WRN, NTC, INF, DBG, ALL).
|
||||
log_level 6
|
||||
|
||||
# Target directory for pictures, snapshots and movies
|
||||
target_dir /var/lib/motion
|
||||
|
||||
# Video device (e.g. /dev/video0) to be used for capturing.
|
||||
videodevice /dev/video0
|
||||
|
||||
# Parameters to control video device. See motion_guide.html
|
||||
; vid_control_params value
|
||||
|
||||
# The full URL of the network camera stream.
|
||||
; netcam_url value
|
||||
|
||||
# Name of mmal camera (e.g. vc.ril.camera for pi camera).
|
||||
; mmalcam_name value
|
||||
mmalcam_name vc.ril.camera
|
||||
mmalcam_use_still off
|
||||
|
||||
# Camera control parameters (see raspivid/raspistill tool documentation)
|
||||
; mmalcam_control_params value
|
||||
|
||||
############################################################
|
||||
# Image Processing configuration parameters
|
||||
############################################################
|
||||
|
||||
# Image width in pixels.
|
||||
width 1296
|
||||
|
||||
# Image height in pixels.
|
||||
height 972
|
||||
|
||||
# Maximum number of frames to be captured per second.
|
||||
framerate 15
|
||||
|
||||
# Rotate to fit
|
||||
rotate {{ rotate }}
|
||||
|
||||
# Text to be overlayed in the lower left corner of images
|
||||
text_left {{ inventory_hostname }}
|
||||
|
||||
# Text to be overlayed in the lower right corner of images.
|
||||
text_right %Y-%m-%d\n%T-%q
|
||||
|
||||
############################################################
|
||||
# Motion detection configuration parameters
|
||||
############################################################
|
||||
|
||||
# Always save pictures and movies even if there was no motion.
|
||||
emulate_motion off
|
||||
|
||||
# Threshold for number of changed pixels that triggers motion.
|
||||
threshold 1500
|
||||
|
||||
# Noise threshold for the motion detection.
|
||||
; noise_level 32
|
||||
|
||||
# Despeckle the image using (E/e)rode or (D/d)ilate or (l)abel.
|
||||
despeckle_filter EedDl
|
||||
|
||||
# Number of images that must contain motion to trigger an event.
|
||||
minimum_motion_frames 1
|
||||
|
||||
# Gap in seconds of no motion detected that triggers the end of an event.
|
||||
event_gap 60
|
||||
|
||||
# The number of pre-captured (buffered) pictures from before motion.
|
||||
pre_capture 3
|
||||
|
||||
# Number of frames to capture after motion is no longer detected.
|
||||
post_capture 0
|
||||
|
||||
############################################################
|
||||
# Script execution configuration parameters
|
||||
############################################################
|
||||
|
||||
# Command to be executed when an event starts.
|
||||
; on_event_start value
|
||||
|
||||
# Command to be executed when an event ends.
|
||||
; on_event_end value
|
||||
|
||||
# Command to be executed when a movie file is closed.
|
||||
; on_movie_end value
|
||||
|
||||
############################################################
|
||||
# Picture output configuration parameters
|
||||
############################################################
|
||||
|
||||
# Output pictures when motion is detected
|
||||
picture_output off
|
||||
|
||||
# File name(without extension) for pictures relative to target directory
|
||||
picture_filename %Y%m%d%H%M%S-%q
|
||||
|
||||
############################################################
|
||||
# Movie output configuration parameters
|
||||
############################################################
|
||||
|
||||
# Create movies of motion events.
|
||||
movie_output off
|
||||
|
||||
# Maximum length of movie in seconds.
|
||||
movie_max_time 60
|
||||
|
||||
# The encoding quality of the movie. (0=use bitrate. 1=worst quality, 100=best)
|
||||
movie_quality 45
|
||||
|
||||
# Container/Codec to used for the movie. See motion_guide.html
|
||||
movie_codec mkv
|
||||
|
||||
# File name(without extension) for movies relative to target directory
|
||||
movie_filename %t-%v-%Y%m%d%H%M%S
|
||||
|
||||
############################################################
|
||||
# Webcontrol configuration parameters
|
||||
############################################################
|
||||
|
||||
# Port number used for the webcontrol.
|
||||
webcontrol_port 8080
|
||||
|
||||
# Restrict webcontrol connections to the localhost.
|
||||
webcontrol_localhost on
|
||||
|
||||
# Type of configuration options to allow via the webcontrol.
|
||||
webcontrol_parms 0
|
||||
|
||||
############################################################
|
||||
# Live stream configuration parameters
|
||||
############################################################
|
||||
|
||||
# The port number for the live stream.
|
||||
stream_port 8081
|
||||
|
||||
# Restrict stream connections to the localhost.
|
||||
stream_localhost off
|
||||
|
||||
##############################################################
|
||||
# Camera config files - One for each camera.
|
||||
##############################################################
|
||||
; camera /usr/etc/motion/camera1.conf
|
||||
; camera /usr/etc/motion/camera2.conf
|
||||
; camera /usr/etc/motion/camera3.conf
|
||||
; camera /usr/etc/motion/camera4.conf
|
||||
|
||||
##############################################################
|
||||
# Directory to read '.conf' files for cameras.
|
||||
##############################################################
|
||||
; camera_dir /usr/etc/motion/conf.d
|
23
roles/Vergil/templates/snmpd.conf.j2
Normal file
23
roles/Vergil/templates/snmpd.conf.j2
Normal file
@@ -0,0 +1,23 @@
|
||||
sysLocation {{ inventory_hostname }}
|
||||
sysContact {{ organization['admin'] }} <{{ organization['email'] }}>
|
||||
|
||||
sysServices 72
|
||||
|
||||
master agentx
|
||||
|
||||
agentaddress {{ ip }}:161
|
||||
|
||||
view systemonly included .1.3.6.1.2.1.1
|
||||
view systemonly included .1.3.6.1.2.1.25.1
|
||||
view remotecmds included .1
|
||||
|
||||
CreateUser remote SHA {{ passwords[inventory_hostname] }} AES {{ passwords[inventory_hostname] }}
|
||||
|
||||
rouser remote priv .1
|
||||
|
||||
extend -cacheTime 1 power /usr/bin/irsend SEND_ONCE {{ remote }} KEY_POWER
|
||||
extend -cacheTime 1 mute /usr/bin/irsend SEND_ONCE {{ remote }} KEY_MUTE
|
||||
extend -cacheTime 1 volumeup /usr/bin/irsend SEND_ONCE {{ remote }} KEY_VOLUMEUP
|
||||
extend -cacheTime 1 volumedown /usr/bin/irsend SEND_ONCE {{ remote }} KEY_VOLUMEDOWN
|
||||
extend -cacheTime 1 config /usr/bin/irsend SEND_ONCE {{ remote }} KEY_CONFIG
|
||||
extend -cacheTime 1 enter /usr/bin/irsend SEND_ONCE {{ remote }} KEY_ENTER
|
Reference in New Issue
Block a user