Dyskusja ogólna [bramka Zigbee]

Moderator: vajera

LukiSpajder
Posts: 1548
Joined: Tue Aug 18, 2020 2:22 pm
Has thanked: 25 times
Been thanked: 34 times

Post

vajera wrote: Sat Jan 18, 2025 1:58 pm @LukiSpajder Czy te logi, które wrzuciłeś dzisiaj o 10:16 to są logi archiwalne czy wgrałeś ponownie starszą wersję i na niej nadal działa raportowanie wilgotności?
Wszystko od nowa wgrałem i zebrałem logi nowe
Wgrałem ten plik:

download/file.php?id=36861

Ma go teraz cały czas i pomiar jest, zanim napisałem że nie działa na najnowszej wersji kilka razy czyściłem ESP wgrywałem od nowa program . Termometr pierwszy rejestrowałem - myśląc że może to ma znaczenie ale nic to nie pomogło dalej brak pomiaru . Na tym starym programie to tylko ten termometr mi się dodawał i działał reszta urządzeń nie wyświetlała się w supli
Może sprawdzić go jeszcze skanerem ?
Mogę wgrać jeszcze raz ten najnowszy program i sprawdzić ?
You do not have the required permissions to view the files attached to this post.
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

LukiSpajder wrote: Sat Jan 18, 2025 2:21 pm
vajera wrote: Sat Jan 18, 2025 1:58 pm @LukiSpajder Czy te logi, które wrzuciłeś dzisiaj o 10:16 to są logi archiwalne czy wgrałeś ponownie starszą wersję i na niej nadal działa raportowanie wilgotności?
Wszystko od nowa wgrałem i zebrałem logi nowe
Wgrałem ten plik:

download/file.php?id=36861

Ma go teraz cały czas i pomiar jest, zanim napisałem że nie działa na najnowszej wersji kilka razy czyściłem ESP wgrywałem od nowa program . Termometr pierwszy rejestrowałem - myśląc że może to ma znaczenie ale nic to nie pomogło dalej brak pomiaru . Na tym starym programie to tylko ten termometr mi się dodawał i działał reszta urządzeń nie wyświetlała się w supli
Może sprawdzić go jeszcze skanerem ?
Mogę wgrać jeszcze raz ten najnowszy program i sprawdzić ?
To sprawdź najpierw skanerem, proszę a później wgraj jeszcze raz najnowszą wersję.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
[email protected]
Posts: 1586
Joined: Mon Feb 06, 2023 8:56 am
Has thanked: 18 times
Been thanked: 26 times

Post

Ktoś chętny sprawdzić w platform.io?

https://github.com/rkalwak/ZigbeeToSupla

Czytać readme ! :D

Próbuje ogarnąć pomiar napięcia, bo pokazuje zera, no i tam jest typ danych (0x21)= ESP_ZB_ZCL_ATTR_TYPE_24BIT, jak to można w C++ potraktować? próbowałem na uint32_t ale nadal zero, no chyba, że zawsze raportuje faktycznie 0 xD

Code: Select all

[ 22246][I][ZigbeeGateway.cpp:372] zbAttributeRead(): zbAttributeRead from (0xe839), endpoint (1), cluster (0xb04), attribute id (0x508), attribute data type (0x21) 
[ 23113][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 23121][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0xeb3f) src endpoint(1) to dst endpoint(1) cluster(0xb04)
[ 23135][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead electrical measurement RMS voltage 0
[ 23145][I][Z2S_Devices_Table.cpp:237] Z2S_onRMSVoltageReceive(): onRMSVoltageReceive 0xa4:0xc1:0x38:0x9d:0x8b:0x2c:0xe8:0x39, endpoint 0x1
User avatar
klew
Posts: 13911
Joined: Thu Jun 27, 2019 12:16 pm
Location: Wrocław
Has thanked: 135 times
Been thanked: 137 times

Post

[email protected] wrote: Sat Jan 18, 2025 4:25 pm Ktoś chętny sprawdzić w platform.io?

https://github.com/rkalwak/ZigbeeToSupla

Czytać readme ! :D

Próbuje ogarnąć pomiar napięcia, bo pokazuje zera, no i tam jest typ danych (0x21)= ESP_ZB_ZCL_ATTR_TYPE_24BIT, jak to można w C++ potraktować? próbowałem na uint32_t ale nadal zero, no chyba, że zawsze raportuje faktycznie 0 xD

Code: Select all

[ 22246][I][ZigbeeGateway.cpp:372] zbAttributeRead(): zbAttributeRead from (0xe839), endpoint (1), cluster (0xb04), attribute id (0x508), attribute data type (0x21) 
[ 23113][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 23121][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0xeb3f) src endpoint(1) to dst endpoint(1) cluster(0xb04)
[ 23135][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead electrical measurement RMS voltage 0
[ 23145][I][Z2S_Devices_Table.cpp:237] Z2S_onRMSVoltageReceive(): onRMSVoltageReceive 0xa4:0xc1:0x38:0x9d:0x8b:0x2c:0xe8:0x39, endpoint 0x1
Liczba jak liczba.
Ogólnie chyba nie ma typu 24 bitowego. Ale jak masz bajty to możesz po prostu przypisać 3 bajty ze źródła do odpowiednich bajtów w uint32.
Najlepsze suple dla Twojego domu :mrgreen:
LukiSpajder
Posts: 1548
Joined: Tue Aug 18, 2020 2:22 pm
Has thanked: 25 times
Been thanked: 34 times

Post

vajera wrote: Sat Jan 18, 2025 4:14 pm
LukiSpajder wrote: Sat Jan 18, 2025 2:21 pm
vajera wrote: Sat Jan 18, 2025 1:58 pm @LukiSpajder Czy te logi, które wrzuciłeś dzisiaj o 10:16 to są logi archiwalne czy wgrałeś ponownie starszą wersję i na niej nadal działa raportowanie wilgotności?
Wszystko od nowa wgrałem i zebrałem logi nowe
Wgrałem ten plik:

download/file.php?id=36861

Ma go teraz cały czas i pomiar jest, zanim napisałem że nie działa na najnowszej wersji kilka razy czyściłem ESP wgrywałem od nowa program . Termometr pierwszy rejestrowałem - myśląc że może to ma znaczenie ale nic to nie pomogło dalej brak pomiaru . Na tym starym programie to tylko ten termometr mi się dodawał i działał reszta urządzeń nie wyświetlała się w supli
Może sprawdzić go jeszcze skanerem ?
Mogę wgrać jeszcze raz ten najnowszy program i sprawdzić ?
To sprawdź najpierw skanerem, proszę a później wgraj jeszcze raz najnowszą wersję.
to ze skanera :

Code: Select all

=========== After Setup Start ============
                                          INTERNAL Memory Info:
                                                               ------------------------------------------
                                                                                                           Total Size        :   446252 B ( 435.8 KB)
                                                                                                                                                       Free Bytes        :   383460 B ( 374.5 KB)
      Allocated Bytes   :    54104 B (  52.8 KB)
                                                  Minimum Free Bytes:   383460 B ( 374.5 KB)
                                                                                              Largest Free Block:   360436 B ( 352.0 KB)
                                                                                                                                        ------------------------------------------
                                                                                                                                                                                  GPIO Info:
                                                                                                                                                                                            ------------------------------------------
                                           GPIO : BUS_TYPE[bus/unit][chan]
                                                                            --------------------------------------
                                                                                                                         9 : GPIO
                                                                                                                                     12 : USB_DM
                                                                                                                                                    13 : USB_DP
                                                                                                                                                                   16 : UART_TX[0]
                                                                                                                                                                                      17 : UART_RX[0]
        ============ After Setup End =============
                                                  [ 40064][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
[ 40067][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
[ 40595][I][ZigbeeCore.cpp:299] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x2885)
[ 40596][V][ZigbeeCore.cpp:303] esp_zb_app_signal_handler(): Device capabilities: 0x80
[ 41099][D][ZigbeeGateway.cpp:128] find_Cb(): Sensor found: short address(0x2885), endpoint(1)
[ 41136][I][ZigbeeGateway.cpp:271] printJoinedDevices(): joined devices:
[ 41137][I][ZigbeeGateway.cpp:274] printJoinedDevices(): Device on endpoint 1, short address: 0x2885
[ 41606][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 41607][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x2885) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 41607][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(6)
[ 41608][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "Xiaomi"
[ 41137][I][Z2S_Device_Scanner.ino:88] loop(): manufacturer Xiaomi
[ 42118][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 42119][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x2885) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 42120][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(12)
[ 42120][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "LYWSD03MMC-z"
[ 41610][I][Z2S_Device_Scanner.ino:89] loop(): model LYWSD03MMC-z
[ 42123][I][ZigbeeGateway.cpp:207] zbPrintDeviceDiscovery(): short_addr_req 10373
[ 42609][I][ZigbeeGateway.cpp:141] Z2S_active_ep_req_cb(): Z2S active_ep_req: device address 10373, endpoints count 1
[ 42610][I][ZigbeeGateway.cpp:144] Z2S_active_ep_req_cb(): Endpont # 1, id 1
[ 42627][V][ZigbeeCore.cpp:343] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
[ 43118][I][ZigbeeGateway.cpp:160] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: device address 10373, endpoint # 1
[ 43118][I][ZigbeeGateway.cpp:161] Z2S_simple_desc_req_cb(): Z2S simple_desc_req: in clusters # 7, out clusters # 1
[ 43119][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 1, id 0
[ 43119][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 2, id 1
[ 43119][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 3, id 3
[ 43120][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 4, id 32
[ 43120][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 5, id 516
[ 43121][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 6, id 1026
[ 43121][I][ZigbeeGateway.cpp:165] Z2S_simple_desc_req_cb(): In cluster # 7, id 1029
[ 43122][I][ZigbeeGateway.cpp:180] Z2S_simple_desc_req_cb(): Out cluster # 1, id 25
[ 43258][I][ZigbeeCore.cpp:330] esp_zb_app_signal_handler(): Network(0xf5f2) is open for 180 seconds
[ 43807][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
[ 43807][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x0), data type (0x20)
[ 43808][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x1), data type (0x20)
[ 43809][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x2), data type (0x20)
[ 43810][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x3), data type (0x20)
[ 43811][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x4), data type (0x42)
[ 43812][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x5), data type (0x42)
[ 43812][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x7), data type (0x30)
[ 43813][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x12), data type (0x10)
[ 43814][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x4000), data type (0x42)
[ 43815][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0x6), data type (0x42)
[ 43816][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x0), attribute id (0xfffd), data type (0x21)
[ 43836][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
[ 43837][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x1), attribute id (0x20), data type (0x20)
[ 43838][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x1), attribute id (0x21), data type (0x20)
[ 43838][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x1), attribute id (0xfffd), data type (0x21)
[ 43857][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
[ 43857][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x3), attribute id (0x0), data type (0x21)
[ 43858][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x3), attribute id (0xfffd), data type (0x21)
[ 43880][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
[ 43881][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x20), attribute id (0x0), data type (0x23)
[ 43882][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x20), attribute id (0x1), data type (0x23)
[ 43882][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x20), attribute id (0x2), data type (0x21)
[ 43883][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x20), attribute id (0x3), data type (0x21)
[ 43884][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x20), attribute id (0x4), data type (0x23)
[ 43885][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x20), attribute id (0x5), data type (0x23)
[ 43886][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x20), attribute id (0x6), data type (0x21)
[ 43887][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x20), attribute id (0xfffd), data type (0x21)
[ 43906][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
[ 43907][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x0), data type (0x30)
[ 43907][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x2), data type (0x30)
[ 43908][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x100), data type (0x29)
[ 43909][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x101), data type (0x29)
[ 43910][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x102), data type (0x29)
[ 43911][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x103), data type (0x29)
[ 43912][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x104), data type (0x21)
[ 43913][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x105), data type (0x21)
[ 43913][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x106), data type (0x30)
[ 43914][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0x107), data type (0x20)
[ 43915][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x204), attribute id (0xfffd), data type (0x21)
[ 43931][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
[ 43932][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x402), attribute id (0x0), data type (0x29)
[ 43932][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x402), attribute id (0x1), data type (0x29)
[ 43933][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x402), attribute id (0x2), data type (0x29)
[ 43934][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x402), attribute id (0x3), data type (0x21)
[ 43935][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x402), attribute id (0xfffd), data type (0x21)
[ 43939][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
[ 43939][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x405), attribute id (0x0), data type (0x21)
[ 43940][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x405), attribute id (0x1), data type (0x21)
[ 43941][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x405), attribute id (0x2), data type (0x21)
[ 43942][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x405), attribute id (0x3), data type (0x21)
[ 43943][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x405), attribute id (0xfffd), data type (0x21)
[ 43954][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1004) callback
[ 43954][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x0), data type (0xf0)
[ 43955][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x1), data type (0x23)
[ 43956][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x2), data type (0x23)
[ 43957][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x3), data type (0x21)
[ 43957][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x4), data type (0x23)
[ 43958][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x5), data type (0x21)
[ 43959][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x6), data type (0x30)
[ 43960][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x7), data type (0x21)
[ 43961][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x8), data type (0x21)
[ 43962][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0x9), data type (0x21)
[ 43963][I][ZigbeeGateway.cpp:357] zbCmdDiscAttrResponse(): Attribute Discovery Message - device address (0x2885), source endpoint (0x1), source cluster (0x19), attribute id (0xfffd), data type (0x21)

a to z najnowsze wersji z supla :

Code: Select all

Activity timeout set to 30 s
Send: [53 55 50 4C 41 17 04 00 00 00 28 00 00 00 10 00 00 00 D0 00 00 00 00 00 00 00 20 EA 08 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 04 00 00 00 32 00 00 00 10 00 00 00 AB DB 8B 67 00 00 00 00 3F 89 0B 00 00 00 00 00 53 55 50 4C 41 ]
[ 37345][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
[ 37347][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
[ 37876][I][ZigbeeCore.cpp:324] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x4189)
[ 37877][V][ZigbeeCore.cpp:328] esp_zb_app_signal_handler(): Device capabilities: 0x80
[ 38394][D][ZigbeeGateway.cpp:134] find_Cb(): Sensor found: short address(0x4189), endpoint(1)
[ 38489][I][ZigbeeGateway.cpp:285] printJoinedDevices(): joined devices:
[ 38490][I][ZigbeeGateway.cpp:288] printJoinedDevices(): Device on endpoint 1, short address: 0x4189
[ 38908][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 38909][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x4189) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 38910][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(6)
[ 38910][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "Xiaomi"
[ 38912][I][Z2S_Gateway.ino:200] loop(): manufacturer Xiaomi
[ 39405][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 39405][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x4189) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 39406][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(12)
[ 39407][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "LYWSD03MMC-z"
[ 39410][I][Z2S_Gateway.ino:202] loop(): model LYWSD03MMC-z
[ 39410][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_akqdg6g7::TS0201, entry # 0
[ 39411][I][Z2S_Gateway.ino:212] loop(): LIST matched Xiaomi::LYWSD03MMC-z, entry # 1, endpoints # 1, endpoints 0,0,0,0
[ 39412][I][Z2S_Gateway.ino:227] loop(): DESC matched 0x1000, 5, 0x0, 0x3, 0x1, 0x402, 0x405, 0x0, 0x0, 0x0, endpoint 0x1
[ 39412][D][ZigbeeGateway.cpp:232] bindDeviceCluster(): Request sensor to bind us
[ 39413][D][ZigbeeGateway.cpp:232] bindDeviceCluster(): Request sensor to bind us
[ 39413][D][ZigbeeGateway.cpp:232] bindDeviceCluster(): Request sensor to bind us
[ 39414][D][ZigbeeGateway.cpp:232] bindDeviceCluster(): Request sensor to bind us
[ 39414][D][ZigbeeGateway.cpp:232] bindDeviceCluster(): Request sensor to bind us
[ 39427][I][Z2S_Gateway.ino:251] loop(): DESC checking 0x2000, 2, 0x1, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, endpoint 1
[ 39427][I][Z2S_Gateway.ino:251] loop(): DESC checking 0x4000, 3, 0x3, 0x1, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, endpoint 1
[ 39428][I][Z2S_G[ 39430][V][ZigbeeGateway.cpp:109] bindCb(): Binding success (ZC side)
[ 39430][V][ZigbeeGateway.cpp:109] bindCb(): Binding success (ZC side)
[ 39431][V][ZigbeeGateway.cpp:109] bindCb(): Binding success (ZC side)
[ 39431][V][ZigbeeGateway.cpp:109] bindCb(): Binding success (ZC side)
[ 39432][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xc9:0x48:0x6f:0x20:0x60, endpoint 0x1, channel type 0xffffffff
[ 39432][I][Z2S_Devices_Table.cpp:380] Z2S_onBoundDevice(): No channel found for address ` oH▒8▒5▒AxVxV▒▒▒, adding new one
[ 39433][I][Z2S_Devices_Table.cpp:388] Z2S_onBoundDevice(): model id 4096, first free slot 0
LittleFS: writing file Z2S_devs_table
ateway.ino:251] loop(): DESC checking 0x4100, 5, 0x3, 0x1, 0x6, 0x702, 0xb04, 0x0, 0x0, 0x0, endpoint 1
[ 39463][I][Z2S_Gateway.ino:251] loop(): DESC checking 0x8000, 4, 0x1, 0x5, 0x4, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 1
[ 39464][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_rdhukkmi::TS0201, entry # 2
[ 39480][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_fllyghyj::TS0201, entry # 3
[ 39480][I][Z2S_Gateway.ino:266] loop(): LIST checking TEST1::TS0202, entry # 4
[ 39481][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_26fmupbb::TS0203, entry # 5
[ 39481][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_rcuyhwe3::TS0203, entry # 6
[ 39492][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZE200_bh3n6gk8::TS0601, entry # 7
[ 39492][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_k4ej3ww2::TS0207, entry # 8
[ 39493][I][Z2S_Gateway.ino:266] loop(): LIST checking TEST1::TS0205, entry # 9
[ 39493][[ 39498][I][Z2S_Devices_Table.cpp:29] Z2S_printDevicesTableSlots(): valid 1, ieee addr ` oH▒8▒, model_id 0x1000, endpoint 0x1, cluster 0x405, channel 0, channel type 3038
[ 39499][V][ZigbeeGateway.cpp:109] bindCb(): Binding success (ZC side)
I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_lf56vpxj::TS0202, entry # 10
[ 39505][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_cehuw1lw::TS011F, entry # 11
[ 39505][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_5f43h46b::TS011F, entry # 12
[ 39506][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_wkai4ga5::TS0044, entry # 13
[ 39506][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_yj6k7vfo::TS0041, entry # 14
[ 39507][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_4fjiwweb::TS004F, entry # 15
[ 39507][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_uri7ongn::TS004F, entry # 16
[ 39508][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_ixla93vd::TS004F, entry # 17
[ 39508][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_qja6nq5z::TS004F, entry # 18
[ 39509][I][Z2S_Gateway.ino:266] loop(): LIST checking SONOFF::SNZB-02D, entry # 19
[ 39510][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_0hkmcrza::TS0203, entry # 20
[ 39510][I][Z2S_Gateway.ino:266] loop(): LIST checking _TZ3000_abrsvsou::TS004F, entry # 21
[ 39511][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 39512][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
Channel(0) value changed to temp(-275.00), humi(-1.00)
Send: [53 55 50 4C 41 17 05 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 C8 CD FB FF 18 FC FF FF ]
Send: [53 55 50 4C 41 ]
[ 39520][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[ 39520][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
[ 39970][V][ZigbeeGateway.cpp:111] bindCb(): Binding success (ED side
[ 40012][V][ZigbeeGateway.cpp:111] bindCb(): Binding success (ED side
[ 40033][V][ZigbeeGateway.cpp:111] bindCb(): Binding success (ED side
[ 40039][V][ZigbeeGateway.cpp:111] bindCb(): Binding success (ED side
[ 40059][E][ZigbeeGateway.cpp:116] bindCb(): Binding failed!
[ 40083][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
[ 40297][I][ZigbeeCore.cpp:355] esp_zb_app_signal_handler(): Network(0x3fc2) is open for 180 seconds
[ 49547][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 49547][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 49549][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[ 49549][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
Send: [53 55 50 4C 41 17 06 00 00 00 28 00 00 00 10 00 00 00 E9 00 00 00 00 00 00 00 55 88 0A 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 05 00 00 00 32 00 00 00 10 00 00 00 C4 DB 8B 67 00 00 00 00 99 0D 0E 00 00 00 00 00 53 55 50 4C 41 ]
[ 59583][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 59583][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 59585][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[ 59586][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
[ 69611][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 69611][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 69613][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[ 69614][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
[ 70549][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 70550][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x4189) src endpoint(1) to dst endpoint(1) cluster(0x402)
[ 70551][I][Z2S_Devices_Table.cpp:183] Z2S_onTemperatureReceive(): onTemperatureReceive 0xa4:0xc1:0x38:0xc9:0x48:0x6f:0x20:0x60, endpoint 0x1
[ 70551][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xc9:0x48:0x6f:0x20:0x60, endpoint 0x1, channel type 0xbde
[ 70552][I][ZigbeeGateway.cpp:372] zbAttributeRead(): zbAttributeRead from (0x2060), endpoint (1), cluster (0x402), attribute id (0x0), attribute data type (0x29)
Send: [53 55 50 4C 41 17 07 00 00 00 28 00 00 00 10 00 00 00 02 01 00 00 00 00 00 00 31 B1 0B 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 06 00 00 00 32 00 00 00 10 00 00 00 DD DB 8B 67 00 00 00 00 FC 5F 0E 00 00 00 00 00 53 55 50 4C 41 ]
[ 79645][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 79646][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
Channel(0) value changed to temp(25.50), humi(-1.00)
Send: [53 55 50 4C 41 17 08 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 9C 63 00 00 18 FC FF FF ]
Send: [53 55 50 4C 41 ]
[ 79653][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[ 79654][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
[ 89681][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 89681][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 89683][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[ 89684][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
[ 99520][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[ 99521][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[ 99709][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 99710][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[ 99712][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[ 99712][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
Send: [53 55 50 4C 41 17 09 00 00 00 28 00 00 00 10 00 00 00 1B 01 00 00 00 00 00 00 7F 80 0E 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 07 00 00 00 32 00 00 00 10 00 00 00 F7 DB 8B 67 00 00 00 00 5F F4 01 00 00 00 00 00 53 55 50 4C 41 ]
[104589][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[109556][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[109557][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[109745][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[109745][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[109747][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[109748][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
[119774][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[119774][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[119776][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[119777][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
Send: [53 55 50 4C 41 17 0A 00 00 00 28 00 00 00 10 00 00 00 35 01 00 00 00 00 00 00 E1 72 00 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 08 00 00 00 32 00 00 00 10 00 00 00 10 DC 8B 67 00 00 00 00 C7 10 03 00 00 00 00 00 53 55 50 4C 41 ]
[129809][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[129810][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[129812][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[129812][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
[139838][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[139838][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[139840][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[139841][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
[149869][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[149871][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[149873][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[149874][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
Send: [53 55 50 4C 41 17 0B 00 00 00 28 00 00 00 10 00 00 00 4E 01 00 00 00 00 00 00 25 B3 01 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 09 00 00 00 32 00 00 00 10 00 00 00 29 DC 8B 67 00 00 00 00 A4 CD 04 00 00 00 00 00 53 55 50 4C 41 ]
NLME Status Indication, status: 0x0
[159718][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[159719][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[159906][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[159906][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[159908][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[159909][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
[164780][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[169754][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[169755][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[169937][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[169937][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[169939][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[169939][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
[170583][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[170584][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x4189) src endpoint(1) to dst endpoint(1) cluster(0x402)
[170585][I][Z2S_Devices_Table.cpp:183] Z2S_onTemperatureReceive(): onTemperatureReceive 0xa4:0xc1:0x38:0xc9:0x48:0x6f:0x20:0x60, endpoint 0x1
[170585][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xc9:0x48:0x6f:0x20:0x60, endpoint 0x1, channel type 0xbde
[170586][I][ZigbeeGateway.cpp:372] zbAttributeRead(): zbAttributeRead from (0x2060), endpoint (1), cluster (0x402), attribute id (0x0), attribute data type (0x29)
Send: [53 55 50 4C 41 17 0C 00 00 00 28 00 00 00 10 00 00 00 67 01 00 00 00 00 00 00 D7 F6 02 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 0A 00 00 00 32 00 00 00 10 00 00 00 42 DC 8B 67 00 00 00 00 AA 9B 05 00 00 00 00 00 53 55 50 4C 41 ]
[179974][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[179974][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
Channel(0) value changed to temp(25.65), humi(-1.00)
Send: [53 55 50 4C 41 17 0D 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 31 64 00 00 18 FC FF FF ]
Send: [53 55 50 4C 41 ]
[179981][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[179982][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
[190009][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[190009][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[190011][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[190012][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
[195828][V][ssl_client.cpp:360] stop_ssl_socket(): Cleaning SSL connection.





SSL error: 48, UNKNOWN ERROR CODE (0030)
Connected to Supla Server
Initializing SRPC (proto: 23)
Send: [53 55 50 4C 41 17 01 00 00 00 4B 00 00 00 6B 02 00 00 76 69 74 6F 31 34 37 40 69 6E 74 65 72 69 61 2E 70 6C 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 7B 30 78 46 42 2C 30 78 42 44 2C 30 78 39 46 2C 7B 30 78 46 42 2C 30 78 34 46 2C 30 78 42 45 2C 5A 69 67 62 65 65 20 74 6F 20 53 75 70 6C 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
CH[0], type: 3038, FuncList: 0x0, function: 45, flags: 0x8010000, online, validityTimeSec: 0, icon: 0, value: [31 64 00 00 18 fc ff ff]
Send: [00 DE 0B 00 00 00 00 00 00 2D 00 00 00 00 00 01 08 00 00 00 00 00 00 00 00 00 31 64 00 00 18 FC FF FF 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 01 00 00 00 46 00 00 00 07 00 00 00 03 00 00 00 78 1A 01 53 55 50 4C 41 ]
Device registered (activity timeout 120 s, server version: 26, server min version: 1)
Changing activity timeout to 30 s
Send: [53 55 50 4C 41 17 02 00 00 00 D2 00 00 00 01 00 00 00 1E ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 02 00 00 00 AD 02 00 00 1B 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 55 50 4C 41 ]
Received new device config
RemoteDeviceConfig: Config fields mismatch (0x00000000 != 0x00000001) - sending device config for fields 0x00000001
Sending device config result OK (1)
Send: [53 55 50 4C 41 17 03 00 00 00 B7 02 00 00 0A 00 00 00 01 00 00 00 00 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Adding StatusLed config field
Setting StatusLedType to 2 (0x2)
Send: [53 55 50 4C 41 17 04 00 00 00 AC 02 00 00 1C 00 00 00 01 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 01 00 02 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 03 00 00 00 AA 02 00 00 08 00 00 00 00 2D 00 00 00 00 00 00 53 55 50 4C 41 ]
Received SetChannelConfig for channel 0, function 45, config type 0, config size 0
Channel[0]: handleChannelConfig, func 45, configtype 0, configsize 0
Channel[0] no config on server
Sending channel config result OK (1)
Send: [53 55 50 4C 41 17 05 00 00 00 B4 02 00 00 03 00 00 00 01 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 04 00 00 00 AB 02 00 00 01 00 00 00 00 53 55 50 4C 41 ]
Received ChannelConfigFinished for channel [0]
Send: [53 55 50 4C 41 17 06 00 00 00 A9 02 00 00 28 00 00 00 00 2D 00 00 00 00 20 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Channel[0]: channel config send
Recv: [53 55 50 4C 41 17 05 00 00 00 DC 00 00 00 03 00 00 00 1E 0A F0 53 55 50 4C 41 ]
Activity timeout set to 30 s
Recv: [53 55 50 4C 41 17 06 00 00 00 B6 02 00 00 0A 00 00 00 01 00 00 00 00 00 00 00 00 00 53 55 50 4C 41 ]
Received set device config result OK (1)
Recv: [53 55 50 4C 41 17 07 00 00 00 AD 02 00 00 1C 00 00 00 01 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 01 00 02 53 55 50 4C 41 ]
Received new device config
Processing StatusLed config
Sending device config result OK (1)
Send: [53 55 50 4C 41 17 07 00 00 00 B7 02 00 00 0A 00 00 00 01 00 00 00 00 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 08 00 00 00 B3 02 00 00 03 00 00 00 01 00 00 53 55 50 4C 41 ]
Channel[0] Set channel config succeeded (1)
Recv: [53 55 50 4C 41 17 09 00 00 00 AA 02 00 00 28 00 00 00 00 2D 00 00 00 00 20 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 53 55 50 4C 41 ]
Received SetChannelConfig for channel 0, function 45, config type 0, config size 32
Channel[0]: handleChannelConfig, func 45, configtype 0, configsize 32
Channel[0] temperature correction 0.00
Channel[0] humidity correction 0.00
Sending channel config result OK (1)
Send: [53 55 50 4C 41 17 08 00 00 00 B4 02 00 00 03 00 00 00 01 00 00 ]
Send: [53 55 50 4C 41 ]
[198969][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[198969][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[200071][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[200071][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
[200611][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[200612][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x4189) src endpoint(1) to dst endpoint(1) cluster(0x402)
[200612][I][Z2S_Devices_Table.cpp:183] Z2S_onTemperatureReceive(): onTemperatureReceive 0xa4:0xc1:0x38:0xc9:0x48:0x6f:0x20:0x60, endpoint 0x1
[200613][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xc9:0x48:0x6f:0x20:0x60, endpoint 0x1, channel type 0xbde
[200614][I][ZigbeeGateway.cpp:372] zbAttributeRead(): zbAttributeRead from (0x2060), endpoint (1), cluster (0x402), attribute id (0x0), attribute data type (0x29)
[209040][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[209040][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
Channel(0) value changed to temp(26.08), humi(-1.00)
Send: [53 55 50 4C 41 17 09 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 DF 65 00 00 18 FC FF FF ]
Send: [53 55 50 4C 41 ]
[210146][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[210146][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
[219075][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[219076][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[219915][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[219916][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[220178][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[220178][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
[220298][I][ZigbeeCore.cpp:357] esp_zb_app_signal_handler(): Network(0x3fc2) closed, devices joining not allowed.
Send: [53 55 50 4C 41 17 0A 00 00 00 28 00 00 00 10 00 00 00 93 01 00 00 00 00 00 00 ED ED 0A 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 0A 00 00 00 32 00 00 00 10 00 00 00 6E DC 8B 67 00 00 00 00 62 CA 0D 00 00 00 00 00 53 55 50 4C 41 ]
[229110][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[229111][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
NLME Status Indication, status: 0x0
[230213][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[230213][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
[239140][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[239140][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[240242][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[240242][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
NLME Status Indication, status: 0x0
Send: [53 55 50 4C 41 17 0B 00 00 00 28 00 00 00 10 00 00 00 AC 01 00 00 00 00 00 00 F3 22 0C 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
[249171][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[249171][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
Recv: [53 55 50 4C 41 17 0B 00 00 00 32 00 00 00 10 00 00 00 87 DC 8B 67 00 00 00 00 5B 0B 0F 00 00 00 00 00 53 55 50 4C 41 ]
[250275][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[250275][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
[258978][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[258979][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK
[259201][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
[259201][I][ZigbeeGateway.cpp:523] sendAttributeRead(): Sending 'read attribute' command
NLME Status Indication, status: 0x0
[260303][I][Z2S_Gateway.ino:148] loop(): short address before 0x4189
[260303][I][Z2S_Gateway.ino:150] loop(): short address after 0x4189
[264047][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Unavailable (0x3c), status: ESP_OK


Last edited by LukiSpajder on Sat Jan 18, 2025 4:58 pm, edited 1 time in total.
[email protected]
Posts: 1586
Joined: Mon Feb 06, 2023 8:56 am
Has thanked: 18 times
Been thanked: 26 times

Post

[email protected] wrote: Sat Jan 18, 2025 4:25 pm Ktoś chętny sprawdzić w platform.io?

https://github.com/rkalwak/ZigbeeToSupla

Czytać readme ! :D

Próbuje ogarnąć pomiar napięcia, bo pokazuje zera, no i tam jest typ danych (0x21)= ESP_ZB_ZCL_ATTR_TYPE_24BIT, jak to można w C++ potraktować? próbowałem na uint32_t ale nadal zero, no chyba, że zawsze raportuje faktycznie 0 xD

Code: Select all

[ 22246][I][ZigbeeGateway.cpp:372] zbAttributeRead(): zbAttributeRead from (0xe839), endpoint (1), cluster (0xb04), attribute id (0x508), attribute data type (0x21) 
[ 23113][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 23121][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0xeb3f) src endpoint(1) to dst endpoint(1) cluster(0xb04)
[ 23135][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead electrical measurement RMS voltage 0
[ 23145][I][Z2S_Devices_Table.cpp:237] Z2S_onRMSVoltageReceive(): onRMSVoltageReceive 0xa4:0xc1:0x38:0x9d:0x8b:0x2c:0xe8:0x39, endpoint 0x1


Generalnie ciekawostka, bo wg Internetu to jest to zwykły switch, a tutaj w Scanerze pokazuje, że udostępnia też pomiar energii - w co w sumie wątpię, bo niby coś zwraca ale wygląda to na zera.
User avatar
Zibi_007
Posts: 3985
Joined: Tue Oct 31, 2023 10:06 pm
Has thanked: 10 times
Been thanked: 31 times

Post

[email protected] wrote: Sat Jan 18, 2025 4:45 pm
[email protected] wrote: Sat Jan 18, 2025 4:25 pm Ktoś chętny sprawdzić w platform.io?

https://github.com/rkalwak/ZigbeeToSupla

Czytać readme ! :D

Próbuje ogarnąć pomiar napięcia, bo pokazuje zera, no i tam jest typ danych (0x21)= ESP_ZB_ZCL_ATTR_TYPE_24BIT, jak to można w C++ potraktować? próbowałem na uint32_t ale nadal zero, no chyba, że zawsze raportuje faktycznie 0 xD

Code: Select all

[ 22246][I][ZigbeeGateway.cpp:372] zbAttributeRead(): zbAttributeRead from (0xe839), endpoint (1), cluster (0xb04), attribute id (0x508), attribute data type (0x21) 
[ 23113][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 23121][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0xeb3f) src endpoint(1) to dst endpoint(1) cluster(0xb04)
[ 23135][I][ZigbeeGateway.cpp:328] zbAttributeRead(): zbAttributeRead electrical measurement RMS voltage 0
[ 23145][I][Z2S_Devices_Table.cpp:237] Z2S_onRMSVoltageReceive(): onRMSVoltageReceive 0xa4:0xc1:0x38:0x9d:0x8b:0x2c:0xe8:0x39, endpoint 0x1
Co on mierzy, to może byś się dowiedział, jakbyś go rozebrał. Ja kiedyś kupiłem z Chin też zwykły switch, bo wychodziło najtaniej (wersja wifi). I nawet na pudełku miałem zaznaczone, ze tylko przełącznik. Poszedł na niego JSON z takiego, który miałem z licznikiem i okazało się, że normalnie działa. Nie chciałem niszczyć obudowy (bo jest klejona), ale jestem pewien, że w środku siedzi to samo. Jak masz możliwość, to zawsze możesz zerknąć do środka i zobaczyć, jakie tam układy siedzą.


Generalnie ciekawostka, bo wg Internetu to jest to zwykły switch, a tutaj w Scanerze pokazuje, że udostępnia też pomiar energii - w co w sumie wątpię, bo niby coś zwraca ale wygląda to na zera.
Image Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Image Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036
User avatar
Zibi_007
Posts: 3985
Joined: Tue Oct 31, 2023 10:06 pm
Has thanked: 10 times
Been thanked: 31 times

Post

wojtas567 wrote: Sat Jan 18, 2025 2:06 pm to już teraz kumam :)

Code: Select all

_TZ3000_w0qqde0g::TS011F                               -    gniazdko z mocą
_TZ3000_2mbfxlzr::TS0203                                 -    czujnik drzwi/okna
_TZ3000_mcxw5ehu::TS0202                              -    czujnik ruchu
_TZ3000_xr3htd96::TS0201                                 -    czujnik temperatura i wilgotność
_TZ3000_85czd6fy::TS0207                                 -    czujnik zalania
_TZ3000_upgcbody::TS0207                                -    czujnik zalania
IKEA of Sweden::Remote Control N2                   -    pilot z czterema przyciskami 
IKEA of Sweden::SYMFONISK Sound Controller    -    regulacja audio i przycisk np mute/pauza itp, dwu i trzy klik
IKEA of Sweden::TRADFRI Driver 10W                 -    zasilacz z regulacją jasności
Dodałem sześć pierwszych. Trzy ostatnie będzie musiał przeanalizować @vajero. Myślę też, że tutaj będą potrzebne pełne logi ze skanera.

Dla wszystkich chętnych w załączniku najnowsza wersja z webinterfeace (choć dalej zachęcam do samodzielnego kompilowania, @rafalekkalwak dodał nawet wersję na Platform.IO)

@vajera - załączam też nowy plik z bazą. Dodaj proszę u siebie na Github.
You do not have the required permissions to view the files attached to this post.
Image Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Image Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036
[email protected]
Posts: 1586
Joined: Mon Feb 06, 2023 8:56 am
Has thanked: 18 times
Been thanked: 26 times

Post

@Zibi_007
20250118_180208.jpg
20250118_180236.jpg
Ten jest na zatrzaski i po mojemu to tylko switch
You do not have the required permissions to view the files attached to this post.
[email protected]
Posts: 1586
Joined: Mon Feb 06, 2023 8:56 am
Has thanked: 18 times
Been thanked: 26 times

Post

Dobrze żarło i zdechło xD

Switch, jeszcze się nim bawiłem popołudniu, ale był wcześniej sparowany jako electricity meter, ale chciałem dodać czujnik temperatury, no to wyczyściłem ESP do zera i wgrałem od nowa, ustawiając go jako ON_OFF i teraz za nic się nie pojawia w Supli jako kanał, widzę dlaczego bo model_id jest 32768 a taki nie istnieje w zdefiniowanych ale czemu nagle tak to nie wiem...

A teraz jak ustawie jako electricity meter to dziala :D W T F :?: :!:

Code: Select all

[ 54919][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
[ 55212][I][ZigbeeCore.cpp:324] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0xc329)
[ 55222][V][ZigbeeCore.cpp:328] esp_zb_app_signal_handler(): Device capabilities: 0x8e
[ 55247][D][ZigbeeGateway.cpp:134] find_Cb(): Sensor found: short address(0xc329), endpoint(1)
[ 55257][I][ZigbeeGateway.cpp:285] printJoinedDevices(): joined devices:
[ 55264][I][ZigbeeGateway.cpp:288] printJoinedDevices(): Device on endpoint 1, short address: 0xc329
[ 55293][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 55302][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xc329) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 55316][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(16)
[ 55330][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "_TZ3000_gjrubzje"
[ 55339][I][main.cpp:176] loop(): manufacturer _TZ3000_gjrubzje 
[ 55364][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 55372][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xc329) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 55386][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(6)
[ 55400][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "TS0001"
[ 55409][I][main.cpp:178] loop(): model TS0001
[ 55413][I][main.cpp:248] loop(): LIST checking _TZ3000_akqdg6g7::TS0201, entry # 0
[ 55421][I][main.cpp:248] loop(): LIST checking Xiaomi::LYWSD03MMC-z, entry # 1
[ 55428][I][main.cpp:248] loop(): LIST checking _TZ3000_rdhukkmi::TS0201, entry # 2
[ 55435][I][main.cpp:248] loop(): LIST checking _TZ3000_fllyghyj::TS0201, entry # 3
[ 55443][I][main.cpp:248] loop(): LIST checking TEST1::TS0202, entry # 4
[ 55449][I][main.cpp:248] loop(): LIST checking _TZ3000_26fmupbb::TS0203, entry # 5
[ 55457][I][main.cpp:248] loop(): LIST checking _TZ3000_rcuyhwe3::TS0203, entry # 6
[ 55464][I][main.cpp:248] loop(): LIST checking _TZE200_bh3n6gk8::TS0601, entry # 7
[ 55471][I][main.cpp:248] loop(): LIST checking _TZ3000_k4ej3ww2::TS0207, entry # 8
[ 55479][I][main.cpp:248] loop(): LIST checking TEST1::TS0205, entry # 9
[ 55485][I][main.cpp:248] loop(): LIST checking _TZ3000_lf56vpxj::TS0202, entry # 10
[ 55493][I][main.cpp:248] loop(): LIST checking _TZ3000_cehuw1lw::TS011F, entry # 11
[ 55501][I][main.cpp:248] loop(): LIST checking _TZ3000_5f43h46b::TS011F, entry # 12
[ 55508][I][main.cpp:248] loop(): LIST checking _TZ3000_wkai4ga5::TS0044, entry # 13
[ 55516][I][main.cpp:248] loop(): LIST checking _TZ3000_yj6k7vfo::TS0041, entry # 14
[ 55524][I][main.cpp:248] loop(): LIST checking _TZ3000_4fjiwweb::TS004F, entry # 15
[ 55531][I][main.cpp:248] loop(): LIST checking _TZ3000_uri7ongn::TS004F, entry # 16
[ 55539][I][main.cpp:248] loop(): LIST checking _TZ3000_ixla93vd::TS004F, entry # 17
[ 55546][I][main.cpp:248] loop(): LIST checking _TZ3000_qja6nq5z::TS004F, entry # 18
[ 55554][I][main.cpp:248] loop(): LIST checking _TZ3000_abrsvsou::TS004F, entry # 19
[ 55562][I][main.cpp:190] loop(): LIST matched _TZ3000_gjrubzje::TS0001, entry # 20, endpoints # 1, endpoints 0,0,0,0
[ 55572][I][main.cpp:232] loop(): DESC checking 0x1000, 5, 0x0, 0x3, 0x1, 0x402, 0x405, 0x0, 0x0, 0x0, endpoint 1 
[ 55582][I][main.cpp:232] loop(): DESC checking 0x2000, 2, 0x1, 0x500, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, endpoint 1 
[ 55593][I][main.cpp:232] loop(): DESC checking 0x4000, 3, 0x3, 0x1, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, endpoint 1
[ 55603][I][main.cpp:232] loop(): DESC checking 0x4100, 5, 0x3, 0x1, 0x6, 0x702, 0xb04, 0x0, 0x0, 0x0, endpoint 1 
[ 55613][I][main.cpp:208] loop(): DESC matched 0x8000, 4, 0x1, 0x5, 0x4, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 0x1 
[ 55623][D][ZigbeeGateway.cpp:232] bindDeviceCluster(): Request sensor to bind us
[ 55630][D][ZigbeeGateway.cpp:232] bindDeviceCluster(): Request sensor to bind us
[ 55638][D][ZigbeeGateway.cpp:232] bindDeviceCluster(): Request sensor to bind us
[ 55645][D][ZigbeeGateway.cpp:232] bindDeviceCluster(): Request sensor to bind us
[ 55663][V][ZigbeeGateway.cpp:109] bindCb(): Binding success (ZC side)
[ 55669][V][ZigbeeGateway.cpp:109] bindCb(): Binding success (ZC side)
[ 55676][V][ZigbeeGateway.cpp:109] bindCb(): Binding success (ZC side)
[ 55682][I][Z2S_Devices_Table.cpp:51] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x9d:0x8b:0x2c:0xe8:0x39, endpoint 0x1, channel type 0xffffffff
[ 55697][I][Z2S_Devices_Table.cpp:444] Z2S_onBoundDevice(): No channel found for address 0xa4:0xc1:0x38:0x9d:0x8b:0x2c:0xe8:0x39
[ 55709][I][Z2S_Devices_Table.cpp:453] Z2S_onBoundDevice(): model id 32768, first free slot 0
[ 55717][V][ZigbeeGateway.cpp:109] bindCb(): Binding success (ZC side)
[ 55729][E][ZigbeeGateway.cpp:116] bindCb(): Binding failed!
[ 55745][I][main.cpp:120] loop(): short address before 0xc329
[ 55750][I][main.cpp:122] loop(): short address after 0xc329
[ 55758][V][ZigbeeGateway.cpp:111] bindCb(): Binding success (ED side
[ 55941][V][ZigbeeGateway.cpp:111] bindCb(): Binding success (ED side
[ 55956][V][ZigbeeGateway.cpp:111] bindCb(): Binding success (ED side
[ 56226][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK

Return to “Bramka ZigBee”