-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoa.yaml
More file actions
147 lines (140 loc) · 3.1 KB
/
oa.yaml
File metadata and controls
147 lines (140 loc) · 3.1 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
devices:
/dev/tty.usbmodemfa141:
config: default
/dev/tty.usbmodemfd131:
config: default
/dev/tty.usbmodemfd1321:
config: default
/dev/tty.usbmodemfd1331:
config: default
declare:
ds18b20: [ 129, 4 ]
configs:
default: &default
group: 210
freq: 433
ack: yes
cmdtimeout: 15
usbtimeout: 15
autostart: yes
power: 0
remote:
active: yes
wait_error_cycle: 7
frames:
pir: &framepir
id: 2
content:
- counter
- waketype
- wakearg
- [ input0, input1, input2 ]
- voltage
- temperature
temp: &frametemp
id: 1
content:
- voltage
- temperature
misc:
id: 3
content:
- analog0
- [ input0, input1, input2 ]
- analog1
- ds18b20
test:
id: 66
content:
- voltage
- temperature
profiles:
test: &test
description: Petit test !
feedback: yes
period: 3
eintwait: 3
external_interrupts:
io0: falling
io1: change
int4: falling
int1: rising
ios:
io0: [ input, pullup ]
io1: [ output, high ]
io2: [ output, nopullup, high ]
frame:
id: 3
name: xxx
content:
- analog0
- [ input0, input1, input2 ]
- analog1
- ds18b20
pir0: &profilepir0
description: Module avec capteur infrarouge 0
feedback: yes
period: 3
eintwait: 3
external_interrupts:
io0: rising
ios:
io0: [ input, nopullup ]
frame: *framepir
pir1: &profilepir1
description: Module avec capteur infrarouge 1
feedback: no
period: 10
eintwait: 3
external_interrupts:
io0: rising
ios:
io0: [ input, nopullup ]
frame: *framepir
temp: &profiletemp
description: Sonde de température
feedback: no
period: 10
eintwait: 3
frame: *framepir
nodes:
temp:
id: 1
config: *default
key: JAKAILOMSJDHFUIO
profile:
0: *profiletemp
pir:
id: 2
config: *default
key: abcdefghijklmnop
test3:
id: 3
config: *default
key: poiuytrewqasdfgh
frame: *framepir
profile:
0: *profilepir0
1: *profilepir1
temp4:
id: 4
config: *default
key: ANLYKLALZMNDFGCV
profile:
0: *profiletemp
test:
id: 5
config: *default
key: poiuytrewqasdfgh
frame: *framepir
profile:
0: *profilepir0
1: *profilepir1
test8:
id: 8
config: *default
key: poiuytrewqasdfgh
frame: *framepir
profile:
0: *profilepir0
1: *profilepir1