aboutsummaryrefslogtreecommitdiff
path: root/settings_config_parser.cfg
blob: e76deb73bd791a53c394321eaa1046c8dd8d6091 (plain)
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
[temperature]
temp_max = 30
temp_min = 15

[humidity]
humidity_max = 35
humidity_min = 20

[light]
light_min = 200
light_max = 100

[water]
soil_moisture_min = 1
soil_moisture_max = 10

[hardware_settings]
read_frequency = 15
dht_pin_1 = 17
dht_pin_2 = None
dht_type_1 = dht11
dht_type_2 = None
tsl2561_pin = None
tsl2561_number = 1
rain_pin = 6
bucket_size = 0.2794
w1_pin = 4
soil_moisture_sensors_number = None

[w1_mapping]
sens280417c1e6edff = Inside ground
sens280417c1ebacff = Inside
sens280517c1b25cff = Outside ground
sens280417c1d27aff = Outside

[logs]
temperature = sensor_logs/temp.dat
light = sensor_logs/light.dat
humidity = sensor_logs/humidity.dat
rain = sensor_logs/rain.dat
monitor = monitor.log

[various]
timestamp_format = %Y-%m-%d %H:%M:%S
nan = None