+BWNU - proszę o feedback.Pablito75 wrote: Wed Jul 09, 2025 6:14 am Proszę o dodanie:
Siłownik zaworu
https://a.aliexpress.com/_EzSYSCw
"_TZ3000_ahxwesag" "TS0011"
Zgłoszenia nowych urządzeń [bramka Zigbee]
Moderator: vajera
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
+BWNUstugraj wrote: Wed Jul 09, 2025 3:30 pm Czesc, prosze o dodanie czujnika ruchu i natezenia swiatla.
Peer Manufacturer is "HOBEIAN"
Peer Model is "ZG-204ZV"
Dokladnie taki jak w linku https://www.zigbee2mqtt.io/devices/ZG-204ZV.html
Code: Select all
e
.numeric("fading_time", ea.STATE_SET)
.withValueMin(0)
.withValueMax(28800)
.withValueStep(1)
.withUnit("s")
.withDescription("Motion keep time"),
e.binary("indicator", ea.STATE_SET, "ON", "OFF").withDescription("LED indicator mode"),
e
.numeric("illuminance_interval", ea.STATE_SET)
.withValueMin(1)
.withValueMax(720)
.withValueStep(1)
.withUnit("minutes")
.withDescription("Light sensing sampling(refresh and update only while active)"),
e
.numeric("motion_detection_sensitivity", ea.STATE_SET)
.withValueMin(0)
.withValueMax(19)
.withValueStep(1)
.withUnit("x")
.withDescription("The larger the value, the more sensitive it is (refresh and update only while active)"),
],
meta: {
tuyaDatapoints: [
[1, "presence", tuya.valueConverter.trueFalse1],
[106, "illuminance", tuya.valueConverter.raw],
[102, "fading_time", tuya.valueConverter.raw],
[2, "motion_detection_sensitivity", tuya.valueConverter.raw],
[108, "indicator", tuya.valueConverter.onOff],
[110, "battery", tuya.valueConverter.raw],
[111, "temperature", tuya.valueConverter.divideBy10],
[101, "humidity", tuya.valueConverter.raw],
[109, "temperature_unit", tuya.valueConverter.temperatureUnit],
[105, "temperature_calibration", tuya.valueConverter.divideBy10],
[104, "humidity_calibration", tuya.valueConverter.raw],
[107, "illuminance_interval", tuya.valueConverter.raw],
Last edited by vajera on Wed Jul 09, 2025 8:55 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
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
+BWNU - proszę o feedback.urban wrote: Tue Jul 08, 2025 3:57 pm Dzień dobry
Czy byłaby szansa na dodanie silnika do rolet, bardzo podobnego (przynajmniej tak mi się wydaje) jak powyżej został dodany:
Peer Model is "TS0601"
Peer Manufacturer is "_TZE200_68nvbio9"
https://pl.aliexpress.com/item/1005006034231209.html
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
stugraj
- Posts: 107
- Joined: Sun Nov 27, 2022 4:28 pm
- Has thanked: 1 time
vajera wrote: Wed Jul 09, 2025 8:02 pm+BWNUstugraj wrote: Wed Jul 09, 2025 3:30 pm Czesc, prosze o dodanie czujnika ruchu i natezenia swiatla.
Peer Manufacturer is "HOBEIAN"
Peer Model is "ZG-204ZV"
Dokladnie taki jak w linku https://www.zigbee2mqtt.io/devices/ZG-204ZV.html
Code: Select all
e .numeric("fading_time", ea.STATE_SET) .withValueMin(0) .withValueMax(28800) .withValueStep(1) .withUnit("s") .withDescription("Motion keep time"), e.binary("indicator", ea.STATE_SET, "ON", "OFF").withDescription("LED indicator mode"), e .numeric("illuminance_interval", ea.STATE_SET) .withValueMin(1) .withValueMax(720) .withValueStep(1) .withUnit("minutes") .withDescription("Light sensing sampling(refresh and update only while active)"), e .numeric("motion_detection_sensitivity", ea.STATE_SET) .withValueMin(0) .withValueMax(19) .withValueStep(1) .withUnit("x") .withDescription("The larger the value, the more sensitive it is (refresh and update only while active)"), ], meta: { tuyaDatapoints: [ [1, "presence", tuya.valueConverter.trueFalse1], [106, "illuminance", tuya.valueConverter.raw], [102, "fading_time", tuya.valueConverter.raw], [2, "motion_detection_sensitivity", tuya.valueConverter.raw], [108, "indicator", tuya.valueConverter.onOff], [110, "battery", tuya.valueConverter.raw], [111, "temperature", tuya.valueConverter.divideBy10], [101, "humidity", tuya.valueConverter.raw], [109, "temperature_unit", tuya.valueConverter.temperatureUnit], [105, "temperature_calibration", tuya.valueConverter.divideBy10], [104, "humidity_calibration", tuya.valueConverter.raw], [107, "illuminance_interval", tuya.valueConverter.raw],
Dziekuje, wszystko sie elegancko dodalo tylko kanal T&H jest niepotrzebny, to urzadzenie nie ma pomiaru temperatury.
-
vajera
- Posts: 7293
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
Cytat z linku, który podesłałeś:stugraj wrote: Thu Jul 10, 2025 8:12 am
Peer Manufacturer is "HOBEIAN"
Peer Model is "ZG-204ZV"
Dokladnie taki jak w linku https://www.zigbee2mqtt.io/devices/ZG-204ZV.html
Dziekuje, wszystko sie elegancko dodalo tylko kanal T&H jest niepotrzebny, to urzadzenie nie ma pomiaru temperatury.
HOBEIAN ZG-204ZV
Model ZG-204ZV
Vendor HOBEIAN
Description Millimeter wave motion detection
Exposes presence, illuminance, temperature, humidity, temperature_unit, temperature_calibration, humidity_calibration, battery, fading_time, indicator, illuminance_interval, motion_detection_sensitivity
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
Pablito75
- Posts: 37
- Joined: Thu Apr 07, 2022 6:55 am
Dziękuję, wszystko działa perfekcyjnie.vajera wrote: Wed Jul 09, 2025 7:56 pm+BWNU - proszę o feedback.Pablito75 wrote: Wed Jul 09, 2025 6:14 am Proszę o dodanie:
Siłownik zaworu
https://a.aliexpress.com/_EzSYSCw
"_TZ3000_ahxwesag" "TS0011"
To ukryj sobie ten kanał w cloud, ewentualnie usuń z poziomu GUI bramki.stugraj wrote: Thu Jul 10, 2025 8:12 amvajera wrote: Wed Jul 09, 2025 8:02 pm+BWNUstugraj wrote: Wed Jul 09, 2025 3:30 pm Czesc, prosze o dodanie czujnika ruchu i natezenia swiatla.
Peer Manufacturer is "HOBEIAN"
Peer Model is "ZG-204ZV"
Dokladnie taki jak w linku https://www.zigbee2mqtt.io/devices/ZG-204ZV.html
Code: Select all
e .numeric("fading_time", ea.STATE_SET) .withValueMin(0) .withValueMax(28800) .withValueStep(1) .withUnit("s") .withDescription("Motion keep time"), e.binary("indicator", ea.STATE_SET, "ON", "OFF").withDescription("LED indicator mode"), e .numeric("illuminance_interval", ea.STATE_SET) .withValueMin(1) .withValueMax(720) .withValueStep(1) .withUnit("minutes") .withDescription("Light sensing sampling(refresh and update only while active)"), e .numeric("motion_detection_sensitivity", ea.STATE_SET) .withValueMin(0) .withValueMax(19) .withValueStep(1) .withUnit("x") .withDescription("The larger the value, the more sensitive it is (refresh and update only while active)"), ], meta: { tuyaDatapoints: [ [1, "presence", tuya.valueConverter.trueFalse1], [106, "illuminance", tuya.valueConverter.raw], [102, "fading_time", tuya.valueConverter.raw], [2, "motion_detection_sensitivity", tuya.valueConverter.raw], [108, "indicator", tuya.valueConverter.onOff], [110, "battery", tuya.valueConverter.raw], [111, "temperature", tuya.valueConverter.divideBy10], [101, "humidity", tuya.valueConverter.raw], [109, "temperature_unit", tuya.valueConverter.temperatureUnit], [105, "temperature_calibration", tuya.valueConverter.divideBy10], [104, "humidity_calibration", tuya.valueConverter.raw], [107, "illuminance_interval", tuya.valueConverter.raw],
Dziekuje, wszystko sie elegancko dodalo tylko kanal T&H jest niepotrzebny, to urzadzenie nie ma pomiaru temperatury.
Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036-
Pablito75
- Posts: 37
- Joined: Thu Apr 07, 2022 6:55 am
Kolejna prośba do kolegi @vajera o dodanie następnego urządzenia.
Tym razem czujnik dymu:
https://a.aliexpress.com/_EzSgudG
Peer Manufacturer is "_TZE284_n4ttsck2"
Peer Model is "TS0601"
Z góry dziękuje za dobrą robotę.
Mam nadzieje, że będzie w końcu jakaś możliwość, aby postawić koledze wielką kawę, za dobrą robotę wykonywaną dla dobra "SUPLI".
Tym razem czujnik dymu:
https://a.aliexpress.com/_EzSgudG
Peer Manufacturer is "_TZE284_n4ttsck2"
Peer Model is "TS0601"
Z góry dziękuje za dobrą robotę.
Mam nadzieje, że będzie w końcu jakaś możliwość, aby postawić koledze wielką kawę, za dobrą robotę wykonywaną dla dobra "SUPLI".
-
Maniek913
- Posts: 594
- Joined: Thu Feb 22, 2018 9:46 pm
- Been thanked: 3 times
Proszę o dodanie:
Sterownik rolet
https://www.loratap.com/products/sc500zb-v2
Unknown model _TZ3000_femsaaua::TS130F
oraz drugi podobny
https://www.loratap.com/products/sc500zb-v4
Unknown model _TZ3000_5iixzdo7::TS130F
Pierwszy raz to robię więc dla pewności dodaję pełne logi z parowania - jest to potrzebnie? czy wystarczą te skrócone informacje?
Sterownik rolet
https://www.loratap.com/products/sc500zb-v2
Unknown model _TZ3000_femsaaua::TS130F
Code: Select all
information <b><i>Flash chip real size:</b></i> 16777216 kB <b>| <i>Free Sketch Space:</b></i> 3407872 kB<br><b><i>Free Heap:</b></i> 117444 kB <b>| <i>Minimal Free Heap:</b></i> 116976 kB <b>| <i>HeapSize:</b></i> 331388 kB <b>| <i>MaxAllo cHeap:</b></i> 81908 kB<br><br><b><i>Local time:</i></b> Thu Jan 1 00:00:06 197 0
<b><i>Supla uptime:</i></b> 6 s
Recv: [53 55 50 4C 41 17 02 00 00 00 AD 02 00 00 1C 00 00 00 01 00 00 00 00 00 0 0 00 00 10 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 01 00 01 53 55 50 4C 41 ]
Received new device config
Processing AutomaticTimeSync config
Sending device config result OK (1)
Send: [53 55 50 4C 41 17 04 00 00 00 B7 02 00 00 0A 00 00 00 01 00 00 00 00 00 0 0 00 00 00 ]
Send: [53 55 50 4C 41 ]
Relay[110] updating timer value: remainingTime=0 state=0
SRPC sending: remaining time 0, channel 110, state 0
Send: [53 55 50 4C 41 17 05 00 00 00 69 00 00 00 E3 00 00 00 6E 32 DD 00 00 00 0 0 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 0 0 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 0 0 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 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 03 00 00 00 AA 02 00 00 32 00 00 00 6E 82 00 00 00 00 2 A 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 53 55 50 4C 41 ]
Channel[110] Received SetChannelConfig: fnc 130, config type 0, config size 42
Channel[110] handleChannelConfig, func 130, configtype 0, configsize 42
Relay[110] applyChannelConfig, func 130, configtype 0, configsize 42
ConfigTypesBitmap: Set config type 5 to 0
Relay[110] OvercurrentMaxAllowed: 0, OvercurrentThreshold: 0
Channel[110] ConfigType 0 applied
ConfigTypesBitmap: Set config type 0 to 1
Channel[110] Sending SetChannelConfigResult OK (1)
Send: [53 55 50 4C 41 17 06 00 00 00 B4 02 00 00 03 00 00 00 01 00 6E ]
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 6E 53 55 50 4C 41 ]
Channel[110] Received ChannelConfigFinished
Send: [53 55 50 4C 41 17 07 00 00 00 80 02 00 00 1F 00 00 00 6E 82 00 00 17 00 0 0 00 49 41 53 20 5A 4F 4E 45 20 4E 4F 54 49 46 49 43 41 54 49 4F 4E 53 00 ]
Send: [53 55 50 4C 41 ]
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 4 C 41 ]
Activity timeout set to 30 s
Recv: [53 55 50 4C 41 17 06 00 00 00 EA 01 00 00 1A 00 00 00 E9 07 07 0A 05 0E 3 4 29 0E 00 00 00 45 75 72 6F 70 65 2F 57 61 72 73 61 77 00 53 55 50 4C 41 ]
Clock: current time: 1970-01-01 00:00:06
Clock: time diff (system-new): -1752159155 s
Clock: new time: 2025-07-10 14:52:41
Recv: [53 55 50 4C 41 17 07 00 00 00 8A 02 00 00 20 00 00 00 6E 82 00 00 1A 17 0 0 00 00 49 41 53 20 5A 4F 4E 45 20 4E 4F 54 49 46 49 43 41 54 49 4F 4E 53 00 53 55 50 4C 41 ]
Channel[110] Receieved setChannelCaptionResult
[ 6902][I][ZigbeeCore.cpp:388] esp_zb_app_signal_handler(): Network(0x9d83) is open for 180 seconds
[ 7328][V][esp32-hal-rmt.c:305] _rmtWrite(): GPIO: 8 - Request: 24 RMT Symbols - Blocking - Timeout: -1
[ 7328][V][esp32-hal-rmt.c:306] _rmtWrite(): GPIO: 8 - Currently in Loop Mode: [NO] | Asked to Loop: NO, LoopCancel: NO
PowerCycle: timeout, counter reset to 0
LittleFsConfig: writing to file "/supla-dev.cfg"
LittleFsConfig: writing to file "/supla-dev.cfg.bak"
Send: [53 55 50 4C 41 17 08 00 00 00 28 00 00 00 10 00 00 00 D1 D3 6F 68 00 00 00 00 B7 1E 0E 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 B2 B7 6F 68 00 00 00 00 1F 82 04 00 00 00 00 00 53 55 50 4C 41 ]
Send: [53 55 50 4C 41 17 09 00 00 00 28 00 00 00 10 00 00 00 EA D3 6F 68 00 00 00 00 39 2A 0E 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 CB B7 6F 68 00 00 00 00 4E 53 04 00 00 00 00 00 53 55 50 4C 41 ]
[ 60001][I][Z2S_Gateway.ino:1382] loop(): New UTC time 805474414, new local time 805474414
[ 60002][I][Z2S_Gateway.ino:1396] loop(): Local Time Cluster UTC time attribute 805474414, local time attribute 805474414
[ 60003][I][z2s_web_gui.cpp:425] fillMemoryUptimeInformation(): Memory & uptime information <b><i>Flash chip real size:</b></i> 16777216 kB <b>| <i>Free Sketch Space:</b></i> 3407872 kB<br><b><i>Free Heap:</b></i> 81280 kB <b>| <i>Minimal Free Heap:</b></i> 62140 kB <b>| <i>HeapSize:</b></i> 331388 kB <b>| <i>MaxAllocHeap:</b></i> 51188 kB<br><br><b><i>Local time:</i></b> Thu Jul 10 14:53:34 2025
<b><i>Supla uptime:</i></b> 60 s
S
end: [53 55 50 4C 41 17 0A 00 00 00 28 00 00 00 10 00 00 00 03 D4 6F 68 00 00 00 00 D6 34 0E 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 E4 B7 6F 68 00 00 00 00 F2 15 04 00 00 00 00 00 53 55 50 4C 41 ]
S
end: [53 55 50 4C 41 17 0B 00 00 00 28 00 00 00 10 00 00 00 1C D4 6F 68 00 00 00 00 D0 41 0E 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 0B 00 00 00 32 00 00 00 10 00 00 00 FD B7 6F 68 00 00 00 00 02 F4 03 00 00 00 00 00 53 55 50 4C 41 ]
[120006][I][Z2S_Gateway.ino:1382] loop(): New UTC time 805474474, new local time 805474474
[120007][I][Z2S_Gateway.ino:1396] loop(): Local Time Cluster UTC time attribute 805474474, local time attribute 805474474
[120008][I][z2s_web_gui.cpp:425] fillMemoryUptimeInformation(): Memory & uptime information <b><i>Flash chip real size:</b></i> 16777216 kB <b>| <i>Free Sketch Space:</b></i> 3407872 kB<br><b><i>Free Heap:</b></i> 81280 kB <b>| <i>Minimal Free Heap:</b></i> 62140 kB <b>| <i>HeapSize:</b></i> 331388 kB <b>| <i>MaxAllocHeap:</b></i> 51188 kB<br><br><b><i>Local time:</i></b> Thu Jul 10 14:54:34 2025
<b><i>Supla uptime:</i></b> 120 s
[126843][I][ZigbeeCore.cpp:406] esp_zb_app_signal_handler(): Joined device is leaving network (short: 0xd3c0), rejoin (NO)
Send: [53 55 50 4C 41 17 0C 00 00 00 28 00 00 00 10 00 00 00 35 D4 6F 68 00 00 00 00 B1 55 0E 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 0C 00 00 00 32 00 00 00 10 00 00 00 16 B8 6F 68 00 00 00 00 FD 02 04 00 00 00 00 00 53 55 50 4C 41 ]
[131668][V][ZigbeeCore.cpp:415] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
[131671][V][ZigbeeCore.cpp:415] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
[132183][I][ZigbeeCore.cpp:355] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x8b53)
[132184][V][ZigbeeCore.cpp:359] esp_zb_app_signal_handler(): Device capabilities: 0x8e
[132184][D][ZigbeeGateway.cpp:532] zbDeviceAnnce(): zbDeviceAnnce short address (0x8b53), ieee_addr (0xa4):(0xc1):(0x38):(0xb1):(0x39):(0x91):(0x8e):(0x7d)
[132185][D][ZigbeeGateway.cpp:535] zbDeviceAnnce(): zbDeviceAnnce joined device short address (0x8b53), ieee_addr (0xa4):(0xc1):(0x38):(0xb1):(0x39):(0x91):(0x8e):(0x7d)
[132186][I][ZigbeeGateway.cpp:559] zbDeviceAnnce(): Tuya magic last hope
[132388][I][ZigbeeGateway.cpp:602] printJoinedDevices(): joined devices:
[132388][I][ZigbeeGateway.cpp:605] printJoinedDevices(): Device on endpoint 1, short address: 0x8b53
[132389][V][esp32-hal-rmt.c:305] _rmtWrite(): GPIO: 8 - Request: 24 RMT Symbols - Blocking - Timeout: -1
[132390][V][esp32-hal-rmt.c:306] _rmtWrite(): GPIO: 8 - Currently in Loop Mode: [NO] | Asked to Loop: NO, LoopCancel: NO
[132391][I][ZigbeeGateway.cpp:363] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x4
[132421][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1000) callback
[132421][V][ZigbeeHandlers.cpp:155] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x0)
[132422][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(16)
[132423][I][ZigbeeGateway.cpp:396] zbReadBasicCluster(): Peer Manufacturer is "_TZ3000_femsaaua"
[132423][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x0), type(0x20), value(3)
[132424][I][ZigbeeGateway.cpp:416] zbReadBasicCluster(): ZCL version id is "3"
[132424][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x1), type(0x20), value(68)
[132425][I][ZigbeeGateway.cpp:422] zbReadBasicCluster(): ZCL application version id is "68"
[132425][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(6)
[132426][I][ZigbeeGateway.cpp:403] zbReadBasicCluster(): Peer Model is "TS130F"
[132426][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x7), type(0x30), value(1)
[132427][I][ZigbeeGateway.cpp:428] zbReadBasicCluster(): ZCL power source id is "1"
[132427][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0xfffe), type(0x30), value(0)
[132428][I][ZigbeeGateway.cpp:432] zbReadBasicCluster(): Attribute 0xFFFE, data type 0x30
[132433][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0x0, command id: 1
[132433][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[132434][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[132434][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[132435][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 19 size: 26
[132435][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x01
[132435][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[132436][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[132436][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x20
[132436][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x44
[132437][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x04
[132437][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[132437][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[132437][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x42
[132438][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x10
[132438][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x5F
[132438][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x54
[132439][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x5A
[132439][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x33
[132439][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x30
[132440][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x30
[132440][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x30
[132440][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x5F
[132440][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x66
[132441][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x65
[132441][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x6D
[132441][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x73
[132442][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x61
[132442][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x61
[132442][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x75
[132443][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x61
[132443][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x8b53, 0x8b53, 0x0, 0x0
[132443][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
[132894][I][ZigbeeGateway.cpp:369] zbQueryDeviceBasicCluster(): basic tsn 0x0
[132894][I][ZigbeeGateway.cpp:363] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x5
[132928][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0x0, command id: 1
[132928][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[132929][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[132929][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[132930][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 3 size: 16
[132930][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x02
[132930][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[132931][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[132931][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x20
[132931][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[132932][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x05
[132932][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[132932][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[132932][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x42
[132933][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x06
[132933][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x54
[132933][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x53
[132934][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x31
[132934][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x33
[132934][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x30
[132935][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x46
[132935][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x8b53, 0x8b53, 0x0, 0x0
[132936][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
[132957][V][ZigbeeCore.cpp:415] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
[132980][I][ZigbeeCore.cpp:388] esp_zb_app_signal_handler(): Network(0x9d83) is open for 180 seconds
[133395][I][ZigbeeGateway.cpp:369] zbQueryDeviceBasicCluster(): basic tsn 0x0
[134311][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[134311][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x6)
[134312][I][ZigbeeGateway.cpp:719] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x5000), attribute data type (0x30), attribute value (0x1)
[134312][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[134313][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x6)
[134313][I][ZigbeeGateway.cpp:719] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x8001), attribute data type (0x30), attribute value (0x0)
[134341][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[134342][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x102)
[134343][I][ZigbeeGateway.cpp:892] zbAttributeReporting(): zbAttributeReporting window covering Current Position Lift Percentage attribute 0
[134343][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[134344][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x102)
[134344][I][ZigbeeGateway.cpp:874] zbAttributeReporting(): zbAttributeReporting window covering tuyaMovingState attribute 1
[134345][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[134345][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x102)
[134346][I][ZigbeeGateway.cpp:880] zbAttributeReporting(): zbAttributeReporting window covering tuyaCalibration attribute 1
[134346][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[134347][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x102)
[134348][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0xf002), attribute data type (0x30)
[134348][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[134349][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x102)
[134349][I][ZigbeeGateway.cpp:886] zbAttributeReporting(): zbAttributeReporting window covering moesCalibrationTime attribute 600
[134350][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[134350][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x102)
[134351][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0x8000), attribute data type (0x30)
[135395][E][ZigbeeGateway.cpp:373] zbQueryDeviceBasicCluster(): Error while querying basic cluster attribute 0x5
[135395][I][ZigbeeGateway.cpp:1358] sendAttributeWrite(): Sending 'write attribute' command - id (0xffde), type (0x20), size (0x1), value (0x13)
[135413][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1001) callback
[135413][V][ZigbeeHandlers.cpp:192] zb_cmd_write_attr_resp_handler(): Write attribute response: from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x0)
[135414][V][ZigbeeHandlers.cpp:199] zb_cmd_write_attr_resp_handler(): Write attribute response: status(0), cluster(0x0), attribute(0xffff)
[135414][I][ZigbeeGateway.cpp:925] zbWriteAttrResponse(): tsn = 3, _write_attr_last_tsn = 3, _write_attr_last_tsn_flag = 2
[135415][I][ZigbeeGateway.cpp:939] zbWriteAttrResponse(): zbWriteAttrResponse async, tsn = 3, _set_config_last_tsn_flag = 2
[135596][I][ZigbeeGateway.cpp:1358] sendAttributeWrite(): Sending 'write attribute' command - id (0x9), type (0x20), size (0x1), value (0x1)
[135613][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0xfcc0, command id: 11
[135613][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[135614][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[135614][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[135615][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 12 size: 2
[135615][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x02
[135615][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x84
[135616][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x8b53, 0x8b53, 0x0, 0x0
[135616][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
[137799][E][ZigbeeGateway.cpp:1373] sendAttributeWrite(): Semaphore timeout writing attribute 0x9 - device 0x8b53, endpoint 0x1, cluster 0xfffffcc0
[137799][D][Z2S_Gateway.ino:2033] loop(): Unknown model _TZ3000_femsaaua::TS130F, no binding is possible
[137800][V][esp32-hal-rmt.c:305] _rmtWrite(): GPIO: 8 - Request: 24 RMT Symbols - Blocking - Timeout: -1
[137801][V][esp32-hal-rmt.c:306] _rmtWrite(): GPIO: 8 - Currently in Loop Mode: [NO] | Asked to Loop: NO, LoopCancel: NO
[139526][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0xa, command id: 0
[139526][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[139526][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[139527][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[139527][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 13 size: 2
[139528][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x07
[139528][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[139528][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x8b53, 0x8b53, 0x0, 0x0
[139529][I][z2s_devices_table.cpp:1469] Z2S_onCustomCmdReceive(): Z2S_onCustomCmdReceive cluster 0xa, command id 0x0, rssi: -59
[139529][I][z2s_devices_table.cpp:103] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:b1:39:91:8e:7d, endpoint 0x1, channel type 0xffffffff
[139530][I][z2s_devices_table.cpp:1474] Z2S_onCustomCmdReceive(): No channel found for address }▒▒9▒8▒
[139530][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
[143338][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[143338][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x0)
[143339][I][ZigbeeGateway.cpp:897] zbAttributeReporting(): zbAttributeReporting from (0x8e7d), endpoint (1), cluster (0x0), attribute id (0x1), attribute data type (0x20)
[143340][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[143340][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x0)
[143341][I][ZigbeeGateway.cpp:897] zbAttributeReporting(): zbAttributeReporting from (0x8e7d), endpoint (1), cluster (0x0), attribute id (0xffe2), attribute data type (0x20)
[143342][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[143342][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x0)
[143343][I][ZigbeeGateway.cpp:897] zbAttributeReporting(): zbAttributeReporting from (0x8e7d), endpoint (1), cluster (0x0), attribute id (0xffe4), attribute data type (0x20)
[143577][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[143577][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x8b53) src endpoint(1) to dst endpoint(1) cluster(0x0)
[143578][I][ZigbeeGateway.cpp:897] zbAttributeReporting(): zbAttributeReporting from (0x8e7d), endpoint (1), cluster (0x0), attribute id (0xffdf), attribute data type (0x42)
https://www.loratap.com/products/sc500zb-v4
Unknown model _TZ3000_5iixzdo7::TS130F
Code: Select all
[ 60001][I][Z2S_Gateway.ino:1382] loop(): New UTC time 805537183, new local time 805537183
[ 60002][I][Z2S_Gateway.ino:1396] loop(): Local Time Cluster UTC time attribute 805537183, local time attribute 805537183
[ 60003][I][z2s_web_gui.cpp:425] fillMemoryUptimeInformation(): Memory & uptime information <b><i>Flash chip real size:</b></i> 16777216 kB <b>| <i>Free Sketch Space:</b></i> 3407872 kB<br><b><i>Free Heap:</b></i> 78252 kB <b>| <i>Minimal F ree Heap:</b></i> 34348 kB <b>| <i>HeapSize:</b></i> 331388 kB <b>| <i>MaxAllocH eap:</b></i> 24564 kB<br><br><b><i>Local time:</i></b> Fri Jul 11 08:19:43 2025
< b><i>Supla uptime:</i></b> 60 s
Send: [53 55 50 4C 41 17 0A 00 00 00 28 00 00 00 10 00 00 00 33 C9 70 68 00 00 00 00 E2 15 0E 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 15 AD 70 68 00 00 00 00 20 2F 01 00 00 00 00 00 53 55 50 4C 41 ]
[ 95260][V][ZigbeeCore.cpp:415] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
[ 95263][V][ZigbeeCore.cpp:415] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
[ 95298][I][ZigbeeCore.cpp:355] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x9f79)
[ 95298][V][ZigbeeCore.cpp:359] esp_zb_app_signal_handler(): Device capabilities: 0x8e
[ 95299][D][ZigbeeGateway.cpp:532] zbDeviceAnnce(): zbDeviceAnnce short address (0x9f79), ieee_addr (0xa4):(0xc1):(0x38):(0x6):(0x23):(0x1):(0xb):(0x71)
[ 95300][D][ZigbeeGateway.cpp:535] zbDeviceAnnce(): zbDeviceAnnce joined device short address (0x9f79), ieee_addr (0xa4):(0xc1):(0x38):(0x6):(0x23):(0x1):(0xb):(0x71)
[ 95300][I][ZigbeeGateway.cpp:559] zbDeviceAnnce(): Tuya magic last hope
[ 95504][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95505][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x6)
[ 95505][I][ZigbeeGateway.cpp:719] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x5000), attribute data type (0x30), attribute value (0x1)
[ 95506][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95507][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x6)
[ 95507][I][ZigbeeGateway.cpp:719] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x8001), attribute data type (0x30), attribute value (0x0)
[ 95510][I][ZigbeeGateway.cpp:602] printJoinedDevices(): joined devices:
[ 95511][I][ZigbeeGateway.cpp:605] printJoinedDevices(): Device on endpoint 1, short address: 0x9f79
[ 95512][V][esp32-hal-rmt.c:305] _rmtWrite(): GPIO: 8 - Request: 24 RMT Symbols - Blocking - Timeout: -1
[ 95512][V][esp32-hal-rmt.c:306] _rmtWrite(): GPIO: 8 - Currently in Loop Mode: [NO] | Asked to Loop: NO, LoopCancel: NO
[ 95514][I][ZigbeeGateway.cpp:363] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x4
[ 95537][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 95537][V][ZigbeeHandlers.cpp:155] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 95538][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(16)
[ 95539][I][ZigbeeGateway.cpp:396] zbReadBasicCluster(): Peer Manufacturer is "_TZ3000_5iixzdo7"
[ 95539][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x0), type(0x20), value(3)
[ 95540][I][ZigbeeGateway.cpp:416] zbReadBasicCluster(): ZCL version id is "3"
[ 95540][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x1), type(0x20), value(70)
[ 95541][I][ZigbeeGateway.cpp:422] zbReadBasicCluster(): ZCL application version id is "70"
[ 95541][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(6)
[ 95542][I][ZigbeeGateway.cpp:403] zbReadBasicCluster(): Peer Model is "TS130F"
[ 95542][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x7), type(0x30), value(1)
[ 95543][I][ZigbeeGateway.cpp:428] zbReadBasicCluster(): ZCL power source id is "1"
[ 95543][V][ZigbeeHandlers.cpp:164] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0xfffe), type(0x30), value(0)
[ 95544][I][ZigbeeGateway.cpp:432] zbReadBasicCluster(): Attribute 0xFFFE, data type 0x30
[ 95550][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0x0, command id: 1
[ 95551][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[ 95551][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[ 95552][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[ 95552][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 12 size: 26
[ 95552][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x01
[ 95553][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 95553][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 95553][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x20
[ 95553][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x46
[ 95554][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x04
[ 95554][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 95554][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 95555][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x42
[ 95555][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x10
[ 95555][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x5F
[ 95556][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x54
[ 95556][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x5A
[ 95556][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x33
[ 95556][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x30
[ 95557][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x30
[ 95557][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x30
[ 95557][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x5F
[ 95558][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x35
[ 95558][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x69
[ 95558][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x69
[ 95559][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x78
[ 95559][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x7A
[ 95559][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x64
[ 95560][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x6F
[ 95560][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x37
[ 95560][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9f79, 0x9f79, 0x0, 0x0
[ 95561][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
[ 95567][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95567][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 95568][I][ZigbeeGateway.cpp:892] zbAttributeReporting(): zbAttributeReporting window covering Current Position Lift Percentage attribute 0
[ 95568][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95569][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 95569][I][ZigbeeGateway.cpp:874] zbAttributeReporting(): zbAttributeReporting window covering tuyaMovingState attribute 1
[ 95570][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95570][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 95571][I][ZigbeeGateway.cpp:880] zbAttributeReporting(): zbAttributeReporting window covering tuyaCalibration attribute 1
[ 95572][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95572][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 95573][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0xf002), attribute data type (0x30)
[ 95573][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95574][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 95574][I][ZigbeeGateway.cpp:886] zbAttributeReporting(): zbAttributeReporting window covering moesCalibrationTime attribute 600
[ 95575][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95575][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 95576][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0x8000), attribute data type (0x30)
[ 95606][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95606][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0xe001)
[ 95607][I][ZigbeeGateway.cpp:897] zbAttributeReporting(): zbAttributeReporting from (0xb71), endpoint (1), cluster (0xe001), attribute id (0xd030), attribute data type (0x30)
[ 95636][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95636][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 95637][I][ZigbeeGateway.cpp:892] zbAttributeReporting(): zbAttributeReporting window covering Current Position Lift Percentage attribute 0
[ 95638][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95638][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 95639][I][ZigbeeGateway.cpp:874] zbAttributeReporting(): zbAttributeReporting window covering tuyaMovingState attribute 1
[ 95639][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95640][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 95640][I][ZigbeeGateway.cpp:880] zbAttributeReporting(): zbAttributeReporting window covering tuyaCalibration attribute 1
[ 95641][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95641][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 95642][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0xf002), attribute data type (0x30)
[ 95643][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95643][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 95644][I][ZigbeeGateway.cpp:886] zbAttributeReporting(): zbAttributeReporting window covering moesCalibrationTime attribute 600
[ 95644][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 95645][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 95646][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0x8000), attribute data type (0x30)
[ 95982][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0xa, command id: 0
[ 95983][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[ 95983][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[ 95984][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[ 95984][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 20 size: 2
[ 95984][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x07
[ 95984][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 95985][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9f79, 0x9f79, 0x0, 0x0
[ 95985][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
[ 96015][I][ZigbeeGateway.cpp:369] zbQueryDeviceBasicCluster(): basic tsn 0x0
[ 96015][I][ZigbeeGateway.cpp:363] zbQueryDeviceBasicCluster(): Query basic cluster attribute 0x5
[ 96041][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0x0, command id: 1
[ 96041][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[ 96041][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[ 96042][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[ 96042][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 2 size: 16
[ 96043][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x02
[ 96043][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 96043][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 96044][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x20
[ 96044][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 96044][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x05
[ 96044][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 96045][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[ 96045][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x42
[ 96045][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x06
[ 96046][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x54
[ 96046][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x53
[ 96046][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x31
[ 96046][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x33
[ 96047][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x30
[ 96047][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x46
[ 96047][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9f79, 0x9f79, 0x0, 0x0
[ 96048][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
[ 96517][I][ZigbeeGateway.cpp:369] zbQueryDeviceBasicCluster(): basic tsn 0x0
[ 96553][V][ZigbeeCore.cpp:415] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
[ 96575][I][ZigbeeCore.cpp:388] esp_zb_app_signal_handler(): Network(0x9d83) is open for 180 seconds
[ 97180][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97181][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x6)
[ 97181][I][ZigbeeGateway.cpp:719] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x5000), attribute data type (0x30), attribute value (0x1)
[ 97182][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97183][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x6)
[ 97183][I][ZigbeeGateway.cpp:719] zbAttributeReporting(): zbAttributeReporting on/off cluster (0x6), attribute id (0x8001), attribute data type (0x30), attribute value (0x0)
[ 97213][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97213][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 97214][I][ZigbeeGateway.cpp:892] zbAttributeReporting(): zbAttributeReporting window covering Current Position Lift Percentage attribute 0
[ 97214][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97215][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 97216][I][ZigbeeGateway.cpp:874] zbAttributeReporting(): zbAttributeReporting window covering tuyaMovingState attribute 1
[ 97216][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97216][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 97217][I][ZigbeeGateway.cpp:880] zbAttributeReporting(): zbAttributeReporting window covering tuyaCalibration attribute 1
[ 97218][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97218][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 97219][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0xf002), attribute data type (0x30)
[ 97219][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97220][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 97221][I][ZigbeeGateway.cpp:886] zbAttributeReporting(): zbAttributeReporting window covering moesCalibrationTime attribute 600
[ 97221][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97221][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x102)
[ 97222][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0x8000), attribute data type (0x30)
[ 97249][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97250][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0xe001)
[ 97251][I][ZigbeeGateway.cpp:897] zbAttributeReporting(): zbAttributeReporting from (0xb71), endpoint (1), cluster (0xe001), attribute id (0xd030), attribute data type (0x30)
[ 97290][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97291][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 97291][I][ZigbeeGateway.cpp:892] zbAttributeReporting(): zbAttributeReporting window covering Current Position Lift Percentage attribute 0
[ 97292][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97292][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 97293][I][ZigbeeGateway.cpp:874] zbAttributeReporting(): zbAttributeReporting window covering tuyaMovingState attribute 1
[ 97294][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97294][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 97295][I][ZigbeeGateway.cpp:880] zbAttributeReporting(): zbAttributeReporting window covering tuyaCalibration attribute 1
[ 97295][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97296][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 97296][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0xf002), attribute data type (0x30)
[ 97297][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97297][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 97298][I][ZigbeeGateway.cpp:886] zbAttributeReporting(): zbAttributeReporting window covering moesCalibrationTime attribute 600
[ 97299][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 97299][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(2) to dst endpoint(1) cluster(0x102)
[ 97300][I][ZigbeeGateway.cpp:896] zbAttributeReporting(): zbAttributeReporting window covering cluster (0x102), attribute id (0x8000), attribute data type (0x30)
[ 98520][E][ZigbeeGateway.cpp:373] zbQueryDeviceBasicCluster(): Error while querying basic cluster attribute 0x5
[ 98520][I][ZigbeeGateway.cpp:1358] sendAttributeWrite(): Sending 'write attribute' command - id (0xffde), type (0x20), size (0x1), value (0x13)
[ 98539][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1001) callback
[ 98540][V][ZigbeeHandlers.cpp:192] zb_cmd_write_attr_resp_handler(): Write attribute response: from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 98540][V][ZigbeeHandlers.cpp:199] zb_cmd_write_attr_resp_handler(): Write attribute response: status(0), cluster(0x0), attribute(0xffff)
[ 98541][I][ZigbeeGateway.cpp:925] zbWriteAttrResponse(): tsn = 3, _write_attr_last_tsn = 3, _write_attr_last_tsn_flag = 2
[ 98542][I][ZigbeeGateway.cpp:939] zbWriteAttrResponse(): zbWriteAttrResponse async, tsn = 3, _set_config_last_tsn_flag = 2
[ 98723][I][ZigbeeGateway.cpp:1358] sendAttributeWrite(): Sending 'write attribute' command - id (0x9), type (0x20), size (0x1), value (0x1)
[ 98740][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0xfcc0, command id: 11
[ 98741][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[ 98741][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 1, is_manuf_specific 0
[ 98742][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[ 98742][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 17 size: 2
[ 98742][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x02
[ 98743][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x84
[ 98743][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9f79, 0x9f79, 0x0, 0x0
[ 98744][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
[100923][E][ZigbeeGateway.cpp:1373] sendAttributeWrite(): Semaphore timeout writing attribute 0x9 - device 0x9f79, endpoint 0x1, cluster 0xfffffcc0
[100923][D][Z2S_Gateway.ino:2033] loop(): Unknown model _TZ3000_5iixzdo7::TS130F, no binding is possible
[100924][V][esp32-hal-rmt.c:305] _rmtWrite(): GPIO: 8 - Request: 24 RMT Symbols - Blocking - Timeout: -1
[100925][V][esp32-hal-rmt.c:306] _rmtWrite(): GPIO: 8 - Currently in Loop Mode: [NO] | Asked to Loop: NO, LoopCancel: NO
[101925][E][AsyncTCP.cpp:1499] begin(): bind error: -8
[103582][I][ZigbeeHandlers.cpp:62] zb_raw_cmd_handler(): cluster id: 0xa, command id: 0
[103582][I][ZigbeeHandlers.cpp:63] zb_raw_cmd_handler(): src endpoint (0x1, dst endpoint 0x1
[103583][I][ZigbeeHandlers.cpp:64] zb_raw_cmd_handler(): is common comand 1, disable_default_response 0, is_manuf_specific 0
[103583][I][ZigbeeHandlers.cpp:65] zb_raw_cmd_handler(): manuf_specific 0x0
[103584][I][ZigbeeHandlers.cpp:67] zb_raw_cmd_handler(): RAW bufid: 5 size: 2
[103584][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x07
[103584][I][ZigbeeHandlers.cpp:69] zb_raw_cmd_handler(): 0x00
[103585][I][ZigbeeHandlers.cpp:74] zb_raw_cmd_handler(): ZigbeeHandlers rawCMD 0x9f79, 0x9f79, 0x0, 0x0
[103585][I][z2s_devices_table.cpp:1469] Z2S_onCustomCmdReceive(): Z2S_onCustomCmdReceive cluster 0xa, command id 0x0, rssi: -59
[103586][I][z2s_devices_table.cpp:103] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:6:23:1:b:71, endpoint 0x1, channel type 0xffffffff
[103586][I][z2s_devices_table.cpp:1474] Z2S_onCustomCmdReceive(): No channel found for address q
#8▒▒
[103587][I][ZigbeeHandlers.cpp:88] zb_raw_cmd_handler(): ----------------------------raw command not processed---------------------------------------------------------------
Send: [53 55 50 4C 41 17 0B 00 00 00 28 00 00 00 10 00 00 00 4C C9 70 68 00 00 00 00 35 27 0E 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 0B 00 00 00 32 00 00 00 10 00 00 00 2E AD 70 68 00 00 00 00 38 4B 01 00 00 00 00 00 53 55 50 4C 41 ]
[107906][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[107906][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x0)
[107907][I][ZigbeeGateway.cpp:897] zbAttributeReporting(): zbAttributeReporting from (0xb71), endpoint (1), cluster (0x0), attribute id (0x1), attribute data type (0x20)
[107908][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[107908][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x0)
[107909][I][ZigbeeGateway.cpp:897] zbAttributeReporting(): zbAttributeReporting from (0xb71), endpoint (1), cluster (0x0), attribute id (0xffe2), attribute data type (0x20)
[107909][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x2000) callback
[107910][V][ZigbeeHandlers.cpp:133] zb_attribute_reporting_handler(): Received report from address(0x9f79) src endpoint(1) to dst endpoint(1) cluster(0x0)
[107910][I][ZigbeeGateway.cpp:897] zbAttributeReporting(): zbAttributeReporting from (0xb71), endpoint (1), cluster (0x0), attribute id (0xffe4), attribute data type (0x20)
[120008][I][Z2S_Gateway.ino:1382] loop(): New UTC time 805537243, new local time 805537243
[120009][I][Z2S_Gateway.ino:1396] loop(): Local Time Cluster UTC time attribute 805537243, local time attribute 805537243
[120010][I][z2s_web_gui.cpp:425] fillMemoryUptimeInformation(): Memory & uptime information <b><i>Flash chip real size:</b></i> 16777216 kB <b>| <i>Free Sketch Space:</b></i> 3407872 kB<br><b><i>Free Heap:</b></i> 76160 kB <b>| <i>Minimal Free Heap:</b></i> 34348 kB <b>| <i>HeapSize:</b></i> 331388 kB <b>| <i>MaxAllocHeap:</b></i> 24564 kB<br><br><b><i>Local time:</i></b> Fri Jul 11 08:20:43 2025
<b><i>Supla uptime:</i></b> 120 s
