Advertisement
Guest User

python evok.py

a guest
Nov 15th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. python evok.py
  2.  
  3. [I 171115 13:39:44 evok:1564] Starting using config file /etc/evok.conf
  4. [I 171115 13:39:45 config:78] YAML Definition loaded: M20x.yaml, type: 3, definition count 0
  5. [I 171115 13:39:45 config:78] YAML Definition loaded: xS50.yaml, type: 3, definition count 1
  6. [I 171115 13:39:45 config:78] YAML Definition loaded: L50x.yaml, type: 3, definition count 2
  7. [I 171115 13:39:45 config:78] YAML Definition loaded: CUSTOM MODBUS DEVICE.yaml, type: 3, definition count 3
  8. [I 171115 13:39:45 config:78] YAML Definition loaded: L30x.yaml, type: 3, definition count 4
  9. [I 171115 13:39:45 config:78] YAML Definition loaded: xS10.yaml, type: 3, definition count 5
  10. [I 171115 13:39:45 config:78] YAML Definition loaded: M40x.yaml, type: 3, definition count 6
  11. [I 171115 13:39:45 config:78] YAML Definition loaded: L40x.yaml, type: 3, definition count 7
  12. [I 171115 13:39:46 config:78] YAML Definition loaded: M50x.yaml, type: 3, definition count 8
  13. [I 171115 13:39:46 config:78] YAML Definition loaded: S10x.yaml, type: 3, definition count 9
  14. [I 171115 13:39:46 config:78] YAML Definition loaded: L20x.yaml, type: 3, definition count 10
  15. [I 171115 13:39:46 config:78] YAML Definition loaded: M10x.yaml, type: 3, definition count 11
  16. [I 171115 13:39:46 config:78] YAML Definition loaded: xS40.yaml, type: 3, definition count 12
  17. [I 171115 13:39:46 config:78] YAML Definition loaded: xS30.yaml, type: 3, definition count 13
  18. [I 171115 13:39:46 config:78] YAML Definition loaded: L51x.yaml, type: 3, definition count 14
  19. [I 171115 13:39:47 config:78] YAML Definition loaded: M30x.yaml, type: 3, definition count 15
  20. [I 171115 13:39:47 config:78] YAML Definition loaded: evok-alias.yaml, type: 2, definition count 0
  21. [I 171115 13:39:47 evok:1627] HTTP server listening on port: 8088
  22. [I 171115 13:39:47 modbusclient_tornado:125] SPI client started
  23. [I 171115 13:39:47 neuron:168] Reading SPI boards
  24. [D 171115 13:39:47 owclient:376] Entering 1wire loop
  25. [E 171115 13:39:47 neuron:186] 'model'
  26. Traceback (most recent call last):
  27. File "/home/pi/evok-master/evok/neuron.py", line 180, in readboards
  28. yield board.parse_definition(self.hw_dict, i)
  29. File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1055, in run
  30. value = future.result()
  31. File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 238, in result
  32. raise_exc_info(self._exc_info)
  33. File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 307, in wrapper
  34. yielded = next(result)
  35. File "/home/pi/evok-master/evok/neuron.py", line 560, in parse_definition
  36. if defin and defin['type'] in config.globals['model']:
  37. KeyError: 'model'
  38. [E 171115 13:39:47 neuron:186] 'model'
  39. Traceback (most recent call last):
  40. File "/home/pi/evok-master/evok/neuron.py", line 180, in readboards
  41. yield board.parse_definition(self.hw_dict, i)
  42. File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1055, in run
  43. value = future.result()
  44. File "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 238, in result
  45. raise_exc_info(self._exc_info)
  46. File "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 307, in wrapper
  47. yielded = next(result)
  48. File "/home/pi/evok-master/evok/neuron.py", line 560, in parse_definition
  49. if defin and defin['type'] in config.globals['model']:
  50. KeyError: 'model'
  51. [I 171115 13:39:47 neuron:183] No board on SPI 3
  52. [E 171115 13:39:47 config:358] Invalid device circuit number 1_01
  53. Traceback (most recent call last):
  54. File "/home/pi/evok-master/evok/config.py", line 353, in add_aliases
  55. dev_obj = Devices.by_int(dev_pointer["dev_type"], dev_pointer["circuit"])
  56. File "/home/pi/evok-master/evok/devices.py", line 67, in by_int
  57. raise Exception('Invalid device circuit number %s' % str(circuit))
  58. Exception: Invalid device circuit number 1_01
  59. [E 171115 13:39:47 config:358] Invalid device circuit number 1_02
  60. Traceback (most recent call last):
  61. File "/home/pi/evok-master/evok/config.py", line 353, in add_aliases
  62. dev_obj = Devices.by_int(dev_pointer["dev_type"], dev_pointer["circuit"])
  63. File "/home/pi/evok-master/evok/devices.py", line 67, in by_int
  64. raise Exception('Invalid device circuit number %s' % str(circuit))
  65. Exception: Invalid device circuit number 1_02
  66. [D 171115 13:39:47 owclient:316] New sensor DS18B20 - 2838A34C070000A7
  67. [E 171115 13:39:47 neuron:219] 'NoneType' object has no attribute 'do_scan'
  68. Traceback (most recent call last):
  69. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  70. yield self.modbus_cache_map.do_scan()
  71. AttributeError: 'NoneType' object has no attribute 'do_scan'
  72. [E 171115 13:39:48 neuron:219] 'NoneType' object has no attribute 'do_scan'
  73. Traceback (most recent call last):
  74. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  75. yield self.modbus_cache_map.do_scan()
  76. AttributeError: 'NoneType' object has no attribute 'do_scan'
  77. [E 171115 13:39:48 neuron:219] 'NoneType' object has no attribute 'do_scan'
  78. Traceback (most recent call last):
  79. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  80. yield self.modbus_cache_map.do_scan()
  81. AttributeError: 'NoneType' object has no attribute 'do_scan'
  82. [E 171115 13:39:49 neuron:219] 'NoneType' object has no attribute 'do_scan'
  83. Traceback (most recent call last):
  84. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  85. yield self.modbus_cache_map.do_scan()
  86. AttributeError: 'NoneType' object has no attribute 'do_scan'
  87. [E 171115 13:39:49 neuron:219] 'NoneType' object has no attribute 'do_scan'
  88. Traceback (most recent call last):
  89. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  90. yield self.modbus_cache_map.do_scan()
  91. AttributeError: 'NoneType' object has no attribute 'do_scan'
  92. [E 171115 13:39:50 neuron:219] 'NoneType' object has no attribute 'do_scan'
  93. Traceback (most recent call last):
  94. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  95. yield self.modbus_cache_map.do_scan()
  96. AttributeError: 'NoneType' object has no attribute 'do_scan'
  97. [E 171115 13:39:50 neuron:219] 'NoneType' object has no attribute 'do_scan'
  98. Traceback (most recent call last):
  99. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  100. yield self.modbus_cache_map.do_scan()
  101. AttributeError: 'NoneType' object has no attribute 'do_scan'
  102. [E 171115 13:39:51 neuron:219] 'NoneType' object has no attribute 'do_scan'
  103. Traceback (most recent call last):
  104. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  105. yield self.modbus_cache_map.do_scan()
  106. AttributeError: 'NoneType' object has no attribute 'do_scan'
  107. [E 171115 13:39:51 neuron:219] 'NoneType' object has no attribute 'do_scan'
  108. Traceback (most recent call last):
  109. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  110. yield self.modbus_cache_map.do_scan()
  111. AttributeError: 'NoneType' object has no attribute 'do_scan'
  112. [E 171115 13:39:52 neuron:219] 'NoneType' object has no attribute 'do_scan'
  113. Traceback (most recent call last):
  114. File "/home/pi/evok-master/evok/neuron.py", line 217, in scan_boards
  115. yield self.modbus_cache_map.do_scan()
  116. AttributeError: 'NoneType' object has no attribute 'do_scan'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement