You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
999 B
39 lines
999 B
[shepherd]
|
|
hostname = "DPIRD-test"
|
|
id = "DPIRD-test"
|
|
plugin_dir = "/home/pi/plugins/"
|
|
plugins = ["scout", "picam", "uploader", "mothtrap"]
|
|
root_dir = "/home/pi/"
|
|
conf_edit_path = "/boot/shepherd.toml"
|
|
control_server = "api.shepherd.distreon.net"
|
|
api_key = "v2EgvYzx79c8fCP4P7jlWxTZ3pc"
|
|
[scout]
|
|
boardver = "3"
|
|
serialport = "/dev/ttyS0"
|
|
[uploader]
|
|
[[uploader.destination]]
|
|
name = "agricSFTP"
|
|
protocol = "sftp"
|
|
address = "agric.files.distreon.net"
|
|
port = 2222
|
|
path = "/mothtraps"
|
|
username = "agric"
|
|
password = "asherhaze"
|
|
[[uploader.bucket]]
|
|
name = "imageupload"
|
|
open_link_on_new = true
|
|
keep_copy = false
|
|
destination = "agricSFTP"
|
|
[picam]
|
|
upload_images = true
|
|
upload_bucket = "imageupload"
|
|
[[picam.trigger]]
|
|
hour = "*"
|
|
minute ="*/15"
|
|
second = "0"
|
|
[mothtrap]
|
|
servo_open_pulse = 900
|
|
servo_closed_pulse = 2100
|
|
servo_open_time = 3
|
|
# shepherd_message: Successfully applied this config at:2020-03-29 18:29:28.566836
|