Mercurial > code > home > repos > homeauto
comparison service/reasoning/sse_collector.py @ 1108:8caf62030955
reasoning uses sse_collector
Ignore-this: 5b3787bd354b9bc82968c76ba262b725
darcs-hash:5ab617abe4bdfcdc8ad94e4272beb2cf548bb896
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 29 Aug 2016 00:27:46 -0700 |
parents | e68f6e5712c6 |
children | 6aad04b34231 |
comparison
equal
deleted
inserted
replaced
1107:e68f6e5712c6 | 1108:8caf62030955 |
---|---|
10 | 10 |
11 config = { | 11 config = { |
12 'streams': [ | 12 'streams': [ |
13 {'id': 'home', | 13 {'id': 'home', |
14 'sources': [ | 14 'sources': [ |
15 #'http://bang:9059/graph/events', | 15 # should be from :reasoning :source ?s |
16 'http://plus:9075/graph/events', | 16 'http://garage:9059/graph/events', # "garage pi" |
17 'http://kitchen:9059/graph/events', # "kitchen pi" | |
18 'http://living:9059/graph/events', # "living room pi" | |
19 'http://slash:9059/graph/events', # "slash arduino" | |
20 'http://bed:9059/graph/events', # "bed pi" | |
21 'http://brace6:9059/graph/events', # "brace arduino" | |
22 'http://changing:9059/graph/events', # "changing pi" | |
23 'http://bang:9075/graph/events', # "env" | |
24 'http://bang:9070/graph/events', # "wifi usage" | |
25 'http://bang:9099/graph/events', # "trails" | |
26 'http://dash:9095/graph/events', # "dash monitor" | |
27 'http://dash:9107/graph/events', # "dash x idle" | |
28 'http://brace6:9095/graph/events', # "brace monitor" | |
29 'http://brace6:9107/graph/events', # "brace x idle" | |
30 'http://slash:9095/graph/events', # "slash monitor" | |
31 'http://slash:9107/graph/events', # "slash x idle" | |
32 | |
33 | |
34 | |
17 ] | 35 ] |
18 }, | 36 }, |
19 ] | 37 ] |
20 } | 38 } |
21 | 39 |