Skip to content
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

Open
9 of 11 tasks
kirovilya opened this issue Mar 3, 2021 · 841 comments
Open
9 of 11 tasks

[WIP]: EFR32 EZSP adapter implementation and test #319

kirovilya opened this issue Mar 3, 2021 · 841 comments

Comments

@kirovilya
Copy link
Contributor

kirovilya commented Mar 3, 2021

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:

  • specify port parameter or gateway address
  • set adapter to "ezsp"

Worked:

  • Pairing/Leaving
  • Bind/Unbind
  • ZCL messages/commands
  • Network map

TODO:

  • Improving the stability work of the network
  • Groups
  • Touchlink
  • Backup/Restore
  • OTA update
  • Tests
  • ZGP (Zigbee Green Power)

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.

@MattWestb
Copy link

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 !!!

@kirovilya
Copy link
Contributor Author

@MattWestb no, i haven't. I think it should work in the same way there, too. the protocol is the same.

@MattWestb
Copy link

I have asking our brave EM35X users if some can testing it and im 95% sure its working OK :-))

@Hedda
Copy link
Contributor

Hedda commented Mar 3, 2021

The adapter is designed to work with EFR32 chips using the EmberZNet v8 protocol. Recommended firmware NCP 6.7.8.

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:

https://github.com/zigpy/zigpy/wiki/Coordinator-Firmware-Updates#recommended-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!

@danielk117
Copy link

Tried it with 5 thermostat SEA801. Works basically 👍 but there are some problems. Z2M restarts every few minutes with the following message...

│Mar 06 15:03:25 raspberrypi npm[14963]: /opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67                                      │
│Mar 06 15:03:25 raspberrypi npm[14963]:                     waiter.reject(new Error(message));                                                       │
│Mar 06 15:03:25 raspberrypi npm[14963]:                                   ^                                                                          │
│Mar 06 15:03:25 raspberrypi npm[14963]: Error: {"frameId":85,"sequence":261} after 30000ms                                                           │
│Mar 06 15:03:25 raspberrypi npm[14963]:     at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)       │
│Mar 06 15:03:25 raspberrypi npm[14963]:     at listOnTimeout (node:internal/timers:556:17)                                                           │
│Mar 06 15:03:25 raspberrypi npm[14963]:     at processTimers (node:internal/timers:499:7)                                                            │
│Mar 06 15:03:25 raspberrypi npm[14963]: npm ERR! code 1                                                                                              │
│Mar 06 15:03:25 raspberrypi npm[14963]: npm ERR! path /opt/zigbee2mqtt                                                                               │
│Mar 06 15:03:25 raspberrypi npm[14963]: npm ERR! command failed                                                                                      │
│Mar 06 15:03:25 raspberrypi npm[14963]: npm ERR! command sh -c node index.js                                                                         │
│Mar 06 15:03:25 raspberrypi npm[14963]: npm ERR! A complete log of this run can be found in:                                                         │
│Mar 06 15:03:25 raspberrypi npm[14963]: npm ERR!     /home/pi/.npm/_logs/2021-03-06T14_03_25_317Z-debug.log                                          │
│Mar 06 15:03:25 raspberrypi systemd[1]: zigbee2mqtt.service: Main process exited, code=exited, status=1/FAILURE                                      │
│Mar 06 15:03:25 raspberrypi systemd[1]: zigbee2mqtt.service: Failed with result 'exit-code'.

@kirovilya
Copy link
Contributor Author

@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.

@Koenkk
Copy link
Owner

Koenkk commented Mar 6, 2021

