Advertisement
Guest User

rvi raspi py logs - release-0.4.0

a guest
Jul 23rd, 2015
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.10 KB | None | 0 0
  1. pi@raspberrypi ~ $ ./rvi_raspi/raspi/unlock.sh
  2. LE set advertise enable on hci0 returned status 12
  3. < HCI Command: ogf 0x08, ocf 0x0008, plen 32
  4.   1E 02 01 1A 1A FF 4C 00 02 15 92 77 83 0A B2 EB 49 0F A1 DD
  5.   7F E3 8C 49 2E DE 00 00 00 00 C5 00
  6. > HCI Event: 0x0e plen 4
  7.   01 08 20 00
  8. fob.py:135: RuntimeWarning: No channels have been set up yet - nothing to clean up!  Try cleaning up at the end of your program instead!
  9.   GPIO.cleanup()
  10. fob.py:137: RuntimeWarning: This channel is already in use, continuing anyway.  Use GPIO.setwarnings(False) to disable warnings.
  11.   GPIO.setup(GPIO_UNLOCK, GPIO.OUT)  # unlock
  12. fob.py:138: RuntimeWarning: This channel is already in use, continuing anyway.  Use GPIO.setwarnings(False) to disable warnings.
  13.   GPIO.setup(GPIO_LOCK, GPIO.OUT)  # lock
  14. fob.py:139: RuntimeWarning: This channel is already in use, continuing anyway.  Use GPIO.setwarnings(False) to disable warnings.
  15.   GPIO.setup(GPIO_LIGHTS, GPIO.OUT)  # lights
  16. fob.py:140: RuntimeWarning: This channel is already in use, continuing anyway.  Use GPIO.setwarnings(False) to disable warnings.
  17.   GPIO.setup(GPIO_TRUNK, GPIO.OUT)  # trunk (weird)
  18. fob.py:141: RuntimeWarning: This channel is already in use, continuing anyway.  Use GPIO.setwarnings(False) to disable warnings.
  19.   GPIO.setup(GPIO_PANIC, GPIO.OUT)  # panic
  20. Will dispatch message to: /unlock
  21. Parameters: [{u'X': u'O'}]
  22. UNLOCK
  23.  
  24. Services available!
  25. args: {u'services': [u'jlr.com/mobile/353490069991699/control/status']}
  26.  
  27. Will dispatch message to: /lock
  28. Parameters: [{u'O': u'K'}]
  29. LOCK
  30. Will dispatch message to: /trunk
  31. Parameters: [{u'O': u'K'}]
  32. TRUNK
  33. Will dispatch message to: /unlock
  34. Parameters: [{u'O': u'K'}]
  35. UNLOCK
  36. Will dispatch message to: /panic
  37. Parameters: [{u'O': u'K'}]
  38. PANIC
  39. Will dispatch message to: /lock
  40. Parameters: [{u'O': u'K'}]
  41. LOCK
  42. Will dispatch message to: /unlock
  43. Parameters: [{u'O': u'K'}]
  44. UNLOCK
  45. Services unavailable!
  46. LOCK
  47. Will dispatch message to: /unlock
  48. Parameters: [{u'X': u'O'}]
  49. UNLOCK
  50.  
  51. Services available!
  52. args: {u'services': [u'jlr.com/mobile/353490069991699/control/status']}
  53.  
  54. Services unavailable!
  55. LOCK
  56.  
  57. Services available!
  58. args: {u'services': [u'jlr.com/mobile/353490069991699/control/status']}
  59.  
  60. Will dispatch message to: /unlock
  61. Parameters: [{u'X': u'O'}]
  62. UNLOCK
  63. Will dispatch message to: /lock
  64. Parameters: [{u'O': u'K'}]
  65. LOCK
  66. Will dispatch message to: /unlock
  67. Parameters: [{u'O': u'K'}]
  68. UNLOCK
  69. Services unavailable!
  70. LOCK
  71. Will dispatch message to: /unlock
  72. Parameters: [{u'X': u'O'}]
  73. UNLOCK
  74.  
  75. Services available!
  76. args: {u'services': [u'jlr.com/mobile/353490069991699/control/status']}
  77.  
  78. Will dispatch message to: /lock
  79. Parameters: [{u'O': u'K'}]
  80. LOCK
  81. Will dispatch message to: /unlock
  82. Parameters: [{u'O': u'K'}]
  83. UNLOCK
  84. Services unavailable!
  85. LOCK
  86.  
  87. Services available!
  88. args: {u'services': [u'jlr.com/mobile/353490069991699/control/status']}
  89.  
  90. Will dispatch message to: /unlock
  91. Parameters: [{u'X': u'O'}]
  92. UNLOCK
  93. Will dispatch message to: /trunk
  94. Parameters: [{u'O': u'K'}]
  95. TRUNK
  96. Will dispatch message to: /lock
  97. Parameters: [{u'O': u'K'}]
  98. LOCK
  99. Will dispatch message to: /unlock
  100. Parameters: [{u'O': u'K'}]
  101. UNLOCK
  102. Will dispatch message to: /lock
  103. Parameters: [{u'O': u'K'}]
  104. LOCK
  105. Will dispatch message to: /unlock
  106. Parameters: [{u'O': u'K'}]
  107. UNLOCK
  108. Will dispatch message to: /lock
  109. Parameters: [{u'O': u'K'}]
  110. LOCK
  111. Services unavailable!
  112. LOCK
  113. Will dispatch message to: /unlock
  114. Parameters: [{u'X': u'O'}]
  115. UNLOCK
  116.  
  117. Services available!
  118. args: {u'services': [u'jlr.com/mobile/353490069991699/control/status']}
  119.  
  120. Will dispatch message to: /lock
  121. Parameters: [{u'O': u'K'}]
  122. LOCK
  123. Services unavailable!
  124. LOCK
  125.  
  126. Services available!
  127. args: {u'services': [u'jlr.com/mobile/353490069991699/control/status']}
  128.  
  129. Will dispatch message to: /unlock
  130. Parameters: [{u'X': u'O'}]
  131. UNLOCK
  132. Will dispatch message to: /lock
  133. Parameters: [{u'O': u'K'}]
  134. LOCK
  135. Will dispatch message to: /unlock
  136. Parameters: [{u'O': u'K'}]
  137. UNLOCK
  138. Will dispatch message to: /lock
  139. Parameters: [{u'O': u'K'}]
  140. LOCK
  141. Will dispatch message to: /unlock
  142. Parameters: [{u'O': u'K'}]
  143. UNLOCK
  144. Will dispatch message to: /lock
  145. Parameters: [{u'O': u'K'}]
  146. LOCK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement