-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.yaml
65 lines (61 loc) · 1.4 KB
/
config.example.yaml
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
sensors:
- type: BME680
id: 1
address: 0x76
metrics:
- metric: temperature
poll: 20
mqtt:
topic: brompton/living-room/temperature
- metric: humidity
poll: 20
mqtt:
topic: brompton/living-room/humidity
- metric: pressure
poll: 60
mqtt:
topic: brompton/living-room/pressure
- type: BME680
id: 2
address: 0x77
metrics:
- metric: temperature
poll: 20
mqtt:
topic: brompton/living-room-two/temperature
- metric: humidity
poll: 20
mqtt:
topic: brompton/living-room-two/humidity
- metric: pressure
poll: 60
mqtt:
topic: brompton/living-room-two/pressure
# - metric: air_quality
# poll: 900
# mqtt:
# topic: brompton/living-room/air_quality
- type: DS18B20
id: 3
address: 021583a440ff
metrics:
- metric: temperature
poll: 20
mqtt:
topic: brompton/living-room-three/temperature
- type: DS18B20
id: 4
address: 021583ad40ff
metrics:
- metric: temperature
poll: 20
mqtt:
topic: brompton/living-room-four/temperature
- type: PMS5003
id: 5
address: /dev/ttyAMA0
metrics:
- metric: particulate_matter
poll: 60
mqtt:
topic: brompton/outside/particulate_matter