Changes will be available in 1 hour in the dev branch (https://www.zigbee2mqtt.io/how_tos/how-to-switch-to-dev-branch.html)

@danielk117
Copy link

Thank you both! 😃 I'm already on dev branch and will try the latest version now.

@danielk117
Copy link

@kirovilya
Sorry man, same errors for now.

│Mar 06 21:02:06 raspberrypi npm[12167]: Assertion failed                                                                                             │
│Mar 06 21:02:06 raspberrypi npm[12167]: Assertion failed                                                                                             │
│Mar 06 21:02:42 raspberrypi npm[12167]: /opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67                                      │
│Mar 06 21:02:42 raspberrypi npm[12167]:                     waiter.reject(new Error(message));                                                       │
│Mar 06 21:02:42 raspberrypi npm[12167]:                                   ^                                                                          │
│Mar 06 21:02:42 raspberrypi npm[12167]: Error: {"frameId":97,"sequence":267} after 10000ms                                                           │
│Mar 06 21:02:42 raspberrypi npm[12167]:     at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)       │
│Mar 06 21:02:42 raspberrypi npm[12167]:     at listOnTimeout (node:internal/timers:556:17)                                                           │
│Mar 06 21:02:42 raspberrypi npm[12167]:     at processTimers (node:internal/timers:499:7)                                                            │
│Mar 06 21:02:42 raspberrypi npm[12167]: npm ERR! code 1                                                                                              │
│Mar 06 21:02:42 raspberrypi npm[12167]: npm ERR! path /opt/zigbee2mqtt                                                                               │
│Mar 06 21:02:42 raspberrypi npm[12167]: npm ERR! command failed                                                                                      │
│Mar 06 21:02:42 raspberrypi npm[12167]: npm ERR! command sh -c node index.js                                                                         │
│Mar 06 21:02:42 raspberrypi npm[12167]: npm ERR! A complete log of this run can be found in:                                                         │
│Mar 06 21:02:42 raspberrypi npm[12167]: npm ERR!     /home/pi/.npm/_logs/2021-03-06T20_02_42_328Z-debug.log

npm debug log:


0 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
1 info using [email protected]
2 info using [email protected]
3 timing config:load:defaults Completed in 4ms
4 timing config:load:file:/usr/lib/node_modules/npm/npmrc Completed in 5ms
5 timing config:load:builtin Completed in 5ms
6 timing config:load:cli Completed in 4ms
7 timing config:load:env Completed in 0ms
8 timing config:load:file:/opt/zigbee2mqtt/.npmrc Completed in 2ms
9 timing config:load:project Completed in 4ms
10 timing config:load:file:/home/pi/.npmrc Completed in 0ms
11 timing config:load:user Completed in 1ms
12 timing config:load:file:/usr/etc/npmrc Completed in 0ms
13 timing config:load:global Completed in 0ms
14 timing config:load:cafile Completed in 1ms
15 timing config:load:validate Completed in 1ms
16 timing config:load:setUserAgent Completed in 2ms
17 timing config:load:setEnvs Completed in 2ms
18 timing config:load Completed in 25ms
19 verbose npm-session 3488c9d57fec89ec
20 timing npm:load Completed in 44ms
21 timing command:run-script Completed in 1232065ms
22 timing command:start Completed in 1232071ms
23 verbose stack Error: command failed
23 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/index.js:64:27)
23 verbose stack     at ChildProcess.emit (node:events:376:20)
23 verbose stack     at maybeClose (node:internal/child_process:1063:16)
23 verbose stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:295:5)
24 verbose pkgid [email protected]
25 verbose cwd /opt/zigbee2mqtt
26 verbose Linux 5.4.83-v7l+
27 verbose argv "/usr/bin/node" "/usr/bin/npm" "start"
28 verbose node v15.5.0
29 verbose npm  v7.3.0
30 error code 1
31 error path /opt/zigbee2mqtt
32 error command failed
33 error command sh -c node index.js
34 verbose exit 1

@danielk117
Copy link

As written before, the problem still exists, but i think it happens less often.
I Found another error, which wasn't there with the CC2530. It happend a couple of times since yesterday.

Around 07:45 i was trying to set zigbee/thermostat_wohnzimmer/set/current_heating_setpoint to 17. The device itself does the job, but Z2M says after 2 minutes (at 07:47:46) the current_heating_setpoint is 22 (which wasn't true).
I think the message Assertion failed has to do with that.

Mar 07 07:41:43 raspberrypi npm[3136]: Zigbee2MQTT:info  2021-03-07 07:41:43: MQTT publish: topic 'zigbee/thermostat_flur', payload '{"anti_scaling":"ON","away_mode":"OFF","battery_low":false,"child_lock":"LOCKED","current_heating_setpoint":15,"frost_detection":"OFF","linkquality":176,"local_temperature":14.7,"local_temperature_calibration":0,"preset_mode":"none","system_mode":"heat","window_detection":"OFF"}'
Mar 07 07:45:33 raspberrypi npm[3136]: Zigbee2MQTT:info  2021-03-07 07:45:33: MQTT publish: topic 'zigbee/thermostat_kinderzimmer', payload '{"anti_scaling":"OFF","away_mode":"OFF","battery_low":false,"child_lock":"LOCKED","current_heating_setpoint":21,"frost_detection":"OFF","linkquality":120,"local_temperature":22.1,"local_temperature_calibration":0,"preset_mode":"none","system_mode":"heat","window_detection":"OFF"}'
Mar 07 07:45:43 raspberrypi npm[3136]: Zigbee2MQTT:info  2021-03-07 07:45:43: MQTT publish: topic 'zigbee/thermostat_kinderzimmer', payload '{"anti_scaling":"OFF","away_mode":"OFF","battery_low":false,"child_lock":"LOCKED","current_heating_setpoint":21,"frost_detection":"OFF","linkquality":116,"local_temperature":22.1,"local_temperature_calibration":0,"preset_mode":"none","system_mode":"heat","window_detection":"OFF"}'
Mar 07 07:45:54 raspberrypi npm[3136]: Zigbee2MQTT:info  2021-03-07 07:45:54: MQTT publish: topic 'zigbee/thermostat_kinderzimmer', payload '{"anti_scaling":"OFF","away_mode":"OFF","battery_low":false,"child_lock":"LOCKED","current_heating_setpoint":21,"frost_detection":"OFF","linkquality":116,"local_temperature":22.1,"local_temperature_calibration":0,"preset_mode":"none","system_mode":"heat","window_detection":"OFF"}'
Mar 07 07:45:59 raspberrypi npm[3136]: Zigbee2MQTT:info  2021-03-07 07:45:59: MQTT publish: topic 'zigbee/thermostat_kinderzimmer', payload '{"anti_scaling":"OFF","away_mode":"OFF","battery_low":false,"child_lock":"LOCKED","current_heating_setpoint":21,"frost_detection":"OFF","linkquality":116,"local_temperature":22.1,"local_temperature_calibration":0,"preset_mode":"none","system_mode":"heat","window_detection":"OFF"}'
Mar 07 07:46:05 raspberrypi npm[3136]: Assertion failed
Mar 07 07:46:05 raspberrypi npm[3136]: Assertion failed
Mar 07 07:46:21 raspberrypi npm[3136]: Zigbee2MQTT:info  2021-03-07 07:46:21: MQTT publish: topic 'zigbee/thermostat_kinderzimmer', payload '{"anti_scaling":"OFF","away_mode":"OFF","battery_low":false,"child_lock":"LOCKED","current_heating_setpoint":21,"frost_detection":"OFF","linkquality":116,"local_temperature":22.1,"local_temperature_calibration":0,"preset_mode":"none","system_mode":"heat","window_detection":"OFF"}'
Mar 07 07:47:46 raspberrypi npm[3136]: Zigbee2MQTT:info  2021-03-07 07:47:46: MQTT publish: topic 'zigbee/thermostat_wohnzimmer', payload '{"anti_scaling":"ON","away_mode":"OFF","battery_low":false,"child_lock":"LOCKED","current_heating_setpoint":22,"frost_detection":"OFF","linkquality":188,"local_temperature":22.2,"local_temperature_calibration":0,"preset_mode":"none","system_mode":"heat","window_detection":"OFF"}'

Any idea?

@kirovilya
Copy link
Contributor Author

@danielk117 these logs are very few ... deeper logging is needed - https://www.zigbee2mqtt.io/information/debug.html#zigbee-herdsman-debug-logging

@kirovilya
Copy link
Contributor Author

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

@danielk117
Copy link

danielk117 commented Mar 7, 2021

While checking the logs, the following error occured multiple times while everything is working normal.

Mar 07 12:26:22 raspberrypi npm[26687]: 2021-03-07T11:26:22.700Z zigbee-herdsman:adapter:ezsp:error Watchdog heartbeat timeout Error: {"frameId":5,"sequence":263} after 10000ms
Mar 07 12:26:22 raspberrypi npm[26687]:     at Timeout._onTimeout (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/utils/waitress.js:67:35)       
Mar 07 12:26:22 raspberrypi npm[26687]:     at listOnTimeout (node:internal/timers:556:17)                  
Mar 07 12:26:22 raspberrypi npm[26687]:     at processTimers (node:internal/timers:499:7)

I was trying to set current_heating_setpoint to 28 at 12:40:58.
The devices doesn't react and the debugging logs show the following...

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,

@kirovilya
Copy link
Contributor Author

@danielk117 next time use pastebin or file... do not post long logs as comment

@MattWestb
Copy link

If its large but not too large you can using this markdown:

<details>
  <summary>Click for folding out the log</summary>

Your long log.

</details>
Click for folding out the log
Test log:
0
1
2
3
4
5
6
7
8
9
A
B
C
D
E
F

Or do one Zip file with the log file and attaching it in the comment.

@danielk117
Copy link

Next time i use pastebin. I didn’t pay attention to the length 😉

@gabeale
Copy link

gabeale commented Mar 9, 2021

Dear friends, any news so far?

@kirovilya
Copy link
Contributor Author

No, sorry. I am busy at main work

@fouge
Copy link

fouge commented Mar 9, 2021

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:

Zigbee2MQTT:info  2021-03-09 17:59:25: Device 'arke' joined
Zigbee2MQTT:info  2021-03-09 17:59:25: MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"friendly_name":"arke","ieee_address":"0xf4ce361fc2bf0e3e"},"type":"device_joined"}'
Zigbee2MQTT:info  2021-03-09 17:59:25: Starting interview of 'arke'
Zigbee2MQTT:info  2021-03-09 17:59:25: MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"friendly_name":"arke","ieee_address":"0xf4ce361fc2bf0e3e","status":"started"},"type":"device_interview"}'
Zigbee2MQTT:info  2021-03-09 17:59:25: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":{"friendly_name":"arke"},"type":"device_connected"}'
Zigbee2MQTT:info  2021-03-09 17:59:25: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"interview_started","meta":{"friendly_name":"arke"},"type":"pairing"}'
Zigbee2MQTT:debug 2021-03-09 17:59:25: Received Zigbee message from 'arke', type 'readResponse', cluster 'genBasic', data '{}' from endpoint 1 with groupID 0
Zigbee2MQTT:debug 2021-03-09 17:59:25: Skipping message, definition is undefined and still interviewing
Zigbee2MQTT:debug 2021-03-09 17:59:25: Received Zigbee message from 'arke', type 'readResponse', cluster 'genBasic', data '{}' from endpoint 1 with groupID 0
Zigbee2MQTT:debug 2021-03-09 17:59:25: Skipping message, definition is undefined and still interviewing
Zigbee2MQTT:debug 2021-03-09 17:59:25: Received Zigbee message from 'arke', type 'readResponse', cluster 'genBasic', data '{"powerSource":3}' from endpoint 1 with groupID 0
Zigbee2MQTT:debug 2021-03-09 17:59:25: Skipping message, definition is undefined and still interviewing
Zigbee2MQTT:debug 2021-03-09 17:59:25: Received Zigbee message from 'arke', type 'readResponse', cluster 'genBasic', data '{"zclVersion":2}' from endpoint 1 with groupID 0
Zigbee2MQTT:debug 2021-03-09 17:59:25: Skipping message, definition is undefined and still interviewing
Zigbee2MQTT:warn  2021-03-09 17:59:25: Device '0xf4ce361fc2bf0e3e' left the network
Zigbee2MQTT:info  2021-03-09 17:59:25: MQTT publish: topic 'zigbee2mqtt/bridge/event', payload '{"data":{"ieee_address":"0xf4ce361fc2bf0e3e"},"type":"device_leave"}'
Zigbee2MQTT:info  2021-03-09 17:59:25: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"left_network","meta":{"friendly_name":"0xf4ce361fc2bf0e3e"},"type":"device_removed"}'

My SDK documentation is telling me:

this signal will be generated if the device tries to join legacy Zigbee network and the TCLK
exhange cannot be completed.

Any recommendations?

Best,
Cyril

@MattWestb
Copy link

MattWestb commented Mar 9, 2021

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.

@MattWestb
Copy link

"zclVersion":2 = Zigbee 3 or ZLL with Zigbee PRO = can / need updating the trust center link key.
ZCL 1 = old HA or old not Zigbee PRO ZLL = cant changing 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.

@kirovilya
Copy link
Contributor Author

@MattWestb can you tell me what config / policies it is set for? maybe my parameters are wrong

@MattWestb
Copy link

I dont knowing them only the workflow then pairing real Zegbee 3 devices.
Look in bellows how its made for the V8 (its getting much for lower versions).

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.

@fouge
Copy link

fouge commented Mar 10, 2021

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,
Best,
Cyril

@cangaroo82
Copy link

My zigbbe network:

12 battery powered (SNZB02)
32 powered 5v (WZ1, ZY-M100-S_2, TS004)

ZHA holds up well, very well indeed
Z2M doesn’t work
during the join it restarts
it hooks the sensors and does not identify them well
the battery status sometimes yes, sometimes no
the wz1 does not always receive commands

I tried switching the firmware :
github.com
darkxst/silabs-firmware-builder/blob/6ce4f0cce25b1c8780e456879a232d171ad2104d/firmware_builds/zbdonglee/ncp-uart-hw-v7.4.0.0-zbdonglee-115200.gbl 1
This file is binary. show original

But not work

now
For the first time it hasn't stopped for 60 minutes
Changed settings:
"serial baundrate :115200" filled in and not blank in the "Serial" settings page
"Home assistant integration: simple"
"Front-end :simple"
"availability : simple"
No new devices added

I only restarted Z2M
processor as always under 15%
memory as always under 20%

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

@wastez
Copy link

wastez commented Jan 17, 2024

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?
This would be no good idea.

@riesi77
Copy link

riesi77 commented Jan 23, 2024

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:

  • Devices (plugs) were not responding although they were listed as online and had enough lqi
  • Devices disconnected randomly and had to be repaired (mostly sonoff battery powered)
  • lqi jumped and was not really meaningful (devices farer away had a better lqi)
  • Mesh did not work well. All devices connected to the coordinator, no "self healing".

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:

  • Pairing was much smoother
  • The number in lqi is significantly lower, but even with a lower numer, the devices were more reliable, and the numbers make sense - so the farer away the lower. That was not the case with the dongle e.
  • Meshing did work. A plug that was originally connected to the coordinator reassigned itself after some time to a nearer other plug (router).

So I will definitely stay with the P. I see no benefit in the newer one and for me, it seems more reliable.

@kalpik
Copy link

kalpik commented Jan 23, 2024

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:

* Devices (plugs) were not responding although they were listed as online and had enough lqi

* Devices disconnected randomly and had to be repaired (mostly sonoff battery powered)

* lqi jumped and was not really meaningful (devices farer away had a better lqi)

* Mesh did not work well. All devices connected to the coordinator, no "self healing".

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:

* Pairing was much smoother

* The number in lqi is significantly lower, but even with a lower numer, the devices were more reliable, and the numbers make sense - so the farer away the lower. That was not the case with the dongle e.

* Meshing did work. A plug that was originally connected to the coordinator reassigned itself after some time to a nearer other plug (router).

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/

@riesi77
Copy link

riesi77 commented Jan 23, 2024

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/sl-test/

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

@kalpik
Copy link

kalpik commented Jan 23, 2024

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/sl-test/

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 :)

@riesi77
Copy link

riesi77 commented Jan 23, 2024

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.
Do you think it would work to restore the backup (database) and change the stick without re-pairing? Or do I have to go through that pairing process again?

@kalpik
Copy link

kalpik commented Jan 23, 2024

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. Do you think it would work to restore the backup (database) and change the stick without re-pairing? Or do I have to go through that pairing process again?

