Advertisement
Guest User

zigbee2mqtt

a guest
Jan 31st, 2019
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.34 KB | None | 0 0
  1. pi@raspberrypi:/opt/zigbee2mqtt $ ls -l /dev/serial/by-id
  2. összesen 0
  3. lrwxrwxrwx 1 root root 13 jan   31 13:46 usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B00193677DD-if00 -> ../../ttyACM0
  4. pi@raspberrypi:/opt/zigbee2mqtt $ npm start
  5.  
  6. > zigbee2mqtt@1.1.0 start /opt/zigbee2mqtt
  7. > node index.js
  8.  
  9.   zigbee2mqtt:info 2019-1-31 16:42:59 Logging to directory: '/opt/zigbee2mqtt/data/log/2019-01-31.16-42-59'
  10.   zigbee2mqtt:info 2019-1-31 16:42:59 Starting zigbee2mqtt version 1.1.0 (commit #9d61184)
  11.   zigbee2mqtt:info 2019-1-31 16:42:59 Starting zigbee-shepherd
  12.   zigbee2mqtt:info 2019-1-31 16:43:00 zigbee-shepherd started
  13.   zigbee2mqtt:info 2019-1-31 16:43:00 Coordinator firmware version: '20190109'
  14.   zigbee2mqtt:info 2019-1-31 16:43:00 Currently 0 devices are joined:
  15.   zigbee2mqtt:warn 2019-1-31 16:43:00 `permit_join` set to  `true` in configuration.yaml.
  16.   zigbee2mqtt:warn 2019-1-31 16:43:00 Allowing new devices to join.
  17.   zigbee2mqtt:warn 2019-1-31 16:43:00 Set `permit_join` to `false` once you joined all devices.
  18.   zigbee2mqtt:info 2019-1-31 16:43:00 Zigbee: allowing new devices to join.
  19.   zigbee2mqtt:info 2019-1-31 16:43:00 Connecting to MQTT server at mqtt://192.168.1.50
  20.   zigbee2mqtt:info 2019-1-31 16:43:00 zigbee-shepherd ready
  21.   zigbee2mqtt:info 2019-1-31 16:43:00 Connected to MQTT server
  22.   zigbee2mqtt:info 2019-1-31 16:43:00 MQTT publish: topic 'zigbee2mqtt/bridge/state', payload 'online'
  23.   zigbee2mqtt:info 2019-1-31 16:43:00 MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"type":"devices","message":[]}'
  24.   zigbee2mqtt:info 2019-1-31 16:43:00 Zigbee: allowing new devices to join.
  25.   zigbee2mqtt:info 2019-1-31 16:43:01 MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"log_level":"info","permit_join":true}'
  26. ^C  zigbee2mqtt:info 2019-1-31 16:43:51 MQTT publish: topic 'zigbee2mqtt/bridge/state', payload 'offline'
  27.   zigbee2mqtt:info 2019-1-31 16:43:51 Disconnecting from MQTT server
  28.   zigbee2mqtt:info 2019-1-31 16:43:51 zigbee-shepherd stopped
  29.  
  30. pi@raspberrypi:/opt/zigbee2mqtt $ lsusb
  31. Bus 001 Device 004: ID 0451:16a8 Texas Instruments, Inc.
  32. Bus 001 Device 005: ID 0424:7800 Standard Microsystems Corp.
  33. Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
  34. Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
  35. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement