Mercurial > code > home > repos > homeauto
annotate service/collector/collector_config.py @ 749:fc1f330b5a4b
update to many new named graphs
Ignore-this: a887bdab7b280cb5f7dbf2ab59982eaa
author | drewp@bigasterisk.com |
---|---|
date | Thu, 13 Feb 2020 10:22:12 -0800 |
parents | e4d31cfa37f0 |
children | a79d253769bf |
rev | line source |
---|---|
441 | 1 config = { |
2 'streams': [ | |
3 {'id': 'home', | |
4 'sources': [ | |
5 # should be from :reasoning :source ?s | |
749 | 6 |
7 'http://bang:9059/graph/events', | |
8 'http://bed5:9059/graph/events', | |
9 'http://changing5:9059/graph/events', | |
10 'http://frontbed5:9059/graph/events', | |
11 'http://frontdoor5:9059/graph/events', | |
12 'http://garage5:9059/graph/events', | |
13 'http://kitchen5:9059/graph/events', | |
14 'http://living5:9059/graph/events', | |
714 | 15 'http://workshop5:9059/graph/events', |
749 | 16 |
17 #'http://bang:9099/graph/mapTrails/events', | |
18 'http://slash:9095/graph/dpms/events', | |
19 'http://slash:9107/graph/xidle/events', | |
20 'http://dash:9095/graph/dpms/events', | |
21 'http://dash:9107/graph/xidle/events', | |
22 'http://frontdoor5:9095/graph/dpms/events', | |
23 'http://frontdoor5:9107/graph/xidle/events', | |
24 'http://frontdoor5:10012/graph/rfid/events', | |
25 'http://frontdoor5:10013/graph/tinyScreen/events', | |
649 | 26 |
749 | 27 'http://bang:9075/graph/environment/events', |
28 'http://bang:10011/graph/frontDoorLock/events', | |
29 'http://bang:10018/graph/mqtt/events', | |
30 'http://bang:10016/graph/power/events', | |
31 'http://bang:10015/graph/store/events', | |
32 'http://bang:10006/graph/timebank/events', | |
33 'http://bang:9070/graph/wifi/events', | |
441 | 34 ]}, |
749 | 35 {'id': 'frontDoor', # used for front door display |
441 | 36 'sources': [ |
749 | 37 'http://bang:9105/graph/calendar/countdown/events', |
38 'http://bang:9105/graph/calendar/upcoming/events', | |
39 'http://bang:9075/graph/environment/events', | |
40 'http://bang:10018/graph/mqtt/events', | |
41 'http://bang:10016/graph/power/events', | |
42 'http://bang:10006/graph/timebank/events', | |
43 'http://bang:10015/graph/store/events', | |
44 | |
45 'http://bang:9059/graph/events', | |
714 | 46 'http://frontbed5:9059/graph/events', |
47 'http://garage5:9059/graph/events', | |
48 'http://kitchen5:9059/graph/events', | |
49 'http://living5:9059/graph/events', | |
50 'http://workshop5:9059/graph/events', | |
649 | 51 ]}, |
441 | 52 {'id': 'network', |
53 'sources': [ | |
749 | 54 'http://bang:9070/graph/wifi/events', |
55 'http://bang:9073/graph/dhcpLeases/events', | |
56 'http://bang:9009/graph/traffic/events', | |
441 | 57 ]}, |
58 {'id': 'source_frontDoor', | |
59 'sources': [ | |
749 | 60 'http://frontdoor5:9059/graph/events', |
61 'http://frontdoor5:9095/graph/dpms/events', | |
62 'http://frontdoor5:9107/graph/xidle/events', | |
63 'http://frontdoor5:10012/graph/rfid/events', | |
64 'http://frontdoor5:10013/graph/tinyScreen/events', | |
65 'http://bang:10011/graph/frontDoorLock/events', | |
66 'http://bang:10018/graph/mqtt/events', | |
441 | 67 ]}, |
68 {'id': 'env', | |
69 'sources': [ | |
749 | 70 'http://bang:9075/graph/environment/events', |
441 | 71 ]}, |
471
726fa88215f2
another little test graph for collector
drewp@bigasterisk.com
parents:
441
diff
changeset
|
72 {'id': 'workshop', |
726fa88215f2
another little test graph for collector
drewp@bigasterisk.com
parents:
441
diff
changeset
|
73 'sources': [ |
714 | 74 'http://workshop5:9059/graph/events', |
471
726fa88215f2
another little test graph for collector
drewp@bigasterisk.com
parents:
441
diff
changeset
|
75 ]}, |
649 | 76 |
441 | 77 ] |
78 } |