Advertisement
Guest User

Untitled

a guest
Apr 29th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.66 KB | None | 0 0
  1. pi@raspberrypi:/opt/zigbee2mqtt $ DEBUG=* npm start
  2.  
  3. > zigbee2mqtt@1.3.1 start /opt/zigbee2mqtt
  4. > node index.js
  5.  
  6. zigbee2mqtt:info 4/29/2019, 6:29:25 PM Logging to directory: '/opt/zigbee2mqtt/data/log/2019-04-29.18-29-25'
  7. serialport/bindings loading LinuxBinding +0ms
  8. zigbee2mqtt:debug 4/29/2019, 6:29:26 PM Using zigbee-shepherd with settings: '{"net":{"panId":6754,"extPanId":[221,221,221,221,221,221,221,221],"channelList":[11],"precfgkey":"HIDDEN"},"dbPath":"/opt/zigbee2mqtt/data/database.db","coordBackupPath":"/opt/zigbee2mqtt/data/coordinator_backup.json","sp":{"baudRate":115200,"rtscts":true}}'
  9. zigbee2mqtt:debug 4/29/2019, 6:29:26 PM Loaded state from file /opt/zigbee2mqtt/data/state.json
  10. zigbee2mqtt:debug 4/29/2019, 6:29:26 PM Saving state to file /opt/zigbee2mqtt/data/state.json
  11. zigbee2mqtt:info 4/29/2019, 6:29:26 PM Starting zigbee2mqtt version 1.3.1 (commit #4472c01)
  12. zigbee2mqtt:info 4/29/2019, 6:29:26 PM Starting zigbee-shepherd
  13. zigbee-shepherd:init zigbee-shepherd booting... +0ms
  14. cc-znp Initialize, opening serial port +0ms
  15. serialport/stream opening path: /dev/ttyACM0 +0ms
  16. serialport/binding-abstract open +0ms
  17. serialport/stream _read queueing _read for after open +6ms
  18. serialport/bindings/poller Creating poller +0ms
  19. serialport/stream opened path: /dev/ttyACM0 +9ms
  20. cc-znp The serialport /dev/ttyACM0 is opened. +17ms
  21. serialport/stream _read reading +3ms
  22. serialport/binding-abstract read +17ms
  23. serialport/bindings/unixRead Starting read +0ms
  24. zigbee-shepherd:request REQ --> SYS:osalNvRead +0ms
  25. cc-znp:SREQ --> SYS:osalNvRead, { id: 3840, offset: 0, len: 1, value: [ 85 ] } +0ms
  26. serialport/stream _write 8 bytes of data +28ms
  27. serialport/binding-abstract write 8 bytes +28ms
  28. serialport/bindings/unixWrite Starting write 8 bytes offset 0 bytesToWrite 8 +0ms
  29. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +33ms
  30. serialport/bindings/poller Polling for "readable" +41ms
  31. serialport/bindings/unixWrite write returned null 8 +6ms
  32. serialport/bindings/unixWrite wrote 8 bytes +0ms
  33. serialport/bindings/unixWrite Finished writing 8 bytes +0ms
  34. serialport/stream binding.write write finished +11ms
  35. serialport/bindings/poller received "readable" +40ms
  36. serialport/binding-abstract read +47ms
  37. serialport/bindings/unixRead Starting read +42ms
  38. serialport/bindings/unixRead Finished read 7 bytes +1ms
  39. serialport/stream binding.read finished +40ms
  40. cc-znp { sof: 254,
  41. cc-znp len: 2,
  42. cc-znp type: 'SRSP',
  43. cc-znp subsys: 'SYS',
  44. cc-znp cmd: 'osalNvRead',
  45. cc-znp payload: { status: 2, len: 0, value: <Buffer > },
  46. cc-znp fcs: 105,
  47. cc-znp csum: 105 } +100ms
  48. serialport/stream _read reading +27ms
  49. serialport/binding-abstract read +31ms
  50. serialport/bindings/unixRead Starting read +29ms
  51. cc-znp:SRSP <-- SYS:osalNvRead, { status: 2, len: 0, value: <Buffer > } +0ms
  52. zigbee-shepherd:request RSP <-- SYS:osalNvRead, status: 2 +105ms
  53. zigbee-shepherd:init Non-Volatile memory is changed. +0ms
  54. zigbee-shepherd Starting a hardware reset... +0ms
  55. zigbee-shepherd:request REQ --> SYS:resetReq +10ms
  56. cc-znp:AREQ --> SYS:resetReq, { type: 1 } +0ms
  57. serialport/stream _write 6 bytes of data +18ms
  58. serialport/binding-abstract write 6 bytes +17ms
  59. serialport/bindings/unixWrite Starting write 6 bytes offset 0 bytesToWrite 6 +88ms
  60. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +20ms
  61. serialport/bindings/poller Polling for "readable" +51ms
  62. serialport/bindings/unixWrite write returned null 6 +2ms
  63. serialport/bindings/unixWrite wrote 6 bytes +0ms
  64. serialport/bindings/unixWrite Finished writing 6 bytes +1ms
  65. serialport/stream binding.write write finished +5ms
  66. serialport/bindings/poller received "readable" +2s
  67. serialport/binding-abstract read +2s
  68. serialport/bindings/unixRead Starting read +2s
  69. serialport/bindings/unixRead Finished read 11 bytes +1ms
  70. serialport/stream binding.read finished +2s
  71. cc-znp { sof: 254,
  72. cc-znp len: 6,
  73. cc-znp type: 'AREQ',
  74. cc-znp subsys: 'SYS',
  75. cc-znp cmd: 'resetInd',
  76. cc-znp payload:
  77. cc-znp { reason: 0,
  78. cc-znp transportrev: 2,
  79. cc-znp productid: 2,
  80. cc-znp majorrel: 2,
  81. cc-znp minorrel: 7,
  82. cc-znp hwrev: 2 },
  83. cc-znp fcs: 192,
  84. cc-znp csum: 192 } +2s
  85. serialport/stream _read reading +6ms
  86. serialport/binding-abstract read +8ms
  87. serialport/bindings/unixRead Starting read +7ms
  88. cc-znp:AREQ <-- SYS:resetInd, { reason: 0, transportrev: 2, productid: 2, majorrel: 2, minorrel: 7, hwrev: 2 } +2s
  89. zigbee-shepherd:msgHdlr IND <-- SYS:resetInd +0ms
  90. zigbee-shepherd:request RSP <-- SYS:resetReq +2s
  91. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +3ms
  92. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 3, len: 1, value: [ 2 ] } +3s
  93. serialport/stream _write 8 bytes of data +11ms
  94. serialport/binding-abstract write 8 bytes +10ms
  95. serialport/bindings/unixWrite Starting write 8 bytes offset 0 bytesToWrite 8 +2s
  96. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +11ms
  97. serialport/bindings/poller Polling for "readable" +21ms
  98. serialport/bindings/unixWrite write returned null 8 +1ms
  99. serialport/bindings/unixWrite wrote 8 bytes +0ms
  100. serialport/bindings/unixWrite Finished writing 8 bytes +1ms
  101. serialport/stream binding.write write finished +3ms
  102. serialport/bindings/poller received "readable" +20ms
  103. serialport/binding-abstract read +23ms
  104. serialport/bindings/unixRead Starting read +22ms
  105. serialport/bindings/unixRead Finished read 6 bytes +0ms
  106. serialport/stream binding.read finished +21ms
  107. cc-znp { sof: 254,
  108. cc-znp len: 1,
  109. cc-znp type: 'SRSP',
  110. cc-znp subsys: 'SAPI',
  111. cc-znp cmd: 'writeConfiguration',
  112. cc-znp payload: { status: 0 },
  113. cc-znp fcs: 98,
  114. cc-znp csum: 98 } +65ms
  115. serialport/stream _read reading +30ms
  116. serialport/binding-abstract read +32ms
  117. serialport/bindings/unixRead Starting read +32ms
  118. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +3s
  119. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +64ms
  120. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +9ms
  121. serialport/bindings/poller Polling for "readable" +43ms
  122. zigbee-shepherd:request REQ --> SYS:resetReq +16ms
  123. cc-znp:AREQ --> SYS:resetReq, { type: 1 } +86ms
  124. serialport/stream _write 6 bytes of data +25ms
  125. serialport/binding-abstract write 6 bytes +24ms
  126. serialport/bindings/unixWrite Starting write 6 bytes offset 0 bytesToWrite 6 +77ms
  127. serialport/bindings/unixWrite write returned null 6 +1ms
  128. serialport/bindings/unixWrite wrote 6 bytes +0ms
  129. serialport/bindings/unixWrite Finished writing 6 bytes +0ms
  130. serialport/stream binding.write write finished +3ms
  131. serialport/bindings/poller received "readable" +3s
  132. serialport/binding-abstract read +3s
  133. serialport/bindings/unixRead Starting read +3s
  134. serialport/bindings/unixRead Finished read 11 bytes +0ms
  135. serialport/stream binding.read finished +3s
  136. cc-znp { sof: 254,
  137. cc-znp len: 6,
  138. cc-znp type: 'AREQ',
  139. cc-znp subsys: 'SYS',
  140. cc-znp cmd: 'resetInd',
  141. cc-znp payload:
  142. cc-znp { reason: 0,
  143. cc-znp transportrev: 2,
  144. cc-znp productid: 2,
  145. cc-znp majorrel: 2,
  146. cc-znp minorrel: 7,
  147. cc-znp hwrev: 2 },
  148. cc-znp fcs: 192,
  149. cc-znp csum: 192 } +3s
  150. serialport/stream _read reading +8ms
  151. serialport/binding-abstract read +11ms
  152. serialport/bindings/unixRead Starting read +10ms
  153. cc-znp:AREQ <-- SYS:resetInd, { reason: 0, transportrev: 2, productid: 2, majorrel: 2, minorrel: 7, hwrev: 2 } +3s
  154. zigbee-shepherd:msgHdlr IND <-- SYS:resetInd +3s
  155. zigbee-shepherd:request RSP <-- SYS:resetReq +3s
  156. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +4ms
  157. serialport/bindings/poller Polling for "readable" +16ms
  158. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +12ms
  159. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 131, len: 2, value: [ 98, 26 ] } +3s
  160. serialport/stream _write 9 bytes of data +19ms
  161. serialport/binding-abstract write 9 bytes +19ms
  162. serialport/bindings/unixWrite Starting write 9 bytes offset 0 bytesToWrite 9 +3s
  163. serialport/bindings/unixWrite write returned null 9 +0ms
  164. serialport/bindings/unixWrite wrote 9 bytes +1ms
  165. serialport/bindings/unixWrite Finished writing 9 bytes +0ms
  166. serialport/stream binding.write write finished +4ms
  167. serialport/bindings/poller received "readable" +20ms
  168. serialport/binding-abstract read +6ms
  169. serialport/bindings/unixRead Starting read +21ms
  170. serialport/bindings/unixRead Finished read 6 bytes +1ms
  171. serialport/stream binding.read finished +4ms
  172. cc-znp { sof: 254,
  173. cc-znp len: 1,
  174. cc-znp type: 'SRSP',
  175. cc-znp subsys: 'SAPI',
  176. cc-znp cmd: 'writeConfiguration',
  177. cc-znp payload: { status: 0 },
  178. cc-znp fcs: 98,
  179. cc-znp csum: 98 } +34ms
  180. serialport/stream _read reading +11ms
  181. serialport/binding-abstract read +13ms
  182. serialport/bindings/unixRead Starting read +12ms
  183. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +3s
  184. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +25ms
  185. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +3ms
  186. serialport/bindings/poller Polling for "readable" +18ms
  187. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +12ms
  188. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 45, len: 8, value: [ 221, 221, 221, 221, 221, 221, 221, 221 ] } +37ms
  189. serialport/stream _write 15 bytes of data +18ms
  190. serialport/binding-abstract write 15 bytes +18ms
  191. serialport/bindings/unixWrite Starting write 15 bytes offset 0 bytesToWrite 15 +36ms
  192. serialport/bindings/unixWrite write returned null 15 +0ms
  193. serialport/bindings/unixWrite wrote 15 bytes +1ms
  194. serialport/bindings/unixWrite Finished writing 15 bytes +0ms
  195. serialport/stream binding.write write finished +3ms
  196. serialport/bindings/poller received "readable" +19ms
  197. serialport/binding-abstract read +5ms
  198. serialport/bindings/unixRead Starting read +21ms
  199. serialport/bindings/unixRead Finished read 6 bytes +0ms
  200. serialport/stream binding.read finished +5ms
  201. cc-znp { sof: 254,
  202. cc-znp len: 1,
  203. cc-znp type: 'SRSP',
  204. cc-znp subsys: 'SAPI',
  205. cc-znp cmd: 'writeConfiguration',
  206. cc-znp payload: { status: 0 },
  207. cc-znp fcs: 98,
  208. cc-znp csum: 98 } +36ms
  209. serialport/stream _read reading +5ms
  210. serialport/binding-abstract read +8ms
  211. serialport/bindings/unixRead Starting read +7ms
  212. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +31ms
  213. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +19ms
  214. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +3ms
  215. serialport/bindings/poller Polling for "readable" +11ms
  216. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +10ms
  217. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 132, len: 4, value: [ 0, 8, 0, 0 ] } +29ms
  218. serialport/stream _write 11 bytes of data +16ms
  219. serialport/binding-abstract write 11 bytes +16ms
  220. serialport/bindings/unixWrite Starting write 11 bytes offset 0 bytesToWrite 11 +28ms
  221. serialport/bindings/unixWrite write returned null 11 +0ms
  222. serialport/bindings/unixWrite wrote 11 bytes +1ms
  223. serialport/bindings/unixWrite Finished writing 11 bytes +0ms
  224. serialport/stream binding.write write finished +3ms
  225. serialport/bindings/poller received "readable" +18ms
  226. serialport/binding-abstract read +5ms
  227. serialport/bindings/unixRead Starting read +19ms
  228. serialport/bindings/unixRead Finished read 6 bytes +0ms
  229. serialport/stream binding.read finished +4ms
  230. cc-znp { sof: 254,
  231. cc-znp len: 1,
  232. cc-znp type: 'SRSP',
  233. cc-znp subsys: 'SAPI',
  234. cc-znp cmd: 'writeConfiguration',
  235. cc-znp payload: { status: 0 },
  236. cc-znp fcs: 98,
  237. cc-znp csum: 98 } +29ms
  238. serialport/stream _read reading +6ms
  239. serialport/binding-abstract read +8ms
  240. serialport/bindings/unixRead Starting read +7ms
  241. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +29ms
  242. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +19ms
  243. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +3ms
  244. serialport/bindings/poller Polling for "readable" +11ms
  245. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +10ms
  246. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 135, len: 1, value: [ 0 ] } +29ms
  247. serialport/stream _write 8 bytes of data +16ms
  248. serialport/binding-abstract write 8 bytes +16ms
  249. serialport/bindings/unixWrite Starting write 8 bytes offset 0 bytesToWrite 8 +27ms
  250. serialport/bindings/unixWrite write returned null 8 +1ms
  251. serialport/bindings/unixWrite wrote 8 bytes +0ms
  252. serialport/bindings/unixWrite Finished writing 8 bytes +1ms
  253. serialport/stream binding.write write finished +3ms
  254. serialport/bindings/poller received "readable" +26ms
  255. serialport/binding-abstract read +14ms
  256. serialport/bindings/unixRead Starting read +27ms
  257. serialport/bindings/unixRead Finished read 6 bytes +1ms
  258. serialport/stream binding.read finished +13ms
  259. cc-znp { sof: 254,
  260. cc-znp len: 1,
  261. cc-znp type: 'SRSP',
  262. cc-znp subsys: 'SAPI',
  263. cc-znp cmd: 'writeConfiguration',
  264. cc-znp payload: { status: 0 },
  265. cc-znp fcs: 98,
  266. cc-znp csum: 98 } +38ms
  267. serialport/stream _read reading +6ms
  268. serialport/binding-abstract read +7ms
  269. serialport/bindings/unixRead Starting read +7ms
  270. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +37ms
  271. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +27ms
  272. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  273. serialport/bindings/poller Polling for "readable" +12ms
  274. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +12ms
  275. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 98, len: 16, value: [ 1, 3, 5, 7, 9, 11, 13, 15, 0, 2, 4, 6, 8, 10, 12, 13 ] } +39ms
  276. serialport/stream _write 23 bytes of data +17ms
  277. serialport/binding-abstract write 23 bytes +18ms
  278. serialport/bindings/unixWrite Starting write 23 bytes offset 0 bytesToWrite 23 +38ms
  279. serialport/bindings/unixWrite write returned null 23 +0ms
  280. serialport/bindings/unixWrite wrote 23 bytes +0ms
  281. serialport/bindings/unixWrite Finished writing 23 bytes +1ms
  282. serialport/stream binding.write write finished +3ms
  283. serialport/bindings/poller received "readable" +20ms
  284. serialport/binding-abstract read +6ms
  285. serialport/bindings/unixRead Starting read +21ms
  286. serialport/bindings/unixRead Finished read 6 bytes +1ms
  287. serialport/stream binding.read finished +5ms
  288. cc-znp { sof: 254,
  289. cc-znp len: 1,
  290. cc-znp type: 'SRSP',
  291. cc-znp subsys: 'SAPI',
  292. cc-znp cmd: 'writeConfiguration',
  293. cc-znp payload: { status: 0 },
  294. cc-znp fcs: 98,
  295. cc-znp csum: 98 } +31ms
  296. serialport/stream _read reading +7ms
  297. serialport/binding-abstract read +8ms
  298. serialport/bindings/unixRead Starting read +8ms
  299. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +32ms
  300. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +20ms
  301. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  302. serialport/bindings/poller Polling for "readable" +11ms
  303. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +11ms
  304. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 99, len: 1, value: [ 0 ] } +31ms
  305. serialport/stream _write 8 bytes of data +16ms
  306. serialport/binding-abstract write 8 bytes +17ms
  307. serialport/bindings/unixWrite Starting write 8 bytes offset 0 bytesToWrite 8 +30ms
  308. serialport/bindings/unixWrite write returned null 8 +0ms
  309. serialport/bindings/unixWrite wrote 8 bytes +1ms
  310. serialport/bindings/unixWrite Finished writing 8 bytes +0ms
  311. serialport/stream binding.write write finished +4ms
  312. serialport/bindings/poller received "readable" +30ms
  313. serialport/binding-abstract read +16ms
  314. serialport/bindings/unixRead Starting read +31ms
  315. serialport/bindings/unixRead Finished read 6 bytes +0ms
  316. serialport/stream binding.read finished +15ms
  317. cc-znp { sof: 254,
  318. cc-znp len: 1,
  319. cc-znp type: 'SRSP',
  320. cc-znp subsys: 'SAPI',
  321. cc-znp cmd: 'writeConfiguration',
  322. cc-znp payload: { status: 0 },
  323. cc-znp fcs: 98,
  324. cc-znp csum: 98 } +42ms
  325. serialport/stream _read reading +6ms
  326. serialport/binding-abstract read +8ms
  327. serialport/bindings/unixRead Starting read +8ms
  328. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +41ms
  329. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +30ms
  330. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  331. serialport/bindings/poller Polling for "readable" +11ms
  332. zigbee-shepherd:request REQ --> SYS:osalNvWrite +11ms
  333. cc-znp:SREQ --> SYS:osalNvWrite, { id: 257, offset: 0, len: 32, value: [ 255, 255, 255, 255, 255, 255, 255, 255, 90, 105, 103, 66, 101, 101, 65, 108, 108, 105, 97, 110, 99, 101, 48, 57, 0, 0, 0, 0, 0, 0, 0, 0 ] } +41ms
  334. serialport/stream _write 41 bytes of data +17ms
  335. serialport/binding-abstract write 41 bytes +18ms
  336. serialport/bindings/unixWrite Starting write 41 bytes offset 0 bytesToWrite 41 +41ms
  337. serialport/bindings/unixWrite write returned null 41 +0ms
  338. serialport/bindings/unixWrite wrote 41 bytes +1ms
  339. serialport/bindings/unixWrite Finished writing 41 bytes +0ms
  340. serialport/stream binding.write write finished +4ms
  341. serialport/bindings/poller received "readable" +33ms
  342. serialport/binding-abstract read +18ms
  343. serialport/bindings/unixRead Starting read +34ms
  344. serialport/bindings/unixRead Finished read 6 bytes +0ms
  345. serialport/stream binding.read finished +17ms
  346. cc-znp { sof: 254,
  347. cc-znp len: 1,
  348. cc-znp type: 'SRSP',
  349. cc-znp subsys: 'SYS',
  350. cc-znp cmd: 'osalNvWrite',
  351. cc-znp payload: { status: 2 },
  352. cc-znp fcs: 107,
  353. cc-znp csum: 107 } +43ms
  354. serialport/stream _read reading +6ms
  355. serialport/binding-abstract read +8ms
  356. serialport/bindings/unixRead Starting read +8ms
  357. cc-znp:SRSP <-- SYS:osalNvWrite, { status: 2 } +44ms
  358. zigbee-shepherd:request RSP <-- SYS:osalNvWrite, status: 2 +33ms
  359. zigbee-shepherd:init Coordinator initialize had an error: Error: rsp error: 2
  360. at rspHdlr (/opt/zigbee2mqtt/node_modules/zigbee-shepherd/lib/components/controller.js:309:29)
  361. at CcZnp.<anonymous> (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:264:13)
  362. at Object.onceWrapper (events.js:277:13)
  363. at CcZnp.emit (events.js:189:13)
  364. at CcZnp._mtIncomingDataHdlr (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:366:14)
  365. at Immediate._onImmediate (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:342:22)
  366. at runCallback (timers.js:705:18)
  367. at tryOnImmediate (timers.js:676:5)
  368. at processImmediate (timers.js:658:5) +6s
  369. zigbee2mqtt:info 4/29/2019, 6:29:32 PM Error while starting zigbee-shepherd, attempting to fix... (takes 60 seconds) (Error: rsp error: 2)
  370. serialport/stream #flush +11ms
  371. serialport/binding-abstract flush +12ms
  372. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +12ms
  373. serialport/bindings/poller Polling for "readable" +22ms
  374. serialport/stream binding.flush finished +4ms
  375. serialport/stream #close +1ms
  376. serialport/binding-abstract close +5ms
  377. serialport/bindings/poller Stopping poller +4ms
  378. serialport/bindings/poller Destroying poller +1ms
  379. serialport/stream binding.read error { Error: Canceled
  380. at Poller.emitCanceled (/opt/zigbee2mqtt/node_modules/cc-znp/node_modules/@serialport/bindings/lib/poller.js:101:17)
  381. at Poller.stop (/opt/zigbee2mqtt/node_modules/cc-znp/node_modules/@serialport/bindings/lib/poller.js:91:10)
  382. at close.then (/opt/zigbee2mqtt/node_modules/cc-znp/node_modules/@serialport/bindings/lib/linux.js:48:19) canceled: true } +4ms
  383. serialport/stream _read queueing _read for after open +2ms
  384. serialport/stream binding.close finished +1ms
  385. cc-znp The serialport /dev/ttyACM0 is closed. +29ms
  386. zigbee2mqtt:info 4/29/2019, 6:30:32 PM Starting zigbee-shepherd
  387. zigbee-shepherd:init zigbee-shepherd booting... +1m
  388. cc-znp Initialize, opening serial port +1m
  389. serialport/stream opening path: /dev/ttyACM0 +1m
  390. serialport/binding-abstract open +1m
  391. serialport/stream _read queueing _read for after open +1ms
  392. serialport/bindings/poller Creating poller +1m
  393. serialport/stream opened path: /dev/ttyACM0 +3ms
  394. cc-znp The serialport /dev/ttyACM0 is opened. +5ms
  395. serialport/stream _read reading +2ms
  396. serialport/binding-abstract read +6ms
  397. serialport/bindings/unixRead Starting read +1m
  398. zigbee-shepherd:request REQ --> SYS:osalNvRead +1m
  399. cc-znp:SREQ --> SYS:osalNvRead, { id: 3840, offset: 0, len: 1, value: [ 85 ] } +1m
  400. serialport/stream _write 8 bytes of data +4ms
  401. serialport/binding-abstract write 8 bytes +4ms
  402. serialport/bindings/unixWrite Starting write 8 bytes offset 0 bytesToWrite 8 +1m
  403. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +6ms
  404. serialport/bindings/poller Polling for "readable" +8ms
  405. serialport/bindings/unixWrite write returned null 8 +2ms
  406. serialport/bindings/unixWrite wrote 8 bytes +0ms
  407. serialport/bindings/unixWrite Finished writing 8 bytes +0ms
  408. serialport/stream binding.write write finished +3ms
  409. serialport/bindings/poller received "readable" +34ms
  410. serialport/binding-abstract read +36ms
  411. serialport/bindings/unixRead Starting read +35ms
  412. serialport/bindings/unixRead Finished read 7 bytes +0ms
  413. serialport/stream binding.read finished +35ms
  414. cc-znp { sof: 254,
  415. cc-znp len: 2,
  416. cc-znp type: 'SRSP',
  417. cc-znp subsys: 'SYS',
  418. cc-znp cmd: 'osalNvRead',
  419. cc-znp payload: { status: 2, len: 0, value: <Buffer > },
  420. cc-znp fcs: 105,
  421. cc-znp csum: 105 } +48ms
  422. serialport/stream _read reading +8ms
  423. serialport/binding-abstract read +10ms
  424. serialport/bindings/unixRead Starting read +9ms
  425. cc-znp:SRSP <-- SYS:osalNvRead, { status: 2, len: 0, value: <Buffer > } +1m
  426. zigbee-shepherd:request RSP <-- SYS:osalNvRead, status: 2 +51ms
  427. zigbee-shepherd:init Non-Volatile memory is changed. +1m
  428. zigbee-shepherd Starting a hardware reset... +1m
  429. zigbee-shepherd:request REQ --> SYS:resetReq +3ms
  430. cc-znp:AREQ --> SYS:resetReq, { type: 1 } +1m
  431. serialport/stream _write 6 bytes of data +7ms
  432. serialport/binding-abstract write 6 bytes +7ms
  433. serialport/bindings/unixWrite Starting write 6 bytes offset 0 bytesToWrite 6 +51ms
  434. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +8ms
  435. serialport/bindings/poller Polling for "readable" +19ms
  436. serialport/bindings/unixWrite write returned null 6 +1ms
  437. serialport/bindings/unixWrite wrote 6 bytes +0ms
  438. serialport/bindings/unixWrite Finished writing 6 bytes +0ms
  439. serialport/stream binding.write write finished +3ms
  440. serialport/bindings/poller received "readable" +3s
  441. serialport/binding-abstract read +3s
  442. serialport/bindings/unixRead Starting read +3s
  443. serialport/bindings/unixRead Finished read 11 bytes +1ms
  444. serialport/stream binding.read finished +3s
  445. cc-znp { sof: 254,
  446. cc-znp len: 6,
  447. cc-znp type: 'AREQ',
  448. cc-znp subsys: 'SYS',
  449. cc-znp cmd: 'resetInd',
  450. cc-znp payload:
  451. cc-znp { reason: 0,
  452. cc-znp transportrev: 2,
  453. cc-znp productid: 2,
  454. cc-znp majorrel: 2,
  455. cc-znp minorrel: 7,
  456. cc-znp hwrev: 2 },
  457. cc-znp fcs: 192,
  458. cc-znp csum: 192 } +3s
  459. serialport/stream _read reading +6ms
  460. serialport/binding-abstract read +7ms
  461. serialport/bindings/unixRead Starting read +7ms
  462. cc-znp:AREQ <-- SYS:resetInd, { reason: 0, transportrev: 2, productid: 2, majorrel: 2, minorrel: 7, hwrev: 2 } +3s
  463. zigbee-shepherd:msgHdlr IND <-- SYS:resetInd +1m
  464. zigbee-shepherd:request RSP <-- SYS:resetReq +3s
  465. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  466. serialport/bindings/poller Polling for "readable" +11ms
  467. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +2ms
  468. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 3, len: 1, value: [ 2 ] } +3s
  469. serialport/stream _write 8 bytes of data +7ms
  470. serialport/binding-abstract write 8 bytes +7ms
  471. serialport/bindings/unixWrite Starting write 8 bytes offset 0 bytesToWrite 8 +3s
  472. serialport/bindings/unixWrite write returned null 8 +0ms
  473. serialport/bindings/unixWrite wrote 8 bytes +0ms
  474. serialport/bindings/unixWrite Finished writing 8 bytes +1ms
  475. serialport/stream binding.write write finished +2ms
  476. serialport/bindings/poller received "readable" +19ms
  477. serialport/binding-abstract read +16ms
  478. serialport/bindings/unixRead Starting read +20ms
  479. serialport/bindings/unixRead Finished read 6 bytes +0ms
  480. serialport/stream binding.read finished +15ms
  481. cc-znp { sof: 254,
  482. cc-znp len: 1,
  483. cc-znp type: 'SRSP',
  484. cc-znp subsys: 'SAPI',
  485. cc-znp cmd: 'writeConfiguration',
  486. cc-znp payload: { status: 0 },
  487. cc-znp fcs: 98,
  488. cc-znp csum: 98 } +28ms
  489. serialport/stream _read reading +4ms
  490. serialport/binding-abstract read +6ms
  491. serialport/bindings/unixRead Starting read +6ms
  492. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +3s
  493. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +26ms
  494. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  495. serialport/bindings/poller Polling for "readable" +9ms
  496. zigbee-shepherd:request REQ --> SYS:resetReq +11ms
  497. cc-znp:AREQ --> SYS:resetReq, { type: 1 } +40ms
  498. serialport/stream _write 6 bytes of data +15ms
  499. serialport/binding-abstract write 6 bytes +14ms
  500. serialport/bindings/unixWrite Starting write 6 bytes offset 0 bytesToWrite 6 +35ms
  501. serialport/bindings/unixWrite write returned null 6 +0ms
  502. serialport/bindings/unixWrite wrote 6 bytes +0ms
  503. serialport/bindings/unixWrite Finished writing 6 bytes +1ms
  504. serialport/stream binding.write write finished +2ms
  505. serialport/bindings/poller received "readable" +3s
  506. serialport/binding-abstract read +3s
  507. serialport/bindings/unixRead Starting read +3s
  508. serialport/bindings/unixRead Finished read 11 bytes +0ms
  509. serialport/stream binding.read finished +3s
  510. cc-znp { sof: 254,
  511. cc-znp len: 6,
  512. cc-znp type: 'AREQ',
  513. cc-znp subsys: 'SYS',
  514. cc-znp cmd: 'resetInd',
  515. cc-znp payload:
  516. cc-znp { reason: 0,
  517. cc-znp transportrev: 2,
  518. cc-znp productid: 2,
  519. cc-znp majorrel: 2,
  520. cc-znp minorrel: 7,
  521. cc-znp hwrev: 2 },
  522. cc-znp fcs: 192,
  523. cc-znp csum: 192 } +3s
  524. serialport/stream _read reading +6ms
  525. serialport/binding-abstract read +15ms
  526. serialport/bindings/unixRead Starting read +14ms
  527. cc-znp:AREQ <-- SYS:resetInd, { reason: 0, transportrev: 2, productid: 2, majorrel: 2, minorrel: 7, hwrev: 2 } +3s
  528. zigbee-shepherd:msgHdlr IND <-- SYS:resetInd +3s
  529. zigbee-shepherd:request RSP <-- SYS:resetReq +3s
  530. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +4ms
  531. serialport/bindings/poller Polling for "readable" +20ms
  532. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +11ms
  533. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 131, len: 2, value: [ 98, 26 ] } +3s
  534. serialport/stream _write 9 bytes of data +25ms
  535. serialport/binding-abstract write 9 bytes +17ms
  536. serialport/bindings/unixWrite Starting write 9 bytes offset 0 bytesToWrite 9 +3s
  537. serialport/bindings/unixWrite write returned null 9 +1ms
  538. serialport/bindings/unixWrite wrote 9 bytes +0ms
  539. serialport/bindings/unixWrite Finished writing 9 bytes +1ms
  540. serialport/stream binding.write write finished +2ms
  541. serialport/bindings/poller received "readable" +29ms
  542. serialport/binding-abstract read +17ms
  543. serialport/bindings/unixRead Starting read +31ms
  544. serialport/bindings/unixRead Finished read 6 bytes +0ms
  545. serialport/stream binding.read finished +17ms
  546. cc-znp { sof: 254,
  547. cc-znp len: 1,
  548. cc-znp type: 'SRSP',
  549. cc-znp subsys: 'SAPI',
  550. cc-znp cmd: 'writeConfiguration',
  551. cc-znp payload: { status: 0 },
  552. cc-znp fcs: 98,
  553. cc-znp csum: 98 } +49ms
  554. serialport/stream _read reading +5ms
  555. serialport/binding-abstract read +8ms
  556. serialport/bindings/unixRead Starting read +8ms
  557. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +3s
  558. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +30ms
  559. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  560. serialport/bindings/poller Polling for "readable" +11ms
  561. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +18ms
  562. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 45, len: 8, value: [ 221, 221, 221, 221, 221, 221, 221, 221 ] } +48ms
  563. serialport/stream _write 15 bytes of data +24ms
  564. serialport/binding-abstract write 15 bytes +24ms
  565. serialport/bindings/unixWrite Starting write 15 bytes offset 0 bytesToWrite 15 +47ms
  566. serialport/bindings/unixWrite write returned null 15 +1ms
  567. serialport/bindings/unixWrite wrote 15 bytes +0ms
  568. serialport/bindings/unixWrite Finished writing 15 bytes +1ms
  569. serialport/stream binding.write write finished +3ms
  570. serialport/bindings/poller received "readable" +39ms
  571. serialport/binding-abstract read +19ms
  572. serialport/bindings/unixRead Starting read +40ms
  573. serialport/bindings/unixRead Finished read 6 bytes +0ms
  574. serialport/stream binding.read finished +18ms
  575. cc-znp { sof: 254,
  576. cc-znp len: 1,
  577. cc-znp type: 'SRSP',
  578. cc-znp subsys: 'SAPI',
  579. cc-znp cmd: 'writeConfiguration',
  580. cc-znp payload: { status: 0 },
  581. cc-znp fcs: 98,
  582. cc-znp csum: 98 } +50ms
  583. serialport/stream _read reading +5ms
  584. serialport/binding-abstract read +6ms
  585. serialport/bindings/unixRead Starting read +6ms
  586. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +49ms
  587. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +30ms
  588. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  589. serialport/bindings/poller Polling for "readable" +9ms
  590. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +11ms
  591. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 132, len: 4, value: [ 0, 8, 0, 0 ] } +41ms
  592. serialport/stream _write 11 bytes of data +15ms
  593. serialport/binding-abstract write 11 bytes +15ms
  594. serialport/bindings/unixWrite Starting write 11 bytes offset 0 bytesToWrite 11 +39ms
  595. serialport/bindings/unixWrite write returned null 11 +0ms
  596. serialport/bindings/unixWrite wrote 11 bytes +0ms
  597. serialport/bindings/unixWrite Finished writing 11 bytes +1ms
  598. serialport/stream binding.write write finished +2ms
  599. serialport/bindings/poller received "readable" +31ms
  600. serialport/binding-abstract read +18ms
  601. serialport/bindings/unixRead Starting read +32ms
  602. serialport/bindings/unixRead Finished read 6 bytes +0ms
  603. serialport/stream binding.read finished +17ms
  604. cc-znp { sof: 254,
  605. cc-znp len: 1,
  606. cc-znp type: 'SRSP',
  607. cc-znp subsys: 'SAPI',
  608. cc-znp cmd: 'writeConfiguration',
  609. cc-znp payload: { status: 0 },
  610. cc-znp fcs: 98,
  611. cc-znp csum: 98 } +40ms
  612. serialport/stream _read reading +5ms
  613. serialport/binding-abstract read +6ms
  614. serialport/bindings/unixRead Starting read +5ms
  615. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +39ms
  616. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +28ms
  617. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  618. serialport/bindings/poller Polling for "readable" +8ms
  619. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +11ms
  620. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 135, len: 1, value: [ 0 ] } +39ms
  621. serialport/stream _write 8 bytes of data +15ms
  622. serialport/binding-abstract write 8 bytes +15ms
  623. serialport/bindings/unixWrite Starting write 8 bytes offset 0 bytesToWrite 8 +38ms
  624. serialport/bindings/unixWrite write returned null 8 +0ms
  625. serialport/bindings/unixWrite wrote 8 bytes +0ms
  626. serialport/bindings/unixWrite Finished writing 8 bytes +1ms
  627. serialport/stream binding.write write finished +2ms
  628. serialport/bindings/poller received "readable" +25ms
  629. serialport/binding-abstract read +12ms
  630. serialport/bindings/unixRead Starting read +25ms
  631. serialport/bindings/unixRead Finished read 6 bytes +1ms
  632. serialport/stream binding.read finished +11ms
  633. cc-znp { sof: 254,
  634. cc-znp len: 1,
  635. cc-znp type: 'SRSP',
  636. cc-znp subsys: 'SAPI',
  637. cc-znp cmd: 'writeConfiguration',
  638. cc-znp payload: { status: 0 },
  639. cc-znp fcs: 98,
  640. cc-znp csum: 98 } +33ms
  641. serialport/stream _read reading +4ms
  642. serialport/binding-abstract read +6ms
  643. serialport/bindings/unixRead Starting read +5ms
  644. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +32ms
  645. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +22ms
  646. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  647. serialport/bindings/poller Polling for "readable" +8ms
  648. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +12ms
  649. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 98, len: 16, value: [ 1, 3, 5, 7, 9, 11, 13, 15, 0, 2, 4, 6, 8, 10, 12, 13 ] } +33ms
  650. serialport/stream _write 23 bytes of data +17ms
  651. serialport/binding-abstract write 23 bytes +16ms
  652. serialport/bindings/unixWrite Starting write 23 bytes offset 0 bytesToWrite 23 +33ms
  653. serialport/bindings/unixWrite write returned null 23 +0ms
  654. serialport/bindings/unixWrite wrote 23 bytes +0ms
  655. serialport/bindings/unixWrite Finished writing 23 bytes +0ms
  656. serialport/stream binding.write write finished +2ms
  657. serialport/bindings/poller received "readable" +33ms
  658. serialport/binding-abstract read +19ms
  659. serialport/bindings/unixRead Starting read +34ms
  660. serialport/bindings/unixRead Finished read 6 bytes +0ms
  661. serialport/stream binding.read finished +18ms
  662. cc-znp { sof: 254,
  663. cc-znp len: 1,
  664. cc-znp type: 'SRSP',
  665. cc-znp subsys: 'SAPI',
  666. cc-znp cmd: 'writeConfiguration',
  667. cc-znp payload: { status: 0 },
  668. cc-znp fcs: 98,
  669. cc-znp csum: 98 } +44ms
  670. serialport/stream _read reading +8ms
  671. serialport/binding-abstract read +9ms
  672. serialport/bindings/unixRead Starting read +8ms
  673. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +45ms
  674. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +32ms
  675. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  676. serialport/bindings/poller Polling for "readable" +11ms
  677. zigbee-shepherd:request REQ --> SAPI:writeConfiguration +11ms
  678. cc-znp:SREQ --> SAPI:writeConfiguration, { configid: 99, len: 1, value: [ 0 ] } +44ms
  679. serialport/stream _write 8 bytes of data +15ms
  680. serialport/binding-abstract write 8 bytes +15ms
  681. serialport/bindings/unixWrite Starting write 8 bytes offset 0 bytesToWrite 8 +43ms
  682. serialport/bindings/unixWrite write returned null 8 +0ms
  683. serialport/bindings/unixWrite wrote 8 bytes +0ms
  684. serialport/bindings/unixWrite Finished writing 8 bytes +0ms
  685. serialport/stream binding.write write finished +2ms
  686. serialport/bindings/poller received "readable" +25ms
  687. serialport/binding-abstract read +13ms
  688. serialport/bindings/unixRead Starting read +26ms
  689. serialport/bindings/unixRead Finished read 6 bytes +0ms
  690. serialport/stream binding.read finished +12ms
  691. cc-znp { sof: 254,
  692. cc-znp len: 1,
  693. cc-znp type: 'SRSP',
  694. cc-znp subsys: 'SAPI',
  695. cc-znp cmd: 'writeConfiguration',
  696. cc-znp payload: { status: 0 },
  697. cc-znp fcs: 98,
  698. cc-znp csum: 98 } +33ms
  699. serialport/stream _read reading +4ms
  700. serialport/binding-abstract read +5ms
  701. serialport/bindings/unixRead Starting read +5ms
  702. cc-znp:SRSP <-- SAPI:writeConfiguration, { status: 0 } +33ms
  703. zigbee-shepherd:request RSP <-- SAPI:writeConfiguration, status: 0 +22ms
  704. serialport/bindings/unixRead waiting for readable because of code: EAGAIN +2ms
  705. serialport/bindings/poller Polling for "readable" +9ms
  706. zigbee-shepherd:request REQ --> SYS:osalNvWrite +11ms
  707. cc-znp:SREQ --> SYS:osalNvWrite, { id: 257, offset: 0, len: 32, value: [ 255, 255, 255, 255, 255, 255, 255, 255, 90, 105, 103, 66, 101, 101, 65, 108, 108, 105, 97, 110, 99, 101, 48, 57, 0, 0, 0, 0, 0, 0, 0, 0 ] } +33ms
  708. serialport/stream _write 41 bytes of data +16ms
  709. serialport/binding-abstract write 41 bytes +16ms
  710. serialport/bindings/unixWrite Starting write 41 bytes offset 0 bytesToWrite 41 +34ms
  711. serialport/bindings/unixWrite write returned null 41 +0ms
  712. serialport/bindings/unixWrite wrote 41 bytes +0ms
  713. serialport/bindings/unixWrite Finished writing 41 bytes +0ms
  714. serialport/stream binding.write write finished +2ms
  715. serialport/bindings/poller received "readable" +28ms
  716. serialport/binding-abstract read +15ms
  717. serialport/bindings/unixRead Starting read +29ms
  718. serialport/bindings/unixRead Finished read 6 bytes +1ms
  719. serialport/stream binding.read finished +14ms
  720. cc-znp { sof: 254,
  721. cc-znp len: 1,
  722. cc-znp type: 'SRSP',
  723. cc-znp subsys: 'SYS',
  724. cc-znp cmd: 'osalNvWrite',
  725. cc-znp payload: { status: 2 },
  726. cc-znp fcs: 107,
  727. cc-znp csum: 107 } +37ms
  728. serialport/stream _read reading +4ms
  729. serialport/binding-abstract read +6ms
  730. serialport/bindings/unixRead Starting read +5ms
  731. cc-znp:SRSP <-- SYS:osalNvWrite, { status: 2 } +36ms
  732. zigbee-shepherd:request RSP <-- SYS:osalNvWrite, status: 2 +26ms
  733. zigbee-shepherd:init Coordinator initialize had an error: Error: rsp error: 2
  734. at rspHdlr (/opt/zigbee2mqtt/node_modules/zigbee-shepherd/lib/components/controller.js:309:29)
  735. at CcZnp.<anonymous> (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:264:13)
  736. at Object.onceWrapper (events.js:277:13)
  737. at CcZnp.emit (events.js:189:13)
  738. at CcZnp._mtIncomingDataHdlr (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:366:14)
  739. at Immediate._onImmediate (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:342:22)
  740. at runCallback (timers.js:705:18)
  741. at tryOnImmediate (timers.js:676:5)
  742. at processImmediate (timers.js:658:5) +6s
  743. zigbee2mqtt:error 4/29/2019, 6:30:38 PM Error while starting zigbee-shepherd! (Error: rsp error: 2)
  744. zigbee2mqtt:error 4/29/2019, 6:30:38 PM Press the reset button on the stick (the one closest to the USB) and start again
  745. zigbee2mqtt:error 4/29/2019, 6:30:38 PM Failed to start
  746. {"message":"rsp error: 2","stack":"Error: rsp error: 2\n at rspHdlr (/opt/zigbee2mqtt/node_modules/zigbee-shepherd/lib/components/controller.js:309:29)\n at CcZnp.<anonymous> (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:264:13)\n at Object.onceWrapper (events.js:277:13)\n at CcZnp.emit (events.js:189:13)\n at CcZnp._mtIncomingDataHdlr (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:366:14)\n at Immediate._onImmediate (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:342:22)\n at runCallback (timers.js:705:18)\n at tryOnImmediate (timers.js:676:5)\n at processImmediate (timers.js:658:5)"}
  747. zigbee2mqtt:error 4/29/2019, 6:30:38 PM Exiting...
  748. npm ERR! code ELIFECYCLE
  749. npm ERR! errno 1
  750. npm ERR! zigbee2mqtt@1.3.1 start: `node index.js`
  751. npm ERR! Exit status 1
  752. npm ERR!
  753. npm ERR! Failed at the zigbee2mqtt@1.3.1 start script.
  754. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  755.  
  756. npm ERR! A complete log of this run can be found in:
  757. npm ERR! /home/pi/.npm/_logs/2019-04-29T17_30_38_925Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement