-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathseed.example.yml
More file actions
50 lines (49 loc) · 900 Bytes
/
seed.example.yml
File metadata and controls
50 lines (49 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
sensors:
-
_id: sensor_1
description: DHT11 Temperature and humidity sensor
type_name: dht
control: native
measurements:
- temperature
- humidity
pins:
input:
type: digital
number: 4
dht_version: 11
-
_id: sensor_2
description: Moisture sensor
type_name: moisture
control: arduino
arduino_port: /dev/ttyUSB0
measurements:
- moisture
pins:
power:
type: digital
number: 5
input:
type: analog
number: 15
devices:
-
_id: dev_1
description: Main water pump
type_name: relay
control: arduino
arduino_port: /dev/ttyUSB0
pins:
power:
type: digital
number: 4
-
_id: dev_2
description: Signal LED
type_name: generic
control: native
pins:
power:
type: digital
number: 6