-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP]: EFR32 EZSP adapter implementation and test #319
Comments
Have you getting some user with EM357 or EM3581 that have updating the firmware to EZSP6.7.8.0 to testing if they is working ? It shall working if Ssilabs have making all OK then the protocol is is independent of the hardware its running. I posing one request for testing in EM35X forum. If going well you have getting some more thousand possible user of Z2M :-))) Great work done going from alpha stage and and implanting more functionality !!! |
@MattWestb no, i haven't. I think it should work in the same way there, too. the protocol is the same. |
I have asking our brave EM35X users if some can testing it and im 95% sure its working OK :-)) |
General tip when buying an EZSP v8+ compatible adapter is to buy one based on a newer Silicon Labs EFR32MGxx SoC if possible. Warning! In summary do not use a Zigbee to WiFi bridge/gateway, (like ITead's Sonoff ZBBridge Zigbee WiFi Bridge gateway hacked/re-flashed with Tasmota or ESPHome), instead f need to connect over the network then be sure to get a wired LAN bridge/gateway. Be warned from using Wi-Fi-based Zigbee-to-IP serial network bridges/gateways. The EZSP protocol requires a very stable connection to the serial port. If connecting to Silicon Labs EFR32MGxx SoC using a serial-to-IP tunnel over a WiFi network then it is expected to see NCP entered a failed state. Requesting APP controller restart in the logs. This is a normal part of the operation and indicates there was a drop in communication between ZHA and the EFR32MGxx SoC SoC. Update! At the time of writing (2022-06-30) Silicon Labs EmberZNet Zigbee NCP version 6.10.3.0 firmware is recommended for both Zigbee2MQTT and Home Assistant's ZHA integration if you have a Silabs EFR32MGxx based Zigbee adapter. Note! All Silicon Labs SoC based adapters should work long as update between Silabs EmberZNet 6.7.x or 6.10.x versions, (Silabs EmberZNet 7.0.x Zigbee NCP firmware should work as well since it is backwards compatible with EZSP v8, but for now, do not yet recommend using the upcoming EmberZNet 7.1.x and newer because they implement EZSP v9 and later, and is not fully backwards compatible with EZSP v8 and support for it should therefore not be considered mature). Best practice! Regularly update the Zigbee Coordinator USB adapter/dongle/stick firmware as new versions contain bug-fixes from Silicon Labs SDK, and most important is to also always use the Zigbee Coordinator USB adapter/dongle/stick using a very long USB extension cable, as well as only ever connect it to a USB 2.0 port or via USB 2.0 hub (and never a USB 3.0 port/hub) in order to avoid EMF/EMI/RMI interference which is infamously well known to seriously affect Zigbee signal reception performance! It is advised to buy a Zigbee USB dongle based on EFR32MG13 SoC or later as buying a newer SoC should be more future-proof:
It should really work with any Silicon Labs EFR32 Zigbee NCP SoC from EFR32MG21/MGM210 and EFR32MG12/MGM12 series:
Understand that EFR32MG12/MGM12 series and older Silicon Labs chips will not get support for the upcoming EmberZNet 7.x firmware/SDK, (Silicon Labs had planned for EmberZNet 7.x to be released sooner but were delayed because the release of EFR32MG23 and EFR32MG24 series has been delayed). Tip! Firmware can be easily be flashed with Elelabs's EZSP Firmware Update Utility or Nabu Casa's Universal Silicon Labs Flasher:
You can even compile your own EmberZNet Zigbee NCP (EZSP) firmware with silabs-firmware-builder originally from Nabu Casa:
Note! Baud rate configuration setting will depend on the firmware you use, as some use 115200 and others 57600 baudrate. Direct link to zigpy wiki page where @MattWestb documented recommended application firmware version for EZSP Coordinators: PS: Remember to always use a long USB extension cable to avoid EMF regardless of which Zigbee Coordinator that you are using! |
Tried it with 5 thermostat SEA801. Works basically 👍 but there are some problems. Z2M restarts every few minutes with the following message...
|
@danielk117 Thanks for testing. After accepting the latest changes, you can check again - the reconnection in case of errors has been implemented and some pending moments have been removed. |
Changes will be available in 1 hour in the dev branch (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html) |
Thank you both! 😃 I'm already on dev branch and will try the latest version now. |
@kirovilya
npm debug log:
|
As written before, the problem still exists, but i think it happens less often. Around 07:45 i was trying to set
Any idea? |
@danielk117 these logs are very few ... deeper logging is needed - https://www.zigbee2mqtt.io/information/debug.html#zigbee-herdsman-debug-logging |
I think that "Assertion failed" is a restart of the connection, when a lot of errors have accumulated, the adapter restarts the connection and re-runs the initialization procedure. "Assertion failed" is not a critical error in this case. Most likely inside there are more critical errors that are simply not visible here, but they are visible in the debug logs |
While checking the logs, the following error occured multiple times while everything is working normal.
I was trying to set log...
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.188Z zigbee-herdsman:adapter:ezsp:uart <-- [60bdb1a96b2a157977904b25455493099d4e274ddece6763e87e] [96,189,177,169,107,42,21,121,119,144,75,37,69,84,147,9,157,78,39,77,222,206,103,99,232,126]
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.188Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,0,0): 60bdb1a96b2a157977904b25455493099d4e274ddece6763e87e
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.188Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.188Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.188Z zigbee-herdsman:adapter:ezsp:log <=== Frame: ff90013f0000cb2e040100ef010140010000e6330000
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.188Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 63 (messageSentHandler) received: 00cb2e040100ef010140010000e6330000
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.188Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 63 (messageSentHandler) parsed: 0,11979,EmberApsFrame: {"profileId":260,"clusterId":61184,"sourceEndpoint":1,"destinationEndpoint":1,"options":320,"groupId":0,"sequence":230},51,0,
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.291Z zigbee-herdsman:adapter:ezsp:uart <-- [70bdb1a97d312a15b65894a524ab5593499c89eb6426e09874f0cf308bfc5258a5ebc9de6f8ed379237e] [112,189,177,169,125,49,42,21,182,88,148,165,36,171,85,147,73,156,137,235,100,38,224,152,116,240,207,48,139,252,82,88,165,235,201,222,111,142,211,121,35,126]
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.291Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,0,0): 70bdb1a9112a15b65894a524ab5593499c89eb6426e09874f0cf308bfc5258a5ebc9de6f8ed379237e00
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.291Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.291Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.291Z zigbee-herdsman:adapter:ezsp:log <=== Frame: ff9001450000040100ef010100010000c7cccfcb2effff0d095302002c670200040000012cbe
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.291Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 69 (incomingMessageHandler) received: 00040100ef010100010000c7cccfcb2effff0d095302002c670200040000012cbe
Mar 07 12:40:58 raspberrypi npm[26687]: [288B blob data]
Mar 07 12:40:58 raspberrypi npm[26687]: [3B blob data]
Mar 07 12:40:58 raspberrypi npm[26687]: [1B blob data]
Mar 07 12:40:58 raspberrypi npm[26687]: [2B blob data]
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.292Z zigbee-herdsman:adapter:ezsp processMessage: {"messageType":0,"apsFrame":{"profileId":260,"clusterId":61184,"sourceEndpoint":1,"destinationEndpoint":1,"options":256,"groupId":0,"sequence":199},"lqi":204,"rssi":-49,"sender":11979,"bindingIndex":255,"addressIndex":255,"message":{"type":"Buffer","data":[9,83,2,0,44,103,2,0,4,0,0,1,44]}}
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.293Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":83,"manufacturerCode":null,"commandIdentifier":2},"Payload":{"status":0,"transid":44,"dp":103,"datatype":2,"fn":0,"data":{"type":"Buffer","data":[0,0,1,44]}},"Command":{"ID":2,"parameters":[{"name":"status","type":32},{"name":"transid","type":32},{"name":"dp","type":32},{"name":"datatype","type":32},{"name":"fn","type":32},{"name":"data","type":65}],"name":"setDataResponse"}},"address":11979,"endpoint":1,"linkquality":204,"groupID":0}'
Mar 07 12:40:58 raspberrypi npm[26687]: Zigbee2MQTT:debug 2021-03-07 12:40:58: Received Zigbee message from 'thermostat_wohnzimmer', type 'commandSetDataResponse', cluster 'manuSpecificTuya', data '{"data":{"data":[0,0,1,44],"type":"Buffer"},"datatype":2,"dp":103,"fn":0,"status":0,"transid":44}' from endpoint 1 with groupID 0
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.295Z zigbee-herdsman:controller:endpoint DefaultResponse 0x847127fffe23af74/1 61184(2, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false})
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.295Z zigbee-herdsman:adapter:ezsp sendZclFrameToEndpointInternal 0x847127fffe23af74:11979/1 (0,0,1)
Mar 07 12:40:58 raspberrypi npm[26687]: Zigbee2MQTT:info 2021-03-07 12:40:58: MQTT publish: topic 'zigbee/thermostat_wohnzimmer', payload '{"anti_scaling":"ON","away_mode":"OFF","battery_low":false,"child_lock":"LOCKED","current_heating_setpoint":30,"frost_detection":"OFF","linkquality":204,"local_temperature":23.3,"local_temperature_calibration":0,"preset_mode":"none","system_mode":"heat","window_detection":"OFF"}'
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.298Z zigbee-herdsman:adapter:ezsp:log ===> Send command setExtendedTimeout: (847127fffe23af74,true)
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.298Z zigbee-herdsman:adapter:ezsp:log ===> Send data setExtendedTimeout: (0000017e0074af23feff27718401)
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.298Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,0,0): 0000017e0074af23feff27718401
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.298Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.298Z zigbee-herdsman:adapter:ezsp:uart --> [004221a92a2a611d7a6ab502dbd19314a97e] [0,66,33,169,42,42,97,29,122,106,181,2,219,209,147,20,169,126]
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.302Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:40:58 raspberrypi npm[26687]: Zigbee2MQTT:debug 2021-03-07 12:40:58: Received MQTT message on 'zigbee/thermostat_wohnzimmer/last_msg' with data '2021-03-07T11:40:58.304Z'
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.345Z zigbee-herdsman:adapter:ezsp:uart <-- [0142a1a92a2acd917e] [1,66,161,169,42,42,205,145,126]
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.345Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,1,0): 0142a1a92a2acd917e
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.345Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.345Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.346Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0080017e00
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.346Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 126 (setExtendedTimeout) received:
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.346Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 126 (setExtendedTimeout) parsed:
Mar 07 12:40:58 raspberrypi npm[26687]: 2021-03-07T11:40:58.346Z zigbee-herdsman:adapter:driver:log Unhandled frame setExtendedTimeout
Mar 07 12:41:00 raspberrypi npm[26687]: Zigbee2MQTT:debug 2021-03-07 12:41:00: Received MQTT message on 'zigbee/thermostat_wohnzimmer/set/current_heating_setpoint' with data '28'
Mar 07 12:41:00 raspberrypi npm[26687]: Zigbee2MQTT:debug 2021-03-07 12:41:00: Publishing 'set' 'current_heating_setpoint' to 'thermostat_wohnzimmer'
Mar 07 12:41:00 raspberrypi npm[26687]: 2021-03-07T11:41:00.411Z zigbee-herdsman:controller:endpoint Command 0x847127fffe23af74/1 manuSpecificTuya.setData({"status":0,"transid":45,"dp":103,"datatype":2,"length_hi":0,"length_lo":4,"data":[0,0,1,24]}, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false})
Mar 07 12:41:05 raspberrypi npm[26687]: 2021-03-07T11:41:05.182Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 0
Mar 07 12:41:05 raspberrypi npm[26687]: 2021-03-07T11:41:05.182Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.302Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (0100010500)
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.302Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,1,0): 0100010500
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.302Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.302Z zigbee-herdsman:adapter:ezsp:uart --> [7d314321a9512a74df7e] [125,49,67,33,169,81,42,116,223,126]
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.303Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.303Z zigbee-herdsman:adapter:ezsp sendZclFrameToEndpointInternal 0x847127fffe23af74:11979/1 (0,0,1)
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.304Z zigbee-herdsman:adapter:ezsp:log ===> Send command setExtendedTimeout: (847127fffe23af74,true)
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.358Z zigbee-herdsman:adapter:ezsp:uart <-- [1243a1a9512a67077e] [18,67,161,169,81,42,103,7,126]
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.358Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,2,0): 1243a1a9512a67077e
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.358Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.358Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.359Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0180010500
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.359Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.359Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:41:08 raspberrypi npm[26687]: 2021-03-07T11:41:08.359Z zigbee-herdsman:adapter:driver:log Unhandled frame nop
Mar 07 12:41:15 raspberrypi npm[26687]: 2021-03-07T11:41:15.188Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 0
Mar 07 12:41:15 raspberrypi npm[26687]: 2021-03-07T11:41:15.188Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.306Z zigbee-herdsman:adapter:ezsp:log ===> Send data setExtendedTimeout: (0200017e0074af23feff27718401)
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.306Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,2,0): 0200017e0074af23feff27718401
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.306Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.306Z zigbee-herdsman:adapter:ezsp:uart --> [224021a92a2a611d7a6ab502dbd19332a67e] [34,64,33,169,42,42,97,29,122,106,181,2,219,209,147,50,166,126]
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.306Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.307Z zigbee-herdsman:adapter:ezsp:error Watchdog heartbeat timeout Error: {"frameId":5,"sequence":257} after 10000ms
Mar 07 12:41:18 raspberrypi npm[26687]: at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
Mar 07 12:41:18 raspberrypi npm[26687]: at listOnTimeout (node:internal/timers:556:17)
Mar 07 12:41:18 raspberrypi npm[26687]: at processTimers (node:internal/timers:499:7)
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.319Z zigbee-herdsman:adapter:ezsp:uart <-- [2340a1a92a2a375a7e] [35,64,161,169,42,42,55,90,126]
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.319Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,3,0): 2340a1a92a2a375a7e
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.319Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.319Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.320Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0280017e00
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.320Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 126 (setExtendedTimeout) received:
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.320Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 126 (setExtendedTimeout) parsed:
Mar 07 12:41:18 raspberrypi npm[26687]: 2021-03-07T11:41:18.320Z zigbee-herdsman:adapter:driver:log Unhandled frame setExtendedTimeout
Mar 07 12:41:25 raspberrypi npm[26687]: 2021-03-07T11:41:25.192Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 1
Mar 07 12:41:25 raspberrypi npm[26687]: 2021-03-07T11:41:25.192Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.310Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (0300010500)
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.310Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,3,0): 0300010500
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.311Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.311Z zigbee-herdsman:adapter:ezsp:uart --> [334121a9512a8e147e] [51,65,33,169,81,42,142,20,126]
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.311Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.378Z zigbee-herdsman:adapter:ezsp:uart <-- [3441a1a9512a9b6d7e] [52,65,161,169,81,42,155,109,126]
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.378Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,4,0): 3441a1a9512a9b6d7e
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.378Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.378Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.379Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0380010500
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.379Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.379Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:41:28 raspberrypi npm[26687]: 2021-03-07T11:41:28.379Z zigbee-herdsman:adapter:driver:log Unhandled frame nop
Mar 07 12:41:35 raspberrypi npm[26687]: 2021-03-07T11:41:35.197Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 1
Mar 07 12:41:35 raspberrypi npm[26687]: 2021-03-07T11:41:35.197Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.313Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (0400010500)
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.314Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,4,0): 0400010500
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.314Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.314Z zigbee-herdsman:adapter:ezsp:uart --> [444621a9512a641d7e] [68,70,33,169,81,42,100,29,126]
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.314Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.314Z zigbee-herdsman:adapter:ezsp:error Watchdog heartbeat timeout Error: {"frameId":5,"sequence":259} after 10000ms
Mar 07 12:41:38 raspberrypi npm[26687]: at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
Mar 07 12:41:38 raspberrypi npm[26687]: at listOnTimeout (node:internal/timers:556:17)
Mar 07 12:41:38 raspberrypi npm[26687]: at processTimers (node:internal/timers:499:7)
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.343Z zigbee-herdsman:adapter:ezsp:uart <-- [4546a1a9512afc857e] [69,70,161,169,81,42,252,133,126]
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.343Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,5,0): 4546a1a9512afc857e
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.343Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.343Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.343Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0480010500
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.343Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.343Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:41:38 raspberrypi npm[26687]: 2021-03-07T11:41:38.343Z zigbee-herdsman:adapter:driver:log Unhandled frame nop
Mar 07 12:41:45 raspberrypi npm[26687]: 2021-03-07T11:41:45.201Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 2
Mar 07 12:41:45 raspberrypi npm[26687]: 2021-03-07T11:41:45.201Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.317Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (0500010500)
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.318Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,5,0): 0500010500
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.318Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.318Z zigbee-herdsman:adapter:ezsp:uart --> [554721a9512a91687e] [85,71,33,169,81,42,145,104,126]
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.319Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.319Z zigbee-herdsman:adapter:ezsp:error Watchdog heartbeat timeout Error: {"frameId":5,"sequence":260} after 10000ms
Mar 07 12:41:48 raspberrypi npm[26687]: at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
Mar 07 12:41:48 raspberrypi npm[26687]: at listOnTimeout (node:internal/timers:556:17)
Mar 07 12:41:48 raspberrypi npm[26687]: at processTimers (node:internal/timers:499:7)
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.358Z zigbee-herdsman:adapter:ezsp:uart <-- [5647a1a9512a82b07e] [86,71,161,169,81,42,130,176,126]
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.358Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,6,0): 5647a1a9512a82b07e
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.358Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.358Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.359Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0580010500
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.359Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.359Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:41:48 raspberrypi npm[26687]: 2021-03-07T11:41:48.359Z zigbee-herdsman:adapter:driver:log Unhandled frame nop
Mar 07 12:41:55 raspberrypi npm[26687]: 2021-03-07T11:41:55.202Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 3
Mar 07 12:41:55 raspberrypi npm[26687]: 2021-03-07T11:41:55.202Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.320Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (0600010500)
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.320Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,6,0): 0600010500
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.320Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.321Z zigbee-herdsman:adapter:ezsp:uart --> [664421a9512a9ed67e] [102,68,33,169,81,42,158,214,126]
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.321Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.321Z zigbee-herdsman:adapter:ezsp:error Watchdog heartbeat timeout Error: {"frameId":5,"sequence":261} after 10000ms
Mar 07 12:41:58 raspberrypi npm[26687]: at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
Mar 07 12:41:58 raspberrypi npm[26687]: at listOnTimeout (node:internal/timers:556:17)
Mar 07 12:41:58 raspberrypi npm[26687]: at processTimers (node:internal/timers:499:7)
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.374Z zigbee-herdsman:adapter:ezsp:uart <-- [6744a1a9512a064e7e] [103,68,161,169,81,42,6,78,126]
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.374Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,7,0): 6744a1a9512a064e7e
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.374Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.374Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.375Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0680010500
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.375Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.375Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:41:58 raspberrypi npm[26687]: 2021-03-07T11:41:58.375Z zigbee-herdsman:adapter:driver:log Unhandled frame nop
Mar 07 12:42:05 raspberrypi npm[26687]: 2021-03-07T11:42:05.207Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 4
Mar 07 12:42:05 raspberrypi npm[26687]: 2021-03-07T11:42:05.207Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.324Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (0700010500)
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.324Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,7,0): 0700010500
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.324Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.324Z zigbee-herdsman:adapter:ezsp:uart --> [774521a9512a6ba37e] [119,69,33,169,81,42,107,163,126]
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.325Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.325Z zigbee-herdsman:adapter:ezsp:error Watchdog heartbeat timeout Error: {"frameId":5,"sequence":262} after 10000ms
Mar 07 12:42:08 raspberrypi npm[26687]: at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
Mar 07 12:42:08 raspberrypi npm[26687]: at listOnTimeout (node:internal/timers:556:17)
Mar 07 12:42:08 raspberrypi npm[26687]: at processTimers (node:internal/timers:499:7)
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.325Z zigbee-herdsman:adapter:driver:log Reset connection. Try 0
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.325Z zigbee-herdsman:adapter:driver:log Stop driver
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.325Z zigbee-herdsman:adapter:ezsp:log Stop ezsp
Mar 07 12:42:08 raspberrypi npm[26687]: 2021-03-07T11:42:08.326Z zigbee-herdsman:adapter:ezsp:uart Port closed
Mar 07 12:42:09 raspberrypi npm[26687]: 2021-03-07T11:42:09.328Z zigbee-herdsman:adapter:ezsp:uart Opening TCP socket with 192.168.170.120:8888
Mar 07 12:42:09 raspberrypi npm[26687]: 2021-03-07T11:42:09.346Z zigbee-herdsman:adapter:ezsp:uart Socket connected
Mar 07 12:42:09 raspberrypi npm[26687]: 2021-03-07T11:42:09.346Z zigbee-herdsman:adapter:ezsp:uart Socket ready
Mar 07 12:42:09 raspberrypi npm[26687]: 2021-03-07T11:42:09.346Z zigbee-herdsman:adapter:ezsp:uart uart reseting
Mar 07 12:42:09 raspberrypi npm[26687]: 2021-03-07T11:42:09.347Z zigbee-herdsman:adapter:ezsp:uart Write reset
Mar 07 12:42:09 raspberrypi npm[26687]: 2021-03-07T11:42:09.347Z zigbee-herdsman:adapter:ezsp:uart --> [1ac038bc7e] [26,192,56,188,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.507Z zigbee-herdsman:adapter:ezsp:uart <-- [c1020b0a527e] [193,2,11,10,82,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.507Z zigbee-herdsman:adapter:ezsp:uart RSTACK frame: c1020b0a527e
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.507Z zigbee-herdsman:adapter:ezsp:uart RSTACK Version: 2 Reason: RESET_SOFTWARE frame: c1020b0a527e
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.507Z zigbee-herdsman:adapter:ezsp:log ===> Send command version: (4)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.507Z zigbee-herdsman:adapter:ezsp:log ===> Send data version: (00000004)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.507Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,0,0): 00000004
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.507Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.508Z zigbee-herdsman:adapter:ezsp:uart --> [004221a850ed2c7e] [0,66,33,168,80,237,44,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.508Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.561Z zigbee-herdsman:adapter:ezsp:uart <-- [0142a1a85c2895d52e8b7e] [1,66,161,168,92,40,149,213,46,139,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.561Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,1,0): 0142a1a85c2895d52e8b7e
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.562Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.562Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.562Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 00800008028067
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.562Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 0 (version) received: 08028067
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.563Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 0 (version) parsed: 8,2,26496
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.563Z zigbee-herdsman:adapter:ezsp:log Switching to eszp version 8
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.563Z zigbee-herdsman:adapter:ezsp:log ===> Send command version: (8)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.564Z zigbee-herdsman:adapter:ezsp:log ===> Send data version: (010001000008)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.564Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,1,0): 010001000008
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.565Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.565Z zigbee-herdsman:adapter:ezsp:uart --> [7d314321a9542a1dc97f7e] [125,49,67,33,169,84,42,29,201,127,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.565Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.618Z zigbee-herdsman:adapter:ezsp:uart <-- [1243a1a9542a1db0d9f362737e] [18,67,161,169,84,42,29,176,217,243,98,115,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.618Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,2,0): 1243a1a9542a1db0d9f362737e
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.618Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.618Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.619Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 018001000008028067
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.619Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 0 (version) received: 08028067
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.619Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 0 (version) parsed: 8,2,26496
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.620Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_FRAGMENT_DELAY_MS = 50
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.620Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (29,50)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.621Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (02000153001d3200)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.621Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,2,0): 02000153001d3200
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.622Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.622Z zigbee-herdsman:adapter:ezsp:uart --> [224021a9072a088059b1b07e] [34,64,33,169,7,42,8,128,89,177,176,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.622Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.672Z zigbee-herdsman:adapter:ezsp:uart <-- [2340a1a9072a159ab77e] [35,64,161,169,7,42,21,154,183,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.672Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,3,0): 2340a1a9072a159ab77e
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.673Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.673Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.673Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 028001530000
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.673Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.674Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.674Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_TX_POWER_MODE = 3
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.674Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (23,3)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.675Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0300015300170300)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.675Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,3,0): 0300015300170300
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.675Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.675Z zigbee-herdsman:adapter:ezsp:uart --> [334121a9072a02b159bfdb7e] [51,65,33,169,7,42,2,177,89,191,219,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.676Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.728Z zigbee-herdsman:adapter:ezsp:uart <-- [3441a1a9072a15f1287e] [52,65,161,169,7,42,21,241,40,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.729Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,4,0): 3441a1a9072a15f1287e
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.729Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.729Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.729Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 038001530000
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.729Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.730Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.730Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_FRAGMENT_WINDOW_SIZE = 1
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.731Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (28,1)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.731Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (04000153001c0100)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.731Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,4,0): 04000153001c0100
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.732Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.732Z zigbee-herdsman:adapter:ezsp:uart --> [444621a9072a09b359f4207e] [68,70,33,169,7,42,9,179,89,244,32,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.732Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.783Z zigbee-herdsman:adapter:ezsp:uart <-- [4546a1a9072a1505697e] [69,70,161,169,7,42,21,5,105,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.783Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,5,0): 4546a1a9072a1505697e
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.783Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.783Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.784Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 048001530000
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.784Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.784Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.784Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_NEIGHBOR_TABLE_SIZE = 16
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.785Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (2,16)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.785Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0500015300021000)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.785Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,5,0): 0500015300021000
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.785Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.785Z zigbee-herdsman:adapter:ezsp:uart --> [554721a9072a17a259630e7e] [85,71,33,169,7,42,23,162,89,99,14,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.786Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.855Z zigbee-herdsman:adapter:ezsp:uart <-- [5647a1a9072a15af307e] [86,71,161,169,7,42,21,175,48,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.856Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,6,0): 5647a1a9072a15af307e
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.856Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.857Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.858Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 058001530000
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.859Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.859Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.860Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_ROUTE_TABLE_SIZE = 16
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.861Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (7,16)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.862Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0600015300071000)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.863Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,6,0): 0600015300071000
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.864Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.865Z zigbee-herdsman:adapter:ezsp:uart --> [664421a9072a12a25999cd7e] [102,68,33,169,7,42,18,162,89,153,205,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.866Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.929Z zigbee-herdsman:adapter:ezsp:uart <-- [6744a1a9072a15803c7e] [103,68,161,169,7,42,21,128,60,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.930Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,7,0): 6744a1a9072a15803c7e
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.930Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.930Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.931Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 068001530000
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.931Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.931Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.931Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_BINDING_TABLE_SIZE = 0
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.931Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (4,0)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.932Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0700015300040000)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.932Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,7,0): 0700015300040000
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.932Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.932Z zigbee-herdsman:adapter:ezsp:uart --> [774521a9072a7d31b2593ce07e] [119,69,33,169,7,42,125,49,178,89,60,224,126]
Mar 07 12:42:10 raspberrypi npm[26687]: 2021-03-07T11:42:10.932Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.031Z zigbee-herdsman:adapter:ezsp:uart <-- [7045a1a9072a15eba37e] [112,69,161,169,7,42,21,235,163,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.032Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,0,0): 7045a1a9072a15eba37e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.032Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.032Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.032Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 078001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.032Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.032Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.033Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_KEY_TABLE_SIZE = 12
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.033Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (30,12)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.033Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (08000153001e0c00)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.033Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,0,0): 08000153001e0c00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.033Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.034Z zigbee-herdsman:adapter:ezsp:uart --> [004a21a9072a0bbe593e9d7e] [0,74,33,169,7,42,11,190,89,62,157,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.034Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.102Z zigbee-herdsman:adapter:ezsp:uart <-- [014aa1a9072a1512a07e] [1,74,161,169,7,42,21,18,160,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.102Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,1,0): 014aa1a9072a1512a07e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.102Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.102Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.103Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 088001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.103Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.103Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.103Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_ZLL_GROUP_ADDRESSES = 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.104Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (47,0)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.104Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (09000153002f0000)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.104Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,1,0): 09000153002f0000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.104Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.104Z zigbee-herdsman:adapter:ezsp:uart --> [7d314b21a9072a3ab259766b7e] [125,49,75,33,169,7,42,58,178,89,118,107,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.104Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.157Z zigbee-herdsman:adapter:ezsp:uart <-- [124ba1a9072a15b8f97e] [18,75,161,169,7,42,21,184,249,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.157Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,2,0): 124ba1a9072a15b8f97e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.158Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.158Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.158Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 098001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.158Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.158Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.158Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_ZLL_RSSI_THRESHOLD = 215
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.159Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (48,215)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.159Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0a0001530030d700)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.159Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,2,0): 0a0001530030d700
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.159Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.159Z zigbee-herdsman:adapter:ezsp:uart --> [224821a9072a25655984ba7e] [34,72,33,169,7,42,37,101,89,132,186,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.159Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.215Z zigbee-herdsman:adapter:ezsp:uart <-- [2348a1a9072a1597f57e] [35,72,161,169,7,42,21,151,245,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.215Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,3,0): 2348a1a9072a1597f57e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.215Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.215Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.216Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0a8001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.216Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.216Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.216Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_TRANSIENT_KEY_TIMEOUT_S = 180
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.216Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (54,180)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.217Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0b0001530036b400)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.217Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,3,0): 0b0001530036b400
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.217Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.217Z zigbee-herdsman:adapter:ezsp:uart --> [334921a9072a230659976d7e] [51,73,33,169,7,42,35,6,89,151,109,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.217Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.269Z zigbee-herdsman:adapter:ezsp:uart <-- [3449a1a9072a15fc6a7e] [52,73,161,169,7,42,21,252,106,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.269Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,4,0): 3449a1a9072a15fc6a7e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.269Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.269Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.269Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0b8001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.269Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.270Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.270Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_APS_UNICAST_MESSAGE_COUNT = 15
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.270Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (3,15)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.271Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0c00015300030f00)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.271Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,4,0): 0c00015300030f00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.271Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.271Z zigbee-herdsman:adapter:ezsp:uart --> [444e21a9072a16bd59a6a77e] [68,78,33,169,7,42,22,189,89,166,167,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.272Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.342Z zigbee-herdsman:adapter:ezsp:uart <-- [454ea1a9072a15082b7e] [69,78,161,169,7,42,21,8,43,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.342Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,5,0): 454ea1a9072a15082b7e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.342Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.342Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.342Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0c8001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.343Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.343Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.343Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_BROADCAST_TABLE_SIZE = 15
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.343Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (43,15)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.344Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0d000153002b0f00)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.344Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,5,0): 0d000153002b0f00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.344Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.344Z zigbee-herdsman:adapter:ezsp:uart --> [554f21a9072a3ebd5976ce7e] [85,79,33,169,7,42,62,189,89,118,206,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.345Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.417Z zigbee-herdsman:adapter:ezsp:uart <-- [564fa1a9072a15a2727e] [86,79,161,169,7,42,21,162,114,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.417Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,6,0): 564fa1a9072a15a2727e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.417Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.417Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.418Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0d8001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.418Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.418Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.418Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_MAX_HOPS = 30
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.419Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (16,30)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.419Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0e00015300101e00)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.419Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,6,0): 0e00015300101e00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.419Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.419Z zigbee-herdsman:adapter:ezsp:uart --> [664c21a9072a05ac5962eb7e] [102,76,33,169,7,42,5,172,89,98,235,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.420Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.470Z zigbee-herdsman:adapter:ezsp:uart <-- [674ca1a9072a158d7d5e7e] [103,76,161,169,7,42,21,141,125,94,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.470Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,7,0): 674ca1a9072a158d7e7e00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.470Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.471Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.471Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0e80015300003f
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.471Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 003f
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.471Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.472Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_INDIRECT_TRANSMISSION_TIMEOUT = 7680
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.472Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (18,7680)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.472Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (0f0001530012001e)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.473Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,7,0): 0f0001530012001e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.473Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.473Z zigbee-herdsman:adapter:ezsp:uart --> [774d21a9072a07b24720067e] [119,77,33,169,7,42,7,178,71,32,6,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.473Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.527Z zigbee-herdsman:adapter:ezsp:uart <-- [704da1a9072a15e6e17e] [112,77,161,169,7,42,21,230,225,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.527Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,0,0): 704da1a9072a15e6e17e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.527Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.527Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.528Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 0f8001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.528Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.528Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.528Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_SOURCE_ROUTE_TABLE_SIZE = 16
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.529Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (26,16)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.529Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (10000153001a1000)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.529Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,0,0): 10000153001a1000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.529Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.530Z zigbee-herdsman:adapter:ezsp:uart --> [005221a9072a0fa259872d7e] [0,82,33,169,7,42,15,162,89,135,45,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.530Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.597Z zigbee-herdsman:adapter:ezsp:uart <-- [0152a1a9072a1505667e] [1,82,161,169,7,42,21,5,102,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.597Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,1,0): 0152a1a9072a1505667e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.597Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.597Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.597Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 108001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.598Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.598Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.598Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_MULTICAST_TABLE_SIZE = 16
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.598Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (6,16)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.599Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (1100015300061000)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.599Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,1,0): 1100015300061000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.599Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.599Z zigbee-herdsman:adapter:ezsp:uart --> [7d315321a9072a7d33a2594e217e] [125,49,83,33,169,7,42,125,51,162,89,78,33,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.599Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.669Z zigbee-herdsman:adapter:ezsp:uart <-- [1253a1a9072a15af3f7e] [18,83,161,169,7,42,21,175,63,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.669Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,2,0): 1253a1a9072a15af3f7e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.669Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.669Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.669Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 118001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.670Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.670Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.670Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_ADDRESS_TABLE_SIZE = 16
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.670Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (5,16)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.671Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (1200015300051000)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.671Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,2,0): 1200015300051000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.671Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.672Z zigbee-herdsman:adapter:ezsp:uart --> [225021a9072a10a25906427e] [34,80,33,169,7,42,16,162,89,6,66,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.672Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.738Z zigbee-herdsman:adapter:ezsp:uart <-- [2350a1a9072a1580337e] [35,80,161,169,7,42,21,128,51,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.738Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,3,0): 2350a1a9072a1580337e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.738Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.738Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.738Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 128001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.739Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.739Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.739Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_TRUST_CENTER_ADDRESS_CACHE_SIZE = 2
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.740Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (25,2)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.740Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (1300015300190200)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.740Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,3,0): 1300015300190200
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.740Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.740Z zigbee-herdsman:adapter:ezsp:uart --> [335121a9072a0cb059aa5f7e] [51,81,33,169,7,42,12,176,89,170,95,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.741Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.809Z zigbee-herdsman:adapter:ezsp:uart <-- [3451a1a9072a15ebac7e] [52,81,161,169,7,42,21,235,172,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.810Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,4,0): 3451a1a9072a15ebac7e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.810Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.810Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.810Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 138001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.810Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.810Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.811Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_SUPPORTED_NETWORKS = 1
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.811Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (45,1)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.812Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (14000153002d0100)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.812Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,4,0): 14000153002d0100
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.812Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.812Z zigbee-herdsman:adapter:ezsp:uart --> [445621a9072a38b3593b017e] [68,86,33,169,7,42,56,179,89,59,1,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.812Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.881Z zigbee-herdsman:adapter:ezsp:uart <-- [4556a1a9072a151fed7e] [69,86,161,169,7,42,21,31,237,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.881Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,5,0): 4556a1a9072a151fed7e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.881Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.881Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.882Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 148001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.882Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.882Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.883Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_TC_REJOINS_USING_WELL_KNOWN_KEY_TIMEOUT_S = 90
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.883Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (56,90)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.883Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (1500015300385a00)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.883Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,5,0): 1500015300385a00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.883Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.884Z zigbee-herdsman:adapter:ezsp:uart --> [555721a9072a2de859bed97e] [85,87,33,169,7,42,45,232,89,190,217,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.884Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.937Z zigbee-herdsman:adapter:ezsp:uart <-- [5657a1a9072a15b5b47e] [86,87,161,169,7,42,21,181,180,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.938Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,6,0): 5657a1a9072a15b5b47e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.938Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.939Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.940Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 158001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.940Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.941Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.942Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_APPLICATION_ZDO_FLAGS = 3
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.948Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (42,3)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.949Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (16000153002a0300)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.950Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,6,0): 16000153002a0300
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.951Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.951Z zigbee-herdsman:adapter:ezsp:uart --> [665421a9072a3fb15936ce7e] [102,84,33,169,7,42,63,177,89,54,206,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.952Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.993Z zigbee-herdsman:adapter:ezsp:uart <-- [6754a1a9072a159ab87e] [103,84,161,169,7,42,21,154,184,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.994Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,7,0): 6754a1a9072a159ab87e
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.994Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.995Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.996Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 168001530000
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.997Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.997Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.998Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_SECURITY_LEVEL = 5
Mar 07 12:42:11 raspberrypi npm[26687]: 2021-03-07T11:42:11.999Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (13,5)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.000Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (17000153000d0500)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.001Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,7,0): 17000153000d0500
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.002Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.003Z zigbee-herdsman:adapter:ezsp:uart --> [775521a9072a7d38b75960307e] [119,85,33,169,7,42,125,56,183,89,96,48,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.003Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.051Z zigbee-herdsman:adapter:ezsp:uart <-- [7055a1a9072a15f1277e] [112,85,161,169,7,42,21,241,39,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.052Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,0,0): 7055a1a9072a15f1277e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.053Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.053Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.054Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 178001530000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.054Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.055Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.056Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_END_DEVICE_POLL_TIMEOUT = 8
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.057Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (19,8)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.058Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (1800015300130800)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.058Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,0,0): 1800015300130800
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.059Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.060Z zigbee-herdsman:adapter:ezsp:uart --> [005a21a9072a06ba598dbc7e] [0,90,33,169,7,42,6,186,89,141,188,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.060Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.104Z zigbee-herdsman:adapter:ezsp:uart <-- [015aa1a9072a1508247e] [1,90,161,169,7,42,21,8,36,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.105Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,1,0): 015aa1a9072a1508247e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.105Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.106Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.106Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 188001530000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.107Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.108Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.109Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_PAN_ID_CONFLICT_REPORT_THRESHOLD = 2
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.109Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (34,2)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.110Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (1900015300220200)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.111Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,1,0): 1900015300220200
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.112Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.112Z zigbee-herdsman:adapter:ezsp:uart --> [7d315b21a9072a37b0596fec7e] [125,49,91,33,169,7,42,55,176,89,111,236,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.113Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.159Z zigbee-herdsman:adapter:ezsp:uart <-- [125ba1a9072a15a27d5d7e] [18,91,161,169,7,42,21,162,125,93,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.160Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,2,0): 125ba1a9072a15a27d7e00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.161Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.161Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.162Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 19800153000010
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.162Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 0010
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.163Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.164Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_MAX_END_DEVICE_CHILDREN = 32
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.165Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (17,32)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.165Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (1a00015300112000)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.166Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,2,0): 1a00015300112000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.167Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.167Z zigbee-herdsman:adapter:ezsp:uart --> [225821a9072a04925982ae7e] [34,88,33,169,7,42,4,146,89,130,174,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.168Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.229Z zigbee-herdsman:adapter:ezsp:uart <-- [2358a1a9072a158d717e] [35,88,161,169,7,42,21,141,113,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.230Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,3,0): 2358a1a9072a158d717e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.231Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.231Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.232Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 1a8001530000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.233Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.233Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.234Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_STACK_PROFILE = 2
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.235Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (12,2)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.236Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (1b000153000c0200)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.237Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,3,0): 1b000153000c0200
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.237Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.238Z zigbee-herdsman:adapter:ezsp:uart --> [335921a9072a19b0591c167e] [51,89,33,169,7,42,25,176,89,28,22,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.239Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.287Z zigbee-herdsman:adapter:ezsp:uart <-- [3459a1a9072a15e6ee7e] [52,89,161,169,7,42,21,230,238,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.288Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,4,0): 3459a1a9072a15e6ee7e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.288Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.289Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.290Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 1b8001530000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.290Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.291Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.292Z zigbee-herdsman:adapter:ezsp:log Set EzspConfigId.CONFIG_PACKET_BUFFER_COUNT = 255
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.292Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConfigurationValue: (1,255)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.292Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConfigurationValue: (1c0001530001ff00)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.292Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,4,0): 1c0001530001ff00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.293Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.293Z zigbee-herdsman:adapter:ezsp:uart --> [445e21a9072a144d59e6b27e] [68,94,33,169,7,42,20,77,89,230,178,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.293Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.357Z zigbee-herdsman:adapter:ezsp:uart <-- [455ea1a9072a1512af7e] [69,94,161,169,7,42,21,18,175,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.357Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,5,0): 455ea1a9072a1512af7e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.358Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.358Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.358Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 1c8001530000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.358Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.358Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 83 (setConfigurationValue) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.359Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.BINDING_MODIFICATION_POLICY = 18
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.359Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (1,18)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.359Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (1d00015500011200)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.360Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,5,0): 1d00015500011200
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.360Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.360Z zigbee-herdsman:adapter:ezsp:uart --> [555f21a9012a14a059b2d77e] [85,95,33,169,1,42,20,160,89,178,215,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.360Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.414Z zigbee-herdsman:adapter:ezsp:uart <-- [565fa1a9012a150a567e] [86,95,161,169,1,42,21,10,86,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.415Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,6,0): 565fa1a9012a150a567e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.415Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.416Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.416Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 1d8001550000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.417Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.418Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.418Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.UNICAST_REPLIES_POLICY = 32
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.419Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (2,32)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.420Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (1e00015500022000)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.421Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,6,0): 1e00015500022000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.421Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.422Z zigbee-herdsman:adapter:ezsp:uart --> [665c21a9012a17925999437e] [102,92,33,169,1,42,23,146,89,153,67,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.422Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.469Z zigbee-herdsman:adapter:ezsp:uart <-- [675ca1a9012a15255a7e] [103,92,161,169,1,42,21,37,90,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.470Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,7,0): 675ca1a9012a15255a7e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.471Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.471Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.472Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 1e8001550000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.473Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.474Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.475Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.POLL_HANDLER_POLICY = 48
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.476Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (3,48)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.476Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (1f00015500033000)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.477Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,7,0): 1f00015500033000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.478Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.479Z zigbee-herdsman:adapter:ezsp:uart --> [775d21a9012a168259520e7e] [119,93,33,169,1,42,22,130,89,82,14,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.479Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.524Z zigbee-herdsman:adapter:ezsp:uart <-- [705da1a9012a154ec57e] [112,93,161,169,1,42,21,78,197,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.525Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,0,0): 705da1a9012a154ec57e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.525Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.526Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.527Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 1f8001550000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.528Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.529Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.530Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.MESSAGE_CONTENTS_IN_CALLBACK_POLICY = 64
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.530Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (4,64)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.530Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (2000015500044000)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.530Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,0,0): 2000015500044000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.531Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.531Z zigbee-herdsman:adapter:ezsp:uart --> [006221a9012a7d31f2595aa97e] [0,98,33,169,1,42,125,49,242,89,90,169,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.531Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.580Z zigbee-herdsman:adapter:ezsp:uart <-- [0162a1a9012a15984a7e] [1,98,161,169,1,42,21,152,74,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.580Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,1,0): 0162a1a9012a15984a7e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.580Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.580Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.580Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 208001550000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.581Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.581Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.581Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.PACKET_VALIDATE_LIBRARY_POLICY = 98
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.581Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (7,98)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.582Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (2100015500076200)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.582Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,1,0): 2100015500076200
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.582Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.582Z zigbee-herdsman:adapter:ezsp:uart --> [7d316321a9012a12d0599c737e] [125,49,99,33,169,1,42,18,208,89,156,115,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.583Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.634Z zigbee-herdsman:adapter:ezsp:uart <-- [1263a1a9012a15327d337e] [18,99,161,169,1,42,21,50,125,51,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.635Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,2,0): 1263a1a9012a1532137e00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.635Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.635Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.635Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 21800155000080
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.635Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 0080
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.635Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.636Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.ZLL_POLICY = 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.636Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (8,0)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.636Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (2200015500080000)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.637Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,2,0): 2200015500080000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.637Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.637Z zigbee-herdsman:adapter:ezsp:uart --> [226021a9012a1db259cc397e] [34,96,33,169,1,42,29,178,89,204,57,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.637Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.712Z zigbee-herdsman:adapter:ezsp:uart <-- [2360a1a9012a151d1f7e] [35,96,161,169,1,42,21,29,31,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.712Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,3,0): 2360a1a9012a151d1f7e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.712Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.712Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.712Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 228001550000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.713Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.713Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.713Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.TC_REJOINS_USING_WELL_KNOWN_KEY_POLICY = 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.714Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (9,0)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.714Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (2300015500090000)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.714Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,3,0): 2300015500090000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.714Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.714Z zigbee-herdsman:adapter:ezsp:uart --> [336121a9012a1cb25904077e] [51,97,33,169,1,42,28,178,89,4,7,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.715Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.748Z zigbee-herdsman:adapter:ezsp:uart <-- [3461a1a9012a1576807e] [52,97,161,169,1,42,21,118,128,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.749Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,4,0): 3461a1a9012a1576807e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.749Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.749Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.749Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 238001550000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.749Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.749Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.750Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.APP_KEY_REQUEST_POLICY = 96
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.750Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (6,96)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.750Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (2400015500066000)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.751Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,4,0): 2400015500066000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.751Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.751Z zigbee-herdsman:adapter:ezsp:uart --> [446621a9012a7d33d259fe747e] [68,102,33,169,1,42,125,51,210,89,254,116,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.751Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.803Z zigbee-herdsman:adapter:ezsp:uart <-- [4566a1a9012a1582c17e] [69,102,161,169,1,42,21,130,193,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.803Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,5,0): 4566a1a9012a1582c17e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.803Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.803Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.804Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 248001550000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.804Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.804Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.805Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.TRUST_CENTER_POLICY = 9
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.805Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (0,9)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.805Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (2500015500000900)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.806Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,5,0): 2500015500000900
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.806Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.806Z zigbee-herdsman:adapter:ezsp:uart --> [556721a9012a15bb5902687e] [85,103,33,169,1,42,21,187,89,2,104,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.806Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.858Z zigbee-herdsman:adapter:ezsp:uart <-- [5667a1a9012a1528987e] [86,103,161,169,1,42,21,40,152,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.858Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,6,0): 5667a1a9012a1528987e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.858Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.858Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.858Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 258001550000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.859Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.859Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.859Z zigbee-herdsman:adapter:ezsp:log Set EzspPolicyId.TC_KEY_REQUEST_POLICY = 81
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.859Z zigbee-herdsman:adapter:ezsp:log ===> Send command setPolicy: (5,81)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.860Z zigbee-herdsman:adapter:ezsp:log ===> Send data setPolicy: (2600015500055100)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.860Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,6,0): 2600015500055100
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.860Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.860Z zigbee-herdsman:adapter:ezsp:uart --> [666421a9012a10e3597fbd7e] [102,100,33,169,1,42,16,227,89,127,189,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.860Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.912Z zigbee-herdsman:adapter:ezsp:uart <-- [6764a1a9012a1507947e] [103,100,161,169,1,42,21,7,148,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.913Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,7,0): 6764a1a9012a1507947e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.913Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.913Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.913Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 268001550000
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.913Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) received: 00
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.914Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 85 (setPolicy) parsed: 0
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.914Z zigbee-herdsman:adapter:ezsp:log Set EzspValueId.VALUE_MAXIMUM_OUTGOING_TRANSFER_SIZE = 82
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.914Z zigbee-herdsman:adapter:ezsp:log ===> Send command setValue: (6,82)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.915Z zigbee-herdsman:adapter:ezsp:log ===> Send data setValue: (270001ab00060052)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.915Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,7,0): 270001ab00060052
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.915Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.916Z zigbee-herdsman:adapter:ezsp:uart --> [776521a9ff2a7d33b20b6e247e] [119,101,33,169,255,42,125,51,178,11,110,36,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.916Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.968Z zigbee-herdsman:adapter:ezsp:uart <-- [7065a1a9ff2a23c2cd7e] [112,101,161,169,255,42,35,194,205,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.968Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,0,0): 7065a1a9ff2a23c2cd7e
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.969Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.969Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.969Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 278001ab0036
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.969Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 171 (setValue) received: 36
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.969Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 171 (setValue) parsed: 54
Mar 07 12:42:12 raspberrypi npm[26687]: Assertion failed
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.970Z zigbee-herdsman:adapter:ezsp:log Set EzspValueId.VALUE_MAXIMUM_INCOMING_TRANSFER_SIZE = 82
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.970Z zigbee-herdsman:adapter:ezsp:log ===> Send command setValue: (5,82)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.970Z zigbee-herdsman:adapter:ezsp:log ===> Send data setValue: (280001ab00050052)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.971Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,0,0): 280001ab00050052
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.971Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.971Z zigbee-herdsman:adapter:ezsp:uart --> [006a21a9ff2a10b20bf4c67e] [0,106,33,169,255,42,16,178,11,244,198,126]
Mar 07 12:42:12 raspberrypi npm[26687]: 2021-03-07T11:42:12.971Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.024Z zigbee-herdsman:adapter:ezsp:uart <-- [016aa1a9ff2a233bce7e] [1,106,161,169,255,42,35,59,206,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.024Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,1,0): 016aa1a9ff2a233bce7e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.024Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.024Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.025Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 288001ab0036
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.025Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 171 (setValue) received: 36
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.025Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 171 (setValue) parsed: 54
Mar 07 12:42:13 raspberrypi npm[26687]: Assertion failed
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.026Z zigbee-herdsman:adapter:ezsp:log Set EzspValueId.VALUE_END_DEVICE_KEEP_ALIVE_SUPPORT_MODE = 3
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.026Z zigbee-herdsman:adapter:ezsp:log ===> Send command setValue: (63,3)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.026Z zigbee-herdsman:adapter:ezsp:log ===> Send data setValue: (290001ab003f0003)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.026Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,1,0): 290001ab003f0003
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.027Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.027Z zigbee-herdsman:adapter:ezsp:uart --> [7d316b21a9ff2a2ab25a43787e] [125,49,107,33,169,255,42,42,178,90,67,120,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.027Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.081Z zigbee-herdsman:adapter:ezsp:uart <-- [126ba1a9ff2a15c7027e] [18,107,161,169,255,42,21,199,2,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.081Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,2,0): 126ba1a9ff2a15c7027e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.081Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.081Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.081Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 298001ab0000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.082Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 171 (setValue) received: 00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.082Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 171 (setValue) parsed: 0
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.082Z zigbee-herdsman:adapter:ezsp:log ===> Send command setConcentrator: (true,65529,10,90,4,3,0)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.082Z zigbee-herdsman:adapter:ezsp:log ===> Send data setConcentrator: (2a0001100001f9ff0a005a00040300)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.083Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,2,0): 2a0001100001f9ff0a005a00040300
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.083Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.083Z zigbee-herdsman:adapter:ezsp:uart --> [226821a9442a144ba69e4a7faa519149f3337e] [34,104,33,169,68,42,20,75,166,158,74,127,170,81,145,73,243,51,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.083Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.137Z zigbee-herdsman:adapter:ezsp:uart <-- [2368a1a9442a15e6007e] [35,104,161,169,68,42,21,230,0,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.137Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,3,0): 2368a1a9442a15e6007e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.137Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.138Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.138Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 2a8001100000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.138Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 16 (setConcentrator) received: 00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.138Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 16 (setConcentrator) parsed: 0
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.138Z zigbee-herdsman:adapter:ezsp:log Set concentrator type: 0
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.139Z zigbee-herdsman:adapter:ezsp:log ===> Send command setSourceRouteDiscoveryMode: (1)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.139Z zigbee-herdsman:adapter:ezsp:log ===> Send data setSourceRouteDiscoveryMode: (2b00015a0001)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.139Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,3,0): 2b00015a0001
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.140Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.140Z zigbee-herdsman:adapter:ezsp:uart --> [336921a90e2a147c467e] [51,105,33,169,14,42,20,124,70,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.140Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.193Z zigbee-herdsman:adapter:ezsp:uart <-- [3469a1a90e2a3db25994c8c47e] [52,105,161,169,14,42,61,178,89,148,200,196,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.193Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,4,0): 3469a1a90e2a3db25994c8c47e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.193Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.193Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.193Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 2b80015a0028000000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.194Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 90 (setSourceRouteDiscoveryMode) received: 28000000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.194Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 90 (setSourceRouteDiscoveryMode) parsed: 40
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.194Z zigbee-herdsman:adapter:ezsp:log ===> Send command addEndpoint: (1,260,48879,0,7,20,0,3,6,10,25,26,768,0,3,4,5,6,8,32,768,1024,1026,1029,1030,1280,2817,2819,2820,1794,4096,64513,64514)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.195Z zigbee-herdsman:adapter:ezsp:log ===> Send data addEndpoint: (2c00010200010401efbe0007140000030006000a0019001a0000030000030004000500060008002000000300040204050406040005010b030b040b0207001001fc02fc)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.196Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,4,0): 2c00010200010401efbe0007140000030006000a0019001a0000030000030004000500060008002000000300040204050406040005010b030b040b0207001001fc02fc
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.196Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.196Z zigbee-herdsman:adapter:ezsp:uart --> [446e21a9562a14b6587bf425ad4192499f4e21abe7ce7d5e8be7c6638afc7d5e3ca7efcddb6f89ffcfdbf5d2698f4627abe8733fa3ee758740934f2d17bae277380c0ffbb91995bd7e] [68,110,33,169,86,42,20,182,88,123,244,37,173,65,146,73,159,78,33,171,231,206,125,94,139,231,198,99,138,252,125,94,60,167,239,205,219,111,137,255,207,219,245,210,105,143,70,39,171,232,115,63,163,238,117,135,64,147,79,45,23,186,226,119,56,12,15,251,185,25,149,189,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.196Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.260Z zigbee-herdsman:adapter:ezsp:uart <-- [456ea1a9562a1554dd7e] [69,110,161,169,86,42,21,84,221,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.260Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,5,0): 456ea1a9562a1554dd7e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.260Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.260Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.261Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 2c8001020000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.261Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 2 (addEndpoint) received: 00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.261Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 2 (addEndpoint) parsed: 0
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.261Z zigbee-herdsman:adapter:driver:log Ezsp adding endpoint: [ 0 ]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.262Z zigbee-herdsman:adapter:ezsp:log ===> Send command addEndpoint: (242,41230,97,0,0,1,,33)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.262Z zigbee-herdsman:adapter:ezsp:log ===> Send data addEndpoint: (2d00010200f20ea161000000012100)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.263Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,5,0): 2d00010200f20ea161000000012100
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.263Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.263Z zigbee-herdsman:adapter:ezsp:uart --> [556f21a9562ae7bcf8f54a25aa54b34961a77e] [85,111,33,169,86,42,231,188,248,245,74,37,170,84,179,73,97,167,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.263Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.318Z zigbee-herdsman:adapter:ezsp:uart <-- [566fa1a9562a15fe847e] [86,111,161,169,86,42,21,254,132,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.318Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,6,0): 566fa1a9562a15fe847e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.318Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.318Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.319Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 2d8001020000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.319Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 2 (addEndpoint) received: 00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.319Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 2 (addEndpoint) parsed: 0
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.319Z zigbee-herdsman:adapter:driver:log Ezsp adding endpoint: [ 0 ]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.320Z zigbee-herdsman:adapter:ezsp:log Get EzspValueId.VALUE_VERSION_INFO
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.320Z zigbee-herdsman:adapter:ezsp:log ===> Send command getValue: (17)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.320Z zigbee-herdsman:adapter:ezsp:log ===> Send data getValue: (2e0001aa0011)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.320Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,6,0): 2e0001aa0011
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.320Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.320Z zigbee-herdsman:adapter:ezsp:uart --> [666c21a9fe2a045d147e] [102,108,33,169,254,42,4,93,20,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.321Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.370Z zigbee-herdsman:adapter:ezsp:uart <-- [676ca1a9fe2a15b52c954c22a255385f6f7e] [103,108,161,169,254,42,21,181,44,149,76,34,162,85,56,95,111,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.370Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,7,0): 676ca1a9fe2a15b52c954c22a255385f6f7e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.371Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.371Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.371Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 2e8001aa000007750106070800aa
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.371Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 170 (getValue) received: 0007750106070800aa
Mar 07 12:42:13 raspberrypi npm[26687]: [113B blob data]
Mar 07 12:42:13 raspberrypi npm[26687]: �
Mar 07 12:42:13 raspberrypi npm[26687]: [100B blob data]
Mar 07 12:42:13 raspberrypi npm[26687]: �
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.372Z zigbee-herdsman:adapter:driver:log EmberZNet version: 6.7.8.0 build 373
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.373Z zigbee-herdsman:adapter:ezsp:log ===> Send command networkInit: ()
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.373Z zigbee-herdsman:adapter:ezsp:log ===> Send data networkInit: (2f00011700)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.373Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,7,0): 2f00011700
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.374Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.374Z zigbee-herdsman:adapter:ezsp:uart --> [776d21a9432a042b7e] [119,109,33,169,67,42,4,43,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.375Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.425Z zigbee-herdsman:adapter:ezsp:uart <-- [706da5a9432a159b827e006db1a94d2a850a077e] [112,109,165,169,67,42,21,155,130,126,0,109,177,169,77,42,133,10,7,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.425Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,0,0): 706da5a9432a159b827e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.426Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.426Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.426Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 2f8401170000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.426Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 23 (networkInit) received: 00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.426Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 23 (networkInit) parsed: 0
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.427Z zigbee-herdsman:adapter:ezsp:uart <-- [006db1a94d2a850a077e] [0,109,177,169,77,42,133,10,7,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.427Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,0,0): 006db1a94d2a850a077e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.427Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.427Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.427Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 2f9001190090
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.427Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 25 (stackStatusHandler) received: 90
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.428Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 25 (stackStatusHandler) parsed: 144
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.428Z zigbee-herdsman:adapter:ezsp:log network init result 0
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.428Z zigbee-herdsman:adapter:ezsp:log ===> Send command getNetworkParameters: ()
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.429Z zigbee-herdsman:adapter:ezsp:log ===> Send data getNetworkParameters: (3000012800)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.429Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,1,0): 3000012800
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.429Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.429Z zigbee-herdsman:adapter:ezsp:uart --> [017221a97c2ab85e7e] [1,114,33,169,124,42,184,94,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.430Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.484Z zigbee-herdsman:adapter:ezsp:uart <-- [7d3172a1a97c2a15b3844997f877884f94fe5433b2edce678bfd3e9c8ee4c67e] [125,49,114,161,169,124,42,21,179,132,73,151,248,119,136,79,148,254,84,51,178,237,206,103,139,253,62,156,142,228,198,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.485Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,1,0): 1172a1a97c2a15b3844997f877884f94fe5433b2edce678bfd3e9c8ee4c67e00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.485Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.485Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.485Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 30800128000001dddddddddddddddd621a14190000000000f8ff0718
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.485Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 40 (getNetworkParameters) received: 0001dddddddddddddddd621a14190000000000f8ff0718
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.486Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 40 (getNetworkParameters) parsed: 0,1,EmberNetworkParameters: {"extendedPanId":[221,221,221,221,221,221,221,221],"panId":6754,"radioTxPower":20,"radioChannel":25,"joinMethod":0,"nwkManagerId":0,"nwkUpdateId":0,"channels":134215680}
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.486Z zigbee-herdsman:adapter:driver:log Current Node type: 1, Network parameters: EmberNetworkParameters: {"extendedPanId":[221,221,221,221,221,221,221,221],"panId":6754,"radioTxPower":20,"radioChannel":25,"joinMethod":0,"nwkManagerId":0,"nwkUpdateId":0,"channels":134215680}
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.486Z zigbee-herdsman:adapter:ezsp:log ===> Send command networkState: ()
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.487Z zigbee-herdsman:adapter:ezsp:log ===> Send data networkState: (3100011800)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.487Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,2,0): 3100011800
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.487Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.487Z zigbee-herdsman:adapter:ezsp:uart --> [127321a94c2ac3fe7e] [18,115,33,169,76,42,195,254,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.488Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.534Z zigbee-herdsman:adapter:ezsp:uart <-- [2273a1a94c2a170ea47e] [34,115,161,169,76,42,23,14,164,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.535Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,2,0): 2273a1a94c2a170ea47e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.535Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.535Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.535Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 318001180002
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.535Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 24 (networkState) received: 02
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.535Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 24 (networkState) parsed: 2
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.536Z zigbee-herdsman:adapter:driver:log Network state [ 2 ]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.536Z zigbee-herdsman:adapter:ezsp:log ===> Send command getNetworkParameters: ()
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.536Z zigbee-herdsman:adapter:ezsp:log ===> Send data getNetworkParameters: (3200012800)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.537Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,3,0): 3200012800
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.537Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.537Z zigbee-herdsman:adapter:ezsp:uart --> [237021a97c2a42957e] [35,112,33,169,124,42,66,149,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.537Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.596Z zigbee-herdsman:adapter:ezsp:uart <-- [3370a1a97c2a15b3844997f877884f94fe5433b2edce678bfd3e9c8e55267e] [51,112,161,169,124,42,21,179,132,73,151,248,119,136,79,148,254,84,51,178,237,206,103,139,253,62,156,142,85,38,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.596Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,3,0): 3370a1a97c2a15b3844997f877884f94fe5433b2edce678bfd3e9c8e55267e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.596Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.596Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.597Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 32800128000001dddddddddddddddd621a14190000000000f8ff07
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.597Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 40 (getNetworkParameters) received: 0001dddddddddddddddd621a14190000000000f8ff07
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.597Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 40 (getNetworkParameters) parsed: 0,1,EmberNetworkParameters: {"extendedPanId":[221,221,221,221,221,221,221,221],"panId":6754,"radioTxPower":20,"radioChannel":25,"joinMethod":0,"nwkManagerId":0,"nwkUpdateId":0,"channels":134215680}
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.598Z zigbee-herdsman:adapter:driver:log Node type: 1, Network parameters: EmberNetworkParameters: {"extendedPanId":[221,221,221,221,221,221,221,221],"panId":6754,"radioTxPower":20,"radioChannel":25,"joinMethod":0,"nwkManagerId":0,"nwkUpdateId":0,"channels":134215680}
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.598Z zigbee-herdsman:adapter:ezsp:log ===> Send command getNodeId: ()
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.598Z zigbee-herdsman:adapter:ezsp:log ===> Send data getNodeId: (3300012700)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.599Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,4,0): 3300012700
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.599Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.599Z zigbee-herdsman:adapter:ezsp:uart --> [347121a9732a2a3f7e] [52,113,33,169,115,42,42,63,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.599Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.647Z zigbee-herdsman:adapter:ezsp:uart <-- [4471a1a9732a15b231a27e] [68,113,161,169,115,42,21,178,49,162,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.647Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,4,0): 4471a1a9732a15b231a27e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.647Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.648Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.648Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 33800127000000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.648Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 39 (getNodeId) received: 0000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.648Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 39 (getNodeId) parsed: 0
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.649Z zigbee-herdsman:adapter:ezsp:log ===> Send command getEui64: ()
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.652Z zigbee-herdsman:adapter:ezsp:log ===> Send data getEui64: (3400012600)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.653Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,5,0): 3400012600
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.653Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.653Z zigbee-herdsman:adapter:ezsp:uart --> [457621a9722a7d5ee67e] [69,118,33,169,114,42,125,94,230,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.653Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.702Z zigbee-herdsman:adapter:ezsp:uart <-- [5576a1a9722a9057516ab5060e357d38e07e] [85,118,161,169,114,42,144,87,81,106,181,6,14,53,125,56,224,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.702Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,5,0): 5576a1a9722a9057516ab5060e3518e07e00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.702Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.702Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.703Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 348001260085e508feff23a4608a
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.703Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 38 (getEui64) received: 85e508feff23a4608a
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.704Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 38 (getEui64) parsed: 96,164,35,255,254,8,229,133
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.704Z zigbee-herdsman:adapter:driver:log Network ready
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.704Z zigbee-herdsman:adapter:ezsp Device join request received: 0 60a423fffe08e585
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.705Z zigbee-herdsman:adapter:ezsp Requesting 'Node Descriptor' for '0'
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.705Z zigbee-herdsman:adapter:driver:log Node_Desc_req params: 0
Mar 07 12:42:13 raspberrypi npm[26687]: [83B blob data]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.706Z zigbee-herdsman:adapter:driver:log EZSP nwk=0, IEEE=0x60a423fffe08e585
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.706Z zigbee-herdsman:adapter:ezsp:log ===> Send command setExtendedTimeout: (60a423fffe08e585,true)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.707Z zigbee-herdsman:adapter:ezsp:log ===> Send data setExtendedTimeout: (3500017e0085e508feff23a46001)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.707Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,6,0): 3500017e0085e508feff23a46001
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.707Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.707Z zigbee-herdsman:adapter:ezsp:uart --> [567721a92a2a9057516ab5060e35935e617e] [86,119,33,169,42,42,144,87,81,106,181,6,14,53,147,94,97,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.708Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.756Z zigbee-herdsman:adapter:ezsp:uart <-- [6677a1a92a2a75717e] [102,119,161,169,42,42,117,113,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.756Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,6,0): 6677a1a92a2a75717e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.757Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.757Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.757Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3580017e00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.757Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 126 (setExtendedTimeout) received:
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.758Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 126 (setExtendedTimeout) parsed:
Mar 07 12:42:13 raspberrypi npm[26687]: [224B blob data]
Mar 07 12:42:13 raspberrypi npm[26687]: )
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.759Z zigbee-herdsman:adapter:ezsp:log ===> Send data sendUnicast: (360001340000000000000200000040010000020303020000)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.760Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,7,0): 360001340000000000000200000040010000020303020000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.760Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.760Z zigbee-herdsman:adapter:ezsp:uart --> [677421a9602a15b259944a27aa5592099d4e27a9eecd658bfdfd177e] [103,116,33,169,96,42,21,178,89,148,74,39,170,85,146,9,157,78,39,169,238,205,101,139,253,253,23,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.761Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.819Z zigbee-herdsman:adapter:ezsp:uart <-- [7774a1a9602a15e9ad497e] [119,116,161,169,96,42,21,233,173,73,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.819Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,7,0): 7774a1a9602a15e9ad497e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.819Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.819Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.820Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3680013400005b
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.820Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 52 (sendUnicast) received: 005b
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.820Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 52 (sendUnicast) parsed: 0,91
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.825Z zigbee-herdsman:adapter:ezsp:uart <-- [0774b1a97d312a15b259964a25aa1593499c15d8abedce9874fec4638999c57e] [7,116,177,169,125,49,42,21,178,89,150,74,37,170,21,147,73,156,21,216,171,237,206,152,116,254,196,99,137,153,197,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.825Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,7,0): 0774b1a9112a15b259964a25aa1593499c15d8abedce9874fec4638999c57e00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.825Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.826Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.826Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 369001450000000002000000400100005bff000000ffff0302000065
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.826Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 69 (incomingMessageHandler) received: 00000002000000400100005bff000000ffff0302000065
Mar 07 12:42:13 raspberrypi npm[26687]: [266B blob data]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.827Z zigbee-herdsman:adapter:ezsp processMessage: {"messageType":0,"apsFrame":{"profileId":0,"clusterId":2,"sourceEndpoint":0,"destinationEndpoint":0,"options":320,"groupId":0,"sequence":91},"lqi":255,"rssi":0,"sender":0,"bindingIndex":255,"addressIndex":255,"message":{"type":"Buffer","data":[2,0,0]}}
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.833Z zigbee-herdsman:adapter:ezsp:uart <-- [1774b1a97d312a15b25996ca25aa1593499c12d8abedce9874ecc46389fc7d5e7f2826668cef8fbeeb5bd5d296e27e27] [23,116,177,169,125,49,42,21,178,89,150,202,37,170,21,147,73,156,18,216,171,237,206,152,116,236,196,99,137,252,125,94,127,40,38,102,140,239,143,190,235,91,213,210,150,226,126,39]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.833Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,7,0): 1774b1a9112a15b25996ca25aa1593499c12d8abedce9874ecc46389fc7e7f2826668cef8fbeeb5bd5d296e27e0000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.833Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.834Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.834Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 369001450000000002800000400100005cff000000ffff110200000000408fcdab528000412c800000ff6e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.834Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 69 (incomingMessageHandler) received: 00000002800000400100005cff000000ffff110200000000408fcdab528000412c800000ff6e
Mar 07 12:42:13 raspberrypi npm[26687]: [270B blob data]
Mar 07 12:42:13 raspberrypi npm[26687]: @�ͫR�
Mar 07 12:42:13 raspberrypi npm[26687]: A,�
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.836Z zigbee-herdsman:adapter:driver:log Node_Desc_rsp frame: {"type":"Buffer","data":[2,0,0,0,0,64,143,205,171,82,128,0,65,44,128,0,0]}
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.836Z zigbee-herdsman:adapter:driver:log Node_Desc_rsp parsed: [2,0,{"byte1":0,"byte2":0,"mac_capability_flags":64,"manufacturer_code":52623,"maximum_buffer_size":171,"maximum_incoming_transfer_size":32850,"server_mask":16640,"maximum_outgoing_transfer_size":32812,"descriptor_capability_field":0}]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.837Z zigbee-herdsman:adapter:ezsp:log Get EzspConfigId.CONFIG_MULTICAST_TABLE_SIZE
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.837Z zigbee-herdsman:adapter:ezsp:log ===> Send command getConfigurationValue: (6)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.838Z zigbee-herdsman:adapter:ezsp:log ===> Send data getConfigurationValue: (370001520006)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.838Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,2,0): 370001520006
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.839Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.839Z zigbee-herdsman:adapter:ezsp:uart --> [727521a9062a7d33d1ea7e] [114,117,33,169,6,42,125,51,209,234,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.839Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.840Z zigbee-herdsman:adapter:ezsp:uart <-- [2774b1a96b2a15b259944a27aa5592099d4e27f0eece671fb17e] [39,116,177,169,107,42,21,178,89,148,74,39,170,85,146,9,157,78,39,240,238,206,103,31,177,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.841Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,7,0): 2774b1a96b2a15b259944a27aa5592099d4e27f0eece671fb17e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.841Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.841Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.842Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3690013f00000000000002000000400100005b030000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.842Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 63 (messageSentHandler) received: 000000000002000000400100005b030000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.843Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 63 (messageSentHandler) parsed: 0,0,EmberApsFrame: {"profileId":0,"clusterId":2,"sourceEndpoint":0,"destinationEndpoint":0,"options":320,"groupId":0,"sequence":91},3,0,
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.885Z zigbee-herdsman:adapter:ezsp:uart <-- [3075a1a9062a15a2594a557e] [48,117,161,169,6,42,21,162,89,74,85,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.885Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,0,0): 3075a1a9062a15a2594a557e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.885Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.886Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.886Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3780015200001000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.886Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 82 (getConfigurationValue) received: 001000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.886Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 82 (getConfigurationValue) parsed: 0,16
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.887Z zigbee-herdsman:adapter:ezsp:log Got EzspConfigId.CONFIG_MULTICAST_TABLE_SIZE = 16
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.888Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (0)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.888Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (380001630000)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.888Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,4,0): 380001630000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.889Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.889Z zigbee-herdsman:adapter:ezsp:uart --> [047a21a9372a15a3fe7e] [4,122,33,169,55,42,21,163,254,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.889Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.940Z zigbee-herdsman:adapter:ezsp:uart <-- [417aa1a9372a15b259947d5e6c7e] [65,122,161,169,55,42,21,178,89,148,125,94,108,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.941Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,1,0): 417aa1a9372a15b259947e6c7e00
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.941Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.942Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.943Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 38800163000000000034
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.943Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 0000000034
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.944Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.945Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[0] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.946Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (1)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.947Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (390001630001)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.947Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,5,0): 390001630001
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.948Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.949Z zigbee-herdsman:adapter:ezsp:uart --> [157b21a9372a1479657e] [21,123,33,169,55,42,20,121,101,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.949Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.995Z zigbee-herdsman:adapter:ezsp:uart <-- [527ba1a9372a15b25994b0167e] [82,123,161,169,55,42,21,178,89,148,176,22,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.996Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,2,0): 527ba1a9372a15b25994b0167e
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.997Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.998Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.998Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 398001630000000000
Mar 07 12:42:13 raspberrypi npm[26687]: 2021-03-07T11:42:13.999Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.000Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.002Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[1] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.003Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (2)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.004Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (3a0001630002)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.005Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,6,0): 3a0001630002
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.006Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.007Z zigbee-herdsman:adapter:ezsp:uart --> [267821a9372a1706e97e] [38,120,33,169,55,42,23,6,233,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.008Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.050Z zigbee-herdsman:adapter:ezsp:uart <-- [6378a1a9372a15b259945f8c7e] [99,120,161,169,55,42,21,178,89,148,95,140,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.052Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,3,0): 6378a1a9372a15b259945f8c7e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.053Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.053Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.054Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3a8001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.055Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.056Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.057Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[2] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.058Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (3)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.059Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (3b0001630003)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.060Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,7,0): 3b0001630003
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.061Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.061Z zigbee-herdsman:adapter:ezsp:uart --> [377921a9372a16dc727e] [55,121,33,169,55,42,22,220,114,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.062Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.112Z zigbee-herdsman:adapter:ezsp:uart <-- [7479a1a9372a15b259943cc37e] [116,121,161,169,55,42,21,178,89,148,60,195,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.113Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,4,0): 7479a1a9372a15b259943cc37e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.113Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.113Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.113Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3b8001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.113Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.114Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.114Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[3] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.114Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (4)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.114Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (3c0001630004)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.115Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,0,0): 3c0001630004
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.115Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.115Z zigbee-herdsman:adapter:ezsp:uart --> [407d5e21a9372a7d31f9f17e] [64,125,94,33,169,55,42,125,49,249,241,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.115Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.186Z zigbee-herdsman:adapter:ezsp:uart <-- [057d5ea1a9372a15b259943dac7e] [5,125,94,161,169,55,42,21,178,89,148,61,172,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.186Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,5,0): 057ea1a9372a15b259943dac7e00
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.187Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.187Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.187Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3c800163000000000077
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.187Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 0000000077
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.187Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.188Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[4] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.188Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (5)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.188Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (3d0001630005)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.188Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,1,0): 3d0001630005
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.188Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.189Z zigbee-herdsman:adapter:ezsp:uart --> [517f21a9372a10236a7e] [81,127,33,169,55,42,16,35,106,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.189Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.214Z zigbee-herdsman:adapter:ezsp:uart <-- [167fa1a9372a15b25994f3d67e] [22,127,161,169,55,42,21,178,89,148,243,214,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.214Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,6,0): 167fa1a9372a15b25994f3d67e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.214Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.214Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.215Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3d8001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.215Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.215Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.215Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[5] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.216Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (6)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.216Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (3e0001630006)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.216Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,2,0): 3e0001630006
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.216Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.217Z zigbee-herdsman:adapter:ezsp:uart --> [627c21a9372a7d335ce67e] [98,124,33,169,55,42,125,51,92,230,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.217Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.271Z zigbee-herdsman:adapter:ezsp:uart <-- [277ca1a9372a15b259941c4c7e] [39,124,161,169,55,42,21,178,89,148,28,76,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.271Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,7,0): 277ca1a9372a15b259941c4c7e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.271Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.271Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.272Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3e8001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.272Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.272Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.272Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[6] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.273Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (7)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.273Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (3f0001630007)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.273Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,3,0): 3f0001630007
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.274Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.274Z zigbee-herdsman:adapter:ezsp:uart --> [737d5d21a9372a12867d5d7e] [115,125,93,33,169,55,42,18,134,125,93,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.274Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.326Z zigbee-herdsman:adapter:ezsp:uart <-- [307d5da1a9372a15b259947f037e] [48,125,93,161,169,55,42,21,178,89,148,127,3,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.326Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,0,0): 307da1a9372a15b259947f037e00
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.326Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.326Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.327Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 3f800163000000000035
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.327Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 0000000035
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.327Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.328Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[7] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.328Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (8)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.328Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (400001630008)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.329Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,4,0): 400001630008
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.329Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.329Z zigbee-herdsman:adapter:ezsp:uart --> [040221a9372a1d6a287e] [4,2,33,169,55,42,29,106,40,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.329Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.392Z zigbee-herdsman:adapter:ezsp:uart <-- [4102a1a9372a15b25994fc487e] [65,2,161,169,55,42,21,178,89,148,252,72,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.393Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,1,0): 4102a1a9372a15b25994fc487e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.393Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.393Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.393Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 408001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.393Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.394Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.394Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[8] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.394Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (9)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.395Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (410001630009)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.395Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,5,0): 410001630009
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.395Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.395Z zigbee-herdsman:adapter:ezsp:uart --> [150321a9372a1cb0b37e] [21,3,33,169,55,42,28,176,179,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.395Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.438Z zigbee-herdsman:adapter:ezsp:uart <-- [5203a1a9372a15b2599432327e] [82,3,161,169,55,42,21,178,89,148,50,50,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.438Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,2,0): 5203a1a9372a15b2599432327e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.438Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.439Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.439Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 418001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.439Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.439Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.440Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[9] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.440Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (10)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.440Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (42000163000a)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.440Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,6,0): 42000163000a
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.441Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.441Z zigbee-herdsman:adapter:ezsp:uart --> [260021a9372a1fcf3f7e] [38,0,33,169,55,42,31,207,63,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.441Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.494Z zigbee-herdsman:adapter:ezsp:uart <-- [6300a1a9372a15b25994dda87e] [99,0,161,169,55,42,21,178,89,148,221,168,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.494Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,3,0): 6300a1a9372a15b25994dda87e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.494Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.494Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.494Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 428001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.494Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.495Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.495Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[10] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.495Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (11)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.495Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (43000163000b)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.496Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,7,0): 43000163000b
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.496Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.496Z zigbee-herdsman:adapter:ezsp:uart --> [370121a9372a1e15a47e] [55,1,33,169,55,42,30,21,164,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.496Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.547Z zigbee-herdsman:adapter:ezsp:uart <-- [7401a1a9372a15b25994bee77e] [116,1,161,169,55,42,21,178,89,148,190,231,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.547Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,4,0): 7401a1a9372a15b25994bee77e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.547Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.547Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.547Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 438001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.547Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.548Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.548Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[11] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.548Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (12)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.550Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (44000163000c)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.551Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,0,0): 44000163000c
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.551Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.551Z zigbee-herdsman:adapter:ezsp:uart --> [400621a9372a1930277e] [64,6,33,169,55,42,25,48,39,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.551Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.602Z zigbee-herdsman:adapter:ezsp:uart <-- [0506a1a9372a15b25994bf887e] [5,6,161,169,55,42,21,178,89,148,191,136,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.602Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,5,0): 0506a1a9372a15b25994bf887e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.602Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.602Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.603Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 448001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.603Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.603Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.604Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[12] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.604Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (13)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.604Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (45000163000d)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.604Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,1,0): 45000163000d
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.604Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.605Z zigbee-herdsman:adapter:ezsp:uart --> [510721a9372a7d38eabc7e] [81,7,33,169,55,42,125,56,234,188,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.605Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.683Z zigbee-herdsman:adapter:ezsp:uart <-- [1607a1a9372a15b2599471f27e] [22,7,161,169,55,42,21,178,89,148,113,242,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.684Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,6,0): 1607a1a9372a15b2599471f27e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.684Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.684Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.684Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 458001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.685Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.685Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.685Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[13] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.685Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (14)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.686Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (46000163000e)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.686Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,2,0): 46000163000e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.686Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.686Z zigbee-herdsman:adapter:ezsp:uart --> [620421a9372a1b95307e] [98,4,33,169,55,42,27,149,48,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.686Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.712Z zigbee-herdsman:adapter:ezsp:uart <-- [2704a1a9372a15b259949e687e] [39,4,161,169,55,42,21,178,89,148,158,104,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.712Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,7,0): 2704a1a9372a15b259949e687e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.713Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.713Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.713Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 468001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.713Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.713Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.714Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[14] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.714Z zigbee-herdsman:adapter:ezsp:log ===> Send command getMulticastTableEntry: (15)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.714Z zigbee-herdsman:adapter:ezsp:log ===> Send data getMulticastTableEntry: (47000163000f)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.715Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (7,3,0): 47000163000f
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.715Z zigbee-herdsman:adapter:ezsp:uart waiting (0)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.715Z zigbee-herdsman:adapter:ezsp:uart --> [730521a9372a7d3a4fab7e] [115,5,33,169,55,42,125,58,79,171,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.715Z zigbee-herdsman:adapter:ezsp:uart waiting (0) success
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.768Z zigbee-herdsman:adapter:ezsp:uart <-- [3005a1a9372a15b25994fd277e] [48,5,161,169,55,42,21,178,89,148,253,39,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.768Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,0,0): 3005a1a9372a15b25994fd277e
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.768Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.768Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.768Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 478001630000000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.769Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) received: 00000000
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.769Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 99 (getMulticastTableEntry) parsed: 0,EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:14 raspberrypi npm[26687]: 2021-03-07T11:42:14.769Z zigbee-herdsman:adapter:ezsp:multicast MulticastTableEntry[15] = EmberMulticastTableEntry: {"multicastId":0,"endpoint":0,"networkIndex":0}
Mar 07 12:42:18 raspberrypi npm[26687]: 2021-03-07T11:42:18.329Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (0800010500)
Mar 07 12:42:18 raspberrypi npm[26687]: 2021-03-07T11:42:18.329Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,7,0): 0800010500
Mar 07 12:42:18 raspberrypi npm[26687]: 2021-03-07T11:42:18.329Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:18 raspberrypi npm[26687]: 2021-03-07T11:42:18.329Z zigbee-herdsman:adapter:ezsp:uart --> [074a21a9512a4bc67e] [7,74,33,169,81,42,75,198,126]
Mar 07 12:42:18 raspberrypi npm[26687]: 2021-03-07T11:42:18.330Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:18 raspberrypi npm[26687]: 2021-03-07T11:42:18.330Z zigbee-herdsman:adapter:ezsp:error Watchdog heartbeat timeout Error: {"frameId":5,"sequence":263} after 10000ms
Mar 07 12:42:18 raspberrypi npm[26687]: at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
Mar 07 12:42:18 raspberrypi npm[26687]: at listOnTimeout (node:internal/timers:556:17)
Mar 07 12:42:18 raspberrypi npm[26687]: at processTimers (node:internal/timers:499:7)
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.508Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 0
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.508Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.508Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (4800010500)
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.508Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (0,4,0): 4800010500
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.508Z zigbee-herdsman:adapter:ezsp:uart waiting (1)
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.508Z zigbee-herdsman:adapter:ezsp:uart --> [040a21a9512a944e7e] [4,10,33,169,81,42,148,78,126]
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.509Z zigbee-herdsman:adapter:ezsp:uart waiting (1) success
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.538Z zigbee-herdsman:adapter:ezsp:uart <-- [410aa1a9512a60677e] [65,10,161,169,81,42,96,103,126]
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.538Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,1,0): 410aa1a9512a60677e
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.538Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.538Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.538Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4880010500
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.538Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:42:20 raspberrypi npm[26687]: 2021-03-07T11:42:20.538Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:42:28 raspberrypi npm[26687]: 2021-03-07T11:42:28.338Z zigbee-herdsman:adapter:ezsp:error Watchdog heartbeat timeout Error: {"frameId":5,"sequence":264} after 10000ms
Mar 07 12:42:28 raspberrypi npm[26687]: at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)
Mar 07 12:42:28 raspberrypi npm[26687]: at listOnTimeout (node:internal/timers:556:17)
Mar 07 12:42:28 raspberrypi npm[26687]: at processTimers (node:internal/timers:499:7)
Mar 07 12:42:29 raspberrypi npm[26687]: 2021-03-07T11:42:29.344Z zigbee-herdsman:adapter:ezsp:uart <-- [510ab1a97d312a10b2598b4a25aa5592499c4ed8abedce9874d74766fd535dc158ccbc5ade9dfd3924f2a3ed5f1f38577d33514a21f96380bf676b57977d31f173c6e329763f35317e] [81,10,177,169,125,49,42,16,178,89,139,74,37,170,85,146,73,156,78,216,171,237,206,152,116,215,71,102,253,83,93,193,88,204,188,90,222,157,253,57,36,242,163,237,95,31,56,87,125,51,81,74,33,249,99,128,191,103,107,87,151,125,49,241,115,198,227,41,118,63,53,49,126]
Mar 07 12:42:29 raspberrypi npm[26687]: 2021-03-07T11:42:29.344Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,1,0): 510ab1a9112a10b2598b4a25aa5592499c4ed8abedce9874d74766fd535dc158ccbc5ade9dfd3924f2a3ed5f1f385713514a21f96380bf676b579711f173c6e329763f35317e000000
Mar 07 12:42:29 raspberrypi npm[26687]: 2021-03-07T11:42:29.344Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:42:29 raspberrypi npm[26687]: 2021-03-07T11:42:29.344Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:42:29 raspberrypi npm[26687]: 2021-03-07T11:42:29.345Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 48900145000500001f0000000000000000ff000000ffff2a810574af23feff277184b11202feff277184d3591bfeff277184131602feff277184a01103feff277184d0fb1b
Mar 07 12:42:29 raspberrypi npm[26687]: 2021-03-07T11:42:29.345Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 69 (incomingMessageHandler) received: 0500001f0000000000000000ff000000ffff2a810574af23feff277184b11202feff277184d3591bfeff277184131602feff277184a01103feff277184d0fb1b
Mar 07 12:42:29 raspberrypi npm[26687]: [345B blob data]
Mar 07 12:42:29 raspberrypi npm[26687]: 2021-03-07T11:42:29.345Z zigbee-herdsman:adapter:ezsp processMessage: {"messageType":5,"apsFrame":{"profileId":0,"clusterId":31,"sourceEndpoint":0,"destinationEndpoint":0,"options":0,"groupId":0,"sequence":0},"lqi":255,"rssi":0,"sender":0,"bindingIndex":255,"addressIndex":255,"message":{"type":"Buffer","data":[129,5,116,175,35,254,255,39,113,132,177,18,2,254,255,39,113,132,211,89,27,254,255,39,113,132,19,22,2,254,255,39,113,132,160,17,3,254,255,39,113,132]}}
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.266Z zigbee-herdsman:adapter:ezsp:uart <-- [610ab1a96b2a7d334ea6944a3aaa5592499c4e27abedce670e067e] [97,10,177,169,107,42,125,51,78,166,148,74,58,170,85,146,73,156,78,39,171,237,206,103,14,6,126]
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.267Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,1,0): 610ab1a96b2a134ea6944a3aaa5592499c4e27abedce670e067e00
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.267Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.267Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.267Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4890013f0006fcff00001f000000000000000000000085
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.268Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 63 (messageSentHandler) received: 06fcff00001f000000000000000000000085
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.273Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 63 (messageSentHandler) parsed: 6,65532,EmberApsFrame: {"profileId":0,"clusterId":31,"sourceEndpoint":0,"destinationEndpoint":0,"options":0,"groupId":0,"sequence":0},0,0,
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.508Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 0
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.509Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.509Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (4900010500)
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.510Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (1,7,0): 4900010500
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.510Z zigbee-herdsman:adapter:ezsp:uart waiting (2)
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.510Z zigbee-herdsman:adapter:ezsp:uart --> [170b21a9512aea7b7e] [23,11,33,169,81,42,234,123,126]
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.510Z zigbee-herdsman:adapter:ezsp:uart waiting (2) success
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.566Z zigbee-herdsman:adapter:ezsp:uart <-- [720ba1a9512a2b5a7e] [114,11,161,169,81,42,43,90,126]
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.566Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (7,2,0): 720ba1a9512a2b5a7e
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.566Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (0)
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.566Z zigbee-herdsman:adapter:ezsp:uart --> [8070787e] [128,112,120,126]
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.567Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4980010500
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.567Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:42:30 raspberrypi npm[26687]: 2021-03-07T11:42:30.567Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.509Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 0
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.509Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.510Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (4a00010500)
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.510Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (2,0,0): 4a00010500
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.510Z zigbee-herdsman:adapter:ezsp:uart waiting (3)
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.510Z zigbee-herdsman:adapter:ezsp:uart --> [200821a9512ae3647e] [32,8,33,169,81,42,227,100,126]
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.511Z zigbee-herdsman:adapter:ezsp:uart waiting (3) success
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.527Z zigbee-herdsman:adapter:ezsp:uart <-- [0308a1a9512ac5b47e] [3,8,161,169,81,42,197,180,126]
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.527Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (0,3,0): 0308a1a9512ac5b47e
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.527Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (1)
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.527Z zigbee-herdsman:adapter:ezsp:uart --> [8160597e] [129,96,89,126]
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.528Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4a80010500
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.528Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:42:40 raspberrypi npm[26687]: 2021-03-07T11:42:40.528Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.510Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 0
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.510Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.510Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (4b00010500)
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.510Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (3,1,0): 4b00010500
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.511Z zigbee-herdsman:adapter:ezsp:uart waiting (4)
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.511Z zigbee-herdsman:adapter:ezsp:uart --> [310921a9512a167d317e] [49,9,33,169,81,42,22,125,49,126]
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.511Z zigbee-herdsman:adapter:ezsp:uart waiting (4) success
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.537Z zigbee-herdsman:adapter:ezsp:uart <-- [1409a1a9512abd207e] [20,9,161,169,81,42,189,32,126]
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.538Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (1,4,0): 1409a1a9512abd207e
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.538Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (2)
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.538Z zigbee-herdsman:adapter:ezsp:uart --> [82503a7e] [130,80,58,126]
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.538Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4b80010500
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.538Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:42:50 raspberrypi npm[26687]: 2021-03-07T11:42:50.538Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.510Z zigbee-herdsman:adapter:ezsp:log Time to watchdog ... 0
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.510Z zigbee-herdsman:adapter:ezsp:log ===> Send command nop: ()
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.510Z zigbee-herdsman:adapter:ezsp:log ===> Send data nop: (4c00010500)
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.511Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (4,2,0): 4c00010500
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.511Z zigbee-herdsman:adapter:ezsp:uart waiting (5)
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.511Z zigbee-herdsman:adapter:ezsp:uart --> [420e21a9512afab97e] [66,14,33,169,81,42,250,185,126]
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.511Z zigbee-herdsman:adapter:ezsp:uart waiting (5) success
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.546Z zigbee-herdsman:adapter:ezsp:uart <-- [250ea1a9512ab0d87e] [37,14,161,169,81,42,176,216,126]
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.546Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (2,5,0): 250ea1a9512ab0d87e
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.546Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (3)
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.546Z zigbee-herdsman:adapter:ezsp:uart --> [83401b7e] [131,64,27,126]
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.546Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4c80010500
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.546Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) received:
Mar 07 12:43:00 raspberrypi npm[26687]: 2021-03-07T11:43:00.547Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 5 (nop) parsed:
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.619Z zigbee-herdsman:adapter:ezsp:uart <-- [350eb1a97d312a15b65894a524ab5593499c869b6026e09874f0cf3788fc7c59a5ebc9de6f8f1cf1667e] [53,14,177,169,125,49,42,21,182,88,148,165,36,171,85,147,73,156,134,155,96,38,224,152,116,240,207,55,136,252,124,89,165,235,201,222,111,143,28,241,102,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.619Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (3,5,0): 350eb1a9112a15b65894a524ab5593499c869b6026e09874f0cf3788fc7c59a5ebc9de6f8f1cf1667e00
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.620Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (4)
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.620Z zigbee-herdsman:adapter:ezsp:uart --> [8430fc7e] [132,48,252,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.620Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4c9001450000040100ef010100010000c8bccbcb2effff0d095401000266020004000000e336
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.620Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 69 (incomingMessageHandler) received: 00040100ef010100010000c8bccbcb2effff0d095401000266020004000000e336
Mar 07 12:43:08 raspberrypi npm[26687]: [288B blob data]
Mar 07 12:43:08 raspberrypi npm[26687]: [3B blob data]
Mar 07 12:43:08 raspberrypi npm[26687]: [1B blob data]
Mar 07 12:43:08 raspberrypi npm[26687]: �
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.621Z zigbee-herdsman:adapter:ezsp processMessage: {"messageType":0,"apsFrame":{"profileId":260,"clusterId":61184,"sourceEndpoint":1,"destinationEndpoint":1,"options":256,"groupId":0,"sequence":200},"lqi":188,"rssi":-53,"sender":11979,"bindingIndex":255,"addressIndex":255,"message":{"type":"Buffer","data":[9,84,1,0,2,102,2,0,4,0,0,0,227]}}
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.623Z zigbee-herdsman:controller:log Received 'zcl' data '{"frame":{"Header":{"frameControl":{"frameType":1,"manufacturerSpecific":false,"direction":1,"disableDefaultResponse":false,"reservedBits":0},"transactionSequenceNumber":84,"manufacturerCode":null,"commandIdentifier":1},"Payload":{"status":0,"transid":2,"dp":102,"datatype":2,"fn":0,"data":{"type":"Buffer","data":[0,0,0,227]}},"Command":{"ID":1,"parameters":[{"name":"status","type":32},{"name":"transid","type":32},{"name":"dp","type":32},{"name":"datatype","type":32},{"name":"fn","type":32},{"name":"data","type":65}],"name":"getData"}},"address":11979,"endpoint":1,"linkquality":188,"groupID":0}'
Mar 07 12:43:08 raspberrypi npm[26687]: Zigbee2MQTT:debug 2021-03-07 12:43:08: Received Zigbee message from 'thermostat_wohnzimmer', type 'commandGetData', cluster 'manuSpecificTuya', data '{"data":{"data":[0,0,0,227],"type":"Buffer"},"datatype":2,"dp":102,"fn":0,"status":0,"transid":2}' from endpoint 1 with groupID 0
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.627Z zigbee-herdsman:controller:endpoint DefaultResponse 0x847127fffe23af74/1 61184(1, {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":1,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false})
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.628Z zigbee-herdsman:adapter:ezsp sendZclFrameToEndpointInternal 0x847127fffe23af74:11979/1 (0,0,1)
Mar 07 12:43:08 raspberrypi npm[26687]: Zigbee2MQTT:info 2021-03-07 12:43:08: MQTT publish: topic 'zigbee/thermostat_wohnzimmer', payload '{"anti_scaling":"ON","away_mode":"OFF","battery_low":false,"child_lock":"LOCKED","current_heating_setpoint":30,"frost_detection":"OFF","linkquality":188,"local_temperature":22.7,"local_temperature_calibration":0,"preset_mode":"none","system_mode":"heat","window_detection":"OFF"}'
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.634Z zigbee-herdsman:adapter:ezsp:log ===> Send command setExtendedTimeout: (847127fffe23af74,true)
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.634Z zigbee-herdsman:adapter:ezsp:log ===> Send data setExtendedTimeout: (4d00017e0074af23feff27718401)
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.635Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (5,4,0): 4d00017e0074af23feff27718401
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.635Z zigbee-herdsman:adapter:ezsp:uart waiting (6)
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.635Z zigbee-herdsman:adapter:ezsp:uart --> [540f21a92a2a611d7a6ab502dbd193ad887e] [84,15,33,169,42,42,97,29,122,106,181,2,219,209,147,173,136,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.635Z zigbee-herdsman:adapter:ezsp:uart waiting (6) success
Mar 07 12:43:08 raspberrypi npm[26687]: Zigbee2MQTT:debug 2021-03-07 12:43:08: Received MQTT message on 'zigbee/thermostat_wohnzimmer/last_msg' with data '2021-03-07T11:43:08.640Z'
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.672Z zigbee-herdsman:adapter:ezsp:uart <-- [460fa1a92a2a5fd27e] [70,15,161,169,42,42,95,210,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.672Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (4,6,0): 460fa1a92a2a5fd27e
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.672Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (5)
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.673Z zigbee-herdsman:adapter:ezsp:uart --> [8520dd7e] [133,32,221,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.673Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4d80017e00
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.673Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 126 (setExtendedTimeout) received:
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.673Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 126 (setExtendedTimeout) parsed:
Mar 07 12:43:08 raspberrypi npm[26687]: [237B blob data]
Mar 07 12:43:08 raspberrypi npm[26687]: )
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.675Z zigbee-herdsman:adapter:ezsp:log ===> Send data sendUnicast: (4e0001340000cb2e040100ef01014001000003040518540b0100)
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.675Z zigbee-herdsman:adapter:ezsp:uart Send DATA frame (6,5,0): 4e0001340000cb2e040100ef01014001000003040518540b0100
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.675Z zigbee-herdsman:adapter:ezsp:uart waiting (7)
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.675Z zigbee-herdsman:adapter:ezsp:uart --> [650c21a9602a157977904b25455493099d4e27a8e9cb7fdff6c76335bf7e] [101,12,33,169,96,42,21,121,119,144,75,37,69,84,147,9,157,78,39,168,233,203,127,223,246,199,99,53,191,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.676Z zigbee-herdsman:adapter:ezsp:uart waiting (7) success
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.732Z zigbee-herdsman:adapter:ezsp:uart <-- [570ca1a9602a15efa12b7e] [87,12,161,169,96,42,21,239,161,43,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.732Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (5,7,0): 570ca1a9602a15efa12b7e
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.732Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (6)
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.732Z zigbee-herdsman:adapter:ezsp:uart --> [8610be7e] [134,16,190,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.733Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4e80013400005d
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.733Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 52 (sendUnicast) received: 005d
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.733Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 52 (sendUnicast) parsed: 0,93
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.828Z zigbee-herdsman:adapter:ezsp:uart <-- [670cb1a96b2a157977904b25455493099d4e27f6e9ce67e7a57e] [103,12,177,169,107,42,21,121,119,144,75,37,69,84,147,9,157,78,39,246,233,206,103,231,165,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.830Z zigbee-herdsman:adapter:ezsp:uart Recv DATA frame (6,7,0): 670cb1a96b2a157977904b25455493099d4e27f6e9ce67e7a57e
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.831Z zigbee-herdsman:adapter:ezsp:uart Send ACK frame (7)
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.831Z zigbee-herdsman:adapter:ezsp:uart --> [87009f7e] [135,0,159,126]
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.832Z zigbee-herdsman:adapter:ezsp:log <=== Frame: 4e90013f0000cb2e040100ef0101400100005d040000
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.833Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 63 (messageSentHandler) received: 00cb2e040100ef0101400100005d040000
Mar 07 12:43:08 raspberrypi npm[26687]: 2021-03-07T11:43:08.834Z zigbee-herdsman:adapter:ezsp:log <=== Application frame 63 (messageSentHandler) parsed: 0,11979,EmberApsFrame: {"profileId":260,"clusterId":61184,"sourceEndpoint":1,"destinationEndpoint":1,"options":320,"groupId":0,"sequence":93},4,0,
|
@danielk117 next time use pastebin or file... do not post long logs as comment |
If its large but not too large you can using this markdown:
Click for folding out the log
Or do one Zip file with the log file and attaching it in the comment. |
Next time i use pastebin. I didn’t pay attention to the length 😉 |
Dear friends, any news so far? |
No, sorry. I am busy at main work |
Hello everyone, I am trying the EZSP adapter (thank you for your work!) and I have an error while pairing. The procedure is starting correctly but then the device leaves the network:
My SDK documentation is telling me:
Any recommendations? Best, |
Then you is trying pairing one no Zigbee 3 device with one "true" Zugbee 3 coordinator (or its opposite i have not reading your log 110%) Try with one "real" Zigbee 3 device like (most 95%) IKEA devices. |
"zclVersion":2 = Zigbee 3 or ZLL with Zigbee PRO = can / need updating the trust center link key. And then its up to the policy of the trust center in your coordinator is having if its accepting no / less security devices or not. |
@MattWestb can you tell me what config / policies it is set for? maybe my parameters are wrong |
I dont knowing them only the workflow then pairing real Zegbee 3 devices. If you is putting the level to low then some Zigbee 3 devices cant complete joining /not getting one updated trust center link key) and to high legacy and Xiaomi devices cant joining cant requesting one updated trust center link key. |
I have the same error using bellows, but not when using Z3Gateway CLI and forming a Z3.0 network (instructions). I'll keep you updated, |
My zigbbe network: 12 battery powered (SNZB02) ZHA holds up well, very well indeed I tried switching the firmware : But not work now I only restarted Z2M Do you have any further suggestions to make my configuration more stable (it works with room-by-room heating and above all anti-theft and I can't afford frequent interruptions) Thanks |
The 7.4.0 firmware only works with zigbee2mqtt edge right now.... But you aren't using zha and z2m at the same time with the same coordinator? Aren't you? |
I can give some qualitiative input here. I initially started with the sonoff dongle e, so an efr32 based chip. By then I didn't have anything to compare to, but I had the following experience:
Yesterday, I switched back to a sonoff dongle p , so a CC2652 based chip. I basically reinstalled my (docker based) installation of Z2M. Here are my impressions:
So I will definitely stay with the P. I see no benefit in the newer one and for me, it seems more reliable. |
What firmware version are you running on the Dongle E? That makes a huge difference. If you're not on v7.3.1.0, you'll have issues. I am on this firmware and have ZERO issues. You can get the firmware here: https://darkxst.github.io/silabs-firmware-builder/ |
Thanks for the reply. I am using the official recommentation by Sonoff, so https://github.com/itead/Sonoff_Zigbee_Dongle_Firmware/tree/master/Dongle-E/NCP |
Yep, that really doesn't work well with Zigbee2MQTT. Please update firmware using the link I gave, and then report back :) |
If I had only known that a few days ago. I searched quite extensive, but didn't really find that there are issues with the original firmware and that there is a newer. It's a pitty Sonoff is also taking no action. |
You cannot switch between Dongle E and Dongle P without repairing, unfortunately :( |
I think he just want to know if he need a backup if he updates the firmware on dongle-e. Edit: |
@riesi77 I never had that kind of "breaks-everything" issue (some occasional ones of course, it's a network after all...), even with factory firmware (6.10.3) with the Sonoff Dongle-E, it worked well for over a year (HA OS on Intel NUC, with Z2M addon). I switched to 7.3.1 from darkxst recently, and it did smooth out the quality of the network a bit. PS: The proper URL for darkxst's flasher now is https://darkxst.github.io/silabs-firmware-builder/ |
You can migrate back and forth or vice verse via an unofficial method using zigpy-cli as third-party CLI for backup and restore, (off-topic here though), see -> Koenkk/zigbee2mqtt#16478 |
Ther might be some issues with OTA under 7.4.0.0 and the newest Z2M. Probably with heavy traffic as root cause? my entry from today: Koenkk/zigbee2mqtt#21011 |
Originally posted by @kirovilya in #888 (comment)
@Nerivec will you also look at adding ezsp Zigbee network restore? That is missing before Z2M can list ezsp as recommended: https://www.zigbee2mqtt.io/guide/adapters/ Enabling ezsp adapter backup AND restore will also allow for adapter type migration which is a feature that is often requested: PS: For reference, cross-migration between different adapter types was main reason for Open ZigBee Coordinator Backup Format: |
Its not true at the moment then EZSP is using hashed TC-link keys and other adapter is using stored random TC-link keys and normally EZSP only having some (6-12) tokens reserved for link (and APS) keys if not compiling the firmware with max 127 slots. |
Would it be possible to check ZGP code for PTM216Z from Enocean ? Some users seem to get error with this ZGP device on EZSP adapter #21366, #20845, #17104. I finally decided to buy on PTM216Z to try and I was able to reproduce the error. With my poor knowledge, I did some tries with some external converters but I am stuck to get it work correctly.
I had a try on my prod network which uses a Sonoff Dongle-P version and it was working as expected. What I have seen, ZGP implementation looks slightly different between Dongle-E and P version. Dongle-P: You need a router (HUE) to pair a PTM216Z. Almost the same with PTM215Z but other brands seem to be able to translate ZGP frames. I have 7 PTM215Z working and paired via some IKEA router, Ubysis router (S2) and a Dongle-E flashed with router firmware. I am sorry if it was not the right place to post. Update 27.02.2024 : with the new ember driver, this module (PTM216Z) is fully working. |
if someone else is interested in the "ezsp" adapter, then in the dev/edge z2m version I added the ability to restore the network from backup. I've checked it several times, but I need more to confirm the work. |
Folks, I need some guidance, as I'm really desperate. Some time before I used the old CC2531 dongle and my zigbee was rock stable. Then I decided to "upgrade" to dongle-e and since then my zigbee is just a disaster.
I tried using the stable zigbee2mqtt (through HA addon) and the edge version, with both I'll be very grateful for any help or advice. |
I had the same exact problems. Upgrade to Firmware 7.4.1 using this and they will be gone. |
Sorry for typos earlie, I meant 7.3.x and 7.4.1 firmwares. I'm on 7.4.1 now adn everything works the same :( |
FYI, Aqara, Xiaomi, and Tuya devices are all infamously known to have issues staying connected via incompatible Zigbee Router devices and therefore it is recommended to add more "known good" Zigbee Router devices that are compatible. See example: https://community.hubitat.com/t/xiaomi-aqara-devices-pairing-keeping-them-connected/623 I wrote a more general guide here that also includes my tips on these known good dedicated Zigbee Router devices/products:
Note! While the Sonoff ZBDongle-P (CC2652P) is known for being among the best Zigbee Coordinator for Zigbee2MQTT, the Sonoff ZBDongle-E (EFR32MG21 based) flashed with Zigbee Router firmware is known for making among the best dedicted Zigbee Zigbee Signal Repeaters / Zigbee Range Extenders after being converted into a such stand-alone product. Personally I recommend adding at least three (3) such dedicated Zigbee Router devices to all Zigbee networks even if you are not seeing any problem symptoms, but if you are still having problems then consider adding even more than that. Regardless, buy more known good Zigbee Router devices and add a few of those then place them strategically as Zigbee repeaters so located close to your troublesome devices then re-pair those troublesome devices so that they will connect to these known good Zigbee routers instead. Anyway, when in doubt, add more known good Zigbee Router devices to Zigbee network to get better coverage and range! PS: By the way, be sure to replace batteries and re-pair/re-join any battery-powered devices after you added any new Zigbee Router devices to your network, and remember that problems like fast battery drain is a symtoms of not having enough Zigbee Router devices as it usually means that message need to be re-sent and thus the device kept alive more which drains the battery. Obviously that is in addition problem symtoms to having connectivity issues with devices which is also most often due to not have enough Zigbee Router devices. |
@piontec you did not mention if you have your Zigbee Coordinator connected to a USB 2.0 port or USB 3.0 port and if you have it close to any USB 3.0 peripherals or other appliances/devices? Those are also known sources of EMF/EMI/RMI interference which are infamous for having significant impact on Zigbee traffic/communitication so read and try to follow all that related tip and other tips here -> https://community.home-assistant.io/t/zigbee-networks-how-to-guide-for-avoiding-interference-optimizing-using-zigbee-router-devices-repeaters-extenders-to-get-best-possible-range-and-coverage/515752 PS: That USB 2.0 tip goes in addition to the above recommendation above about more "known good" Zigbee Router devices ;) |
Recommended read and follow this article regarding migrating Zigbee2MQTT from https://smarthomescene.com/guides/how-to-use-ember-driver-with-efr32mg21-zigbee-adapters/ Summery; Tip! Before migrating from the Note! The new For reference see:
PS: "Deprecated" does not mean that the |
If flashing to 7.4 is not working, see this issue comment where I had success. |
Help: I purchased the FOUNKO EZSP-NCP Zigbee 3.0 USB Dongle gateway (Firmware version: 6.10.3) on the Internet. When I add multiple low-power devices at a time while connecting to HA, I found that some devices failed to be added. Comparing the wireless packet capture data of the failed Device and the successfully added device, it is found that the gateway does not send some commands to the sub-device for the failed device, such as: Basic: Read Attributes; Active Endpoints Request; Simple Descriptor Request and so on. Who can help to explain the cause of this problem? |
First adding some good Zigbee 3 routers and then blocking the coordinator having direct children and all is working great. |
What I found in my testing was that when this happened, even if I only added one device, it would happen, repeated testing many times and the same situation, the coordinator did not issue those commands to the child devices |
Before troubleshooting any deeper you should start by first try to follow all the best practice tips here: A summary of some (but not all) of those tips are covered in the FAQ for Zigbee2MQTT but also in much less detail: It is harder to almost impossible to troubleshoot if not already taken actions to avoid EMF interference and added a few Zigbee Router devices, so that especially include using a USB extension cable to a USB 2.0 port (or using a shielded USB 2.0 extension cable) and adding at least a couple good Zigbee Router devices before begin to add any Zigbee End Devices. Anyway, as posted in my post two posts above yours; you should regardless of this be aware that this ”ezsp” driver in Zigbee2MQTT is deprecated as it is being superseeded with the newer ”ember” driver that require EmberZNet 7.3 firmware version, see -> #319 (comment) |
After accepting the alpha version of the code, now I propose to write comments here until we complete the development.
The adapter is designed to work with EFR32 chips using the EZSP v8 protocol. Recommended firmware NCP 6.7.8.
The work with devices with such chips was tested:
Settings:
Worked:
TODO:
I urge the developers to participate in the finalization of the adapter. I'm not an expert in TypeScript and EmberZNet, so I ask for help.
The text was updated successfully, but these errors were encountered: