Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Using '/app/data' as data directory
  2.  
  3. > zigbee2mqtt@1.6.0 start /app
  4. > node index.js
  5.  
  6. zigbee2mqtt:info 9/12/2019, 3:26:22 PM Logging to directory: '/app/data/log/2019-09-12.15-26-19'
  7. zigbee2mqtt:debug 9/12/2019, 3:26:22 PM Removing old log directory '/app/data/log/2019-08-21.12-20-02'
  8. zigbee2mqtt:debug 9/12/2019, 3:26:22 PM Loaded state from file /app/data/state.json
  9. zigbee2mqtt:info 9/12/2019, 3:26:22 PM Starting zigbee2mqtt version 1.6.0 (commit #d53e133)
  10. zigbee2mqtt:info 9/12/2019, 3:26:22 PM Starting zigbee-herdsman...
  11. zigbee2mqtt:debug 9/12/2019, 3:26:22 PM Using zigbee-herdsman with settings: '{"network":{"panID":6754,"extenedPanID":[221,221,221,221,221,221,221,221],"channelList":[24],"networkKey":"HIDDEN"},"databasePath":"/app/data/database.db","backupPath":"/app/data/coordinator_backup.json","serialPort":{"baudRate":115200,"rtscts":true,"path":"/dev/ttyACM0"}}'
  12. zigbee2mqtt:error 9/12/2019, 3:26:29 PM Error while starting zigbee-herdsman
  13. zigbee2mqtt:error 9/12/2019, 3:26:29 PM Error: SRSP - SYS - version after 6000ms
  14. at Timeout.object.timer.setTimeout [as _onTimeout] (/app/node_modules/zigbee-herdsman/dist/utils/waitress.js:44:24)
  15. at ontimeout (timers.js:436:11)
  16. at tryOnTimeout (timers.js:300:5)
  17. at listOnTimeout (timers.js:263:5)
  18. at Timer.processTimers (timers.js:223:10)
  19. zigbee2mqtt:error 9/12/2019, 3:26:29 PM Failed to start zigbee
  20. zigbee2mqtt:error 9/12/2019, 3:26:29 PM Exiting...
  21. zigbee2mqtt:error 9/12/2019, 3:26:29 PM Error: SRSP - SYS - version after 6000ms
  22. at Timeout.object.timer.setTimeout [as _onTimeout] (/app/node_modules/zigbee-herdsman/dist/utils/waitress.js:44:24)
  23. at ontimeout (timers.js:436:11)
  24. at tryOnTimeout (timers.js:300:5)
  25. at listOnTimeout (timers.js:263:5)
  26. at Timer.processTimers (timers.js:223:10)
  27. npm ERR! code ELIFECYCLE
  28. npm ERR! errno 1
  29. npm ERR! zigbee2mqtt@1.6.0 start: `node index.js`
  30. npm ERR! Exit status 1
  31. npm ERR!
  32. npm ERR! Failed at the zigbee2mqtt@1.6.0 start script.
  33. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  34.  
  35. npm ERR! A complete log of this run can be found in:
  36. npm ERR! /root/.npm/_logs/2019-09-12T13_26_29_605Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement