Zgłoszenia nowych urządzeń [bramka Zigbee]

Moderator: vajera

t0mek
Posts: 92
Joined: Sat Dec 02, 2017 11:24 am
Location: Legnica

Post

vajera wrote: Fri Oct 31, 2025 8:17 pm Ma kilka ciekawych opcji do ustawienia (GUI->TCC).
działa! dziękuję :D
Pozdrawiam
Tomek
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

t0mek wrote: Sat Nov 01, 2025 8:09 am
vajera wrote: Fri Oct 31, 2025 8:17 pm Ma kilka ciekawych opcji do ustawienia (GUI->TCC).
działa! dziękuję :D
Ten Neo też? To nowy model - powinny być 3 kanały, obecność, human motion (0 none, 1 small, 2 large) i odległość w cm.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
t0mek
Posts: 92
Joined: Sat Dec 02, 2017 11:24 am
Location: Legnica

Post

vajera wrote: Sat Nov 01, 2025 8:21 am
Ten Neo też? To nowy model - powinny być 3 kanały, obecność, human motion (0 none, 1 small, 2 large) i odległość w cm.
Ten nie chce się dodać :roll: - w Last binding nic nie wyświetla teraz . Niestety mam tego mikrusa z xiaomi a on ma tylko jedno usb. Przez telnet new-scan nie wyświetla nic nowego -tylko te kanały co mam już dodane - jest jakieś inne polecenie do zbierania logów przez telnet?
Pozdrawiam
Tomek
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

t0mek wrote: Sat Nov 01, 2025 10:01 am
vajera wrote: Sat Nov 01, 2025 8:21 am
Ten Neo też? To nowy model - powinny być 3 kanały, obecność, human motion (0 none, 1 small, 2 large) i odległość w cm.
Ten nie chce się dodać :roll: - w Last binding nic nie wyświetla teraz . Niestety mam tego mikrusa z xiaomi a on ma tylko jedno usb. Przez telnet new-scan nie wyświetla nic nowego -tylko te kanały co mam już dodane - jest jakieś inne polecenie do zbierania logów przez telnet?
Ile masz na tym C6 urządzeń/kanałów? Korzystasz z GUI - tam w zakładce Zigbee devices masz wszystkie dodane urządzenia?
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
t0mek
Posts: 92
Joined: Sat Dec 02, 2017 11:24 am
Location: Legnica

Post

vajera wrote: Sat Nov 01, 2025 11:50 am Ile masz na tym C6 urządzeń/kanałów? Korzystasz z GUI - tam w zakładce Zigbee devices masz wszystkie dodane urządzenia?
3 urządzenia, 7 kanałów. Tak 3 urządzenia dodane w GUI. Wieczorem spróbuję jeszcze na czystym esp

EDIT:
Na czystym poszło od strzała. Działają wszystkie kanały. Muszę kupić większe esp jednak. Dzięki!
Last edited by t0mek on Sat Nov 01, 2025 7:18 pm, edited 1 time in total.
Pozdrawiam
Tomek
zokopian
Posts: 123
Joined: Fri Jan 11, 2019 9:00 pm

Post

Witam. Proszę o dodanie panelu led Eglo crosslink.z
Panel ma zmianę ciepłoty koloru białego oraz funkcję ściemniania.
Przy próbie sparowania dostaję: Unknown model AwoX::TLSR82xx, no binding is possible

log z próby parowania:

Code: Select all

[346654][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[346654][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 0, src_endpoint: 0, dst_addr_mode: 255
APSDE INDICATION - src_addr_mode: 56, cluster_id: 0x0013, asdu_length: 12
APSDE INDICATION - dst_short_addr: 0xfffd, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0000, security_status: 0, lqi: 102, rx_time: 0
[346656][I][ZigbeeCore.cpp:370] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0xb938)
[346657][V][ZigbeeCore.cpp:374] esp_zb_app_signal_handler(): Device capabilities: 0x8e
[346727][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[346727][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 0, src_endpoint: 0, dst_addr_mode: 255
APSDE INDICATION - src_addr_mode: 0, cluster_id: 0x8006, asdu_length: 6
APSDE INDICATION - dst_short_addr: 0x0000, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0000, security_status: 0, lqi: 96, rx_time: 0
[346729][D][ZigbeeGateway.cpp:361] find_Cb(): BASIC cluster found: short address(0xb938), endpoint(1)
[346731][I][ZigbeeGateway.cpp:899] printJoinedDevices(): joined devices:
[346732][I][ZigbeeGateway.cpp:902] printJoinedDevices(): Device on endpoint 1, short address: 0xb938
[346733][V][esp32-hal-rmt.c:490] rmtInit(): GPIO 8 - TX MODE - MemSize[48] - Freq=10000000Hz
[346733][V][esp32-hal-rmt.c:307] _rmtWrite(): GPIO: 8 - Request: 24 RMT Symbols - Blocking - Timeout: -1
[346735][V][esp32-hal-rmt.c:315] _rmtWrite(): GPIO: 8 - Currently in Loop Mode: [NO] | Loop Request: [NO], LoopCancel: [NO]
[346736][I][ZigbeeGateway.cpp:501] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x4
[346756][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[346757][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
APSDE INDICATION - src_addr_mode: 56, cluster_id: 0x0000, asdu_length: 12
APSDE INDICATION - dst_short_addr: 0x0000, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0104, security_status: 0, lqi: 102, rx_time: 0
[346759][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x0, command id: 1
[346759][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[346759][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[346760][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[346760][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 21 size: 9
[346761][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x04
[346761][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[346762][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[346762][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x42
[346762][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x04
[346763][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x41
[346763][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x77
[346763][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x6F
[346764][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x58
[346764][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0xb938, 0xb938, 0x0, 0x0
[346765][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[346765][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x1000) callback
[346766][V][ZigbeeHandlers.cpp:262] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xb938) src endpoint(1) to dst endpoint(1) cluster(0x0)
[346767][V][ZigbeeHandlers.cpp:270] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(4)
[346767][I][ZigbeeGateway.cpp:555] zbReadBasicCluster(): Peer Manufacturer is "AwoX"
[347736][I][ZigbeeGateway.cpp:507] zbQueryDeviceBasicCluster(): basic tsn 0x0
[347737][I][ZigbeeGateway.cpp:501] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x5
[347766][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[347767][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
APSDE INDICATION - src_addr_mode: 56, cluster_id: 0x0000, asdu_length: 16
APSDE INDICATION - dst_short_addr: 0x0000, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0104, security_status: 0, lqi: 91, rx_time: 0
[347769][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x0, command id: 1
[347769][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[347769][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[347770][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[347770][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 6 size: 13
[347771][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x05
[347771][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[347772][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[347772][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x42
[347772][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x08
[347773][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x54
[347773][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x4C
[347773][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x53
[347774][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x52
[347774][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x38
[347774][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x32
[347775][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x78
[347775][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x78
[347775][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0xb938, 0xb938, 0x0, 0x0
[347776][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[347777][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x1000) callback
[347777][V][ZigbeeHandlers.cpp:262] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xb938) src endpoint(1) to dst endpoint(1) cluster(0x0)
[347778][V][ZigbeeHandlers.cpp:270] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(8)
[347779][I][ZigbeeGateway.cpp:565] zbReadBasicCluster(): Peer Model is "TLSR82xx"
[348737][I][ZigbeeGateway.cpp:507] zbQueryDeviceBasicCluster(): basic tsn 0x1
[348738][D][Z2S_Gateway.ino:1501] loop(): Unknown model AwoX::TLSR82xx, no binding is possible
[348739][V][esp32-hal-rmt.c:490] rmtInit(): GPIO 8 - TX MODE - MemSize[48] - Freq=10000000Hz
[348740][V][esp32-hal-rmt.c:307] _rmtWrite(): GPIO: 8 - Request: 24 RMT Symbols - Blocking - Timeout: -1
[348740][V][esp32-hal-rmt.c:315] _rmtWrite(): GPIO: 8 - Currently in Loop Mode: [NO] | Loop Request: [NO], LoopCancel: [NO]
[349742][E][AsyncTCP.cpp:1521] begin(): bind error: -8
Send: [53 55 50 4C 41 17 15 00 00 00 28 00 00 00 10 00 00 00 6C 1B 06 69 00 00 00 00 AA 0C 0F 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 15 00 00 00 32 00 00 00 10 00 00 00 5D 0D 06 69 00 00 00 00 2E 05 01 00 00 00 00 00 53 55 50 4C 41 ]
[356596][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[356597][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 2
APSDE INDICATION - src_addr_mode: 56, cluster_id: 0x000a, asdu_length: 13
APSDE INDICATION - dst_short_addr: 0xffff, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0104, security_status: 0, lqi: 76, rx_time: 0
[356599][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0xa, command id: 0
[356599][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[356599][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[356600][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[356600][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 4 size: 10
[356601][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356601][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356602][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x01
[356602][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356602][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02
[356603][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356603][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x08
[356603][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356604][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x09
[356604][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356604][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0xb938, 0xb938, 0x0, 0x0
[356605][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:B3:C9:13:44:40, endpoint 0x1, cluster 0xa, cmd id 0x0
[356606][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:B3:C9:13:44:40, endpoint 0x1, channel type 0xffffffff
[356606][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:B3:C9:13:44:40
[356607][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[360061][I][Z2S_Gateway.ino:774] loop(): New UTC time 815323122, new local time 815323122
[360062][I][Z2S_Gateway.ino:820] loop():
Local Time Cluster Time status attribute 2
UTC time attribute 815323122
local time attribute 815323122
[360064][I][z2s_web_gui.cpp:754] fillMemoryUptimeInformation(): Memory & uptime information <b><i>Flash chip real size:</b></i> 4194304 B <b>| <i>Free Sketch Space:</b></i> 2621440 B<br><b><i>HeapSize:</b></i> 359148 B <b>| <i>FreeHeap:</b></i> 86456 B <b>| <i>MinimalFreeHeap:</b></i> 74404 B <b>| <i>MaxAllocHeap:</b></i> 65524 B<br><b><i>uxTaskGetStackHighWaterMark:</b></i> 3112 B <br><b><i>Total PSRAM:</b></i> 0 B <b>| <i>Free PSRAM:</b></i> 0 B<br><br><b><i>Local time:</i></b> Sat Nov  1 14:38:42 2025
                       <b><i>Supla uptime:</i></b> 360 s
8x SRW-01, 1x SBW-01, 1x MEW-01,
10x TH 10, 7x Touch, 1x SV, 1x Basic R2,
2x S26, 4x mini, 2x POW R2, 1x S55,
3x Shelly 1, 1x nodemcu + BME 280,
2x H801. 4x Nous a1, 4x SP111, 2x NEO
1x MoesHouse, 2x SMTONOFF SMT002
1x Sonoff POW R3 25A
Bogdan202
Posts: 10
Joined: Sat Nov 01, 2025 5:07 pm

Post

Proszę o dodanie czujnika zalania. W wersji 09129 go nie znajduje:
Unknown model eWeLink::SNZB-05, no binding is possible
Dziękuję z góry :)
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

zokopian wrote: Sat Nov 01, 2025 1:49 pm Witam. Proszę o dodanie panelu led Eglo crosslink.z
Panel ma zmianę ciepłoty koloru białego oraz funkcję ściemniania.
Przy próbie sparowania dostaję: Unknown model AwoX::TLSR82xx, no binding is possible

log z próby parowania:

Code: Select all

[346654][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[346654][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 0, src_endpoint: 0, dst_addr_mode: 255
APSDE INDICATION - src_addr_mode: 56, cluster_id: 0x0013, asdu_length: 12
APSDE INDICATION - dst_short_addr: 0xfffd, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0000, security_status: 0, lqi: 102, rx_time: 0
[346656][I][ZigbeeCore.cpp:370] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0xb938)
[346657][V][ZigbeeCore.cpp:374] esp_zb_app_signal_handler(): Device capabilities: 0x8e
[346727][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[346727][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 0, src_endpoint: 0, dst_addr_mode: 255
APSDE INDICATION - src_addr_mode: 0, cluster_id: 0x8006, asdu_length: 6
APSDE INDICATION - dst_short_addr: 0x0000, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0000, security_status: 0, lqi: 96, rx_time: 0
[346729][D][ZigbeeGateway.cpp:361] find_Cb(): BASIC cluster found: short address(0xb938), endpoint(1)
[346731][I][ZigbeeGateway.cpp:899] printJoinedDevices(): joined devices:
[346732][I][ZigbeeGateway.cpp:902] printJoinedDevices(): Device on endpoint 1, short address: 0xb938
[346733][V][esp32-hal-rmt.c:490] rmtInit(): GPIO 8 - TX MODE - MemSize[48] - Freq=10000000Hz
[346733][V][esp32-hal-rmt.c:307] _rmtWrite(): GPIO: 8 - Request: 24 RMT Symbols - Blocking - Timeout: -1
[346735][V][esp32-hal-rmt.c:315] _rmtWrite(): GPIO: 8 - Currently in Loop Mode: [NO] | Loop Request: [NO], LoopCancel: [NO]
[346736][I][ZigbeeGateway.cpp:501] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x4
[346756][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[346757][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
APSDE INDICATION - src_addr_mode: 56, cluster_id: 0x0000, asdu_length: 12
APSDE INDICATION - dst_short_addr: 0x0000, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0104, security_status: 0, lqi: 102, rx_time: 0
[346759][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x0, command id: 1
[346759][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[346759][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[346760][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[346760][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 21 size: 9
[346761][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x04
[346761][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[346762][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[346762][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x42
[346762][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x04
[346763][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x41
[346763][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x77
[346763][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x6F
[346764][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x58
[346764][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0xb938, 0xb938, 0x0, 0x0
[346765][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[346765][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x1000) callback
[346766][V][ZigbeeHandlers.cpp:262] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xb938) src endpoint(1) to dst endpoint(1) cluster(0x0)
[346767][V][ZigbeeHandlers.cpp:270] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(4)
[346767][I][ZigbeeGateway.cpp:555] zbReadBasicCluster(): Peer Manufacturer is "AwoX"
[347736][I][ZigbeeGateway.cpp:507] zbQueryDeviceBasicCluster(): basic tsn 0x0
[347737][I][ZigbeeGateway.cpp:501] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x5
[347766][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[347767][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
APSDE INDICATION - src_addr_mode: 56, cluster_id: 0x0000, asdu_length: 16
APSDE INDICATION - dst_short_addr: 0x0000, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0104, security_status: 0, lqi: 91, rx_time: 0
[347769][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x0, command id: 1
[347769][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[347769][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[347770][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[347770][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 6 size: 13
[347771][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x05
[347771][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[347772][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[347772][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x42
[347772][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x08
[347773][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x54
[347773][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x4C
[347773][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x53
[347774][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x52
[347774][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x38
[347774][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x32
[347775][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x78
[347775][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x78
[347775][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0xb938, 0xb938, 0x0, 0x0
[347776][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[347777][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x1000) callback
[347777][V][ZigbeeHandlers.cpp:262] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xb938) src endpoint(1) to dst endpoint(1) cluster(0x0)
[347778][V][ZigbeeHandlers.cpp:270] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(8)
[347779][I][ZigbeeGateway.cpp:565] zbReadBasicCluster(): Peer Model is "TLSR82xx"
[348737][I][ZigbeeGateway.cpp:507] zbQueryDeviceBasicCluster(): basic tsn 0x1
[348738][D][Z2S_Gateway.ino:1501] loop(): Unknown model AwoX::TLSR82xx, no binding is possible
[348739][V][esp32-hal-rmt.c:490] rmtInit(): GPIO 8 - TX MODE - MemSize[48] - Freq=10000000Hz
[348740][V][esp32-hal-rmt.c:307] _rmtWrite(): GPIO: 8 - Request: 24 RMT Symbols - Blocking - Timeout: -1
[348740][V][esp32-hal-rmt.c:315] _rmtWrite(): GPIO: 8 - Currently in Loop Mode: [NO] | Loop Request: [NO], LoopCancel: [NO]
[349742][E][AsyncTCP.cpp:1521] begin(): bind error: -8
Send: [53 55 50 4C 41 17 15 00 00 00 28 00 00 00 10 00 00 00 6C 1B 06 69 00 00 00 00 AA 0C 0F 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 15 00 00 00 32 00 00 00 10 00 00 00 5D 0D 06 69 00 00 00 00 2E 05 01 00 00 00 00 00 53 55 50 4C 41 ]
[356596][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[356597][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 2
APSDE INDICATION - src_addr_mode: 56, cluster_id: 0x000a, asdu_length: 13
APSDE INDICATION - dst_short_addr: 0xffff, src_short_addr: 0xb938
APSDE INDICATION - profile_id: 0x0104, security_status: 0, lqi: 76, rx_time: 0
[356599][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0xa, command id: 0
[356599][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[356599][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[356600][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[356600][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 4 size: 10
[356601][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356601][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356602][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x01
[356602][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356602][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02
[356603][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356603][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x08
[356603][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356604][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x09
[356604][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00
[356604][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0xb938, 0xb938, 0x0, 0x0
[356605][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:B3:C9:13:44:40, endpoint 0x1, cluster 0xa, cmd id 0x0
[356606][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:B3:C9:13:44:40, endpoint 0x1, channel type 0xffffffff
[356606][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:B3:C9:13:44:40
[356607][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[360061][I][Z2S_Gateway.ino:774] loop(): New UTC time 815323122, new local time 815323122
[360062][I][Z2S_Gateway.ino:820] loop():
Local Time Cluster Time status attribute 2
UTC time attribute 815323122
local time attribute 815323122
[360064][I][z2s_web_gui.cpp:754] fillMemoryUptimeInformation(): Memory & uptime information <b><i>Flash chip real size:</b></i> 4194304 B <b>| <i>Free Sketch Space:</b></i> 2621440 B<br><b><i>HeapSize:</b></i> 359148 B <b>| <i>FreeHeap:</b></i> 86456 B <b>| <i>MinimalFreeHeap:</b></i> 74404 B <b>| <i>MaxAllocHeap:</b></i> 65524 B<br><b><i>uxTaskGetStackHighWaterMark:</b></i> 3112 B <br><b><i>Total PSRAM:</b></i> 0 B <b>| <i>Free PSRAM:</b></i> 0 B<br><br><b><i>Local time:</i></b> Sat Nov  1 14:38:42 2025
                       <b><i>Supla uptime:</i></b> 360 s
+BWNU 0.9.130-01/11/2025
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

Bogdan202 wrote: Sat Nov 01, 2025 5:15 pm Proszę o dodanie czujnika zalania. W wersji 09129 go nie znajduje:
Unknown model eWeLink::SNZB-05, no binding is possible
Dziękuję z góry :)
+BWNU 0.9.130-01/11/2025
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Dany2
Posts: 26
Joined: Sun Sep 01, 2019 6:15 pm

Post

Proszę o dodanie włącznika dwukanałowego

Code: Select all

Unknown model _TZ3000_m8f3z8ju::TS000F, no binding is possible
log

Code: Select all

[19:57:30]<b><i>Supla uptime:</i></b> 180 s
[19:57:30][180660][I][Z2S_Gateway.ino:811] loop(): 
[19:57:30][181435][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:30][181436][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
[19:57:30][181437][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0xa, command id: 0
[19:57:30][181438][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[19:57:30][181438][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:30][181439][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:30][181439][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 5 size: 2
[19:57:30][181439][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x07 
[19:57:30][181440][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:30][181440][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:30][181441][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, cluster 0xa, cmd id 0x0
[19:57:30][181441][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xffffffff
[19:57:30][181442][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:30][181442][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:31][182453][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:31][182454][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
[19:57:32][182455][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x6, command id: 10
[19:57:32][182455][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[19:57:32][182456][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:32][182456][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:32][182457][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 9 size: 4
[19:57:32][182457][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][182458][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][182458][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x10 
[19:57:32][182458][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x01 
[19:57:32][182459][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:32][182459][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, cluster 0x6, cmd id 0xa
[19:57:32][182460][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xffffffff
[19:57:32][182460][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][182461][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:32][182462][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][182462][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(1) to dst endpoint(1) cluster(0x6)
[19:57:32][182463][I][ZigbeeGateway.cpp:1054] zbAttributeReporting(): on/off report ON
[19:57:32][182463][I][z2s_devices_table.cpp:2720] Z2S_onOnOffReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, state 0x1
[19:57:32][182464][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xb54
[19:57:32][182464][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0x3e8
[19:57:32][182465][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xfa0
[19:57:32][182465][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xfaa
[19:57:32][182466][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0x1b58
[19:57:32][182467][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0x2af8
[19:57:32][182467][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][182494][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:32][182494][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 2, dst_addr_mode: 255
[19:57:32][182496][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x6, command id: 10
[19:57:32][182497][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x2, dst endpoint 0x1
[19:57:32][182497][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:32][182498][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:32][182498][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 10 size: 4
[19:57:32][182498][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][182499][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][182499][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x10 
[19:57:32][182499][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x01 
[19:57:32][182500][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:32][182500][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, cluster 0x6, cmd id 0xa
[19:57:32][182501][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, channel type 0xffffffff
[19:57:32][182501][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][182502][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:32][182503][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][182503][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(2) to dst endpoint(1) cluster(0x6)
[19:57:32][182504][I][ZigbeeGateway.cpp:1054] zbAttributeReporting(): on/off report ON
[19:57:32][182504][I][z2s_devices_table.cpp:2720] Z2S_onOnOffReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, state 0x1
[19:57:32][182505][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, channel type 0xb54
[19:57:32][182506][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, channel type 0x3e8
[19:57:32][182506][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, channel type 0xfa0
[19:57:32][182507][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, channel type 0xfaa
[19:57:32][182507][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, channel type 0x1b58
[19:57:32][182508][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, channel type 0x2af8
[19:57:32][182508][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][183156][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:32][183156][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
[19:57:32][183158][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x6, command id: 10
[19:57:32][183158][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[19:57:32][183159][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:32][183159][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:32][183159][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 13 size: 10
[19:57:32][183160][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x01 
[19:57:32][183160][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x40 
[19:57:32][183161][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x21 
[19:57:32][183162][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][183162][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][183162][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02 
[19:57:32][183163][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x40 
[19:57:32][183163][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x21 
[19:57:32][183164][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][183164][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][183164][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:32][183165][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, cluster 0x6, cmd id 0xa
[19:57:32][183165][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xffffffff
[19:57:32][183166][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][183166][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:32][183167][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][183168][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(1) to dst endpoint(1) cluster(0x6)
[19:57:32][183169][I][ZigbeeGateway.cpp:1058] zbAttributeReporting(): on/off cluster (0x6), attribute id (0x4001), attribute data type (0x21), attribute value (0x0)
[19:57:32][183169][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][183170][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(1) to dst endpoint(1) cluster(0x6)
[19:57:32][183171][I][ZigbeeGateway.cpp:1058] zbAttributeReporting(): on/off cluster (0x6), attribute id (0x4002), attribute data type (0x21), attribute value (0x0)
[19:57:32][183198][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:32][183198][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 2, dst_addr_mode: 255
[19:57:32][183200][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x6, command id: 10
[19:57:32][183200][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x2, dst endpoint 0x1
[19:57:32][183201][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:32][183201][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:32][183202][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 15 size: 10
[19:57:32][183202][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x01 
[19:57:32][183203][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x40 
[19:57:32][183203][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x21 
[19:57:32][183203][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][183203][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][183204][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02 
[19:57:32][183204][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x40 
[19:57:32][183205][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x21 
[19:57:32][183205][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][183205][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:32][183206][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:32][183206][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, cluster 0x6, cmd id 0xa
[19:57:32][183207][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, channel type 0xffffffff
[19:57:32][183207][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][183208][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:32][183209][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][183209][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(2) to dst endpoint(1) cluster(0x6)
[19:57:32][183210][I][ZigbeeGateway.cpp:1058] zbAttributeReporting(): on/off cluster (0x6), attribute id (0x4001), attribute data type (0x21), attribute value (0x0)
[19:57:32][183211][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][183211][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(2) to dst endpoint(1) cluster(0x6)
[19:57:32][183212][I][ZigbeeGateway.cpp:1058] zbAttributeReporting(): on/off cluster (0x6), attribute id (0x4002), attribute data type (0x21), attribute value (0x0)
[19:57:32][183239][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:32][183239][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
[19:57:32][183241][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0xe001, command id: 10
[19:57:32][183241][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[19:57:32][183242][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:32][183242][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:32][183243][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 16 size: 4
[19:57:32][183243][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x10 
[19:57:32][183243][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0xD0 
[19:57:32][183244][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x30 
[19:57:32][183244][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02 
[19:57:32][183244][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:32][183245][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, cluster 0xe001, cmd id 0xa
[19:57:32][183246][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xffffffff
[19:57:32][183246][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][183247][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:32][183247][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][183248][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(1) to dst endpoint(1) cluster(0xe001)
[19:57:32][183249][I][ZigbeeGateway.cpp:1334] zbAttributeReporting(): from (0xa159), endpoint (1), cluster (0xe001), attribute id (0xd010), attribute data type (0x30) 
[19:57:32][183279][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:32][183279][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 2, dst_addr_mode: 255
[19:57:32][183281][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0xe001, command id: 10
[19:57:32][183282][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x2, dst endpoint 0x1
[19:57:32][183282][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:32][183283][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:32][183283][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 17 size: 4
[19:57:32][183283][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x10 
[19:57:32][183284][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0xD0 
[19:57:32][183284][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x30 
[19:57:32][183284][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02 
[19:57:32][183285][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:32][183285][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, cluster 0xe001, cmd id 0xa
[19:57:32][183286][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x2, channel type 0xffffffff
[19:57:32][183286][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][183287][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:32][183288][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][183288][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(2) to dst endpoint(1) cluster(0xe001)
[19:57:32][183289][I][ZigbeeGateway.cpp:1334] zbAttributeReporting(): from (0xa159), endpoint (2), cluster (0xe001), attribute id (0xd010), attribute data type (0x30) 
[19:57:32][183316][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:32][183316][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
[19:57:32][183318][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x6, command id: 10
[19:57:32][183319][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[19:57:32][183319][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:32][183320][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:32][183320][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 19 size: 4
[19:57:32][183320][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02 
[19:57:32][183321][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x80 
[19:57:32][183321][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x30 
[19:57:32][183321][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02 
[19:57:32][183322][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:32][183322][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, cluster 0x6, cmd id 0xa
[19:57:32][183323][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xffffffff
[19:57:32][183323][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][183324][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:32][183325][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][183325][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(1) to dst endpoint(1) cluster(0x6)
[19:57:32][183326][I][ZigbeeGateway.cpp:1058] zbAttributeReporting(): on/off cluster (0x6), attribute id (0x8002), attribute data type (0x30), attribute value (0x2)
[19:57:32][183356][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:32][183357][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
[19:57:32][183359][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0x6, command id: 10
[19:57:32][183359][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[19:57:32][183360][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:32][183360][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:32][183361][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 2 size: 4
[19:57:32][183361][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x01 
[19:57:32][183361][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x80 
[19:57:32][183362][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x30 
[19:57:32][183362][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x01 
[19:57:32][183362][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:32][183363][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, cluster 0x6, cmd id 0xa
[19:57:32][183364][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xffffffff
[19:57:32][183364][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:32][183365][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:32][183366][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:32][183366][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(1) to dst endpoint(1) cluster(0x6)
[19:57:32][183367][I][ZigbeeGateway.cpp:1058] zbAttributeReporting(): on/off cluster (0x6), attribute id (0x8001), attribute data type (0x30), attribute value (0x1)
[19:57:33][183658][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:33][183659][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
[19:57:33][183660][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0xe000, command id: 10
[19:57:33][183661][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[19:57:33][183661][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:33][183662][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:33][183662][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 4 size: 12
[19:57:33][183662][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x03 
[19:57:33][183663][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0xD0 
[19:57:33][183663][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x42 
[19:57:33][183663][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x08 
[19:57:33][183664][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x41 
[19:57:33][183664][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x41 
[19:57:33][183664][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x41 
[19:57:33][183665][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x41 
[19:57:33][183665][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x41 
[19:57:33][183665][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x67 
[19:57:33][183665][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x41 
[19:57:33][183666][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x41 
[19:57:33][183666][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:33][183667][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, cluster 0xe000, cmd id 0xa
[19:57:33][183668][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xffffffff
[19:57:33][183668][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:33][183669][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:33][183669][I][ZigbeeHandlers.cpp:42] zb_action_handler(): Receive Zigbee action(0x2000) callback
[19:57:33][183670][V][ZigbeeHandlers.cpp:234] zb_attribute_reporting_handler(): Received report from address(0x9e6f) src endpoint(1) to dst endpoint(1) cluster(0xe000)
[19:57:33][183671][I][ZigbeeGateway.cpp:1334] zbAttributeReporting(): from (0xa159), endpoint (1), cluster (0xe000), attribute id (0xd003), attribute data type (0x42) 
[19:57:33][183958][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:33][183958][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
[19:57:33][183960][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0xe000, command id: 10
[19:57:33][183960][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[19:57:33][183961][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:33][183961][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:33][183962][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 6 size: 6
[19:57:33][183962][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02 
[19:57:33][183962][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0xD0 
[19:57:33][183963][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x48 
[19:57:33][183963][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02 
[19:57:33][183963][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:33][183964][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x0A 
[19:57:33][183964][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:33][183965][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, cluster 0xe000, cmd id 0xa
[19:57:33][183965][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xffffffff
[19:57:33][183966][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:33][183966][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:33][184260][D][ZigbeeCore.cpp:479] zb_apsde_data_indication_handler(): APSDE INDICATION - Received APSDE-DATA indication, status: 0
[19:57:33][184260][D][ZigbeeCore.cpp:480] zb_apsde_data_indication_handler(): APSDE INDICATION - dst_endpoint: 1, src_endpoint: 1, dst_addr_mode: 255
[19:57:33][184262][I][ZigbeeHandlers.cpp:138] zb_raw_cmd_handler(): cluster id: 0xe000, command id: 10
[19:57:33][184262][I][ZigbeeHandlers.cpp:141] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[19:57:33][184263][I][ZigbeeHandlers.cpp:145] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[19:57:33][184263][I][ZigbeeHandlers.cpp:149] zb_raw_cmd_handler(): manuf_specific 0x0
[19:57:33][184264][I][ZigbeeHandlers.cpp:153] zb_raw_cmd_handler(): RAW bufid: 8 size: 6
[19:57:33][184264][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x01 
[19:57:33][184264][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0xD0 
[19:57:33][184265][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x48 
[19:57:33][184265][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x02 
[19:57:33][184265][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x00 
[19:57:33][184266][I][ZigbeeHandlers.cpp:156] zb_raw_cmd_handler(): 0x06 
[19:57:33][184266][I][ZigbeeHandlers.cpp:165] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9e6f, 0x9e6f, 0x0, 0x0
[19:57:33][184266][I][z2s_devices_table.cpp:3511] Z2S_onCustomCmdReceive(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, cluster 0xe000, cmd id 0xa
[19:57:33][184267][I][z2s_devices_table.cpp:157] Z2S_findChannelNumberSlot(): A4:C1:38:15:AC:87:A1:59, endpoint 0x1, channel type 0xffffffff
[19:57:33][184268][E][z2s_devices_table.cpp:54] no_channel_found_error_func(): No channel found for address A4:C1:38:15:AC:87:A1:59
[19:57:33][184268][I][ZigbeeHandlers.cpp:191] zb_raw_cmd_handler(): ----------------------------raw command not processed------------------------------------------------------------
[19:57:35]Send: [53 55 50 4C 41 17 0C 00 00 00 28 00 00 00 10 00 00 00 36 66 06 69 00 00 00 00 52 33 03 00 00 00 00 00 ]
[19:57:35]Send: [53 55 50 4C 41 ]
[19:57:35]Recv: [53 55 50 4C 41 17 0C 00 00 00 32 00 00 00 10 00 00 00 27 58 06 69 00 00 00 00 1E AC 0D 00 00 00 00 00 53 55 50 4C 41 ]

Return to “Bramka ZigBee”