Dyskusja ogólna [bramka Zigbee]

vajera
Posts: 725
Joined: Wed Oct 31, 2018 7:58 am

Post

Uaktualniłem repozytorium na GitHub - katalog examples/Z2S_Gateway zawiera kod bramki Zigbee<->Supla - poniżej kilka uwag:

1. to jest kod testowy/rozwojowy - nie traktujcie go proszę jako produkcyjny - jeszcze za wcześnie na wymianę swoich bramek Zigbee 😉, zwłaszcza jak ktoś ma 50+ urządzeń.

2. Kod obsługujący bramkę jest już funkcjonalny, natomiast ta wersja obsługuje tylko czujniki temperatury Tuya TS0201, aczkolwiek łatwo dodać nowe, pod warunkiem, że raportują na standardowych klastrach.

3. Testowałem go od rana na 2 czujnikach (screeny w załącznikach), ale z pewnością nie jest wolny od wad.

4. Późnym wieczorem postaram się wrzucić update dla gniazdka On/Office aczkolwiek kod czyta też już dane z pomiaru napięcia/natężenia.

5. Po każdym wgraniu kodu do urządzenia z czyszczenie Flasha należy usunąć urządzenie z Clouda.

6. Możliwe, że będzie konieczna jedna poprawka w SuplaDevice, ale czekam na potwierdzenie od alfa-testerów.

7. w kodzie jest #include <priv_auth_data.h> :
proponuję zrobić w katalogu Arduino/libraries podkatalog np. private i w nim stworzyć plik o takiej nazwie a w nim po prostu definicje:

#define GIUD
#define AUTHKEY
#SUPLA_WIFI_SSID
#define SUPLA_WIFI_PASS
#define SUPLA_SVR
#define SUPLA_EMAIL
You do not have the required permissions to view the files attached to this post.
User avatar
wojtas567
Posts: 2248
Joined: Sun Apr 03, 2016 7:16 pm
Location: Olsztyn

Post

Cześć, chciałem potestować i ewentualnie dodać coś od siebie do tego tematu bo przyszły mi właśnie C6 ale mam problem z kodem :|
vajera wrote: Sun Jan 12, 2025 3:25 pm
#define GIUD
#define AUTHKEY
#SUPLA_WIFI_SSID
#define SUPLA_WIFI_PASS
#define SUPLA_SVR
#define SUPLA_EMAIL
tu są dwie literówki, powinno być:
#define GUID
#define AUTHKEY
#define SUPLA_WIFI_SSID
#define SUPLA_WIFI_PASS
#define SUPLA_SVR
#define SUPLA_EMAIL

ale mimo wszystko taki błąd:

Code: Select all

c:/.../appdata/local/arduino15/packages/esp32/tools/esp-rv32/2302/bin/../lib/gcc/riscv32-esp-elf/12.2.0/../../../../riscv32-esp-elf/bin/ld.exe: sketch\Z2S_Gateway.ino.cpp.o: in function `Supla::Eeprom::~Eeprom()':
c:\...\OneDrive\Dokumenty\Arduino\libraries\supla-device\src/supla/storage/eeprom.h:26: undefined reference to `ZigbeeGateway::~ZigbeeGateway()'
collect2.exe: error: ld returned 1 exit status

exit status 1

Compilation error: exit status 1
Pozdrawiam
Wojtek
User avatar
Zibi_007
Posts: 579
Joined: Tue Oct 31, 2023 10:06 pm

Post

wojtas567 wrote: Sun Jan 12, 2025 11:07 pm Cześć, chciałem potestować i ewentualnie dodać coś od siebie do tego tematu bo przyszły mi właśnie C6 ale mam problem z kodem :|
vajera wrote: Sun Jan 12, 2025 3:25 pm
#define GIUD
#define AUTHKEY
#SUPLA_WIFI_SSID
#define SUPLA_WIFI_PASS
#define SUPLA_SVR
#define SUPLA_EMAIL
tu są dwie literówki, powinno być:
#define GUID
#define AUTHKEY
#define SUPLA_WIFI_SSID
#define SUPLA_WIFI_PASS
#define SUPLA_SVR
#define SUPLA_EMAIL
Właśnie miałem pisać o tych literówkach i pochwalić się efektami działania programu.
U mnie kompiluje się bez problemu. Pokazuje temperaturę i wilgotność.
Na razie nie widzi gniazdka.
You do not have the required permissions to view the files attached to this post.
Zachęcam do dodawania urządzeń Zigbee do bramki Z2S, zgłoszenia tutaj: https://forum.supla.org/viewtopic.php?t=16638

Nec Hercules contra plures!
vajera
Posts: 725
Joined: Wed Oct 31, 2018 7:58 am

Post

Sorry za literówki 😉
Gniazdka już dzisiaj nie będzie bo 2h spędziłem nad problem ponownego przyłączania się do koordynatora urządzeń koncowych po dłuższym wyłączeniu tegoż, ale nadal tego nie rozgryzłem.
User avatar
Zibi_007
Posts: 579
Joined: Tue Oct 31, 2023 10:06 pm

Post

vajera wrote: Sun Jan 12, 2025 11:51 pm Sorry za literówki 😉
Gniazdka już dzisiaj nie będzie bo 2h spędziłem nad problem ponownego przyłączania się do koordynatora urządzeń koncowych po dłuższym wyłączeniu tegoż, ale nadal tego nie rozgryzłem.
Nie, no spokojnie, tak tylko napisałem, bo nie wiedziałem, jaką mam wersję (przegapiłem Twojego posta po południu). Czekaliśmy tyle czasu na taką bramkę, to kilka dni nas nie zbawi ;-) Ja też cały czas testuję. Jedyne co zauważyłem, to że po sparowaniu drugiego urządzenia (gniazdka) nie widział mi tego pierwszego (nie pokazywał wartości temperatury i wilgotności). Jutro spróbuję to powtórzyć i zgrać logi z takiego zachowania.

I teraz najważniejsze. Chciałbym aby to mocno wybrzmiało. Bardzo Ci dziękuję za ogrom włożonej pracy i zrobienie czegoś, co jeszcze do niedawna wielu wydawało się odległą przyszłością. Myślę, że nie jestem w tym osamotniony i wiele osób tutaj myśli podobnie. Brawo, brawo, brawo! Udowodniłeś, że jeśli się czegoś bardzo chce, to mimo trudności można to osiągnąć! Jestem pod ogromnym wrażeniem wiedzy i determinacji! Pozdrawiam Cię serdecznie.
Zachęcam do dodawania urządzeń Zigbee do bramki Z2S, zgłoszenia tutaj: https://forum.supla.org/viewtopic.php?t=16638

Nec Hercules contra plures!
lukasz06
Posts: 1176
Joined: Sun Jul 17, 2022 6:53 pm

Post

A ten błąd co oznacza?

Code: Select all

Compilation error: 'class ZigbeeGateway' has no member named 'onStatusNotification'
User avatar
Zibi_007
Posts: 579
Joined: Tue Oct 31, 2023 10:06 pm

Post

lukasz06 wrote: Mon Jan 13, 2025 9:07 am A ten błąd co oznacza?

Code: Select all

Compilation error: 'class ZigbeeGateway' has no member named 'onStatusNotification'
Zakomentuj linię 32 w skanerze. Wtedy Ci się normalnie skompiluje.
Zachęcam do dodawania urządzeń Zigbee do bramki Z2S, zgłoszenia tutaj: https://forum.supla.org/viewtopic.php?t=16638

Nec Hercules contra plures!
User avatar
Zibi_007
Posts: 579
Joined: Tue Oct 31, 2023 10:06 pm

Post

Dobra, skanowania ciąg dalszy.
Posty mają ograniczenie co do liczby znaków, więc będę dzielił.
Czujnik dymu - bardzo fajna sprawa. Normalnie działa nawet bez połączenia z internetem (Zigbee). Jest głośny, z piwnicy słychać go dwie kondygnacje wyżej (szczególnie w nocy ;-)). Kupiony za grosze (dosłownie) z promocji na 11.11 (Ali). Sprawdzony w boju :) Taki: https://pl.aliexpress.com/item/1005007627205202.html (na tej aukcji cena z d.. Normalnie kosztuje ok. 15-20 zł.).

Code: Select all

12:55:14.561> ============ After Setup End =============
12:55:17.450> [ 14967][I][ZigbeeCore.cpp:330] esp_zb_app_signal_handler(): Network(0x30f7) is open for 180 seconds
12:55:17.450> 
12:55:38.105> [ 38095][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
12:55:38.105> 
12:55:38.105> [ 38097][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
12:55:38.105> 
12:55:38.635> [ 38630][I][ZigbeeCore.cpp:299] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x9683)
12:55:38.635> 
12:55:38.635> [ 38631][V][ZigbeeCore.cpp:303] esp_zb_app_signal_handler(): Device capabilities: 0x80
12:55:38.635> 
12:55:38.744> [ 38736][D][ZigbeeGateway.cpp:128] find_Cb(): Sensor found: short address(0x9683), endpoint(1)
12:55:38.744> 
12:55:38.796> [ 38793][I][ZigbeeGateway.cpp:271] printJoinedDevices(): joined devices:
12:55:38.796> 
12:55:38.796> [ 38793][I][ZigbeeGateway.cpp:274] printJoinedDevices(): Device on endpoint 1, short address: 0x9683
12:55:38.796> 
12:55:38.949> [ 38943][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
12:55:38.949> 
12:55:38.949> [ 38943][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x9683) src endpoint(1) 
12:55:38.949> to dst endpoint(1) cluster(0x0)
12:55:38.949> 
12:55:38.949> [ 38944][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0
12:55:38.949> x4), type(0x42), value(16)
12:55:38.949> 
12:55:38.949> [ 38945][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "_TZ3210_up3pngle"
12:55:38.949> 
12:55:38.949> [ 38794][I][Z2S_Device_Scanner.ino:88] loop(): manufacturer _TZ3210_up3pngle 
12:55:38.949> 
12:55:39.272> [ 39054][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
12:55:39.272> 
12:55:39.272> [ 39055][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x9683) src endpoint(1) 
12:55:39.272> to dst endpoint(1) cluster(0x0)
12:55:39.272> 
12:55:39.272> [ 39055][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0
12:55:39.272> x5), type(0x42), value(6)
12:55:39.272> 
12:55:39.272> [ 39056][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "TS0205"
12:55:39.272> 
12:55:39.272> [ 38946][I][Z2S_Device_Scanner.ino:89] loop(): model TS0205 
12:55:39.272> 
12:55:39.272> [ 39057][I][ZigbeeGateway.cpp:207] zbPrintDeviceDiscovery(): short_addr_req 38531
12:55:39.272> 
12:55:39.272> [ 39148][I][ZigbeeGateway.cpp:141] Z2S_active_ep_req_cb(): Z2S active_ep_req: device address 38531, endpoints count 1
12:55:39.272> 
12:55:39.272> [ 39149][I][ZigbeeGateway.cpp:144] Z2S_active_ep_req_cb(): Endpont # 1, id 1 
12:55:39.272> 
12:55:39.272> [ 39248][I][ZigbeeGateway.cpp:160] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: device address 38531, endpoint # 1
12:55:39.272> 
12:55:39.272> [ 39249][I][ZigbeeGateway.cpp:161] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: in clusters # 5, out clusters # 6
12:55:39.272> 
12:55:39.272> [ 39249][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 1, id 0 
12:55:39.272> 
12:55:39.272> [ 39250][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 2, id 4 
12:55:39.272> 
12:55:39.272> [ 39250][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 3, id 5 
12:55:39.272> 
12:55:39.272> [ 39250][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 4, id 1 
12:55:39.272> 
12:55:39.272> [ 39251][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 5, id 1280 
12:55:39.272> 
12:55:39.272> [ 39251][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 1, id 3 
12:55:39.272> 
12:55:39.272> [ 39252][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 2, id 4 
12:55:39.272> 
12:55:39.272> [ 39252][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 3, id 6 
12:55:39.272> 
12:55:39.272> [ 39253][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 4, id 4096 
12:55:39.272> 
12:55:39.272> [ 39253][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 5, id 10 
12:55:39.272> 
12:55:39.272> [ 39253][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 6, id 25 
12:55:39.272> 
12:55:40.447> [ 39372][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
12:55:40.447> 
12:55:40.447> [ 39373][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.447> ce endpoint 1, source cluster 0, attribute id 0, data type 32
12:55:40.447> 
12:55:40.447> [ 39374][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.447>  (0x1), source cluster (0x0), attribute id (0x0), data type (0x20)
12:55:40.447> 
12:55:40.447> [ 39375][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.447> ce endpoint 1, source cluster 0, attribute id 1, data type 32
12:55:40.447> 
12:55:40.447> [ 39375][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0x1), data type (0x20)
12:55:40.448> 
12:55:40.448> [ 39376][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 2, data type 32
12:55:40.448> 
12:55:40.448> [ 39377][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0x2), data type (0x20)
12:55:40.448> 
12:55:40.448> [ 39378][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 3, data type 32
12:55:40.448> 
12:55:40.448> [ 39379][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0x3), data type (0x20)
12:55:40.448> 
12:55:40.448> [ 39380][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 4, data type 66
12:55:40.448> 
12:55:40.448> [ 39381][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0x4), data type (0x42)
12:55:40.448> 
12:55:40.448> [ 39382][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 5, data type 66
12:55:40.448> 
12:55:40.448> [ 39382][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0x5), data type (0x42)
12:55:40.448> 
12:55:40.448> [ 39383][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 6, data type 66
12:55:40.448> 
12:55:40.448> [ 39384][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0x6), data type (0x42)
12:55:40.448> 
12:55:40.448> [ 39385][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 7, data type 48
12:55:40.448> 
12:55:40.448> [ 39386][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0x7), data type (0x30)
12:55:40.448> 
12:55:40.448> [ 39387][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 65472, data type 66
12:55:40.448> 
12:55:40.448> [ 39388][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0xffc0), data type (0x42)
12:55:40.448> 
12:55:40.448> [ 39388][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 65487, data type 33
12:55:40.448> 
12:55:40.448> [ 39389][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0xffcf), data type (0x21)
12:55:40.448> 
12:55:40.448> [ 39390][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 65502, data type 32
12:55:40.448> 
12:55:40.448> [ 39391][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0xffde), data type (0x20)
12:55:40.448> 
12:55:40.448> [ 39392][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 65533, data type 33
12:55:40.448> 
12:55:40.448> [ 39393][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0xfffd), data type (0x21)
12:55:40.448> 
12:55:40.448> [ 39394][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 65534, data type 48
12:55:40.448> 
12:55:40.448> [ 39395][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0xfffe), data type (0x30)
12:55:40.448> 
12:55:40.448> [ 39395][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 65504, data type 72
12:55:40.448> 
12:55:40.448> [ 39396][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0xffe0), data type (0x48)
12:55:40.448> 
12:55:40.448> [ 39397][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 65505, data type 72
12:55:40.448> 
12:55:40.448> [ 39398][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0xffe1), data type (0x48)
12:55:40.448> 
12:55:40.448> [ 39399][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 65506, data type 32
12:55:40.448> 
12:55:40.448> [ 39400][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0xffe2), data type (0x20)
12:55:40.448> 
12:55:40.448> [ 39401][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 0, attribute id 65507, data type 66
12:55:40.448> 
12:55:40.448> [ 39402][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x0), attribute id (0xffe3), data type (0x42)
12:55:40.448> 
12:55:40.448> [ 39413][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
12:55:40.448> 
12:55:40.448> [ 39414][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 4, attribute id 0, data type 24
12:55:40.448> 
12:55:40.448> [ 39415][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x4), attribute id (0x0), data type (0x18)
12:55:40.448> 
12:55:40.448> [ 39416][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 4, attribute id 65533, data type 33
12:55:40.448> 
12:55:40.448> [ 39416][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x4), attribute id (0xfffd), data type (0x21)
12:55:40.448> 
12:55:40.448> [ 39481][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
12:55:40.448> 
12:55:40.448> [ 39482][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 5, attribute id 0, data type 32
12:55:40.448> 
12:55:40.448> [ 39483][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x5), attribute id (0x0), data type (0x20)
12:55:40.448> 
12:55:40.448> [ 39484][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 5, attribute id 1, data type 32
12:55:40.448> 
12:55:40.448> [ 39484][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x5), attribute id (0x1), data type (0x20)
12:55:40.448> 
12:55:40.448> [ 39485][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 5, attribute id 2, data type 33
12:55:40.448> 
12:55:40.448> [ 39486][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x5), attribute id (0x2), data type (0x21)
12:55:40.448> 
12:55:40.448> [ 39487][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.448> ce endpoint 1, source cluster 5, attribute id 3, data type 16
12:55:40.448> 
12:55:40.448> [ 39488][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.448>  (0x1), source cluster (0x5), attribute id (0x3), data type (0x10)
12:55:40.448> 
12:55:40.448> [ 39489][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.449> ce endpoint 1, source cluster 5, attribute id 4, data type 24
12:55:40.449> 
12:55:40.449> [ 39490][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.449>  (0x1), source cluster (0x5), attribute id (0x4), data type (0x18)
12:55:40.449> 
12:55:40.449> [ 39490][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.449> ce endpoint 1, source cluster 5, attribute id 65533, data type 33
12:55:40.449> 
12:55:40.449> [ 39491][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.449>  (0x1), source cluster (0x5), attribute id (0xfffd), data type (0x21)
12:55:40.449> 
12:55:40.449> [ 39504][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
12:55:40.449> 
12:55:40.449> [ 39504][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.449> ce endpoint 1, source cluster 1, attribute id 0, data type 33
12:55:40.449> 
12:55:40.449> [ 39505][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.449>  (0x1), source cluster (0x1), attribute id (0x0), data type (0x21)
12:55:40.449> 
12:55:40.449> [ 39506][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.449> ce endpoint 1, source cluster 1, attribute id 32, data type 32
12:55:40.449> 
12:55:40.449> [ 39507][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.449>  (0x1), source cluster (0x1), attribute id (0x20), data type (0x20)
12:55:40.449> 
12:55:40.449> [ 39507][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.449> ce endpoint 1, source cluster 1, attribute id 33, data type 32
12:55:40.449> 
12:55:40.449> [ 39508][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.449>  (0x1), source cluster (0x1), attribute id (0x21), data type (0x20)
12:55:40.449> 
12:55:40.449> [ 39509][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.449> ce endpoint 1, source cluster 1, attribute id 65533, data type 33
12:55:40.449> 
12:55:40.449> [ 39510][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.449>  (0x1), source cluster (0x1), attribute id (0xfffd), data type (0x21)
12:55:40.449> 
12:55:40.449> [ 39539][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
12:55:40.449> 
12:55:40.449> [ 39540][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:40.449> ce endpoint 1, source cluster 3, attribute id 65533, data type 33
12:55:40.449> 
12:55:40.449> [ 39541][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:40.449>  (0x1), source cluster (0x3), attribute id (0xfffd), data type (0x21)
12:55:40.449> 
12:55:46.802> [ 39581][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
12:55:46.802> 
12:55:46.802> [ 39581][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:46.802> ce endpoint 1, source cluster bute id 0, data type 24
12:55:46.802> 
12:55:46.802> [ 40454][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:46.802>  (0x1), source cluster (0x4), attribute id (0x0), data type (0x18)
12:55:46.802> 
12:55:46.802> [ 40455][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:46.802> ce endpoint 1, source cluster 4, attribute id 65533, data type 33
12:55:46.802> 
12:55:46.802> [ 40456][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:46.802>  (0x1), source cluster (0x4), attribute id (0xfffd), data type (0x21)
12:55:46.802> 
12:55:46.802> [ 40464][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
12:55:46.802> 
12:55:46.802> [ 40464][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:46.802> ce endpoint 1, source cluster 6, attribute id 65533, data type 33
12:55:46.802> 
12:55:46.802> [ 40465][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:46.802>  (0x1), source cluster (0x6), attribute id (0xfffd), data type (0x21)
12:55:46.802> 
12:55:46.802> [ 45119][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
12:55:46.802> 
12:55:46.802> [ 45226][I][ZigbeeCore.cpp:330] esp_zb_app_signal_handler(): Network(0x30f7) is open for 180 seconds
12:55:46.802> 
12:55:49.305> [ 49307][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
12:55:49.305> 
12:55:49.305> [ 49307][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 38531, sour
12:55:49.305> ce endpoint 1, source cluster 10, attribute id 65533, data type 33
12:55:49.305> 
12:55:49.305> [ 49308][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x9683), source endpoint
12:55:49.306>  (0x1), source cluster (0xa), attribute id (0xfffd), data type (0x21)
12:55:49.306> 
12:56:13.695> [ 73697][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
12:56:13.695> 
12:56:13.695> [ 73697][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x9683) sr
12:56:13.695> c endpoint(1) to dst endpoint(1) cluster(0x500)
12:56:13.695> 
12:56:14.366> [ 74373][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
12:56:14.366> 
12:56:14.431> [ 74373][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x9683) sr
12:56:14.431> c endpoint(1) to dst endpoint(1) cluster(0x500)
12:56:14.431> 
12:56:18.835> [ 78839][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
12:56:18.835> 
12:56:18.835> [ 78840][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x9683) sr
12:56:18.835> c endpoint(1) to dst endpoint(1) cluster(0x500)
12:56:18.835> 
12:56:19.869> [ 79875][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
12:56:19.869> 
12:56:19.869> [ 79875][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x9683) sr
12:56:19.869> c endpoint(1) to dst endpoint(1) cluster(0x500)
12:56:19.869> 
12:56:26.382> -----------------------------------------
12:56:26.382> Monitoring stopped (13.01.2025 12:56:26).
12:56:26.382> -----------------------------------------
Ostatnie linie, to reakcja na przycisk testujący (wyzwalający) alarm.
Zachęcam do dodawania urządzeń Zigbee do bramki Z2S, zgłoszenia tutaj: https://forum.supla.org/viewtopic.php?t=16638

Nec Hercules contra plures!
User avatar
Zibi_007
Posts: 579
Joined: Tue Oct 31, 2023 10:06 pm

Post

I taki fajny czujnik (ruchu i natężenia oświetlenia w luxach): https://pl.aliexpress.com/item/1005007294466196.html

Code: Select all

13:13:00.339> [  2685][I][ZigbeeCore.cpp:330] esp_zb_app_signal_handler(): Network(0x30f7) is open for 180 seconds
13:13:00.339> 
13:13:10.338> [ 16452][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
13:13:10.338> 
13:13:10.338> [ 16455][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
13:13:10.338> 
13:13:10.855> [ 16973][I][ZigbeeCore.cpp:299] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x7231)
13:13:10.855> 
13:13:10.855> [ 16974][V][ZigbeeCore.cpp:303] esp_zb_app_signal_handler(): Device capabilities: 0x80
13:13:10.855> 
13:13:11.367> [ 17479][D][ZigbeeGateway.cpp:128] find_Cb(): Sensor found: short address(0x7231), endpoint(1)
13:13:11.367> 
13:13:11.367> [ 17486][I][ZigbeeGateway.cpp:271] printJoinedDevices(): joined devices:
13:13:11.367> 
13:13:11.367> [ 17486][I][ZigbeeGateway.cpp:274] printJoinedDevices(): Device on endpoint 1, short address: 0x7231
13:13:11.367> 
13:13:11.855> [ 17981][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
13:13:11.855> 
13:13:11.855> [ 17981][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x7231) src endpoint(1) 
13:13:11.855> to dst endpoint(1) cluster(0x0)
13:13:11.855> 
13:13:12.017> [ 17982][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0
13:13:12.017> x4), type(0x42), value(16)
13:13:12.017> 
13:13:12.017> [ 17983][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "_TZE200_3towulqd"
13:13:12.017> 
13:13:12.017> [ 17487][I][Z2S_Device_Scanner.ino:88] loop(): manufacturer _TZE200_3towulqd 
13:13:12.017> 
13:13:12.365> [ 18485][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
13:13:12.365> 
13:13:12.365> [ 18486][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x7231) src endpoint(1) 
13:13:12.365> to dst endpoint(1) cluster(0x0)
13:13:12.365> 
13:13:12.365> [ 18487][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0
13:13:12.365> x5), type(0x42), value(6)
13:13:12.365> 
13:13:12.365> [ 18487][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "TS0601"
13:13:12.365> 
13:13:12.365> [ 17984][I][Z2S_Device_Scanner.ino:89] loop(): model TS0601 
13:13:12.365> 
13:13:12.365> [ 18490][I][ZigbeeGateway.cpp:207] zbPrintDeviceDiscovery(): short_addr_req 29233
13:13:12.365> 
13:13:12.836> [ 18540][I][ZigbeeGateway.cpp:141] Z2S_active_ep_req_cb(): Z2S active_ep_req: device address 29233, endpoints count 1
13:13:12.836> 
13:13:12.837> [ 18540][I][ZigbeeGateway.cpp:144] Z2S_active_ep_req_cb(): Endpont # 1, id 1 
13:13:12.837> 
13:13:12.837> [ 18550][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
13:13:12.837> 
13:13:13.105> [ 18985][I][ZigbeeGateway.cpp:160] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: device address 29233, endpoint # 1
13:13:13.105> 
13:13:13.105> [ 18985][I][ZigbeeGateway.cpp:161] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: in clusters # 5, out clusters # 0
13:13:13.105> 
13:13:13.105> [ 18986][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 1, id 0 
13:13:13.105> 
13:13:13.105> [ 18986][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 2, id 3 
13:13:13.105> 
13:13:13.105> [ 18987][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 3, id 1280 
13:13:13.105> 
13:13:13.105> [ 18987][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 4, id 1 
13:13:13.105> 
13:13:13.105> [ 18987][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 5, id 1024 
13:13:13.105> 
13:13:13.684> [ 19234][I][ZigbeeCore.cpp:330] esp_zb_app_signal_handler(): Network(0x30f7) is open for 180 seconds
13:13:13.684> 
13:13:13.684> [ 19260][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:13:13.684> 
13:13:13.684> [ 19260][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.684> ce endpoint 1, source cluster 0, attribute id 0, data type 32
13:13:13.684> 
13:13:13.684> [ 19261][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.684>  (0x1), source cluster (0x0), attribute id (0x0), data type (0x20)
13:13:13.684> 
13:13:13.684> [ 19262][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.684> ce endpoint 1, source cluster 0, attribute id 1, data type 32
13:13:13.684> 
13:13:13.684> [ 19263][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.684>  (0x1), source cluster (0x0), attribute id (0x1), data type (0x20)
13:13:13.684> 
13:13:13.684> [ 19264][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.684> ce endpoint 1, source cluster 0, attribute id 2, data type 32
13:13:13.684> 
13:13:13.684> [ 19265][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.684>  (0x1), source cluster (0x0), attribute id (0x2), data type (0x20)
13:13:13.684> 
13:13:13.684> [ 19266][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.684> ce endpoint 1, source cluster 0, attribute id 3, data type 32
13:13:13.684> 
13:13:13.684> [ 19266][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.684>  (0x1), source cluster (0x0), attribute id (0x3), data type (0x20)
13:13:13.684> 
13:13:13.684> [ 19267][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.684> ce endpoint 1, source cluster 0, attribute id 4, data type 66
13:13:13.684> 
13:13:13.684> [ 19268][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.684>  (0x1), source cluster (0x0), attribute id (0x4), data type (0x42)
13:13:13.684> 
13:13:13.684> [ 19269][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.684> ce endpoint 1, source cluster 0, attribute id 5, data type 66
13:13:13.684> 
13:13:13.685> [ 19270][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x0), attribute id (0x5), data type (0x42)
13:13:13.685> 
13:13:13.685> [ 19271][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 0, attribute id 7, data type 48
13:13:13.685> 
13:13:13.685> [ 19271][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x0), attribute id (0x7), data type (0x30)
13:13:13.685> 
13:13:13.685> [ 19272][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 0, attribute id 18, data type 16
13:13:13.685> 
13:13:13.685> [ 19273][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x0), attribute id (0x12), data type (0x10)
13:13:13.685> 
13:13:13.685> [ 19274][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 0, attribute id 16384, data type 66
13:13:13.685> 
13:13:13.685> [ 19275][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x0), attribute id (0x4000), data type (0x42)
13:13:13.685> 
13:13:13.685> [ 19276][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 0, attribute id 65533, data type 33
13:13:13.685> 
13:13:13.685> [ 19276][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x0), attribute id (0xfffd), data type (0x21)
13:13:13.685> 
13:13:13.685> [ 19291][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:13:13.685> 
13:13:13.685> [ 19291][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 3, attribute id 0, data type 33
13:13:13.685> 
13:13:13.685> [ 19292][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x3), attribute id (0x0), data type (0x21)
13:13:13.685> 
13:13:13.685> [ 19293][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 3, attribute id 65533, data type 33
13:13:13.685> 
13:13:13.685> [ 19294][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x3), attribute id (0xfffd), data type (0x21)
13:13:13.685> 
13:13:13.685> [ 19309][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:13:13.685> 
13:13:13.685> [ 19309][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1280, attribute id 0, data type 48
13:13:13.685> 
13:13:13.685> [ 19310][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x500), attribute id (0x0), data type (0x30)
13:13:13.685> 
13:13:13.685> [ 19311][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1280, attribute id 1, data type 49
13:13:13.685> 
13:13:13.685> [ 19312][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x500), attribute id (0x1), data type (0x31)
13:13:13.685> 
13:13:13.685> [ 19313][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1280, attribute id 2, data type 25
13:13:13.685> 
13:13:13.685> [ 19314][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x500), attribute id (0x2), data type (0x19)
13:13:13.685> 
13:13:13.685> [ 19314][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1280, attribute id 16, data type 240
13:13:13.685> 
13:13:13.685> [ 19315][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x500), attribute id (0x10), data type (0xf0)
13:13:13.685> 
13:13:13.685> [ 19316][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1280, attribute id 17, data type 32
13:13:13.685> 
13:13:13.685> [ 19317][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x500), attribute id (0x11), data type (0x20)
13:13:13.685> 
13:13:13.685> [ 19318][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1280, attribute id 65533, data type 33
13:13:13.685> 
13:13:13.685> [ 19319][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x500), attribute id (0xfffd), data type (0x21)
13:13:13.685> 
13:13:13.685> [ 19333][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:13:13.685> 
13:13:13.685> [ 19334][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1, attribute id 32, data type 32
13:13:13.685> 
13:13:13.685> [ 19335][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x1), attribute id (0x20), data type (0x20)
13:13:13.685> 
13:13:13.685> [ 19335][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1, attribute id 33, data type 32
13:13:13.685> 
13:13:13.685> [ 19336][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x1), attribute id (0x21), data type (0x20)
13:13:13.685> 
13:13:13.685> [ 19337][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1, attribute id 65533, data type 33
13:13:13.685> 
13:13:13.685> [ 19338][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x1), attribute id (0xfffd), data type (0x21)
13:13:13.685> 
13:13:13.685> [ 19342][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:13:13.685> 
13:13:13.685> [ 19342][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1024, attribute id 0, data type 33
13:13:13.685> 
13:13:13.685> [ 19343][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x400), attribute id (0x0), data type (0x21)
13:13:13.685> 
13:13:13.685> [ 19344][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1024, attribute id 1, data type 33
13:13:13.685> 
13:13:13.685> [ 19345][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x400), attribute id (0x1), data type (0x21)
13:13:13.685> 
13:13:13.685> [ 19345][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1024, attribute id 2, data type 33
13:13:13.685> 
13:13:13.685> [ 19346][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x400), attribute id (0x2), data type (0x21)
13:13:13.685> 
13:13:13.685> [ 19347][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 29233, sour
13:13:13.685> ce endpoint 1, source cluster 1024, attribute id 65533, data type 33
13:13:13.685> 
13:13:13.685> [ 19348][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x7231), source endpoint
13:13:13.685>  (0x1), source cluster (0x400), attribute id (0xfffd), data type (0x21)
13:13:13.685> 
13:13:22.167> [ 28279][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:22.167> 
13:13:22.167> [ 28280][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:22.167> ndpoint(1) cluster(0x1)
13:13:22.167> 
13:13:22.167> [ 28280][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x1), attribute id (0x
13:13:22.167> 21), attribute data type (0x20) 
13:13:22.167> 
13:13:22.167> [ 28281][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:22.167> 
13:13:22.167> [ 28281][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:22.167> ndpoint(1) cluster(0x1)
13:13:22.167> 
13:13:22.167> [ 28282][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x1), attribute id (0x
13:13:22.167> 20), attribute data type (0x20) 
13:13:22.167> 
13:13:22.835> [ 28948][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
13:13:22.835> 
13:13:22.835> [ 28948][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x7231) sr
13:13:22.835> c endpoint(1) to dst endpoint(1) cluster(0x500)
13:13:22.835> 
13:13:23.819> [ 29933][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:23.819> 
13:13:23.819> [ 29934][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:23.819> ndpoint(1) cluster(0x400)
13:13:23.819> 
13:13:23.819> [ 29934][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x400), attribute id (
13:13:23.819> 0x0), attribute data type (0x21) 
13:13:23.819> 
13:13:31.992> [ 38111][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:31.992> 
13:13:31.992> [ 38112][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:31.992> ndpoint(1) cluster(0x1)
13:13:31.992> 
13:13:31.992> [ 38113][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x1), attribute id (0x
13:13:31.992> 21), attribute data type (0x20) 
13:13:31.992> 
13:13:31.992> [ 38113][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:31.992> 
13:13:31.992> [ 38114][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:31.992> ndpoint(1) cluster(0x1)
13:13:31.992> 
13:13:31.992> [ 38114][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x1), attribute id (0x
13:13:31.992> 20), attribute data type (0x20) 
13:13:31.992> 
13:13:42.100> [ 48214][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:42.100> 
13:13:42.100> [ 48215][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:42.100> ndpoint(1) cluster(0x1)
13:13:42.100> 
13:13:42.100> [ 48215][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x1), attribute id (0x
13:13:42.100> 21), attribute data type (0x20) 
13:13:42.100> 
13:13:42.100> [ 48216][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:42.100> 
13:13:42.100> [ 48217][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:42.100> ndpoint(1) cluster(0x1)
13:13:42.100> 
13:13:42.100> [ 48217][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x1), attribute id (0x
13:13:42.100> 20), attribute data type (0x20) 
13:13:42.100> 
13:13:48.945> [ 55066][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
13:13:48.945> 
13:13:48.945> [ 55066][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x7231) sr
13:13:48.945> c endpoint(1) to dst endpoint(1) cluster(0x500)
13:13:48.945> 
13:13:49.759> [ 55878][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:49.759> 
13:13:49.759> [ 55878][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:49.759> ndpoint(1) cluster(0x400)
13:13:49.759> 
13:13:49.759> [ 55879][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x400), attribute id (
13:13:49.759> 0x0), attribute data type (0x21) 
13:13:49.759> 
13:13:52.148> [ 58267][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:52.148> 
13:13:52.148> [ 58267][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:52.148> ndpoint(1) cluster(0x1)
13:13:52.148> 
13:13:52.148> [ 58268][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x1), attribute id (0x
13:13:52.148> 21), attribute data type (0x20) 
13:13:52.148> 
13:13:52.148> [ 58268][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:13:52.148> 
13:13:52.148> [ 58269][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:13:52.148> ndpoint(1) cluster(0x1)
13:13:52.148> 
13:13:52.148> [ 58270][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x1), attribute id (0x
13:13:52.148> 20), attribute data type (0x20) 
13:13:52.148> 
13:14:34.693> [100811][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
13:14:34.693> 
13:14:34.693> [100811][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x7231) sr
13:14:34.693> c endpoint(1) to dst endpoint(1) cluster(0x500)
13:14:34.693> 
13:14:35.509> [101621][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
13:14:35.509> 
13:14:35.509> [101622][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x7231) src endpoint(1) to dst e
13:14:35.509> ndpoint(1) cluster(0x400)
13:14:35.509> 
13:14:35.509> [101623][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead from (0xd204), endpoint (1), cluster (0x400), attribute id (
13:14:35.509> 0x0), attribute data type (0x21) 
13:14:35.509> 
13:15:08.441> -----------------------------------------
Ostatnie linie, to reakcja na ruch.
Zachęcam do dodawania urządzeń Zigbee do bramki Z2S, zgłoszenia tutaj: https://forum.supla.org/viewtopic.php?t=16638

Nec Hercules contra plures!
User avatar
Zibi_007
Posts: 579
Joined: Tue Oct 31, 2023 10:06 pm

Post

I taki przycisk:
Normalnie reaguje na klik, wieloklik i dłuższe przytrzymanie, do tego na obroty prawo, lewo. Taki: https://pl.aliexpress.com/item/1005005407281311.html

Code: Select all

13:29:49.340> ============ After Setup End =============
13:29:54.514> [  1941][I][ZigbeeCore.cpp:330] esp_zb_app_signal_handler(): Network(0x30f7) is open for 180 seconds
13:29:54.514> 
13:30:30.341> [ 42522][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
13:30:30.341> 
13:30:30.341> [ 42525][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
13:30:30.341> 
13:30:30.866> [ 43056][I][ZigbeeCore.cpp:299] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0xbc64)
13:30:30.866> 
13:30:30.866> [ 43056][V][ZigbeeCore.cpp:303] esp_zb_app_signal_handler(): Device capabilities: 0x80
13:30:30.866> 
13:30:30.993> [ 43176][D][ZigbeeGateway.cpp:128] find_Cb(): Sensor found: short address(0xbc64), endpoint(1)
13:30:30.993> 
13:30:31.059> [ 43205][I][ZigbeeGateway.cpp:271] printJoinedDevices(): joined devices:
13:30:31.059> 
13:30:31.059> [ 43205][I][ZigbeeGateway.cpp:274] printJoinedDevices(): Device on endpoint 1, short address: 0xbc64
13:30:31.059> 
13:30:31.191> [ 43294][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
13:30:31.191> 
13:30:31.191> [ 43294][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xbc64) src endpoint(1) 
13:30:31.191> to dst endpoint(1) cluster(0x0)
13:30:31.191> 
13:30:31.191> [ 43295][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0
13:30:31.191> x4), type(0x42), value(16)
13:30:31.191> 
13:30:31.191> [ 43296][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "_TZ3000_abrsvsou"
13:30:31.191> 
13:30:31.191> [ 43206][I][Z2S_Device_Scanner.ino:88] loop(): manufacturer _TZ3000_abrsvsou 
13:30:31.191> 
13:30:31.614> [ 43416][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
13:30:31.614> 
13:30:31.614> [ 43416][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xbc64) src endpoint(1) 
13:30:31.614> to dst endpoint(1) cluster(0x0)
13:30:31.614> 
13:30:31.614> [ 43417][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0
13:30:31.614> x5), type(0x42), value(6)
13:30:31.614> 
13:30:31.614> [ 43418][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "TS004F"
13:30:31.614> 
13:30:31.614> [ 43297][I][Z2S_Device_Scanner.ino:89] loop(): model TS004F 
13:30:31.614> 
13:30:31.614> [ 43419][I][ZigbeeGateway.cpp:207] zbPrintDeviceDiscovery(): short_addr_req 48228
13:30:31.614> 
13:30:31.614> [ 43537][I][ZigbeeGateway.cpp:141] Z2S_active_ep_req_cb(): Z2S active_ep_req: device address 48228, endpoints count 1
13:30:31.614> 
13:30:31.614> [ 43537][I][ZigbeeGateway.cpp:144] Z2S_active_ep_req_cb(): Endpont # 1, id 1 
13:30:31.614> 
13:30:31.614> [ 43569][I][ZigbeeGateway.cpp:160] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: device address 48228, endpoint # 1
13:30:31.614> 
13:30:31.614> [ 43570][I][ZigbeeGateway.cpp:161] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: in clusters # 6, out clusters # 8
13:30:31.614> 
13:30:31.614> [ 43571][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 1, id 1 
13:30:31.614> 
13:30:31.614> [ 43571][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 2, id 3 
13:30:31.614> 
13:30:31.614> [ 43571][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 3, id 4 
13:30:31.614> 
13:30:31.614> [ 43572][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 4, id 6 
13:30:31.614> 
13:30:31.614> [ 43572][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 5, id 4096 
13:30:31.614> 
13:30:31.614> [ 43573][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 6, id 0 
13:30:31.614> 
13:30:31.614> [ 43573][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 1, id 3 
13:30:31.614> 
13:30:31.614> [ 43574][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 2, id 4 
13:30:31.614> 
13:30:31.614> [ 43574][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 3, id 5 
13:30:31.614> 
13:30:31.614> [ 43574][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 4, id 6 
13:30:31.614> 
13:30:31.614> [ 43575][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 5, id 8 
13:30:31.614> 
13:30:31.614> [ 43575][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 6, id 4096 
13:30:31.614> 
13:30:31.614> [ 43576][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 7, id 25 
13:30:31.614> 
13:30:31.614> [ 43576][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 8, id 10 
13:30:31.614> 
13:30:31.614> [ 43696][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:31.614> 
13:30:31.615> [ 43697][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 1, attribute id 0, data type 33
13:30:31.615> 
13:30:31.615> [ 43698][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x1), attribute id (0x0), data type (0x21)
13:30:31.615> 
13:30:31.615> [ 43699][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 1, attribute id 32, data type 32
13:30:31.615> 
13:30:31.615> [ 43699][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x1), attribute id (0x20), data type (0x20)
13:30:31.615> 
13:30:31.615> [ 43700][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 1, attribute id 33, data type 32
13:30:31.615> 
13:30:31.615> [ 43701][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x1), attribute id (0x21), data type (0x20)
13:30:31.615> 
13:30:31.615> [ 43702][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 1, attribute id 65533, data type 33
13:30:31.615> 
13:30:31.615> [ 43703][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x1), attribute id (0xfffd), data type (0x21)
13:30:31.615> 
13:30:31.615> [ 43718][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:31.615> 
13:30:31.615> [ 43718][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 3, attribute id 0, data type 33
13:30:31.615> 
13:30:31.615> [ 43719][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x3), attribute id (0x0), data type (0x21)
13:30:31.615> 
13:30:31.615> [ 43720][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 3, attribute id 65533, data type 33
13:30:31.615> 
13:30:31.615> [ 43721][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x3), attribute id (0xfffd), data type (0x21)
13:30:31.615> 
13:30:31.615> [ 43735][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:31.615> 
13:30:31.615> [ 43736][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 4, attribute id 0, data type 24
13:30:31.615> 
13:30:31.615> [ 43737][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x4), attribute id (0x0), data type (0x18)
13:30:31.615> 
13:30:31.615> [ 43738][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 4, attribute id 65533, data type 33
13:30:31.615> 
13:30:31.615> [ 43738][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x4), attribute id (0xfffd), data type (0x21)
13:30:31.615> 
13:30:31.615> [ 43752][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:31.615> 
13:30:31.615> [ 43753][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 6, attribute id 32772, data type 48
13:30:31.615> 
13:30:31.615> [ 43754][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x6), attribute id (0x8004), data type (0x30)
13:30:31.615> 
13:30:31.615> [ 43768][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:31.615> 
13:30:31.615> [ 43784][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:31.615> 
13:30:31.615> [ 43784][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 0, attribute id 0, data type 32
13:30:31.615> 
13:30:31.615> [ 43785][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x0), attribute id (0x0), data type (0x20)
13:30:31.615> 
13:30:31.615> [ 43786][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 0, attribute id 1, data type 32
13:30:31.615> 
13:30:31.615> [ 43787][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x0), attribute id (0x1), data type (0x20)
13:30:31.615> 
13:30:31.615> [ 43788][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 0, attribute id 2, data type 32
13:30:31.615> 
13:30:31.615> [ 43788][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x0), attribute id (0x2), data type (0x20)
13:30:31.615> 
13:30:31.615> [ 43789][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 0, attribute id 3, data type 32
13:30:31.615> 
13:30:31.615> [ 43790][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x0), attribute id (0x3), data type (0x20)
13:30:31.615> 
13:30:31.615> [ 43791][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 0, attribute id 4, data type 66
13:30:31.615> 
13:30:31.615> [ 43792][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x0), attribute id (0x4), data type (0x42)
13:30:31.615> 
13:30:31.615> [ 43793][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 0, attribute id 5, data type 66
13:30:31.615> 
13:30:31.615> [ 43794][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x0), attribute id (0x5), data type (0x42)
13:30:31.615> 
13:30:31.615> [ 43794][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 0, attribute id 6, data type 66
13:30:31.615> 
13:30:31.615> [ 43795][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x0), attribute id (0x6), data type (0x42)
13:30:31.615> 
13:30:31.615> [ 43796][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.615> ce endpoint 1, source cluster 0, attribute id 7, data type 48
13:30:31.615> 
13:30:31.615> [ 43797][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.615>  (0x1), source cluster (0x0), attribute id (0x7), data type (0x30)
13:30:31.615> 
13:30:31.615> [ 43798][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.616> ce endpoint 1, source cluster 0, attribute id 65502, data type 32
13:30:31.616> 
13:30:31.616> [ 43799][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.616>  (0x1), source cluster (0x0), attribute id (0xffde), data type (0x20)
13:30:31.616> 
13:30:31.616> [ 43800][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.616> ce endpoint 1, source cluster 0, attribute id 65533, data type 33
13:30:31.616> 
13:30:31.616> [ 43800][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.616>  (0x1), source cluster (0x0), attribute id (0xfffd), data type (0x21)
13:30:31.616> 
13:30:31.616> [ 43801][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.616> ce endpoint 1, source cluster 0, attribute id 65534, data type 48
13:30:31.616> 
13:30:31.616> [ 43802][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.616>  (0x1), source cluster (0x0), attribute id (0xfffe), data type (0x30)
13:30:31.616> 
13:30:31.616> [ 43803][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.616> ce endpoint 1, source cluster 0, attribute id 65506, data type 32
13:30:31.616> 
13:30:31.616> [ 43804][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.616>  (0x1), source cluster (0x0), attribute id (0xffe2), data type (0x20)
13:30:31.616> 
13:30:31.616> [ 43805][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:31.616> ce endpoint 1, source cluster 0, attribute id 65507, data type 72
13:30:31.616> 
13:30:31.616> [ 43806][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:31.616>  (0x1), source cluster (0x0), attribute id (0xffe3), data type (0x48)
13:30:31.616> 
13:30:39.017> [ 43820][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:39.017> 
13:30:39.017> [ 43820][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 3, attribute id 0, data type 33
13:30:39.017> 
13:30:39.017> [ 43821][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x3), attribute id (0x0), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43822][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 3, attribute id 65533, data type 33
13:30:39.017> 
13:30:39.017> [ 43823][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x3), attribute id (0xfffd), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43837][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:39.017> 
13:30:39.017> [ 43838][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 4, attribute id 0, data type 24
13:30:39.017> 
13:30:39.017> [ 43838][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x4), attribute id (0x0), data type (0x18)
13:30:39.017> 
13:30:39.017> [ 43839][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 4, attribute id 65533, data type 33
13:30:39.017> 
13:30:39.017> [ 43840][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x4), attribute id (0xfffd), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43854][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:39.017> 
13:30:39.017> [ 43855][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 5, attribute id 65533, data type 33
13:30:39.017> 
13:30:39.017> [ 43856][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x5), attribute id (0xfffd), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43870][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:39.017> 
13:30:39.017> [ 43870][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 6, attribute id 32772, data type 48
13:30:39.017> 
13:30:39.017> [ 43871][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x6), attribute id (0x8004), data type (0x30)
13:30:39.017> 
13:30:39.017> [ 43885][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:39.017> 
13:30:39.017> [ 43885][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 8, attribute id 65533, data type 33
13:30:39.017> 
13:30:39.017> [ 43886][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x8), attribute id (0xfffd), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43901][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:39.017> 
13:30:39.017> [ 43916][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:39.017> 
13:30:39.017> [ 43917][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 0, data type 240
13:30:39.017> 
13:30:39.017> [ 43917][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x0), data type (0xf0)
13:30:39.017> 
13:30:39.017> [ 43918][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 1, data type 35
13:30:39.017> 
13:30:39.017> [ 43919][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x1), data type (0x23)
13:30:39.017> 
13:30:39.017> [ 43920][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 2, data type 35
13:30:39.017> 
13:30:39.017> [ 43921][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x2), data type (0x23)
13:30:39.017> 
13:30:39.017> [ 43922][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 3, data type 33
13:30:39.017> 
13:30:39.017> [ 43922][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x3), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43923][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 4, data type 35
13:30:39.017> 
13:30:39.017> [ 43924][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x4), data type (0x23)
13:30:39.017> 
13:30:39.017> [ 43925][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 5, data type 33
13:30:39.017> 
13:30:39.017> [ 43926][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x5), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43927][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 6, data type 48
13:30:39.017> 
13:30:39.017> [ 43928][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x6), data type (0x30)
13:30:39.017> 
13:30:39.017> [ 43928][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 7, data type 33
13:30:39.017> 
13:30:39.017> [ 43929][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x7), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43930][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 8, data type 33
13:30:39.017> 
13:30:39.017> [ 43931][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x8), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43932][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.017> ce endpoint 1, source cluster 25, attribute id 9, data type 33
13:30:39.017> 
13:30:39.017> [ 43933][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.017>  (0x1), source cluster (0x19), attribute id (0x9), data type (0x21)
13:30:39.017> 
13:30:39.017> [ 43934][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.019> ce endpoint 1, source cluster 25, attribute id 65533, data type 33
13:30:39.019> 
13:30:39.019> [ 43934][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.019>  (0x1), source cluster (0x19), attribute id (0xfffd), data type (0x21)
13:30:39.019> 
13:30:39.019> [ 43938][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
13:30:39.019> 
13:30:39.019> [ 43938][I][ZigbeeHandlers.cpp:197] zb_core_cmd_disc_attr_resp_handler(): Attribute Discovery Message - device address 48228, sour
13:30:39.019> ce endpoint 1, source cluster 10, attribute id 65533, data type 33
13:30:39.019> 
13:30:39.019> [ 43939][I][ZigbeeGateway.cpp:358] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0xbc64), source endpoint
13:30:39.019>  (0x1), source cluster (0xa), attribute id (0xfffd), data type (0x21)
13:30:39.019> 
13:30:39.019> [ 44497][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
13:30:39.019> 
13:30:39.019> [ 44581][I][ZigbeeCore.cpp:330] esp_zb_app_signal_handler(): Network(0x30f7) is open for 180 seconds
I reakcje po sparowaniu (klik, dwuklik, dłuższe przytrzymanie, obrót lewo, obrót prawo - jeśli nic mi się dodatkowo nie kliknęło):

Code: Select all

13:35:50.570> [ 56198][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NLME Status Indication (0x32), status: ESP_OK
13:35:50.570> 
13:35:55.273> [ 60895][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NLME Status Indication (0x32), status: ESP_OK
13:35:55.273> 
13:36:05.492> [ 71108][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NLME Status Indication (0x32), status: ESP_OK
13:36:05.492> 
13:36:06.819> [ 72433][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NLME Status Indication (0x32), status: ESP_OK
13:36:06.819> 
13:36:09.819> [ 75433][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NLME Status Indication (0x32), status: ESP_OK
13:36:09.819> 
13:36:13.572> [ 79191][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NLME Status Indication (0x32), status: ESP_OK
13:36:13.572> 
Zachęcam do dodawania urządzeń Zigbee do bramki Z2S, zgłoszenia tutaj: https://forum.supla.org/viewtopic.php?t=16638

Nec Hercules contra plures!

Return to “Bramka ZigBee”