My apologies if I'm just being daft... and foremost great work to all involved in this project!
I'm trying to add my Nue branded light switches, but unable to determine how to do this in your HASS.io add-on (e.g. https://github.com/Koenkk/zigbee2mqtt/wiki/How-to-support-new-devices )
The switch is making a connection but I imagine I need to create a converter as per the wiki next? I'm unable to access the necessary converter folders and .js files required by the wiki.
2018-7-3 15:02:14 INFO Connecting with device...
2018-7-3 15:02:14 INFO MQTT publish, topic: 'zigbee2mqtt/bridge/log', payload: '{"type":"pairing","message":"connecting with device"}'
2018-7-3 15:02:14 INFO Device incoming...
2018-7-3 15:02:14 INFO MQTT publish, topic: 'zigbee2mqtt/bridge/log', payload: '{"type":"pairing","message":"device incoming"}'
2018-7-3 15:02:14 INFO New device with address 0x00124b0019e14fa6 connected!
2018-7-3 15:02:14 INFO MQTT publish, topic: 'zigbee2mqtt/bridge/log', payload: '{"type":"device_connected","message":"0x00124b0019e14fa6"}'
2018-7-3 15:02:14 WARN Device with modelID 'FB56+ZSW1HKJ2.5' is not supported.
2018-7-3 15:02:14 WARN Please see: https://github.com/Koenkk/zigbee2mqtt/wiki/How-to-support-new-devices
@highground88 you have two options:
Second options is a bit more complicated and will probably require you to keep a copy of the files you're changing manually.
There might be a 3rd option as people were able to use serial port remotely, but I don't know how that would work out with your setup. See https://github.com/Koenkk/zigbee2mqtt/issues/144 for this.
Thanks very much - I'm using the HassIO version as I'm a bit of a novice obviously, and don't like my chances at option 2 unfortunately, although I'd love to be able to. In regards to option 1, what software is required to communicate/pair and log the conversation between the device in order to make a converter?
I might be ignorant as to how this works, but would it be possible in the future just to expose the required .js files and relative folders into the samba share like you've done with the configuration.yaml file in the "share" folder?
@danielwelch might be able to setup an enhancement for allowing the use of "share" folder.
To test out you just need to install using https://github.com/Koenkk/zigbee2mqtt/wiki/Running-the-bridge#2-installing on your laptop and then follow the steps here https://github.com/Koenkk/zigbee2mqtt/wiki/How-to-support-new-devices. You might need to enable Debugging but if you get stuck you can always raise an issue here: https://github.com/Koenkk/zigbee2mqtt/issues and you will get assistance.
Thanks again - I'd like to help out and (hopefully) provide the results so that it can be added to the project, as here in Australia these appear to be the only devices with safety certifications, so are likely to become popular.
@ciotlosm I think I've hit a snag and would appreciate some tips if you could? It's been quite a mission just to get this far!
I've taken two " 'Nue' 2 gang smart switches " off the supplied hub, and believe I have updated the 'devices.js' appropriately as they are being detected (copy of terminal below). Here's the model info lines from both entries in the 'devices' file:
zigbeeModel: ['FB56+ZSW1HKJ2.5']
and
zigbeeModel: ['FB56+ZSW1HKJ1.7']
Funnily enough I think these are the same model 2 switch devices.. Perhaps one is a later revision? Regardless, this is the two switch model. I am yet to test on the 1 switch, 3 switch, dimmer and also the 1 and four button 'scene' switches. PRODUCT LINK
Once the 'devices.js' file is updated, and zigbee2mqtt is restarted, I'm struggling to see any immediate messages when the switches are turned on and off - there doesn't seem to be anything coming through, and no sort of pattern reflecting how I've switched them on/off.
Where should I go next?
Thanks
user@debian:/opt/zigbee2mqtt$ sudo DEBUG=* npm start
> [email protected] start /opt/zigbee2mqtt
> node index.js
2018-7-3 11:49:30 DEBUG Using zigbee-shepherd with settings: '{"net":{"panId":6754,"channelList":[11]},"dbPath":"/opt/zigbee2mqtt/data/database.db","sp":{"baudrate":115200,"rtscts":true}}'
2018-7-3 11:49:30 INFO Starting zigbee2mqtt version 0.0.0 (commit #7cec5f2)
2018-7-3 11:49:30 INFO Starting zigbee-shepherd
zigbee-shepherd:init zigbee-shepherd booting... +0ms
cc-znp The serialport /dev/ttyACM0 is opened. +5ms
zigbee-shepherd:request REQ --> SYS:osalNvRead +0ms
cc-znp:SREQ --> SYS:osalNvRead, { id: 3840, offset: 0, len: 1, value: [ 85 ] } +1ms
serialport write 8 bytes of data +3ms
cc-znp:SRSP <-- SYS:osalNvRead, { status: 0, len: 1, value: <Buffer 55> } +13ms
zigbee-shepherd:request RSP <-- SYS:osalNvRead, status: 0 +1ms
zigbee-shepherd:request REQ --> SAPI:readConfiguration +11ms
cc-znp:SREQ --> SAPI:readConfiguration, { configid: 131, len: 2, value: [ 98, 26 ] } +0ms
serialport write 6 bytes of data +1ms
cc-znp:SRSP <-- SAPI:readConfiguration, { status: 0, configid: 131, len: 2, value: <Buffer 62 1a> } +9ms
zigbee-shepherd:request RSP <-- SAPI:readConfiguration, status: 0 +0ms
zigbee-shepherd:request REQ --> SAPI:readConfiguration +11ms
cc-znp:SREQ --> SAPI:readConfiguration, { configid: 132, len: 4, value: [ 0, 8, 0, 0 ] } +0ms
serialport write 6 bytes of data +0ms
cc-znp:SRSP <-- SAPI:readConfiguration, { status: 0, configid: 132, len: 4, value: <Buffer 00 08 00 00> } +16ms
zigbee-shepherd:request RSP <-- SAPI:readConfiguration, status: 0 +0ms
zigbee-shepherd:request REQ --> SAPI:readConfiguration +10ms
cc-znp:SREQ --> SAPI:readConfiguration, { configid: 98, len: 16, value: [ 1, 3, 5, 7, 9, 11, 13, 15, 0, 2, 4, 6, 8, 10, 12, 13 ] } +0ms
serialport write 6 bytes of data +1ms
cc-znp:SRSP <-- SAPI:readConfiguration, { status: 0, configid: 98, len: 16, value: <Buffer 01 03 05 07 09 0b 0d 0f 00 02 04 06 08 0a 0c 0d> } +26ms
zigbee-shepherd:request RSP <-- SAPI:readConfiguration, status: 0 +1ms
zigbee-shepherd:request REQ --> SAPI:readConfiguration +11ms
cc-znp:SREQ --> SAPI:readConfiguration, { configid: 99, len: 1, value: [ 0 ] } +1ms
serialport write 6 bytes of data +1ms
cc-znp:SRSP <-- SAPI:readConfiguration, { status: 0, configid: 99, len: 1, value: <Buffer 00> } +20ms
zigbee-shepherd:request RSP <-- SAPI:readConfiguration, status: 0 +0ms
zigbee-shepherd:request REQ --> SAPI:getDeviceInfo +14ms
cc-znp:SREQ --> SAPI:getDeviceInfo, { param: 0 } +0ms
serialport write 6 bytes of data +1ms
cc-znp:SRSP <-- SAPI:getDeviceInfo, { param: 0, value: <Buffer 09 04 00 ff fd 00 00 3b> } +8ms
zigbee-shepherd:request RSP <-- SAPI:getDeviceInfo +1ms
zigbee-shepherd:init Now the ZNP is a coordinator. +1ms
zigbee-shepherd:request REQ --> SAPI:getDeviceInfo +1ms
cc-znp:SREQ --> SAPI:getDeviceInfo, { param: 0 } +0ms
serialport write 6 bytes of data +1ms
cc-znp:SRSP <-- SAPI:getDeviceInfo, { param: 0, value: <Buffer 09 04 00 ff fd 00 00 3b> } +7ms
zigbee-shepherd:request RSP <-- SAPI:getDeviceInfo +1ms
zigbee-shepherd:request REQ --> SAPI:getDeviceInfo +1ms
cc-znp:SREQ --> SAPI:getDeviceInfo, { param: 1 } +1ms
serialport write 6 bytes of data +1ms
cc-znp:SRSP <-- SAPI:getDeviceInfo, { param: 1, value: <Buffer 20 ea bd 14 00 4b 12 00> } +5ms
zigbee-shepherd:request RSP <-- SAPI:getDeviceInfo +0ms
zigbee-shepherd:request REQ --> SAPI:getDeviceInfo +1ms
cc-znp:SREQ --> SAPI:getDeviceInfo, { param: 2 } +1ms
serialport write 6 bytes of data +0ms
cc-znp:SRSP <-- SAPI:getDeviceInfo, { param: 2, value: <Buffer 00 00 bd 14 00 4b 12 00> } +6ms
zigbee-shepherd:request RSP <-- SAPI:getDeviceInfo +1ms
zigbee-shepherd:request REQ --> SAPI:getDeviceInfo +1ms
cc-znp:SREQ --> SAPI:getDeviceInfo, { param: 5 } +0ms
serialport write 6 bytes of data +1ms
cc-znp:SRSP <-- SAPI:getDeviceInfo, { param: 5, value: <Buffer 0b 00 bd 14 00 4b 12 00> } +5ms
zigbee-shepherd:request RSP <-- SAPI:getDeviceInfo +1ms
zigbee-shepherd:request REQ --> SAPI:getDeviceInfo +0ms
cc-znp:SREQ --> SAPI:getDeviceInfo, { param: 6 } +1ms
serialport write 6 bytes of data +0ms
cc-znp:SRSP <-- SAPI:getDeviceInfo, { param: 6, value: <Buffer 62 1a bd 14 00 4b 12 00> } +5ms
zigbee-shepherd:request RSP <-- SAPI:getDeviceInfo +1ms
zigbee-shepherd:request REQ --> SAPI:getDeviceInfo +0ms
cc-znp:SREQ --> SAPI:getDeviceInfo, { param: 7 } +0ms
serialport write 6 bytes of data +1ms
cc-znp:SRSP <-- SAPI:getDeviceInfo, { param: 7, value: <Buffer dd dd dd dd dd dd dd dd> } +4ms
zigbee-shepherd:request RSP <-- SAPI:getDeviceInfo +0ms
zigbee-shepherd:request REQ --> ZDO:nodeDescReq +2ms
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 0, nwkaddrofinterest: 0 } +2ms
serialport write 9 bytes of data +1ms
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, logicaltype_cmplxdescavai_userdescavai: 0, apsflags_freqband: 64, maccapflags: 143, manufacturercode: 0, maxbuffersize: 80, maxintransfersize: 160, servermask: 1, maxouttransfersize: 160, descriptorcap: 0 } +6ms
zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp +1ms
zigbee-shepherd:request REQ --> ZDO:activeEpReq +1ms
cc-znp:SREQ --> ZDO:activeEpReq, { dstaddr: 0, nwkaddrofinterest: 0 } +1ms
serialport write 9 bytes of data +0ms
cc-znp:SRSP <-- ZDO:activeEpReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:activeEpRsp, { srcaddr: 0, status: 0, nwkaddr: 0, activeepcount: 6, activeeplist: <Buffer 06 05 04 03 02 01> } +6ms
zigbee-shepherd:msgHdlr IND <-- ZDO:activeEpRsp +0ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +2ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 1 } +1ms
serialport write 10 bytes of data +0ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 1, profileid: 260, deviceid: 5, deviceversion: 0, numinclusters: 0, inclusterlist: <Buffer >, numoutclusters: 0, outclusterlist: <Buffer > } +6ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +0ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +1ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 2 } +0ms
serialport write 10 bytes of data +1ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 2, profileid: 257, deviceid: 5, deviceversion: 0, numinclusters: 0, inclusterlist: <Buffer >, numoutclusters: 0, outclusterlist: <Buffer > } +5ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +1ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +0ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 3 } +0ms
serialport write 10 bytes of data +1ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 3, profileid: 261, deviceid: 5, deviceversion: 0, numinclusters: 0, inclusterlist: <Buffer >, numoutclusters: 0, outclusterlist: <Buffer > } +9ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +0ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +0ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 4 } +1ms
serialport write 10 bytes of data +0ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 4, profileid: 263, deviceid: 5, deviceversion: 0, numinclusters: 0, inclusterlist: <Buffer >, numoutclusters: 0, outclusterlist: <Buffer > } +6ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +0ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +1ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 5 } +0ms
serialport write 10 bytes of data +0ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 5, profileid: 264, deviceid: 5, deviceversion: 0, numinclusters: 0, inclusterlist: <Buffer >, numoutclusters: 0, outclusterlist: <Buffer > } +5ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +1ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +0ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 0, nwkaddrofinterest: 0, endpoint: 6 } +1ms
serialport write 10 bytes of data +0ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, len: 8, endpoint: 6, profileid: 265, deviceid: 5, deviceversion: 0, numinclusters: 0, inclusterlist: <Buffer >, numoutclusters: 0, outclusterlist: <Buffer > } +6ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +0ms
zigbee-shepherd:request REQ --> ZDO:nodeDescReq +3ms
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 0, nwkaddrofinterest: 0 } +1ms
serialport write 9 bytes of data +2ms
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 0, status: 0, nwkaddr: 0, logicaltype_cmplxdescavai_userdescavai: 0, apsflags_freqband: 64, maccapflags: 143, manufacturercode: 0, maxbuffersize: 80, maxintransfersize: 160, servermask: 1, maxouttransfersize: 160, descriptorcap: 0 } +6ms
zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp +1ms
zigbee-shepherd:request REQ --> ZDO:activeEpReq +0ms
cc-znp:SREQ --> ZDO:activeEpReq, { dstaddr: 0, nwkaddrofinterest: 0 } +1ms
serialport write 9 bytes of data +0ms
cc-znp:SRSP <-- ZDO:activeEpReq, { status: 0 } +7ms
cc-znp:AREQ <-- ZDO:activeEpRsp, { srcaddr: 0, status: 0, nwkaddr: 0, activeepcount: 6, activeeplist: <Buffer 06 05 04 03 02 01> } +5ms
zigbee-shepherd:msgHdlr IND <-- ZDO:activeEpRsp +0ms
zigbee-shepherd:request REQ --> ZDO:mgmtPermitJoinReq +2ms
cc-znp:SREQ --> ZDO:mgmtPermitJoinReq, { addrmode: 2, dstaddr: 0, duration: 0, tcsignificance: 0 } +1ms
serialport write 10 bytes of data +0ms
cc-znp:SRSP <-- ZDO:mgmtPermitJoinReq, { status: 0 } +8ms
cc-znp:AREQ <-- ZDO:mgmtPermitJoinRsp, { srcaddr: 0, status: 0 } +4ms
zigbee-shepherd:msgHdlr IND <-- ZDO:mgmtPermitJoinRsp +1ms
zigbee-shepherd:init Loading devices from database done. +23ms
zigbee-shepherd:init zigbee-shepherd is up and ready. +0ms
zigbee-shepherd:init Network information: +0ms
zigbee-shepherd:init >> State: Coordinator +0ms
zigbee-shepherd:init >> Channel: 11 +0ms
zigbee-shepherd:init >> PanId: 0x1a62 +0ms
zigbee-shepherd:init >> Nwk Addr: 0 +0ms
zigbee-shepherd:init >> Ieee Addr: 0x00124b0014bdea20 +0ms
zigbee-shepherd:init >> Ext. PanId: 0xdddddddddddddddd +0ms
zigbee-shepherd:request REQ --> ZDO:nodeDescReq +1ms
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 25438, nwkaddrofinterest: 25438 } +0ms
serialport write 9 bytes of data +0ms
zigbee-shepherd:request REQ --> ZDO:nodeDescReq +0ms
2018-7-3 11:49:30 INFO zigbee-shepherd started
2018-7-3 11:49:30 INFO Currently 2 devices are joined:
2018-7-3 11:49:30 INFO 0x00124b0019e14fa6 (0x00124b0019e14fa6): 2 Gang Smart Switch - Nue 2 Gang Smart Switch (Router)
2018-7-3 11:49:30 INFO 0x00124b0014afe1fb (0x00124b0014afe1fb): 2 Gang Smart Switch - Nue 2 Gang Smart Switch (H) (Router)
2018-7-3 11:49:30 WARN `permit_join` set to `true` in configuration.yaml.
2018-7-3 11:49:30 WARN Allowing new devices to join.
2018-7-3 11:49:30 WARN Set `permit_join` to `false` once you joined all devices.
2018-7-3 11:49:30 INFO Zigbee: allowing new devices to join.
2018-7-3 11:49:30 INFO Connecting to MQTT server at mqtt://192.168.0.101
zigbee-shepherd:request REQ --> ZDO:mgmtPermitJoinReq +39ms
2018-7-3 11:49:30 INFO zigbee-shepherd ready
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +15ms
cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 25438, status: 0, nwkaddr: 25438, logicaltype_cmplxdescavai_userdescavai: 1, apsflags_freqband: 64, maccapflags: 142, manufacturercode: 0, maxbuffersize: 80, maxintransfersize: 160, servermask: 0, maxouttransfersize: 160, descriptorcap: 0 } +0ms
zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp +0ms
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 49994, nwkaddrofinterest: 49994 } +1ms
serialport write 9 bytes of data +0ms
spinlock: false []
zigbee-shepherd:request REQ --> ZDO:nodeDescReq +1ms
2018-7-3 11:49:30 INFO Connected to MQTT server
2018-7-3 11:49:30 INFO MQTT publish, topic: 'zigbee2mqtt/bridge/state', payload: 'online'
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +9ms
cc-znp:SREQ --> ZDO:mgmtPermitJoinReq, { addrmode: 15, dstaddr: 65532, duration: 255, tcsignificance: 0 } +0ms
serialport write 10 bytes of data +1ms
cc-znp:SRSP <-- ZDO:mgmtPermitJoinReq, { status: 0 } +9ms
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 25438, nwkaddrofinterest: 25438 } +0ms
serialport write 9 bytes of data +0ms
cc-znp:AREQ <-- ZDO:permitJoinInd, { duration: 255 } +15ms
zigbee-shepherd:msgHdlr IND <-- ZDO:permitJoinInd +0ms
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +6ms
cc-znp:AREQ <-- ZDO:mgmtPermitJoinRsp, { srcaddr: 0, status: 0 } +18ms
zigbee-shepherd:msgHdlr IND <-- ZDO:mgmtPermitJoinRsp +0ms
cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 49994, status: 0, nwkaddr: 49994, logicaltype_cmplxdescavai_userdescavai: 1, apsflags_freqband: 64, maccapflags: 142, manufacturercode: 0, maxbuffersize: 80, maxintransfersize: 160, servermask: 0, maxouttransfersize: 160, descriptorcap: 0 } +1ms
zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp +0ms
spinlock: true []
cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 25438, status: 0, nwkaddr: 25438, logicaltype_cmplxdescavai_userdescavai: 1, apsflags_freqband: 64, maccapflags: 142, manufacturercode: 0, maxbuffersize: 80, maxintransfersize: 160, servermask: 0, maxouttransfersize: 160, descriptorcap: 0 } +34ms
zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp +0ms
zigbee-shepherd:request REQ --> ZDO:activeEpReq +0ms
cc-znp:SREQ --> ZDO:activeEpReq, { dstaddr: 25438, nwkaddrofinterest: 25438 } +0ms
serialport write 9 bytes of data +1ms
cc-znp:SRSP <-- ZDO:activeEpReq, { status: 0 } +10ms
cc-znp:AREQ <-- ZDO:activeEpRsp, { srcaddr: 25438, status: 0, nwkaddr: 25438, activeepcount: 2, activeeplist: <Buffer 11 10> } +40ms
zigbee-shepherd:msgHdlr IND <-- ZDO:activeEpRsp +0ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +1ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 25438, nwkaddrofinterest: 25438, endpoint: 16 } +0ms
serialport write 10 bytes of data +2ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +10ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 25438, status: 0, nwkaddr: 25438, len: 18, endpoint: 16, profileid: 260, deviceid: 2, deviceversion: 0, numinclusters: 4, inclusterlist: <Buffer 00 00 05 00 04 00 06 00>, numoutclusters: 1, outclusterlist: <Buffer 00 00> } +42ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +0ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +0ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 25438, nwkaddrofinterest: 25438, endpoint: 17 } +1ms
serialport write 10 bytes of data +0ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +10ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 25438, status: 0, nwkaddr: 25438, len: 18, endpoint: 17, profileid: 260, deviceid: 2, deviceversion: 0, numinclusters: 4, inclusterlist: <Buffer 00 00 05 00 04 00 06 00>, numoutclusters: 1, outclusterlist: <Buffer 00 00> } +39ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +0ms
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 1 +4ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 25438, destendpoint: 16, srcendpoint: 1, clusterid: 0, transid: 1, options: 48, radius: 30, len: 9, data: <Buffer 00 01 00 04 00 05 00 07 00> } +0ms
serialport write 24 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 1 } +42ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 1 +2ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 0, srcaddr: 25438, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 113, securityuse: 0, timestamp: 3009432, transseqnumber: 0, len: 49, data: <Buffer 18 01 01 04 00 00 42 10 46 65 69 62 69 74 20 49 6e 63 20 63 6f 2e 20 20 05 00 00 42 0f 46 42 35 36 2b 5a 53 57 31 48 4b 4a 32 2e 35 07 00 00 20 01> } +15ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +9ms
zigbee-shepherd Identified Device: { manufacturer: Feibit Inc co. , product: FB56+ZSW1HKJ2.5 } +1ms
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 2 +6ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 25438, destendpoint: 16, srcendpoint: 1, clusterid: 0, transid: 2, options: 48, radius: 30, len: 6, data: <Buffer 00 02 0c 00 00 f0> } +0ms
serialport write 21 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 2 } +37ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 2 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 0, srcaddr: 25438, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 113, securityuse: 0, timestamp: 3009682, transseqnumber: 0, len: 5, data: <Buffer 18 02 0b 0c 82> } +13ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +3ms
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "0x00124b0019e14fa6"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 3 +8ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 25438, destendpoint: 16, srcendpoint: 1, clusterid: 4, transid: 3, options: 48, radius: 30, len: 6, data: <Buffer 00 03 0c 00 00 f0> } +1ms
serialport write 21 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +12ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 3 } +50ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 3 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 4, srcaddr: 25438, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 113, securityuse: 0, timestamp: 3009916, transseqnumber: 0, len: 5, data: <Buffer 18 03 0b 0c 82> } +3ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +3ms
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "0x00124b0019e14fa6"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 4 +4ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 25438, destendpoint: 16, srcendpoint: 1, clusterid: 5, transid: 4, options: 48, radius: 30, len: 6, data: <Buffer 00 04 0c 00 00 f0> } +1ms
serialport write 21 bytes of data +2ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 4 } +44ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 4 +0ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 5, srcaddr: 25438, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 115, securityuse: 0, timestamp: 3010166, transseqnumber: 0, len: 5, data: <Buffer 18 04 0b 0c 82> } +10ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +1ms
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "0x00124b0019e14fa6"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 5 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 25438, destendpoint: 16, srcendpoint: 1, clusterid: 6, transid: 5, options: 48, radius: 30, len: 6, data: <Buffer 00 05 0c 00 00 f0> } +0ms
serialport write 21 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 5 } +37ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 5 +0ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 6, srcaddr: 25438, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 113, securityuse: 0, timestamp: 3010365, transseqnumber: 0, len: 5, data: <Buffer 18 05 0b 0c 82> } +17ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +3ms
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "0x00124b0019e14fa6"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 6 +5ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 25438, destendpoint: 17, srcendpoint: 1, clusterid: 0, transid: 6, options: 48, radius: 30, len: 6, data: <Buffer 00 06 0c 00 00 f0> } +2ms
serialport write 21 bytes of data +2ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +16ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +1ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 6 } +38ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 6 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 0, srcaddr: 25438, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 115, securityuse: 0, timestamp: 3010609, transseqnumber: 0, len: 5, data: <Buffer 18 06 0b 0c 82> } +10ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +1ms
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "0x00124b0019e14fa6"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 7 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 25438, destendpoint: 17, srcendpoint: 1, clusterid: 4, transid: 7, options: 48, radius: 30, len: 6, data: <Buffer 00 07 0c 00 00 f0> } +0ms
serialport write 21 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +11ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 7 } +53ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 7 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 4, srcaddr: 25438, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 115, securityuse: 0, timestamp: 3010823, transseqnumber: 0, len: 5, data: <Buffer 18 07 0b 0c 82> } +2ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +2ms
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "0x00124b0019e14fa6"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 8 +3ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 25438, destendpoint: 17, srcendpoint: 1, clusterid: 5, transid: 8, options: 48, radius: 30, len: 6, data: <Buffer 00 08 0c 00 00 f0> } +1ms
serialport write 21 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +11ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +1ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 8 } +33ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 8 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 5, srcaddr: 25438, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 113, securityuse: 0, timestamp: 3011061, transseqnumber: 0, len: 5, data: <Buffer 18 08 0b 0c 82> } +20ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +2ms
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "0x00124b0019e14fa6"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 9 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 25438, destendpoint: 17, srcendpoint: 1, clusterid: 6, transid: 9, options: 48, radius: 30, len: 6, data: <Buffer 00 09 0c 00 00 f0> } +0ms
serialport write 21 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 9 } +40ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 9 +0ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 6, srcaddr: 25438, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 115, securityuse: 0, timestamp: 3011263, transseqnumber: 0, len: 5, data: <Buffer 18 09 0b 0c 82> } +11ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +1ms
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "0x00124b0019e14fa6"
zigbee-shepherd Device: 0x00124b0019e14fa6 join the network. +1ms
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "0x00124b0019e14fa6"
2018-7-3 11:49:31 INFO Device incoming...
2018-7-3 11:49:31 INFO MQTT publish, topic: 'zigbee2mqtt/bridge/log', payload: '{"type":"pairing","message":"device incoming"}'
2018-7-3 11:49:31 DEBUG Recieved zigbee message with data "online"
zigbee-shepherd:request REQ --> ZDO:nodeDescReq +1ms
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 49994, nwkaddrofinterest: 49994 } +1ms
serialport write 9 bytes of data +0ms
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +14ms
cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 49994, status: 0, nwkaddr: 49994, logicaltype_cmplxdescavai_userdescavai: 1, apsflags_freqband: 64, maccapflags: 142, manufacturercode: 0, maxbuffersize: 80, maxintransfersize: 160, servermask: 0, maxouttransfersize: 160, descriptorcap: 0 } +24ms
zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp +0ms
zigbee-shepherd:request REQ --> ZDO:activeEpReq +0ms
cc-znp:SREQ --> ZDO:activeEpReq, { dstaddr: 49994, nwkaddrofinterest: 49994 } +1ms
serialport write 9 bytes of data +0ms
cc-znp:SRSP <-- ZDO:activeEpReq, { status: 0 } +9ms
cc-znp:AREQ <-- ZDO:activeEpRsp, { srcaddr: 49994, status: 0, nwkaddr: 49994, activeepcount: 2, activeeplist: <Buffer 11 10> } +25ms
zigbee-shepherd:msgHdlr IND <-- ZDO:activeEpRsp +0ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +0ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 49994, nwkaddrofinterest: 49994, endpoint: 16 } +0ms
serialport write 10 bytes of data +0ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +10ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 49994, status: 0, nwkaddr: 49994, len: 18, endpoint: 16, profileid: 260, deviceid: 2, deviceversion: 0, numinclusters: 4, inclusterlist: <Buffer 00 00 05 00 04 00 06 00>, numoutclusters: 1, outclusterlist: <Buffer 00 00> } +29ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +0ms
zigbee-shepherd:request REQ --> ZDO:simpleDescReq +0ms
cc-znp:SREQ --> ZDO:simpleDescReq, { dstaddr: 49994, nwkaddrofinterest: 49994, endpoint: 17 } +1ms
serialport write 10 bytes of data +0ms
cc-znp:SRSP <-- ZDO:simpleDescReq, { status: 0 } +9ms
cc-znp:AREQ <-- ZDO:simpleDescRsp, { srcaddr: 49994, status: 0, nwkaddr: 49994, len: 18, endpoint: 17, profileid: 260, deviceid: 2, deviceversion: 0, numinclusters: 4, inclusterlist: <Buffer 00 00 05 00 04 00 06 00>, numoutclusters: 1, outclusterlist: <Buffer 00 00> } +27ms
zigbee-shepherd:msgHdlr IND <-- ZDO:simpleDescRsp +0ms
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 10 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 16, srcendpoint: 1, clusterid: 0, transid: 10, options: 48, radius: 30, len: 9, data: <Buffer 00 0a 00 04 00 05 00 07 00> } +0ms
serialport write 24 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 10 } +23ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 10 +0ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 0, srcaddr: 49994, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 113, securityuse: 0, timestamp: 3011892, transseqnumber: 0, len: 49, data: <Buffer 18 0a 01 04 00 00 42 10 46 65 69 62 69 74 20 49 6e 63 20 63 6f 2e 20 20 05 00 00 42 0f 46 42 35 36 2b 5a 53 57 31 48 4b 4a 31 2e 37 07 00 00 20 01> } +18ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +2ms
zigbee-shepherd Identified Device: { manufacturer: Feibit Inc co. , product: FB56+ZSW1HKJ1.7 } +0ms
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 11 +2ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 16, srcendpoint: 1, clusterid: 0, transid: 11, options: 48, radius: 30, len: 6, data: <Buffer 00 0b 0c 00 00 f0> } +1ms
serialport write 21 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 11 } +21ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 11 +0ms
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "0x00124b0014afe1fb"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 12 +30s
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 16, srcendpoint: 1, clusterid: 4, transid: 12, options: 48, radius: 30, len: 6, data: <Buffer 00 0c 0c 00 00 f0> } +0ms
serialport write 21 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +11ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 12 } +25ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 12 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 4, srcaddr: 49994, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 110, securityuse: 0, timestamp: 3105836, transseqnumber: 0, len: 4, data: <Buffer 18 0c 0d 01> } +11ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +2ms
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "0x00124b0014afe1fb"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 13 +3ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 16, srcendpoint: 1, clusterid: 5, transid: 13, options: 48, radius: 30, len: 6, data: <Buffer 00 0d 0c 00 00 f0> } +1ms
serialport write 21 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +12ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 13 } +22ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 13 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 5, srcaddr: 49994, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 110, securityuse: 0, timestamp: 3106008, transseqnumber: 0, len: 4, data: <Buffer 18 0d 0d 01> } +11ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +1ms
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "0x00124b0014afe1fb"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 14 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 16, srcendpoint: 1, clusterid: 6, transid: 14, options: 48, radius: 30, len: 6, data: <Buffer 00 0e 0c 00 00 f0> } +0ms
serialport write 21 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 14 } +27ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 14 +0ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 6, srcaddr: 49994, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 110, securityuse: 0, timestamp: 3106161, transseqnumber: 0, len: 7, data: <Buffer 18 0e 0d 01 00 00 20> } +8ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +1ms
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 15 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 16, srcendpoint: 1, clusterid: 6, transid: 15, options: 48, radius: 30, len: 5, data: <Buffer 00 0f 00 00 00> } +0ms
serialport write 20 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 15 } +21ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 15 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 6, srcaddr: 49994, srcendpoint: 16, dstendpoint: 1, wasbroadcast: 0, linkquality: 110, securityuse: 0, timestamp: 3106308, transseqnumber: 0, len: 8, data: <Buffer 18 0f 01 00 00 00 20 00> } +13ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +1ms
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "0x00124b0014afe1fb"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 16 +4ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 17, srcendpoint: 1, clusterid: 0, transid: 16, options: 48, radius: 30, len: 6, data: <Buffer 00 10 0c 00 00 f0> } +0ms
serialport write 21 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 16 } +26ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 16 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 0, srcaddr: 49994, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 110, securityuse: 0, timestamp: 3106475, transseqnumber: 0, len: 31, data: <Buffer 18 10 0d 01 03 00 20 04 00 42 05 00 42 06 00 42 07 00 20 10 00 42 11 00 20 12 00 20 09 40 23> } +14ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +3ms
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 17 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 17, srcendpoint: 1, clusterid: 0, transid: 17, options: 48, radius: 30, len: 13, data: <Buffer 00 11 00 03 00 04 00 05 00 06 00 07 00> } +0ms
serialport write 28 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +11ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 17 } +24ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 17 +0ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 0, srcaddr: 49994, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 113, securityuse: 0, timestamp: 3106646, transseqnumber: 0, len: 75, data: <Buffer 18 11 01 03 00 00 20 00 04 00 00 42 10 46 65 69 62 69 74 20 49 6e 63 20 63 6f 2e 20 20 05 00 00 42 0f 46 42 35 36 2b 5a 53 57 31 48 4b 4a 31 2e 37 06 ... > } +17ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +5ms
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 18 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 17, srcendpoint: 1, clusterid: 0, transid: 18, options: 48, radius: 30, len: 11, data: <Buffer 00 12 00 10 00 11 00 12 00 09 40> } +0ms
serialport write 26 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +1ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 18 } +21ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 18 +0ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 0, srcaddr: 49994, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 113, securityuse: 0, timestamp: 3106824, transseqnumber: 0, len: 42, data: <Buffer 18 12 01 10 00 00 42 10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 11 00 00 20 00 12 00 00 20 01 09 40 00 23 00 00 c6 5b> } +17ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +2ms
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "0x00124b0014afe1fb"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 19 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 17, srcendpoint: 1, clusterid: 4, transid: 19, options: 48, radius: 30, len: 6, data: <Buffer 00 13 0c 00 00 f0> } +0ms
serialport write 21 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +10ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 19 } +23ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 19 +0ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 4, srcaddr: 49994, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 107, securityuse: 0, timestamp: 3106984, transseqnumber: 0, len: 4, data: <Buffer 18 13 0d 01> } +13ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +1ms
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "0x00124b0014afe1fb"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 20 +1ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 17, srcendpoint: 1, clusterid: 5, transid: 20, options: 48, radius: 30, len: 6, data: <Buffer 00 14 0c 00 00 f0> } +0ms
serialport write 21 bytes of data +0ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +11ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +0ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 20 } +40ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 20 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 5, srcaddr: 49994, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 110, securityuse: 0, timestamp: 3107184, transseqnumber: 0, len: 4, data: <Buffer 18 14 0d 01> } +11ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +2ms
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "0x00124b0014afe1fb"
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 21 +2ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 17, srcendpoint: 1, clusterid: 6, transid: 21, options: 48, radius: 30, len: 6, data: <Buffer 00 15 0c 00 00 f0> } +1ms
serialport write 21 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +11ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +1ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 21 } +23ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 21 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 6, srcaddr: 49994, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 110, securityuse: 0, timestamp: 3107349, transseqnumber: 0, len: 7, data: <Buffer 18 15 0d 01 00 00 20> } +12ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +3ms
zigbee-shepherd:request REQ --> AF:dataRequest, transId: 22 +2ms
cc-znp:SREQ --> AF:dataRequest, { dstaddr: 49994, destendpoint: 17, srcendpoint: 1, clusterid: 6, transid: 22, options: 48, radius: 30, len: 5, data: <Buffer 00 16 00 00 00> } +1ms
serialport write 20 bytes of data +1ms
cc-znp:SRSP <-- AF:dataRequest, { status: 0 } +11ms
zigbee-shepherd:request RSP <-- AF:dataRequest, status: 0 +1ms
cc-znp:AREQ <-- AF:dataConfirm, { status: 0, endpoint: 1, transid: 22 } +20ms
zigbee-shepherd:msgHdlr IND <-- AF:dataConfirm, transId: 22 +1ms
cc-znp:AREQ <-- AF:incomingMsg, { groupid: 0, clusterid: 6, srcaddr: 49994, srcendpoint: 17, dstendpoint: 1, wasbroadcast: 0, linkquality: 110, securityuse: 0, timestamp: 3107512, transseqnumber: 0, len: 8, data: <Buffer 18 16 01 00 00 00 20 01> } +12ms
zigbee-shepherd:msgHdlr IND <-- AF:incomingMsg, transId: 0 +4ms
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "0x00124b0014afe1fb"
zigbee-shepherd Device: 0x00124b0014afe1fb join the network. +4ms
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "0x00124b0014afe1fb"
2018-7-3 11:50:02 INFO Device incoming...
2018-7-3 11:50:02 INFO MQTT publish, topic: 'zigbee2mqtt/bridge/log', payload: '{"type":"pairing","message":"device incoming"}'
2018-7-3 11:50:02 DEBUG Recieved zigbee message with data "online"
2018-7-3 11:50:30 DEBUG Check online 0x00124b0019e14fa6
zigbee-shepherd:request REQ --> ZDO:nodeDescReq +28s
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 25438, nwkaddrofinterest: 25438 } +0ms
serialport write 9 bytes of data +2ms
2018-7-3 11:50:30 DEBUG Check online 0x00124b0014afe1fb
zigbee-shepherd:request REQ --> ZDO:nodeDescReq +2ms
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +10ms
cc-znp:SREQ --> ZDO:nodeDescReq, { dstaddr: 49994, nwkaddrofinterest: 49994 } +0ms
serialport write 9 bytes of data +1ms
cc-znp:SRSP <-- ZDO:nodeDescReq, { status: 0 } +11ms
cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 25438, status: 0, nwkaddr: 25438, logicaltype_cmplxdescavai_userdescavai: 1, apsflags_freqband: 64, maccapflags: 142, manufacturercode: 0, maxbuffersize: 80, maxintransfersize: 160, servermask: 0, maxouttransfersize: 160, descriptorcap: 0 } +32ms
zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp +0ms
cc-znp:AREQ <-- ZDO:nodeDescRsp, { srcaddr: 49994, status: 0, nwkaddr: 49994, logicaltype_cmplxdescavai_userdescavai: 1, apsflags_freqband: 64, maccapflags: 142, manufacturercode: 0, maxbuffersize: 80, maxintransfersize: 160, servermask: 0, maxouttransfersize: 160, descriptorcap: 0 } +1ms
zigbee-shepherd:msgHdlr IND <-- ZDO:nodeDescRsp +0ms
^C2018-7-3 11:51:29 INFO MQTT publish, topic: 'zigbee2mqtt/bridge/state', payload: 'offline'
2018-7-3 11:51:29 INFO Disconnecting from MQTT server
zigbee-shepherd:request REQ --> ZDO:mgmtPermitJoinReq +59s
cc-znp:SREQ --> ZDO:mgmtPermitJoinReq, { addrmode: 15, dstaddr: 65532, duration: 0, tcsignificance: 0 } +1ms
serialport write 10 bytes of data +1ms
@highground88 I think @Koenkk has more knowledge here to help. I might be able to make some sense of the messages but would take me quite a bit and I'm currently doing a few other things.
Might be worth posting for help in https://github.com/Koenkk/zigbee2mqtt/issues for easier support.
Agreed that this should be in https://github.com/Koenkk/zigbee2mqtt/issues , but thank you @highground88 for starting the discussion. I think it鈥檇 be nice to make this workflow possible through the add on, although it may take some changes in zigbee2mqtt to make it possible (not sure, I鈥檇 have to check the implementation). Closing and will start a new tracking issue for that.