You cannot switch between Dongle E and Dongle P without repairing, unfortunately :(

@wastez
Copy link

wastez commented Jan 23, 2024

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. Do you think it would work to restore the backup (database) and change the stick without re-pairing? Or do I have to go through that pairing process again?

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.
The answer is: To have a backup is generally a good idea. But normally you don't need it and you don't have to repair.

Edit:
Ok i saw he swapped to dongle-p, sorry.

@Nerivec
Copy link
Collaborator

Nerivec commented Jan 23, 2024

@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.
I was on 7.3.1 at that point, but mesh networking worked exceptionally well for me. I swapped the location of my extender and coordinator a while back (basically all-around shuffling), and the network rebuilt itself without needing a single re-pair in a couple of hours, been working without issue since.
Did you go through the checklist? I'd bet something was interfering with your Dongle-E that isn't affecting the Dongle-P as much (different hardware under the hood).

PS: The proper URL for darkxst's flasher now is https://darkxst.github.io/silabs-firmware-builder/

@Hedda
Copy link
Contributor

Hedda commented Jan 24, 2024

You cannot switch between Dongle E and Dongle P without repairing, unfortunately :(

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

@Bascht74
Copy link

Bascht74 commented Feb 1, 2024

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
and:
another one from december: #834

@Hedda
Copy link
Contributor

Hedda commented Feb 7, 2024

Originally posted by @kirovilya in #888 (comment)

In addition to backup, it is necessary to implement network restoration. I started doing it here. https://github.com/kirovilya/zigbee-herdsman/tree/ezsp_restore

@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:

Koenkk/zigbee2mqtt#16478

PS: For reference, cross-migration between different adapter types was main reason for Open ZigBee Coordinator Backup Format:

https://github.com/zigpy/open-coordinator-backup

@MattWestb
Copy link

Enabling ezsp adapter backup AND restore will also allow for adapter type migration which is a feature that is often requested:

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.
So restoring EZSP on one "other" is working but all Zigbee 3 devices is not working then the coordinator is not knowing how to use the TC-Link key hash and pre devices is using the well known key that we all is using in wireshark = very insecure.

@chris-1243
Copy link

chris-1243 commented Feb 16, 2024

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.

const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const extend = require('zigbee-herdsman-converters/lib/extend');
const ota = require('zigbee-herdsman-converters/lib/ota');
const tuya = require('zigbee-herdsman-converters/lib/tuya');
const e = exposes.presets;
const ea = exposes.access;
const { precisionRound, mapNumberRange, isLegacyEnabled, toLocalISOString, numberWithinRange, hasAlreadyProcessedMessage, calibrateAndPrecisionRoundOptions, addActionGroup, postfixWithEndpointName, getKey, batteryVoltageToPercentage, getMetaValue, } = require('zigbee-herdsman-converters/lib/utils');

const fzLocal = {
    enocean_ptm216z: {
        cluster: 'greenPower',
        type: ['commandNotification', 'commandCommisioningNotification'],
        convert: (model, msg, publish, options, meta) => {
            const commandID = msg.data.commandID;
            if (hasAlreadyProcessedMessage(msg, msg.data.frameCounter, `${msg.device.ieeeAddr}_${commandID}`)) return;
            if (commandID === 224) return;

            // Button 1: A0 (top left)
            // Button 2: A1 (bottom left)
            // Button 3: B0 (top right)
            // Button 4: B1 (bottom right)
            const lookup = {
                '105_1': 'press_1', '105_2': 'press_2', '105_3': 'press_1_and_2', '105_4': 'press_3', '105_5': 'press_1_and_3',
                '105_6': 'press_3_and_4', '105_7': 'press_1_and_2_and_3', '105_8': 'press_4', '105_9': 'press_1_and_4',
                '105_10': 'press_2_and_4', '105_11': 'press_1_and_2_and_4', '105_12': 'press_3_and_4', '105_13': 'press_1_and_3_and_4',
                '105_14': 'press_2_and_3_and_4', '105_15': 'press_all', '105_16': 'press_energy_bar', '106_0': 'release',
            };

            const ID = `${commandID}_${msg.data.commandFrame.raw.slice(0,1).join('_')}`;
            if (!lookup.hasOwnProperty(ID)) {
                meta.logger.error(`PTM 216Z: missing command '${ID}'`);
            } else {
                return {action: lookup[ID]};
            }
        },
    }
};

const definition = {
    fingerprint: [{modelID: 'GreenPower_7', ieeeAddr: /^0x00000000015.....$/}],
    model: 'PTM 216Z',
    vendor: 'EnOcean',
    description: 'Pushbutton transmitter module',
    fromZigbee: [fzLocal.enocean_ptm216z],
    toZigbee: [],
    exposes: [e.action(['press_1', 'press_2', 'press_1_and_2', 'press_3', 'press_1_and_3', 'press_3_and_4', 'press_1_and_2_and_3',
        'press_4', 'press_1_and_4', 'press_2_and_4', 'press_1_and_2_and_4', 'press_3_and_4', 'press_1_and_3_and_4',
        'press_2_and_3_and_4', 'press_all', 'press_energy_bar', 'release'])],
};

module.exports = definition;

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-E: I have been able to pair directly a PTM215Z without the need of any other router and it was perfectly working. PTM216Z is recognized directly as well but then errors occur while pressing a button.

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.

herdsman.txt
log.txt

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.

@kirovilya
Copy link
Contributor Author

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.

@piontec
Copy link

piontec commented Mar 11, 2024

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.
What I have so far And what I've tried:

I tried using the stable zigbee2mqtt (through HA addon) and the edge version, with both ezsp and ember implementations. Nothing helps, the end result is always the same. Do you have any advice what to check or how can I provide better debug info? What are the firmware and zigbee2mqtt versions that people use with dongle-e to get a stable network (if at all possible)?

I'll be very grateful for any help or advice.

@supaeasy
Copy link

I had the same exact problems. Upgrade to Firmware 7.4.1 using this and they will be gone.

@piontec
Copy link

piontec commented Mar 11, 2024

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 :(

@Hedda
Copy link
Contributor

Hedda commented Mar 11, 2024

my main problem is with the following devices:

No matter what I do, after some time they stop responding. I can enable the "join" mode and then re-pair them and they work flawless - for on hour, maybe a day. Tuya buttons can stop working as soon as after 1h. But if I repair them, they work again - for a few minutes.

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:

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

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!

image

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.

@Hedda
Copy link
Contributor

Hedda commented Mar 11, 2024

  • used a USB extender cable to move the receiver away from my rpi and wifi router

@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 ;)

@Hedda
Copy link
Contributor

Hedda commented May 20, 2024

Recommended read and follow this article regarding migrating Zigbee2MQTT from the ezsp adapter to the new ember adapter:

https://smarthomescene.com/guides/how-to-use-ember-driver-with-efr32mg21-zigbee-adapters/

Summery; ezsp adapter is now deprecated which means it is strongly recommended to upgrade and migrate to ember adapter, and take care that migration might require a multi-step process depending on what EmberZNet firmware version you use today. Users that continues to use the ezsp adapter will get a warning in their logs that they are using a deprecated adapter.

Note! If you have a EFR32MG12/MGM12 series, EM35x/EM35xx or ETRX35x based adapter then you need to buy a newer adapter. If you want to migrate to newer Silicon Labs based Zigbee Coordinator today then you should consider getting an EFR32MG2x (EFR32MG21 or EFR32MG24) based USB radio dongle, (though technically you can even upgrade EFR32MG13):

For reference see:

PS: "Deprecated" does not mean that the ezsp adapter will be removed yet, instead it means you are discouraged from using it as it is being phased out and replaced by the newer ember adapter (which is not compatible with older firmware or all hardware).

@sstidl
Copy link

sstidl commented May 21, 2024

If flashing to 7.4 is not working, see this issue comment where I had success.

@Zh-xs
Copy link

Zh-xs commented Jul 22, 2024

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?

@MattWestb
Copy link

First adding some good Zigbee 3 routers and then blocking the coordinator having direct children and all is working great.
Also good practice is only adding one device at the time if somthing get timing problems the other is also failing.

@Zh-xs
Copy link

Zh-xs commented Jul 22, 2024

首先添加一些好的 Zigbee 3 路由器,然后阻止有直接子项的协调器,一切正常。此外,很好的做法是一次只添加一个设备,如果某些设备出现时序问题,另一个设备也出现故障。

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

@Hedda
Copy link
Contributor

Hedda commented Jul 22, 2024

I found that some devices failed to be added.

Before troubleshooting any deeper you should start by first try to follow all the best practice tips here:

https://community.home-assistant.io/t/zigbee-networks-how-to-guide-for-avoiding-interference-optimize-using-zigbee-router-devices-repeaters-extenders-to-get-a-stable-mesh-network-with-best-possible-range-and-coverage/515752

Some of those tips are as well covered in the FAQ for Zigbee2MQTT but not all and in less details:

https://www.zigbee2mqtt.io/advanced/zigbee/02_improve_network_range_and_stability.html

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

Originally posted by @Hedda in #319 (comment)

Recommended read and follow this article regarding migrating Zigbee2MQTT from the ezsp adapter to the new ember adapter:

https://smarthomescene.com/guides/how-to-use-ember-driver-with-efr32mg21-zigbee-adapters/

Summery; ezsp adapter is now deprecated which means it is strongly recommended to upgrade and migrate to ember adapter, and take care that migration might require a multi-step process depending on what EmberZNet firmware version you use today. Users that continues to use the ezsp adapter will get a warning in their logs that they are using a deprecated adapter.

Note! If you have a EFR32MG12/MGM12 series, EM35x/EM35xx or ETRX35x based adapter then you need to buy a newer adapter. If you want to migrate to newer Silicon Labs based Zigbee Coordinator today then you should consider getting an EFR32MG2x (EFR32MG21 or EFR32MG24) based USB radio dongle, (though technically you can even upgrade EFR32MG13):

For reference see:

PS: "Deprecated" does not mean that the ezsp adapter will be removed yet, instead it means you are discouraged from using it as it is being phased out and replaced by the newer ember adapter (which is not compatible with older firmware or all hardware).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests