-
Notifications
You must be signed in to change notification settings - Fork 0
/
homed-exporter.example.json
39 lines (38 loc) · 1.06 KB
/
homed-exporter.example.json
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
{
"mqtt":
{
"server": "host.domain.local",
"port": 1883,
"user": "login",
"password": "password",
"homed_root_topic": "homed"
},
"exporter":
{
"address": "ip address",
"port": 9111,
"labels":
{
"devices":
{
"Button_One": [{"location": "Кухня"}, {"title": "Кнопка"}]
},
"endpoints":
{
"LightRelay_Hall": {
"1": [{"endpoint_location": "Зал"}, {"endpoint_title": "Люстра"}],
"2": [{"endpoint_location": "Зал"}, {"endpoint_title": "Ближний"}],
"3": [{"endpoint_location": "Зал"}, {"endpoint_title": "Центр"}],
"4": [{"endpoint_location": "Зал"}, {"endpoint_title": "Дальний"}]
}
}
},
"ignores":
{
"devices": ["IR_0"],
"enpoints": {
"Informer_One": ["2", "3", "4", "5", "6", "7", "8"]
}
}
}
}