Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- •100% ➜ npm start
- > [email protected] start /Users/neer/work/mqtt/zigbee2mqtt
- > node index.js
- Zigbee2mqtt requires node version 8.11 - 10, you are running v11.6.0!
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM Logging to directory: '/Users/neer/work/mqtt/zigbee2mqtt/data/log/2019-01-20.12-05-33'
- zigbee2mqtt:debug 1/20/2019, 12:05:33 PM Removing old log directory '/Users/neer/work/mqtt/zigbee2mqtt/data/log/2019-01-20.11-51-30'
- zigbee2mqtt:debug 1/20/2019, 12:05:33 PM Using zigbee-shepherd with settings: '{"net":{"panId":6754,"channelList":[11],"precfgkey":[1,3,5,7,9,11,13,15,0,2,4,6,8,10,12,13]},"dbPath":"/Users/neer/work/mqtt/zigbee2mqtt/data/database.db","sp":{"baudRate":115200,"rtscts":true}}'
- zigbee2mqtt:debug 1/20/2019, 12:05:33 PM Loaded state from file /Users/neer/work/mqtt/zigbee2mqtt/data/state.json
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM Starting zigbee2mqtt version 1.0.1 (commit #e21bfc1)
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM Starting zigbee-shepherd
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM zigbee-shepherd started
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM Coordinator firmware version: '20181024'
- zigbee2mqtt:debug 1/20/2019, 12:05:33 PM zigbee-shepherd info: {"enabled":true,"net":{"state":"Coordinator","channel":11,"panId":"0x1a62","extPanId":"0xdddddddddddddddd","ieeeAddr":"0x00124b0018ed0e7d","nwkAddr":0},"firmware":{"transportrev":2,"product":0,"version":"2.6.3","revision":20181024},"startTime":1547982333,"joinTimeLeft":0}
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM Currently 1 devices are joined:
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM 0x005043c91f29221f (0x005043c91f29221f): HS1SA - HEIMAN Smoke detector (EndDevice)
- zigbee2mqtt:warn 1/20/2019, 12:05:33 PM `permit_join` set to `true` in configuration.yaml.
- zigbee2mqtt:warn 1/20/2019, 12:05:33 PM Allowing new devices to join.
- zigbee2mqtt:warn 1/20/2019, 12:05:33 PM Set `permit_join` to `false` once you joined all devices.
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM Zigbee: allowing new devices to join.
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM Connecting to MQTT server at mqtt://localhost
- zigbee2mqtt:debug 1/20/2019, 12:05:33 PM Configuring 0x005043c91f29221f (0x005043c91f29221f) ...
- zigbee2mqtt:info 1/20/2019, 12:05:33 PM zigbee-shepherd ready
- zigbee2mqtt:debug 1/20/2019, 12:05:33 PM Mounted the cieApp (epId 11)
- zigbee2mqtt:debug 1/20/2019, 12:05:34 PM Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":33}' of device 'undefined' (0x00124b0018ed0e7d)
- zigbee2mqtt:debug 1/20/2019, 12:05:34 PM Ignoring message from coordinator
- zigbee2mqtt:debug 1/20/2019, 12:05:37 PM Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":32}' of device 'undefined' (0x00124b0018ed0e7d)
- zigbee2mqtt:debug 1/20/2019, 12:05:37 PM Ignoring message from coordinator
- zigbee2mqtt:info 1/20/2019, 12:05:37 PM Succesfully configured 0x005043c91f29221f (0x005043c91f29221f)
- zigbee2mqtt:debug 1/20/2019, 12:05:38 PM Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":33}' of device 'undefined' (0x00124b0018ed0e7d)
- zigbee2mqtt:debug 1/20/2019, 12:05:38 PM Ignoring message from coordinator
- zigbee2mqtt:debug 1/20/2019, 12:05:39 PM Received zigbee message of type 'devChange' with data '{"cid":"ssIasZone","data":{"zoneState":1,"zoneStatus":33,"zoneId":23}}' of device 'SMOK_V16' (0x005043c91f29221f)
- INSIDE HEIMAIN_SMOKE2!!!
- Model =
- { zigbeeModel:
- [ 'SMOK_V16', 'b5db59bfd81e4f1f95dc57fdbba17931', 'SMOK_YDLV10' ],
- model: 'HS1SA',
- vendor: 'HEIMAN',
- description: 'Smoke detector',
- supports: 'smoke',
- fromZigbee:
- [ { cid: 'ssIasZone',
- type: 'statusChange',
- convert: [Function: convert] },
- { cid: 'ssIasZone',
- type: 'devChange',
- convert: [Function: convert] } ],
- toZigbee: [],
- configure: [Function: configure] }
- msg =
- { type: 'devChange',
- endpoints:
- [ Endpoint {
- isLocal: [Function],
- device: [Device],
- profId: 260,
- epId: 1,
- devId: 1026,
- inClusterList: [Array],
- outClusterList: [Array],
- clusters: [Ziee],
- onAfDataConfirm: null,
- onAfReflectError: null,
- onAfIncomingMsg: null,
- onAfIncomingMsgExt: null,
- onZclFoundation: null,
- onZclFunctional: null,
- foundation: [Function],
- functional: [Function],
- bind: [Function],
- unbind: [Function],
- read: [Function],
- write: [Function],
- report: [Function] } ],
- data:
- { cid: 'ssIasZone',
- data: { zoneState: 1, zoneStatus: 33, zoneId: 23 } } }
- publish =
- [Function: publish]
- options =
- { friendly_name: '0x005043c91f29221f', retain: false }
- data =
- { cid: 'ssIasZone',
- data: { zoneState: 1, zoneStatus: 33, zoneId: 23 } }
- false
- false
- zigbee2mqtt:error 1/20/2019, 12:05:39 PM Not connected to MQTT server!
- zigbee2mqtt:error 1/20/2019, 12:05:39 PM Cannot send message: topic: 'zigbee2mqtt/0x005043c91f29221f', payload: '{"smoke":true,"battery_low":false}
- zigbee2mqtt:debug 1/20/2019, 12:05:39 PM Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":33}' of device 'undefined' (0x00124b0018ed0e7d)
- zigbee2mqtt:debug 1/20/2019, 12:05:39 PM Ignoring message from coordinator
- zigbee2mqtt:debug 1/20/2019, 12:05:40 PM Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":33}' of device 'undefined' (0x00124b0018ed0e7d)
- zigbee2mqtt:debug 1/20/2019, 12:05:40 PM Ignoring message from coordinator
- zigbee2mqtt:debug 1/20/2019, 12:05:41 PM Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":33}' of device 'undefined' (0x00124b0018ed0e7d)
- zigbee2mqtt:debug 1/20/2019, 12:05:41 PM Ignoring message from coordinator
- zigbee2mqtt:debug 1/20/2019, 12:05:42 PM Received zigbee message of type 'statusChange' with data '{"cid":"ssIasZone","zoneStatus":32}' of device 'undefined' (0x00124b0018ed0e7d)
- zigbee2mqtt:debug 1/20/2019, 12:05:42 PM Ignoring message from coordinator
- zigbee2mqtt:error 1/20/2019, 12:05:43 PM Not connected to MQTT server!
- zigbee2mqtt:error 1/20/2019, 12:05:53 PM Not connected to MQTT server!
- zigbee2mqtt:error 1/20/2019, 12:06:03 PM Not connected to MQTT server!
- zigbee2mqtt:error 1/20/2019, 12:06:13 PM Not connected to MQTT server!
- zigbee2mqtt:error 1/20/2019, 12:06:23 PM Not connected to MQTT server!
- zigbee2mqtt:error 1/20/2019, 12:06:33 PM Not connected to MQTT server!
- zigbee2mqtt:error 1/20/2019, 12:06:43 PM Not connected to MQTT server!
Advertisement
Add Comment
Please, Sign In to add comment