Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. LOG:
  2.  
  3. [Info] Configuration file found: /share/zigbee2mqtt/configuration.yaml
  4. [Info] Configuration written to /share/zigbee2mqtt/configuration.yaml
  5. 2019-04-19T15:22:59: PM2 log: Launching in no daemon mode
  6. 2019-04-19T15:22:59: PM2 log: App [npm:0] starting in -fork mode-
  7. 2019-04-19T15:22:59: PM2 log: App [npm:0] online
  8. > zigbee2mqtt@1.3.1 start /zigbee2mqtt-1.3.1
  9. > node index.js
  10. zigbee2mqtt:info 4/19/2019, 3:23:02 PM Logging to directory: '/share/zigbee2mqtt/log/2019-04-19.15-23-02'
  11. zigbee2mqtt:info 4/19/2019, 3:23:02 PM Starting zigbee2mqtt version 1.3.1 (commit #unknown)
  12. zigbee2mqtt:info 4/19/2019, 3:23:02 PM Starting zigbee-shepherd
  13. zigbee2mqtt:info 4/19/2019, 3:23:03 PM zigbee-shepherd started
  14. zigbee2mqtt:info 4/19/2019, 3:23:03 PM Coordinator firmware version: '20190223'
  15. zigbee2mqtt:info 4/19/2019, 3:23:03 PM Currently 0 devices are joined:
  16. zigbee2mqtt:info 4/19/2019, 3:23:03 PM Zigbee: disabling joining new devices.
  17. zigbee2mqtt:info 4/19/2019, 3:23:03 PM Connecting to MQTT server at 192.168.149.2
  18. /zigbee2mqtt-1.3.1/node_modules/q/q.js:155
  19. throw e;
  20. ^
  21. Error: Missing protocol
  22. at Object.connect (/zigbee2mqtt-1.3.1/node_modules/mqtt/lib/connect/index.js:64:13)
  23. at MQTT.connect (/zigbee2mqtt-1.3.1/lib/mqtt.js:39:28)
  24. at Controller.onZigbeeStarted (/zigbee2mqtt-1.3.1/lib/controller.js:113:19)
  25. at zigbee.start (/zigbee2mqtt-1.3.1/lib/controller.js:173:26)
  26. at shepherd.start (/zigbee2mqtt-1.3.1/lib/zigbee.js:78:17)
  27. at /zigbee2mqtt-1.3.1/node_modules/q/q.js:2055:17
  28. at runSingle (/zigbee2mqtt-1.3.1/node_modules/q/q.js:137:13)
  29. at flush (/zigbee2mqtt-1.3.1/node_modules/q/q.js:125:13)
  30. at process._tickCallback (internal/process/next_tick.js:61:11)
  31. npm
  32. ERR! code ELIFECYCLE
  33. npm ERR! errno 1
  34. npm ERR!
  35. zigbee2mqtt@1.3.1 start: `node index.js`
  36. npm ERR! Exit status 1
  37. npm ERR!
  38. npm ERR! Failed at the zigbee2mqtt@1.3.1 start script.
  39. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  40. npm ERR! A complete log of this run can be found in:
  41. npm ERR! /root/.npm/_logs/2019-04-19T13_23_03_851Z-debug.log
  42. 2019-04-19T15:23:05: PM2 log: App [npm:0] exited with code [1] via signal [SIGINT]
  43. 2019-04-19T15:23:05: PM2 log: App [npm:0] starting in -fork mode-
  44. 2019-04-19T15:23:05: PM2 log: App [npm:0] online
  45. > zigbee2mqtt@1.3.1 start /zigbee2mqtt-1.3.1
  46. > node index.js
  47. zigbee2mqtt:info 4/19/2019, 3:23:08 PM Logging to directory: '/share/zigbee2mqtt/log/2019-04-19.15-23-07'
  48. zigbee2mqtt:info 4/19/2019, 3:23:08 PM Starting zigbee2mqtt version 1.3.1 (commit #unknown)
  49.  
  50. Config of addon:
  51. {
  52. "data_path": "/share/zigbee2mqtt",
  53. "homeassistant": true,
  54. "permit_join": false,
  55. "mqtt_base_topic": "zigbee2mqtt",
  56. "mqtt_server": "192.168.149.2",
  57. "serial_port": "/dev/ttyACM0",
  58. "devices": [],
  59. "network_key": [],
  60. "mqtt_user": "!secret mqtt_username",
  61. "mqtt_pass": "!secret mqtt_password"
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement