Mercurial > code > home > repos > homeauto
annotate service/collector/collector_config.py @ 714:e4d31cfa37f0
years of event source updates
Ignore-this: a24bd5703ad6bec959981528f03f85de
author | drewp@bigasterisk.com |
---|---|
date | Tue, 04 Feb 2020 17:07:05 -0800 |
parents | service/collector/sse_collector_config.py@f0d45c651817 |
children | fc1f330b5a4b |
rev | line source |
---|---|
441 | 1 config = { |
2 'streams': [ | |
3 {'id': 'home', | |
4 'sources': [ | |
5 # should be from :reasoning :source ?s | |
714 | 6 'http://garage5:9059/graph/events', # "garage pi" |
7 'http://kitchen5:9059/graph/events', # "kitchen pi" | |
8 'http://living5:9059/graph/events', # "living room pi" | |
441 | 9 'http://bang:9059/graph/events', # "bang arduino" |
714 | 10 'http://bed5:9059/graph/events', # "bed pi" |
11 'http://changing5:9059/graph/events', # "changing pi" | |
12 'http://frontbed5:9059/graph/events', # "frontbed pi" | |
13 'http://workshop5:9059/graph/events', | |
441 | 14 'http://bang:9075/graph/events', # "env" |
15 'http://bang:9070/graph/events', # "wifi usage" | |
16 #'http://bang:9099/graph/events', # "trails" (big!) | |
649 | 17 'http://dash:9095/graph/dpms/events', # "dash monitor" |
18 'http://dash:9107/graph/xidle/events', # "dash x idle" | |
19 #'http://slash:9095/graph/dpms/events', # "slash monitor" | |
20 #'http://slash:9107/graph/xidle/events', # "slash x idle" | |
714 | 21 'http://frontdoor5:9059/graph/events', # frontdoor pi |
22 'http://frontdoor5:9095/graph/dpms/events', # "frontdoor monitor" | |
23 'http://frontdoor5:9107/graph/xidle/events', # "frontdoor x idle" | |
24 'http://frontdoor5:10012/graph/events', # "frontdoor rfid" | |
25 'http://frontdoor5:10013/graph/events', # "frontdoor tiny screen" | |
649 | 26 |
714 | 27 'http://bang:10018/mqtt/events', # "frontwindow tag reader" |
441 | 28 'http://bang:10011/graph/events', # "frontdoor lock" |
714 | 29 'http://bang:10006/timebank/events', |
30 'http://bang:10016/power/events', | |
654 | 31 'http://bang:10015/store/events', # store |
649 | 32 'http://bang:10018/mqtt/events', # rdf_from_mqtt |
441 | 33 ]}, |
34 {'id': 'frontDoor', | |
35 'sources': [ | |
714 | 36 'http://bang:10006/timebank/events', |
37 'http://bang:10015/store/events', | |
38 'http://bang:10016/power/events', | |
649 | 39 'http://bang:10018/graph/events', # "frontwindow tag reader" |
40 'http://bang:10018/mqtt/events', # rdf_from_mqtt | |
714 | 41 'http://bang:9059/graph/events', # "bang arduino" |
42 'http://bang:9075/graph/events', # "env" | |
43 'http://bang:9105/countdownGraph/events', | |
44 'http://bang:9105/graph/events', # calendar | |
45 'http://frontbed5:9059/graph/events', | |
46 'http://garage5:9059/graph/events', | |
47 'http://kitchen5:9059/graph/events', | |
48 'http://living5:9059/graph/events', | |
49 'http://workshop5:9059/graph/events', | |
649 | 50 ]}, |
441 | 51 {'id': 'network', |
52 'sources': [ | |
53 'http://bang:9070/graph/events', # "wifi usage" | |
54 'http://bang:9073/graph/events', # "dhcpd" | |
714 | 55 'http://bang:9009/graph/traffic/events', # 10.2 traffic |
441 | 56 ]}, |
57 {'id': 'source_frontDoor', | |
58 'sources': [ | |
714 | 59 'http://frontdoor5:9059/graph/events', # frontdoor pi |
60 'http://frontdoor5:9095/graph/dpms/events', # "frontdoor monitor" | |
61 'http://frontdoor5:9107/graph/xidle/events', # "frontdoor x idle" | |
62 'http://frontdoor5:10012/graph/events', # "frontdoor rfid" | |
63 'http://frontdoor5:10013/graph/events', # "frontdoor tiny screen" | |
441 | 64 'http://bang:10011/graph/events', # "frontdoor lock" |
649 | 65 'http://bang:10018/graph/events', # "frontwindow tag reader" |
441 | 66 ]}, |
67 {'id': 'env', | |
68 'sources': [ | |
69 'http://bang:9075/graph/events', # "env" | |
70 ]}, | |
471
726fa88215f2
another little test graph for collector
drewp@bigasterisk.com
parents:
441
diff
changeset
|
71 {'id': 'workshop', |
726fa88215f2
another little test graph for collector
drewp@bigasterisk.com
parents:
441
diff
changeset
|
72 'sources': [ |
714 | 73 'http://workshop5:9059/graph/events', |
471
726fa88215f2
another little test graph for collector
drewp@bigasterisk.com
parents:
441
diff
changeset
|
74 ]}, |
649 | 75 |
441 | 76 ] |
77 } |