Głowice termostatyczne i termostaty ścienne - [bramka ZigBee]

Moderator: vajera

lukasz06
Posts: 2543
Joined: Sun Jul 17, 2022 6:53 pm
Has thanked: 46 times
Been thanked: 21 times

Post

artur_n wrote: Wed May 14, 2025 9:02 am Ciekawa sprawa, że nie ma nigdzie wersji 8-16MB ze złączem anteny.

Znalazłem takie moduły:
https://pl.aliexpress.com/item/10050084 ... ry_from%3A

Ale gotowców nigdzie nie widzę, trzeba by robić przeszczep.
Mam go, ale jeszcze nie próbowałem
User avatar
Zibi_007
Posts: 3985
Joined: Tue Oct 31, 2023 10:06 pm
Has thanked: 10 times
Been thanked: 31 times

Post

vajera wrote: Wed May 14, 2025 9:17 am
artur_n wrote: Wed May 14, 2025 9:02 am Ciekawa sprawa, że nie ma nigdzie wersji 8-16MB ze złączem anteny.
ESP32 C6 jest w sumie dosyć niszowym produktem a bramka Z2S ma zbyt małe zasięgi 😉

BTW. Co myślicie o takiej antenie?
Jeśli chodzi o tę za 6,29, to podobne (jeśli nie te same) dodawane są w opcji do Xiao i C3 (ze złączem).
Nie mam na tyle dokładnego sprzętu pomiarowego, aby ocenić różnicę, ale osobiście nie widzę większej różnicy pomiędzy tą większą.
Tutaj spore znaczenie ma dobre ustawienie takiej anteny względem nadajnika/odbiornika (bramki).
W każdym razie jest sporo lepiej niż z wbudowaną i trochę lepiej niż przy drut modzie w SuperMini.
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
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

lukasz06 wrote: Mon May 12, 2025 7:56 pm Już wskoczyło ;)
Mógłbyś zerknąć jeszcze na ten zawór od Sonoff?
Przypomnij mi - Tobie chodziło o to, żeby on pracował przez zadany czas lub przepuścił zadaną liczbę litrów, w zależności od tego, co pierwsze nastąpi, tak?
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
lukasz06
Posts: 2543
Joined: Sun Jul 17, 2022 6:53 pm
Has thanked: 46 times
Been thanked: 21 times

Post

Tak, tak 😉
I pisałeś że sprawdzisz ten przelicznik m3-litry.
Chyba lepiej by było, aby flow pokazywał l/h
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

lukasz06 wrote: Wed May 14, 2025 6:24 pm I pisałeś że sprawdzisz ten przelicznik m3-litry.
Chyba lepiej by było, aby flow pokazywał l/h
To akurat możesz zrobić samemu - przecież w Cloud można ustawić dla każdego KPOPa mnożnik, dzielnik, wartość dodaną i jednostki - tak to zmyślnie @klew zaimplementował...a pamiętam, jak niektórzy marudzili 😜
Last edited by vajera on Wed May 14, 2025 8:09 pm, edited 1 time in total.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

lukasz06 wrote: Wed May 14, 2025 6:24 pm I pisałeś że sprawdzisz ten przelicznik m3-litry.
Chyba lepiej by było, aby flow pokazywał l/h
Flow zwraca wartości w m³/h, gdzie 1 == 0,1 m³/h == 100 l/h,

więc w Cloud wpisujesz:
dzielnik = 1,
mnożnik = 100,
jednostka l/h i masz to.

Ktoś inny może chcieć np. litry/min, wtedy dzielnik = 60 itd...
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

lukasz06 wrote: Wed May 14, 2025 6:24 pm Tak, tak 😉
A masz jakiś gotowy pomysł jak to uruchamiać z aplikacji Supla?

Mogę zrobić coś takiego;
  1. przez konsolę ustawiasz czas (np. w minutach) i objętość wody (np. w litrach) - urządzenie zapisuje te dane, więc będzie je pamiętać po restarcie,
  2. bramka dodaje wirtualny przekaźnik (@klew 😉), który uruchamia zawór na ten zapisany czas lub objętość,
  3. odliczany czas/objętość też jest zapisywany, np. co minutę, więc w przypadku resetu bramka nie zapomni o zaworze - alternatywnie możemy sprawdzić czy zawór ma atrybut czasowego włączenia - coś mi chodzi po głowie w tym temacie.
Największy plus tego tego rozwiązania to fakt, że wszystko dzieje się lokalnie - bez Clouda.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
lukasz06
Posts: 2543
Joined: Sun Jul 17, 2022 6:53 pm
Has thanked: 46 times
Been thanked: 21 times

Post

vajera wrote: Wed May 14, 2025 7:08 pm
lukasz06 wrote: Wed May 14, 2025 6:24 pm I pisałeś że sprawdzisz ten przelicznik m3-litry.
Chyba lepiej by było, aby flow pokazywał l/h
To akurat możesz zrobić samemu - przecież w Cloud można ustawić dla każdego KPOPacmnożnik, dzielnik, wartość dodaną i jednostki - tak to zmyślnie @klew zaimplementował...a pamiętam, jak niektórzy marudzili 😜
Wiem, że w Cloud można to zrobić, ale nigdy tego nie robiłem i przyznam, że nie wiedziałem co i jak ustawić.
Ogólnie myślałem, że lepiej by było w KLOP to zrobić tak jak pisałeś wcześniej, ale opcja przez Telenet też wydaje się fajjna.
Zrób jak Ci lepiej, a ja i tak będę zadowolony 😉
ruza
Posts: 51
Joined: Wed May 06, 2020 7:49 am
Been thanked: 1 time

Post

Dzień dobry,

mam w domu 3 głowice: Avatto TRV06, przedstawiają się jako: _TZE200_rxq4iti9, TS0601.
Poniżej logi, jeśli to nie problem to proszę o dodanie :)
https://pl.aliexpress.com/item/1005006457641338.html

Działały w HA bez problemu po którymś update, wcześniej za pomocą modyfikacji quirka (https://github.com/jacekk015/zha_quirks ... v_me167.py), podobno soft to bliźniaczy model do głowic jak niżej:
("_TZE200_bvu2wnxz", "TS0601"),
("_TZE200_6rdj8dzm", "TS0601"),
("_TZE200_p3dbf6qs", "TS0601"), # model: 'ME168', vendor: 'Avatto'
("_TZE200_rxntag7i", "TS0601"), # model: 'ME168', vendor: 'Avatto'
("_TZE200_rxq4iti9", "TS0601"),
("_TZE200_9xfjixap", "TS0601"),

z tego co widzę ostatnia głowica - _TZE200_9xfjixap jest już w z2s_devices_database.h, więc nie powinno być problemu, mam nadzieję :)

PS. Jeśli nie tu wrzucać logi, to przeniosę posta do próśb o dodanie urządzenia do drugiego wątku. Uznałem, ze skoro TRV to tutaj lepiej dodać.

Code: Select all

[310715][I][ZigbeeCore.cpp:355] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x8516)
[310716][D][ZigbeeGateway.cpp:517] zbDeviceAnnce(): zbDeviceAnnce short address (0x8516), ieee_addr (0xa4):(0xc1):(0x38):(0x89):(0x59):(0x47):(0x70):(0x7a)
[310717][D][ZigbeeGateway.cpp:520] zbDeviceAnnce(): zbDeviceAnnce joined device short address (0x8516), ieee_addr (0xa4):(0xc1):(0x38):(0x89):(0x59):(0x47):(0x70):(0x7a)
[310717][I][ZigbeeGateway.cpp:544] zbDeviceAnnce(): Tuya magic last hope
[310923][I][ZigbeeGateway.cpp:587] printJoinedDevices(): joined devices:
[310924][I][ZigbeeGateway.cpp:590] printJoinedDevices(): Device on endpoint 1, short address: 0x8516
[310925][I][ZigbeeGateway.cpp:348] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x4
[311052][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1000) callback
[311052][I][ZigbeeGateway.cpp:381] zbReadBasicCluster(): Peer Manufacturer is "_TZE200_rxq4iti9"
[311053][I][ZigbeeGateway.cpp:401] zbReadBasicCluster(): ZCL version id is "3"
[311053][I][ZigbeeGateway.cpp:407] zbReadBasicCluster(): ZCL application version id is "67"
[311054][I][ZigbeeGateway.cpp:388] zbReadBasicCluster(): Peer Model is "TS0601"
[311054][I][ZigbeeGateway.cpp:413] zbReadBasicCluster(): ZCL power source id is "3"
[311054][I][ZigbeeGateway.cpp:417] zbReadBasicCluster(): Attribute 0xFFFE, data type 0x30
[311058][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1000) callback
[311059][I][ZigbeeGateway.cpp:381] zbReadBasicCluster(): Peer Manufacturer is "_TZE200_rxq4iti9"
[311425][I][ZigbeeGateway.cpp:354] zbQueryDeviceBasicCluster(): basic tsn 0x1
[311425][I][ZigbeeGateway.cpp:348] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x5
[311623][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1000) callback
[311623][I][ZigbeeGateway.cpp:388] zbReadBasicCluster(): Peer Model is "TS0601"
[311926][I][ZigbeeGateway.cpp:354] zbQueryDeviceBasicCluster(): basic tsn 0x2
[311926][I][ZigbeeGateway.cpp:1231] sendAttributeWrite(): Sending 'write attribute' command - id (0xffde), type (0x20), size (0x1), value (0x13)
[312056][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1001) callback
[312224][I][ZigbeeCore.cpp:388] esp_zb_app_signal_handler(): Network(0x301c) is open for 180 seconds
[312427][I][ZigbeeGateway.cpp:1231] sendAttributeWrite(): Sending 'write attribute' command - id (0x9), type (0x20), size (0x1), value (0x1)
[312687][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1005) callback
[312687][I][ZigbeeGateway.cpp:1561] zbCmdDefaultResponse(): zbCustomCmd default response async, tsn 0x4[0x0]
[312688][I][ZigbeeGateway.cpp:1563] zbCmdDefaultResponse(): custom cmd rssi -69
[312927][D][Z2S_Gateway.ino:1663] loop(): Unknown model _TZE200_rxq4iti9::TS0601, no binding is possible
[317185][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[317186][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[317186][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[317187][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 7
[317187][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[317188][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0x9e
[317188][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x2
[317188][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x4
[317189][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[317189][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x1
[317190][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x2
[317190][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[317191][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[317192][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[317310][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[317311][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[317311][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[317312][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 7
[317312][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[317312][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0x9f
[317313][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x3
[317314][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x4
[317314][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[317315][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x1
[317315][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x1
[317316][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[317316][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[317317][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[317434][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[317435][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[317435][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[317436][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 10
[317436][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[317436][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa0
[317437][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x4
[317437][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x2
[317438][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[317438][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x4
[317439][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
[317439][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x0
[317440][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[317440][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x32
[317440][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[317441][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[317442][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[317556][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[317557][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 17 from address 0x8516
[317557][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[317558][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 3
[317558][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x63
[317559][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa6
[317559][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x40
[317560][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x11
[317560][I][z2s_device_tuya_custom_cluster.cpp:1043] processTuyaCustomCluster(): Tuya custom cluster 0xEF00 command id 0x11 wasn't processed
[317678][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[317679][I][ZigbeeGateway.cpp:853] zbAttributeReporting(): zbAttributeReporting from (0x707a), endpoint (1), cluster (0x0), attribute id (0x1), attribute data type (0x20)
[317680][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[317680][I][ZigbeeGateway.cpp:853] zbAttributeReporting(): zbAttributeReporting from (0x707a), endpoint (1), cluster (0x0), attribute id (0xffe2), attribute data type (0x20)
[317681][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[317682][I][ZigbeeGateway.cpp:853] zbAttributeReporting(): zbAttributeReporting from (0x707a), endpoint (1), cluster (0x0), attribute id (0xffe4), attribute data type (0x20)
[317804][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[317804][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[317805][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[317805][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 10
[317806][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[317806][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa1
[317807][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x5
[317807][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x2
[317807][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[317808][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x4
[317808][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
[317809][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x0
[317809][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[317810][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0xf0
[317810][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[317811][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[317812][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[317928][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[317929][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[317929][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[317930][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 7
[317930][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[317931][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa2
[317932][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x7
[317932][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x1
[317933][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[317933][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x1
[317934][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
[317934][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[317935][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[317935][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[318051][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[318051][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[318052][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[318052][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 31
[318052][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[318053][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa3
[318053][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x1c
[318054][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x0
[318054][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[318055][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x19
[318055][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x1
[318056][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x6
[318056][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[318057][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x0
[318057][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xa] = 0xd2
[318057][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xb] = 0x8
[318058][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xc] = 0x0
[318058][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xd] = 0x0
[318059][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xe] = 0xa0
[318059][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xf] = 0xc
[318060][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x10] = 0x0
[318060][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x11] = 0x0
[318061][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x12] = 0xd2
[318061][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x13] = 0xe
[318061][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x14] = 0x0
[318062][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x15] = 0x0
[318062][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x16] = 0xa0
[318063][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x17] = 0x12
[318063][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x18] = 0x0
[318064][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x19] = 0x0
[318064][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1a] = 0xd2
[318065][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1b] = 0x16
[318065][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1c] = 0x0
[318065][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1d] = 0x0
[318066][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1e] = 0xa0
[318066][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[318067][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[318068][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[318173][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[318173][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[318174][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[318174][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 31
[318175][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[318175][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa4
[318176][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x1d
[318176][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x0
[318177][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[318177][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x19
[318178][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x2
[318178][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x6
[318179][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[318179][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x0
[318180][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xa] = 0xd2
[318180][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xb] = 0x8
[318181][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xc] = 0x0
[318181][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xd] = 0x0
[318182][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xe] = 0xa0
[318182][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xf] = 0xc
[318183][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x10] = 0x0
[318183][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x11] = 0x0
[318184][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x12] = 0xd2
[318184][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x13] = 0xe
[318185][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x14] = 0x0
[318185][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x15] = 0x0
[318185][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x16] = 0xa0
[318186][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x17] = 0x12
[318186][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x18] = 0x0
[318187][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x19] = 0x0
[318187][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1a] = 0xd2
[318188][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1b] = 0x16
[318188][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1c] = 0x0
[318189][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1d] = 0x0
[318189][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1e] = 0xa0
[318190][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[318190][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[318191][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[318296][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[318297][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[318297][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[318298][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 31
[318298][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[318299][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa5
[318299][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x1e
[318299][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x0
[318300][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[318300][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x19
[318301][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x3
[318301][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x6
[318302][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[318302][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x0
[318303][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xa] = 0xd2
[318303][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xb] = 0x8
[318303][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xc] = 0x0
[318304][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xd] = 0x0
[318304][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xe] = 0xa0
[318305][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xf] = 0xc
[318305][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x10] = 0x0
[318306][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x11] = 0x0
[318306][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x12] = 0xd2
[318307][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x13] = 0xe
[318307][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x14] = 0x0
[318308][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x15] = 0x0
[318308][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x16] = 0xa0
[318308][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x17] = 0x12
[318309][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x18] = 0x0
[318309][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x19] = 0x0
[318310][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1a] = 0xd2
[318310][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1b] = 0x16
[318311][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1c] = 0x0
[318311][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1d] = 0x0
[318312][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1e] = 0xa0
[318312][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[318313][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[318314][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[318419][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[318420][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[318420][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[318421][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 31
[318421][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[318422][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa6
[318422][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x1f
[318423][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x0
[318423][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[318424][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x19
[318424][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x4
[318424][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x6
[318425][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[318425][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x0
[318426][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xa] = 0xd2
[318426][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xb] = 0x8
[318427][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xc] = 0x0
[318427][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xd] = 0x0
[318428][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xe] = 0xa0
[318428][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xf] = 0xc
[318429][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x10] = 0x0
[318429][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x11] = 0x0
[318430][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x12] = 0xd2
[318430][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x13] = 0xe
[318431][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x14] = 0x0
[318431][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x15] = 0x0
[318432][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x16] = 0xa0
[318432][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x17] = 0x12
[318433][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x18] = 0x0
[318433][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x19] = 0x0
[318433][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1a] = 0xd2
[318434][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1b] = 0x16
[318434][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1c] = 0x0
[318435][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1d] = 0x0
[318435][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1e] = 0xa0
[318436][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[318436][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[318437][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[318542][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[318543][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[318543][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[318544][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 31
[318544][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[318545][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa7
[318545][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x20
[318546][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x0
[318546][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[318547][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x19
[318547][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x5
[318547][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x6
[318548][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[318548][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x0
[318549][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xa] = 0xd2
[318549][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xb] = 0x8
[318550][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xc] = 0x0
[318550][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xd] = 0x0
[318551][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xe] = 0xa0
[318551][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xf] = 0xc
[318551][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x10] = 0x0
[318552][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x11] = 0x0
[318552][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x12] = 0xd2
[318553][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x13] = 0xe
[318553][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x14] = 0x0
[318554][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x15] = 0x0
[318554][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x16] = 0xa0
[318555][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x17] = 0x12
[318555][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x18] = 0x0
[318556][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x19] = 0x0
[318556][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1a] = 0xd2
[318557][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1b] = 0x16
[318557][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1c] = 0x0
[318557][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1d] = 0x0
[318558][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1e] = 0xa0
[318558][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[318559][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[318560][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[318665][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[318665][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[318666][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[318666][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 31
[318667][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[318667][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa8
[318667][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x21
[318668][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x0
[318668][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[318669][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x19
[318669][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x6
[318670][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x6
[318670][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[318671][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x0
[318671][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xa] = 0xd2
[318672][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xb] = 0x8
[318672][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xc] = 0x0
[318672][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xd] = 0x0
[318673][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xe] = 0xa0
[318673][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xf] = 0xc
[318674][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x10] = 0x0
[318674][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x11] = 0x0
[318675][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x12] = 0xd2
[318675][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x13] = 0xe
[318676][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x14] = 0x0
[318676][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x15] = 0x0
[318677][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x16] = 0xa0
[318677][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x17] = 0x12
[318677][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x18] = 0x0
[318678][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x19] = 0x0
[318678][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1a] = 0xd2
[318679][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1b] = 0x16
[318679][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1c] = 0x0
[318680][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1d] = 0x0
[318680][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1e] = 0xa0
[318681][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[318681][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[318682][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[318785][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0xa, command id: 0
[318786][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[318786][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[318787][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[318787][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 13 size: 2
[318788][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x07
[318788][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[318788][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x8516, 0x8516, 0x0, 0x0
[318789][I][z2s_devices_table.cpp:1278] Z2S_onCustomCmdReceive(): Z2S_onCustomCmdReceive cluster 0xa, command id 0x0, rssi: -78
[318789][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[318790][I][z2s_devices_table.cpp:1283] Z2S_onCustomCmdReceive(): No channel found for address zpGY▒8▒
[318791][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
[318910][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[318910][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[318911][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[318911][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 31
[318912][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[318912][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xa9
[318913][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x22
[318913][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x0
[318914][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[318914][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x19
[318915][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x7
[318915][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x6
[318915][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[318916][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x0
[318916][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xa] = 0xd2
[318917][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xb] = 0x8
[318917][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xc] = 0x0
[318918][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xd] = 0x0
[318918][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xe] = 0xa0
[318919][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0xf] = 0xc
[318919][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x10] = 0x0
[318920][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x11] = 0x0
[318920][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x12] = 0xd2
[318920][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x13] = 0xe
[318921][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x14] = 0x0
[318921][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x15] = 0x0
[318922][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x16] = 0xa0
[318922][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x17] = 0x12
[318923][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x18] = 0x0
[318923][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x19] = 0x0
[318923][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1a] = 0xd2
[318924][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1b] = 0x16
[318924][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1c] = 0x0
[318925][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1d] = 0x0
[318925][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1e] = 0xa0
[318926][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[318926][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[318927][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[319032][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[319032][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[319033][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[319033][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 7
[319034][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[319034][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xaa
[319035][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x23
[319035][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x5
[319036][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[319036][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x1
[319036][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
[319037][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[319038][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[319038][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[319155][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[319156][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[319157][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[319157][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 7
[319158][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[319158][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xab
[319159][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x24
[319159][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x1
[319160][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[319160][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x1
[319161][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
[319161][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[319162][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[319162][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[319280][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[319280][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[319281][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[319281][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 7
[319281][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[319282][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xac
[319282][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x27
[319283][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x1
[319283][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[319284][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x1
[319284][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
[319285][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[319285][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[319286][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[319403][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[319404][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x8516
[319404][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[319405][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 10
[319405][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[319406][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xad
[319406][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x2f
[319406][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x2
[319407][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[319407][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x4
[319408][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
[319408][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x0
[319409][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[319409][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x5
[319410][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x2
[319411][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[319412][I][z2s_device_tuya_custom_cluster.cpp:933] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
[319525][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[319526][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 36 from address 0x8516
[319527][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[319527][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 2
[319527][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0xae
[319528][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0x0
[319528][I][z2s_device_tuya_custom_cluster.cpp:988] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x24
[319529][I][z2s_devices_table.cpp:98] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x89:0x59:0x47:0x70:0x7a, endpoint 0x1, channel type 0xffffffff
[319530][I][z2s_device_tuya_custom_cluster.cpp:1003] processTuyaCustomCluster(): TUYA_MCU_SYNC_TIME failed - no Supla channel for that device
User avatar
Zibi_007
Posts: 3985
Joined: Tue Oct 31, 2023 10:06 pm
Has thanked: 10 times
Been thanked: 31 times

Post

ruza wrote: Wed May 14, 2025 8:01 pm Dzień dobry,

mam w domu 3 głowice: Avatto TRV06, przedstawiają się jako: _TZE200_rxq4iti9, TS0601.
Poniżej logi, jeśli to nie problem to proszę o dodanie :)
https://pl.aliexpress.com/item/1005006457641338.html

Działały w HA bez problemu po którymś update, wcześniej za pomocą modyfikacji quirka (https://github.com/jacekk015/zha_quirks ... v_me167.py), podobno soft to bliźniaczy model do głowic jak niżej:
("_TZE200_bvu2wnxz", "TS0601"),
("_TZE200_6rdj8dzm", "TS0601"),
("_TZE200_p3dbf6qs", "TS0601"), # model: 'ME168', vendor: 'Avatto'
("_TZE200_rxntag7i", "TS0601"), # model: 'ME168', vendor: 'Avatto'
("_TZE200_rxq4iti9", "TS0601"),
("_TZE200_9xfjixap", "TS0601"),

z tego co widzę ostatnia głowica - _TZE200_9xfjixap jest już w z2s_devices_database.h, więc nie powinno być problemu, mam nadzieję :)

PS. Jeśli nie tu wrzucać logi, to przeniosę posta do próśb o dodanie urządzenia do drugiego wątku. Uznałem, ze skoro TRV to tutaj lepiej dodać.

Nie wiem co powoduje Avatto, że dla tych samych TRV06 daje różne identyfikatory (rozróżnia tak kolejne serie produkcyjne?). To takie trochę bez sensu, bo wszystkie mają ten sam soft.
Ja mam trzy takie:
TS0601 _TZE284_o3x45p96 (są w bazie i działają)
Tak wyglądają:
https://pl.aliexpress.com/item/1005006439482487.html
Widzicie jakąś różnicę?
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

Return to “Bramka ZigBee”