-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-template.yaml
More file actions
213 lines (159 loc) · 5.54 KB
/
config-template.yaml
File metadata and controls
213 lines (159 loc) · 5.54 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# STICKER NFC configuration file
version: 1
# Reset configuration settings to factory default values
# Format: true | false
factory: false
# LoRaWAN configuration
lorawan:
# LoRaWAN region
# Format: eu868 | us915 | au915
region: eu868
# LoRaWAN network
# Format: public | private
network: public
# LoRaWAN Adaptive Data Rate (ADR)
# Format: true | false
adr: false
# LoRaWAN activation
# Format: abp | otaa
activation: abp
# Device EUI
# Format: 16 hex lowercase digits; leave empty to generate
deveui:
# Join EUI
# Format: 16 hex lowercase digits; leave empty to generate
joineui:
# Network Key
# Format: 16 hex lowercase digits; leave empty to generate
nwkkey:
# Application Key
# Format: 32 hex lowercase digits; leave empty to generate
appkey:
# Device Address
# Format: 8 hex lowercase digits; leave empty to generate
devaddr:
# Network Session Key
# Format: 32 hex lowercase digits; leave empty to generate
nwkskey:
# Application Session Key
# Format: 32 hex lowercase digits; leave empty to generate
appskey:
# Application configuration
application:
# Calibration mode
# Format: true | false
calibration: false
# Interval for sampling data
# Format: 5 to 3600 seconds; no decimals allowed; 0 = precede report
interval_sample: 30
# Interval for reporting data
# Format: 60 to 86400 seconds; no decimals allowed
interval_report: 900
# Temperature alarm enabled
# Format: true | false
alarm_temperature_enabled: false
# Low temperature threshold for internal thermometer alarm
# Format: -30 to 70 degrees Celsius; decimals allowed
alarm_temperature_lo: 15.0
# High temperature threshold for internal thermometer alarm
# Format: -30 to 70 degrees Celsius; decimals allowed
alarm_temperature_hi: 25.0
# Temperature hysteresis for internal thermometer alarm
# Format: 0 to 5 degrees Celsius; decimals allowed
alarm_temperature_hst: 0.5
# Humidity alarm enabled
# Format: true | false
alarm_humidity_enabled: false
# Low humidity threshold alarm
# Format: 0 to 100 percent; decimals allowed
alarm_humidity_lo: 40.0
# High humidity threshold alarm
# Format: 0 to 100 percent; decimals allowed
alarm_humidity_hi: 60.0
# Humidity hysteresis alarm
# Format: 0 to 20 percent; decimals allowed
alarm_humidity_hst: 2.0
# Pressure alarm enabled
# Format: true | false
alarm_pressure_enabled: false
# Low pressure threshold alarm
# Format: 500 to 1200 hPa; decimals allowed
alarm_pressure_lo: 950.0
# High pressure threshold alarm
# Format: 500 to 1200 hPa; decimals allowed
alarm_pressure_hi: 1050.0
# Pressure hysteresis alarm
# Format: 0 to 50 hPa; decimals allowed
alarm_pressure_hst: 5.0
# T1 temperature alarm enabled
# Format: true | false
alarm_t1_temperature_enabled: false
# Low temperature threshold for external thermometer 1 alarm
# Format: -30 to 70 degrees Celsius; decimals allowed
alarm_t1_temperature_lo: 15.0
# High temperature threshold for external thermometer 1 alarm
# Format: -30 to 70 degrees Celsius; decimals allowed
alarm_t1_temperature_hi: 25.0
# Temperature hysteresis for external thermometer 1 alarm
# Format: 0 to 5 degrees Celsius; decimals allowed
alarm_t1_temperature_hst: 0.5
# T2 temperature alarm enabled
# Format: true | false
alarm_t2_temperature_enabled: false
# Low temperature threshold for external thermometer 2 alarm
# Format: -30 to 70 degrees Celsius; decimals allowed
alarm_t2_temperature_lo: 15.0
# High temperature threshold for external thermometer 2 alarm
# Format: -30 to 70 degrees Celsius; decimals allowed
alarm_t2_temperature_hi: 25.0
# Temperature hysteresis for external thermometer 2 alarm
# Format: 0 to 5 degrees Celsius; decimals allowed
alarm_t2_temperature_hst: 0.5
# Hall left switch counter enabled
# Format: true | false
hall_left_counter: false
# Hall left switch notify on activation
# Format: true | false
hall_left_notify_act: false
# Hall left switch notify on deactivation
# Format: true | false
hall_left_notify_deact: false
# Hall right switch counter enabled
# Format: true | false
hall_right_counter: false
# Hall right switch notify on activation
# Format: true | false
hall_right_notify_act: false
# Hall right switch notify on deactivation
# Format: true | false
hall_right_notify_deact: false
# Temperature correction
# Format: -5.0 to +5.0 degrees Celsius; decimals allowed
corr_temperature: 0.0
# T1 temperature correction
# Format: -5.0 to +5.0 degrees Celsius; decimals allowed
corr_t1_temperature: 0.0
# T2 temperature correction
# Format: -5.0 to +5.0 degrees Celsius; decimals allowed
corr_t2_temperature: 0.0
# Hall left capability
# Format: true | false
cap_hall_left: false
# Hall right capability
# Format: true | false
cap_hall_right: false
# Light sensor capability
# Format: true | false
cap_light_sensor: false
# Barometer capability
# Format: true | false
cap_barometer: false
# PIR detector capability
# Format: true | false
cap_pir_detector: false
# 1-Wire thermometer (DS18B20) capability
# Format: true | false
cap_1w_thermometer: false
# 1-Wire Machine Probe capability
# Format: true | false
cap_1w_machine_probe: false