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

Moderator: vajera

cinas
Posts: 650
Joined: Sun Aug 14, 2022 6:59 am
Location: Kaczory
Has thanked: 3 times
Been thanked: 7 times

Post

vajera wrote: Tue May 27, 2025 8:55 pm
cinas wrote: Tue May 27, 2025 6:37 pm Logi z pracy bramki najpierw 1 faza potem 2 fazy obciążone

Wcześniej nie zwróciłem uwagi na parametr współczynnik mocy na wszystkich fazach jest -32,072 na stałe
Po raz kolejny Twoje logi przyniosły (chyba) rozwiązanie zagadki - wypróbuj 0.8.5.

PS. Widziałeś mój post o czasie odświeżania?
Tak widziałam , dziś będę dalej testował
cinas
Posts: 650
Joined: Sun Aug 14, 2022 6:59 am
Location: Kaczory
Has thanked: 3 times
Been thanked: 7 times

Post

vajera wrote: Tue May 27, 2025 7:03 pm
cinas wrote: Tue May 27, 2025 6:37 pm custom-cmd 4 0xEF00 0 SET 10 00016602000400000005

Code: Select all

- Telnet: 192.168.0.10 connected
[133072][I][Z2S_Gateway.ino:437] Z2S_onTelnetCmd(): cmd: CUSTOM-CMD, param 4, param 0XEF00
[133270][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1005) callback
[133270][I][ZigbeeGateway.cpp:1565] zbCmdDefaultResponse(): zbCustomCmd default response async, tsn 0x0[0x0]
[133271][I][ZigbeeGateway.cpp:1567] zbCmdDefaultResponse(): custom cmd rssi -49
[133293][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[133293][I][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x31f2
[133294][I][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[133294][I][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 10
[133294][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[133295][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0xe4
[133295][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x66
[133296][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x2
[133296][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[133297][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x4
[133297][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
[133297][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x0
[133298][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[133298][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x78
A widzisz! Wysyłasz 05 a echo zwraca 0x78 (120) - może próbuj zwiększać tę wartość co 10 i zobacz kiedy zwróci to co wysłałeś.
Niżej nie przyjmuje

[750328][Z2S_Gateway.ino:437] Z2S_onTelnetCmd(): cmd: CUSTOM-CMD, param 4, param 0XEF00
[750535][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1040) callback
[750536][ZigbeeHandlers.cpp:370] zb_cmd_custom_cluster_req_handler(): Receive custom command: 2 from address 0x2237
[750536][ZigbeeHandlers.cpp:371] zb_cmd_custom_cluster_req_handler(): Frame control 0x0
[750537][ZigbeeHandlers.cpp:372] zb_cmd_custom_cluster_req_handler(): Payload size: 10
[750537][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
[750538][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0x4e
[750538][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x66
[750539][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x2
[750539][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
[750539][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x4
[750540][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
[750540][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x0
[750541][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
[750541][I][ZigbeeHandlers.cpp:374] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x20
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

cinas wrote: Wed May 28, 2025 7:10 am

Code: Select all

zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x20
32 sekundy - to jak na Zigbee całkiem sensowny interwał czasowy.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
cinas
Posts: 650
Joined: Sun Aug 14, 2022 6:59 am
Location: Kaczory
Has thanked: 3 times
Been thanked: 7 times

Post

@vajera uważam że jest sukces :)
Szacun za wkład pracy

Jak ktoś chce mały gabarytowo licznik 3-f dwukierunkowy to jest dla niego
Podsumowanie

Wersja 0.8.5 (2025-05-27)

Wskazania mocy dla + i - są prawidłowe
Odświeżanie ~30s w obu przypadkach
Prąd dla + jest poprawny
Prąd dla - jest poprawny
Napięcie prawidłowe wskazania - sprawdzone w zakresie 170V do 250V
Testy
Pobór na +
2 x żarówka 100W na 2 fazach
Prąd prawidłowy 0.42A
Moc na fazach i sumaryczna prawidłowa 96W faza 1 100W faza 2 suma 196W
Energy pokazuje 12 jest to to samo co energia pobrana po przecinku 0,12 kWh energia pobrana
Power pokazuje prawidło 196
Power Factory nie wiem co to jest 99
Produced energy 10 jest to energia zwrócona po , 0,10 kWh

Zwrot na -
2 x żarówka 100W na 2 fazach
Prąd prawidłowy 0.42A
Moc na fazach i sumaryczna prawidłowa -96W faza 1 -100W faza 2 suma -196W
Power pokazuje prawidłowo -196

Pobór i zwrot energi w jednym czasie
Wyniki poprawne prawidłowo sumuje fazy

Jedynie współczynnik mocy pozostaje stały -032.072 dla każdej fazy i jest niezmienny
Last edited by cinas on Wed May 28, 2025 8:05 am, edited 1 time in total.
skutacz
Posts: 41
Joined: Sun Feb 11, 2018 6:15 am
Been thanked: 1 time

Post

vajera wrote: Tue May 27, 2025 8:53 pm
skutacz wrote: Tue May 27, 2025 11:13 am Witam poprosze o dodanie czujnika smart door sensor AVATTO model ZDS16
ponizej logi
Peer Manufacturer is "_TZ3000_d93wtje5"
Peer Model is "TS0203"
[
+BWNU (0.8.05)

Na temat tego czujnika nie znalazłem żadnych informacji w sieci, wiec przydadzą się logi po sparowaniu.
witam
wszystko działa poniżej logi

Code: Select all

[09:49:16]NLME Status Indication, status: 0x12
[09:49:22]NLME Status Indication, status: 0x12
[09:49:26]Send: [53 55 50 4C 41 17 14 00 00 00 28 00 00 00 10 00 00 00 26 DC 36 68 00 00 00 00 76 23 0F 00 00 00 00 00 ]
[09:49:26]Send: [53 55 50 4C 41 ]
[09:49:27]Recv: [53 55 50 4C 41 17 11 00 00 00 32 00 00 00 10 00 00 00 07 C0 36 68 00 00 00 00 9D F4 0A 00 00 00 00 00 53 55 50 4C 41 ]
[09:49:28]NLME Status Indication, status: 0x12
[09:49:31][ 36274][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:49:31][ 36274][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:31][ 36275][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 4
[09:49:31]Notification: sending - context 0
[09:49:31]Send: [53 55 50 4C 41 17 15 00 00 00 56 04 00 00 45 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:49:31]Send: [53 55 50 4C 41 ]
[09:49:31][ 36279][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:31][ 36280][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:31][ 36281][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 4
[09:49:31]Notification: sending - context 1
[09:49:31]Send: [53 55 50 4C 41 17 16 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:49:31]Send: [53 55 50 4C 41 ]
[09:49:31][ 36284][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:31][ 36285][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 4
[09:49:31]Notification: sending - context 2
[09:49:31]Send: [53 55 50 4C 41 17 17 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:49:31]Send: [53 55 50 4C 41 ]
[09:49:31]Channel(0) value changed to 1
[09:49:31]Send: [53 55 50 4C 41 17 18 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 ]
[09:49:31]Send: [53 55 50 4C 41 ]
[09:49:34]NLME Status Indication, status: 0x12
[09:49:36]Wrote 1 bytes to storage at 20
[09:49:36]Wrote 7 bytes to storage at 8
[09:49:36]Commit
[09:49:39][ 44173][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:49:39][ 44173][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:39][ 44174][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 5
[09:49:39]Notification: sending - context 0
[09:49:39]Send: [53 55 50 4C 41 17 19 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:49:39]Send: [53 55 50 4C 41 ]
[09:49:39][ 44178][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:39][ 44179][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:39][ 44180][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 5
[09:49:39]Notification: sending - context 1
[09:49:39]Send: [53 55 50 4C 41 17 1A 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:49:39]Send: [53 55 50 4C 41 ]
[09:49:39][ 44183][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:39][ 44184][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 5
[09:49:39]Notification: sending - context 2
[09:49:39]Send: [53 55 50 4C 41 17 1B 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:49:39]Send: [53 55 50 4C 41 ]
[09:49:39]Channel(0) value changed to 0
[09:49:39]Send: [53 55 50 4C 41 17 1C 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
[09:49:39]Send: [53 55 50 4C 41 ]
[09:49:41]Wrote 1 bytes to storage at 20
[09:49:41]Wrote 7 bytes to storage at 8
[09:49:41]Commit
[09:49:43][ 47973][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:49:43][ 47973][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:43][ 47974][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 1
[09:49:43]Notification: sending - context 0
[09:49:43]Send: [53 55 50 4C 41 17 1D 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:49:43]Send: [53 55 50 4C 41 ]
[09:49:43][ 47979][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:43][ 47980][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:43][ 47981][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 1
[09:49:43]Notification: sending - context 1
[09:49:43]Send: [53 55 50 4C 41 17 1E 00 00 00 56 04 00 00 45 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:49:43]Send: [53 55 50 4C 41 ]
[09:49:43][ 47985][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:43][ 47987][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 1
[09:49:43]Notification: sending - context 2
[09:49:43]Send: [53 55 50 4C 41 17 1F 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:49:43]Send: [53 55 50 4C 41 ]
[09:49:43]Channel(1) value changed to 1
[09:49:43]Send: [53 55 50 4C 41 17 20 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 01 00 00 00 00 00 00 00 ]
[09:49:43]Send: [53 55 50 4C 41 ]
[09:49:46]Wrote 1 bytes to storage at 21
[09:49:46]Wrote 7 bytes to storage at 8
[09:49:46]Commit
[09:49:48][ 53193][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:49:48][ 53194][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:48][ 53195][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 5
[09:49:48]Notification: sending - context 0
[09:49:48]Send: [53 55 50 4C 41 17 21 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:49:48]Send: [53 55 50 4C 41 ]
[09:49:48][ 53199][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:48][ 53200][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:48][ 53202][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 5
[09:49:48]Notification: sending - context 1
[09:49:48]Send: [53 55 50 4C 41 17 22 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:49:48]Send: [53 55 50 4C 41 ]
[09:49:48][ 53206][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:49:48][ 53207][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 5
[09:49:48]Notification: sending - context 2
[09:49:48]Send: [53 55 50 4C 41 17 23 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:49:48]Send: [53 55 50 4C 41 ]
[09:49:48]Channel(1) value changed to 0
[09:49:48]Send: [53 55 50 4C 41 17 24 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
[09:49:48]Send: [53 55 50 4C 41 ]
[09:49:51]Wrote 1 bytes to storage at 21
[09:49:51]Wrote 7 bytes to storage at 8
[09:49:51]Commit
[09:49:52]Send: [53 55 50 4C 41 17 25 00 00 00 28 00 00 00 10 00 00 00 40 DC 36 68 00 00 00 00 63 FC 0E 00 00 00 00 00 ]
[09:49:52]Send: [53 55 50 4C 41 ]
[09:49:52]Recv: [53 55 50 4C 41 17 12 00 00 00 32 00 00 00 10 00 00 00 21 C0 36 68 00 00 00 00 E0 15 0B 00 00 00 00 00 53 55 50 4C 41 ]
[09:49:55][ 60001][I][Z2S_Gateway.ino:1246] loop(): New UTC time 801740995, new local time 801740995
[09:49:55][ 60002][I][Z2S_Gateway.ino:1260] loop(): Local Time Cluster UTC time attribute 801740995, local time attribute 801740995
[09:50:04]NLME Status Indication, status: 0x12
[09:50:05][ 70012][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 53194, current millis 70012
[09:50:05][ 70013][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 53194, current millis 70013
[09:50:05][ 70073][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:50:05][ 70074][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:05][ 70074][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 1
[09:50:05]Notification: sending - context 0
[09:50:05]Send: [53 55 50 4C 41 17 26 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:50:05]Send: [53 55 50 4C 41 ]
[09:50:05][ 70077][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:05][ 70079][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:05][ 70079][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 1
[09:50:05]Notification: sending - context 1
[09:50:05]Send: [53 55 50 4C 41 17 27 00 00 00 56 04 00 00 45 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:50:05]Send: [53 55 50 4C 41 ]
[09:50:05][ 70082][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:05][ 70083][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 1
[09:50:05]Notification: sending - context 2
[09:50:05]Send: [53 55 50 4C 41 17 28 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:50:05]Send: [53 55 50 4C 41 ]
[09:50:05]Channel(1) value changed to 1
[09:50:05]Send: [53 55 50 4C 41 17 29 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 01 00 00 00 00 00 00 00 ]
[09:50:05]Send: [53 55 50 4C 41 ]
[09:50:06]Wrote 1 bytes to storage at 21
[09:50:06]Wrote 7 bytes to storage at 8
[09:50:06]Commit
[09:50:10]NLME Status Indication, status: 0x12
[09:50:16]NLME Status Indication, status: 0x12
[09:50:17]Send: [53 55 50 4C 41 17 2A 00 00 00 28 00 00 00 10 00 00 00 5A DC 36 68 00 00 00 00 01 4E 04 00 00 00 00 00 ]
[09:50:17]Send: [53 55 50 4C 41 ]
[09:50:18]Recv: [53 55 50 4C 41 17 13 00 00 00 32 00 00 00 10 00 00 00 3B C0 36 68 00 00 00 00 76 50 00 00 00 00 00 00 53 55 50 4C 41 ]
[09:50:23]NLME Status Indication, status: 0x12
[09:50:28][ 93760][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:50:28][ 93761][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:28][ 93761][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 5
[09:50:28]Notification: sending - context 0
[09:50:28]Send: [53 55 50 4C 41 17 2B 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:50:28]Send: [53 55 50 4C 41 ]
[09:50:28][ 93764][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:28][ 93766][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:28][ 93766][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 5
[09:50:28]Notification: sending - context 1
[09:50:28]Send: [53 55 50 4C 41 17 2C 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:50:28]Send: [53 55 50 4C 41 ]
[09:50:28][ 93769][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:28][ 93770][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 5
[09:50:28]Notification: sending - context 2
[09:50:29]Send: [53 55 50 4C 41 17 2D 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:50:29]Send: [53 55 50 4C 41 ]
[09:50:29]NLME Status Indication, status: 0x12
[09:50:29]Channel(1) value changed to 0
[09:50:29]Send: [53 55 50 4C 41 17 2E 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
[09:50:29]Send: [53 55 50 4C 41 ]
[09:50:31]Wrote 1 bytes to storage at 21
[09:50:31]Wrote 7 bytes to storage at 8
[09:50:31]Commit
[09:50:35]NLME Status Indication, status: 0x12
[09:50:43]Send: [53 55 50 4C 41 17 2F 00 00 00 28 00 00 00 10 00 00 00 73 DC 36 68 00 00 00 00 5E CE 08 00 00 00 00 00 ]
[09:50:43]Send: [53 55 50 4C 41 ]
[09:50:43]Recv: [53 55 50 4C 41 17 14 00 00 00 32 00 00 00 10 00 00 00 54 C0 36 68 00 00 00 00 3F C3 04 00 00 00 00 00 53 55 50 4C 41 ]
[09:50:43][108273][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:50:43][108273][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:43][108274][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 4
[09:50:43]Notification: sending - context 0
[09:50:43]Send: [53 55 50 4C 41 17 30 00 00 00 56 04 00 00 45 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:50:43]Send: [53 55 50 4C 41 ]
[09:50:43][108278][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:43][108279][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:43][108280][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 4
[09:50:43]Notification: sending - context 1
[09:50:43]Send: [53 55 50 4C 41 17 31 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:50:43]Send: [53 55 50 4C 41 ]
[09:50:43][108283][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:43][108284][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 4
[09:50:43]Notification: sending - context 2
[09:50:43]Send: [53 55 50 4C 41 17 32 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:50:43]Send: [53 55 50 4C 41 ]
[09:50:43]Channel(0) value changed to 1
[09:50:43]Send: [53 55 50 4C 41 17 33 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 ]
[09:50:43]Send: [53 55 50 4C 41 ]
[09:50:46]Wrote 1 bytes to storage at 20
[09:50:46]Wrote 7 bytes to storage at 8
[09:50:46]Commit
[09:50:52][117038][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:50:52][117039][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:52][117039][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 5
[09:50:52]Notification: sending - context 0
[09:50:52]Send: [53 55 50 4C 41 17 34 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:50:52]Send: [53 55 50 4C 41 ]
[09:50:52][117042][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:52][117044][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:52][117044][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 5
[09:50:52]Notification: sending - context 1
[09:50:52]Send: [53 55 50 4C 41 17 35 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:50:52]Send: [53 55 50 4C 41 ]
[09:50:52][117047][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:50:52][117048][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 5
[09:50:52]Notification: sending - context 2
[09:50:52]Send: [53 55 50 4C 41 17 36 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:50:52]Send: [53 55 50 4C 41 ]
[09:50:52]Channel(0) value changed to 0
[09:50:52]Send: [53 55 50 4C 41 17 37 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
[09:50:52]Send: [53 55 50 4C 41 ]
[09:50:55][120003][I][Z2S_Gateway.ino:1246] loop(): New UTC time 801741055, new local time 801741055
[09:50:55][120004][I][Z2S_Gateway.ino:1260] loop(): Local Time Cluster UTC time attribute 801741055, local time attribute 801741055
[09:50:56]Wrote 1 bytes to storage at 20
[09:50:56]Wrote 7 bytes to storage at 8
[09:50:56]Commit
[09:51:05][130020][I][Z2S_Gateway.ino:1291] loop(): Device on endpoint(0x1), short address(0x69cd), model id(0x2002), cluster id(0x1), rejoined(NO)
[09:51:05][130021][I][Z2S_Gateway.ino:1293] loop(): Gateway version: 0.8.05-27/05/2025
[09:51:05][130022][I][Z2S_Gateway.ino:1296] loop(): Zigbee TX power: 20
[09:51:05][130022][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 117039, current millis 130022
[09:51:05][130023][I][Z2S_Gateway.ino:1291] loop(): Device on endpoint(0x1), short address(0x69cd), model id(0x2002), cluster id(0x500), rejoined(NO)
[09:51:05][130024][I][Z2S_Gateway.ino:1293] loop(): Gateway version: 0.8.05-27/05/2025
[09:51:05][130024][I][Z2S_Gateway.ino:1296] loop(): Zigbee TX power: 20
[09:51:05][130024][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 117039, current millis 130024
[09:51:08]Send: [53 55 50 4C 41 17 38 00 00 00 28 00 00 00 10 00 00 00 8C DC 36 68 00 00 00 00 A9 B4 0B 00 00 00 00 00 ]
[09:51:08]Send: [53 55 50 4C 41 ]
[09:51:08]Recv: [53 55 50 4C 41 17 15 00 00 00 32 00 00 00 10 00 00 00 6D C0 36 68 00 00 00 00 1D B0 07 00 00 00 00 00 53 55 50 4C 41 ]
[09:51:33]Send: [53 55 50 4C 41 17 39 00 00 00 28 00 00 00 10 00 00 00 A5 DC 36 68 00 00 00 00 48 C4 0B 00 00 00 00 00 ]
[09:51:33]Send: [53 55 50 4C 41 ]
[09:51:33]Recv: [53 55 50 4C 41 17 16 00 00 00 32 00 00 00 10 00 00 00 86 C0 36 68 00 00 00 00 98 71 07 00 00 00 00 00 53 55 50 4C 41 ]
[09:51:35]NLME Status Indication, status: 0x12
[09:51:41]NLME Status Indication, status: 0x12
[09:51:47]NLME Status Indication, status: 0x12
[09:51:48][173112][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:51:48][173113][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:51:48][173113][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 4
[09:51:48]Notification: sending - context 0
[09:51:48]Send: [53 55 50 4C 41 17 3A 00 00 00 56 04 00 00 45 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:51:48]Send: [53 55 50 4C 41 ]
[09:51:48][173118][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:51:48][173119][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:51:48][173120][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 4
[09:51:48]Notification: sending - context 1
[09:51:48]Send: [53 55 50 4C 41 17 3B 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:51:48]Send: [53 55 50 4C 41 ]
[09:51:48][173123][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:51:48][173124][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 4
[09:51:48]Notification: sending - context 2
[09:51:48]Send: [53 55 50 4C 41 17 3C 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:51:48]Send: [53 55 50 4C 41 ]
[09:51:48]Channel(0) value changed to 1
[09:51:48]Send: [53 55 50 4C 41 17 3D 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 ]
[09:51:48]Send: [53 55 50 4C 41 ]
[09:51:51]Wrote 1 bytes to storage at 20
[09:51:51]Wrote 7 bytes to storage at 8
[09:51:51]Commit
[09:51:53]NLME Status Indication, status: 0x12
[09:51:55][180006][I][Z2S_Gateway.ino:1246] loop(): New UTC time 801741115, new local time 801741115
[09:51:55][180007][I][Z2S_Gateway.ino:1260] loop(): Local Time Cluster UTC time attribute 801741115, local time attribute 801741115
[09:51:58]Send: [53 55 50 4C 41 17 3E 00 00 00 28 00 00 00 10 00 00 00 BE DC 36 68 00 00 00 00 28 65 0E 00 00 00 00 00 ]
[09:51:58]Send: [53 55 50 4C 41 ]
[09:51:58]Recv: [53 55 50 4C 41 17 17 00 00 00 32 00 00 00 10 00 00 00 9F C0 36 68 00 00 00 00 CC 6E 0A 00 00 00 00 00 53 55 50 4C 41 ]
[09:51:59]NLME Status Indication, status: 0x12
[09:52:01][186463][I][ZigbeeCore.cpp:391] esp_zb_app_signal_handler(): Network(0xc3cb) closed, devices joining not allowed.
[09:52:05]NLME Status Indication, status: 0x12
[09:52:05][190031][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 173113, current millis 190031
[09:52:05][190032][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 173113, current millis 190032
[09:52:23]Send: [53 55 50 4C 41 17 3F 00 00 00 28 00 00 00 10 00 00 00 D7 DC 36 68 00 00 00 00 99 77 0E 00 00 00 00 00 ]
[09:52:23]Send: [53 55 50 4C 41 ]
[09:52:23]Recv: [53 55 50 4C 41 17 18 00 00 00 32 00 00 00 10 00 00 00 B8 C0 36 68 00 00 00 00 22 2C 0A 00 00 00 00 00 53 55 50 4C 41 ]
[09:52:48]Send: [53 55 50 4C 41 17 40 00 00 00 28 00 00 00 10 00 00 00 F0 DC 36 68 00 00 00 00 34 87 0E 00 00 00 00 00 ]
[09:52:48]Send: [53 55 50 4C 41 ]
[09:52:48]Recv: [53 55 50 4C 41 17 19 00 00 00 32 00 00 00 10 00 00 00 D1 C0 36 68 00 00 00 00 AF F1 09 00 00 00 00 00 53 55 50 4C 41 ]
[09:52:55][240009][I][Z2S_Gateway.ino:1246] loop(): New UTC time 801741175, new local time 801741175
[09:52:55][240010][I][Z2S_Gateway.ino:1260] loop(): Local Time Cluster UTC time attribute 801741175, local time attribute 801741175
[09:53:05][250039][I][Z2S_Gateway.ino:1291] loop(): Device on endpoint(0x1), short address(0x69cd), model id(0x2002), cluster id(0x1), rejoined(NO)
[09:53:05][250040][I][Z2S_Gateway.ino:1293] loop(): Gateway version: 0.8.05-27/05/2025
[09:53:05][250041][I][Z2S_Gateway.ino:1296] loop(): Zigbee TX power: 20
[09:53:05][250041][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 173113, current millis 250041
[09:53:05][250042][I][Z2S_Gateway.ino:1291] loop(): Device on endpoint(0x1), short address(0x69cd), model id(0x2002), cluster id(0x500), rejoined(NO)
[09:53:05][250043][I][Z2S_Gateway.ino:1293] loop(): Gateway version: 0.8.05-27/05/2025
[09:53:05][250043][I][Z2S_Gateway.ino:1296] loop(): Zigbee TX power: 20
[09:53:05][250044][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 173113, current millis 250044
[09:53:05][250268][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:53:05][250269][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:05][250270][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 5
[09:53:05]Notification: sending - context 0
[09:53:05]Send: [53 55 50 4C 41 17 41 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:05]Send: [53 55 50 4C 41 ]
[09:53:05][250274][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:05][250275][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:05][250276][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 5
[09:53:05]Notification: sending - context 1
[09:53:05]Send: [53 55 50 4C 41 17 42 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:05]Send: [53 55 50 4C 41 ]
[09:53:05][250279][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:05][250280][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 5
[09:53:05]Notification: sending - context 2
[09:53:05]Send: [53 55 50 4C 41 17 43 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:05]Send: [53 55 50 4C 41 ]
[09:53:05]Channel(0) value changed to 0
[09:53:05]Send: [53 55 50 4C 41 17 44 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
[09:53:05]Send: [53 55 50 4C 41 ]
[09:53:06]Wrote 1 bytes to storage at 20
[09:53:06]Wrote 7 bytes to storage at 8
[09:53:06]Commit
[09:53:13]Send: [53 55 50 4C 41 17 45 00 00 00 28 00 00 00 10 00 00 00 0A DD 36 68 00 00 00 00 C6 9A 01 00 00 00 00 00 ]
[09:53:13]Send: [53 55 50 4C 41 ]
[09:53:13]Recv: [53 55 50 4C 41 17 1A 00 00 00 32 00 00 00 10 00 00 00 EA C0 36 68 00 00 00 00 FD D0 0C 00 00 00 00 00 53 55 50 4C 41 ]
[09:53:14][258799][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:53:14][258800][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:14][258801][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 1
[09:53:14]Notification: sending - context 0
[09:53:14]Send: [53 55 50 4C 41 17 46 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:14]Send: [53 55 50 4C 41 ]
[09:53:14][258805][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:14][258806][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:14][258806][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 1
[09:53:14]Notification: sending - context 1
[09:53:14]Send: [53 55 50 4C 41 17 47 00 00 00 56 04 00 00 45 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:14]Send: [53 55 50 4C 41 ]
[09:53:14][258809][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:14][258810][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 1
[09:53:14]Notification: sending - context 2
[09:53:14]Send: [53 55 50 4C 41 17 48 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:14]Send: [53 55 50 4C 41 ]
[09:53:14]Channel(1) value changed to 1
[09:53:14]Send: [53 55 50 4C 41 17 49 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 01 00 00 00 00 00 00 00 ]
[09:53:14]Send: [53 55 50 4C 41 ]
[09:53:16]Wrote 1 bytes to storage at 21
[09:53:16]Wrote 7 bytes to storage at 8
[09:53:16]Commit
[09:53:20][264886][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:53:20][264886][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:20][264887][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 5
[09:53:20]Notification: sending - context 0
[09:53:20]Send: [53 55 50 4C 41 17 4A 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:20]Send: [53 55 50 4C 41 ]
[09:53:20][264891][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:20][264892][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:20][264893][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 5
[09:53:20]Notification: sending - context 1
[09:53:20]Send: [53 55 50 4C 41 17 4B 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:20]Send: [53 55 50 4C 41 ]
[09:53:20][264896][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:20][264897][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 5
[09:53:20]Notification: sending - context 2
[09:53:20]Send: [53 55 50 4C 41 17 4C 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:20]Send: [53 55 50 4C 41 ]
[09:53:20]Channel(1) value changed to 0
[09:53:20]Send: [53 55 50 4C 41 17 4D 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
[09:53:20]Send: [53 55 50 4C 41 ]
[09:53:21]Wrote 1 bytes to storage at 21
[09:53:21]Wrote 7 bytes to storage at 8
[09:53:21]Commit
[09:53:23][268461][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:53:23][268461][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:23][268462][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 1
[09:53:23]Notification: sending - context 0
[09:53:23]Send: [53 55 50 4C 41 17 4E 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:23]Send: [53 55 50 4C 41 ]
[09:53:23][268466][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:23][268467][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:23][268468][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 1
[09:53:23]Notification: sending - context 1
[09:53:23]Send: [53 55 50 4C 41 17 4F 00 00 00 56 04 00 00 45 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:23]Send: [53 55 50 4C 41 ]
[09:53:23][268471][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:23][268472][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 1
[09:53:23]Notification: sending - context 2
[09:53:23]Send: [53 55 50 4C 41 17 50 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:23]Send: [53 55 50 4C 41 ]
[09:53:23]Channel(1) value changed to 1
[09:53:23]Send: [53 55 50 4C 41 17 51 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 01 00 00 00 00 00 00 00 ]
[09:53:23]Send: [53 55 50 4C 41 ]
[09:53:26]Wrote 1 bytes to storage at 21
[09:53:26]Wrote 7 bytes to storage at 8
[09:53:26]Commit
[09:53:35]NLME Status Indication, status: 0x12
[09:53:36][280978][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:53:36][280978][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:36][280979][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 5
[09:53:36]Notification: sending - context 0
[09:53:36]Send: [53 55 50 4C 41 17 52 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:36]Send: [53 55 50 4C 41 ]
[09:53:36][280983][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:36][280984][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:36][280985][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 5
[09:53:36]Notification: sending - context 1
[09:53:36]Send: [53 55 50 4C 41 17 53 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:36]Send: [53 55 50 4C 41 ]
[09:53:36][280988][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:36][280989][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 5
[09:53:36]Notification: sending - context 2
[09:53:36]Send: [53 55 50 4C 41 17 54 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:36]Send: [53 55 50 4C 41 ]
[09:53:36]Wrote 1 bytes to storage at 21
[09:53:36]Wrote 7 bytes to storage at 8
[09:53:36]Commit
[09:53:36]Channel(1) value changed to 0
[09:53:36]Send: [53 55 50 4C 41 17 55 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
[09:53:36]Send: [53 55 50 4C 41 ]
[09:53:38]Send: [53 55 50 4C 41 17 56 00 00 00 28 00 00 00 10 00 00 00 23 DD 36 68 00 00 00 00 D2 80 04 00 00 00 00 00 ]
[09:53:38]Send: [53 55 50 4C 41 ]
[09:53:38]Recv: [53 55 50 4C 41 17 1B 00 00 00 32 00 00 00 10 00 00 00 04 C1 36 68 00 00 00 00 37 7C 00 00 00 00 00 00 53 55 50 4C 41 ]
[09:53:39][284533][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:53:39][284534][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:39][284534][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 1
[09:53:39]Notification: sending - context 0
[09:53:39]Send: [53 55 50 4C 41 17 57 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:39]Send: [53 55 50 4C 41 ]
[09:53:39][284538][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:39][284539][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:39][284540][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 1
[09:53:39]Notification: sending - context 1
[09:53:39]Send: [53 55 50 4C 41 17 58 00 00 00 56 04 00 00 45 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:39]Send: [53 55 50 4C 41 ]
[09:53:39][284543][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:39][284544][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 1
[09:53:39]Notification: sending - context 2
[09:53:39]Send: [53 55 50 4C 41 17 59 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:39]Send: [53 55 50 4C 41 ]
[09:53:39]Channel(1) value changed to 1
[09:53:39]Send: [53 55 50 4C 41 17 5A 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 01 00 00 00 00 00 00 00 ]
[09:53:39]Send: [53 55 50 4C 41 ]
[09:53:41]NLME Status Indication, status: 0x12
[09:53:41]Wrote 1 bytes to storage at 21
[09:53:41]Wrote 7 bytes to storage at 8
[09:53:41]Commit
[09:53:47]NLME Status Indication, status: 0x12
[09:53:50][295083][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:53:50][295084][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:50][295085][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 5
[09:53:50]Notification: sending - context 0
[09:53:50]Send: [53 55 50 4C 41 17 5B 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:50]Send: [53 55 50 4C 41 ]
[09:53:50][295088][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:50][295090][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:50][295090][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 5
[09:53:50]Notification: sending - context 1
[09:53:50]Send: [53 55 50 4C 41 17 5C 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:50]Send: [53 55 50 4C 41 ]
[09:53:50][295093][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:50][295094][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 5
[09:53:50]Notification: sending - context 2
[09:53:50]Send: [53 55 50 4C 41 17 5D 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:50]Send: [53 55 50 4C 41 ]
[09:53:50]Channel(1) value changed to 0
[09:53:50]Send: [53 55 50 4C 41 17 5E 00 00 00 67 00 00 00 0E 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
[09:53:50]Send: [53 55 50 4C 41 ]
[09:53:51]Wrote 1 bytes to storage at 21
[09:53:51]Wrote 7 bytes to storage at 8
[09:53:51]Commit
[09:53:53]NLME Status Indication, status: 0x12
[09:53:54][299615][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:53:54][299615][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:54][299616][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 4
[09:53:54]Notification: sending - context 0
[09:53:54]Send: [53 55 50 4C 41 17 5F 00 00 00 56 04 00 00 45 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:54]Send: [53 55 50 4C 41 ]
[09:53:54][299620][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:54][299621][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:54][299622][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 4
[09:53:54]Notification: sending - context 1
[09:53:54]Send: [53 55 50 4C 41 17 60 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:53:54]Send: [53 55 50 4C 41 ]
[09:53:54][299625][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:53:54][299626][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 4
[09:53:54]Notification: sending - context 2
[09:53:54]Send: [53 55 50 4C 41 17 61 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:53:54]Send: [53 55 50 4C 41 ]
[09:53:54]Channel(0) value changed to 1
[09:53:54]Send: [53 55 50 4C 41 17 62 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 ]
[09:53:54]Send: [53 55 50 4C 41 ]
[09:53:55][300012][I][Z2S_Gateway.ino:1246] loop(): New UTC time 801741235, new local time 801741235
[09:53:55][300013][I][Z2S_Gateway.ino:1260] loop(): Local Time Cluster UTC time attribute 801741235, local time attribute 801741235
[09:53:56]Wrote 1 bytes to storage at 20
[09:53:56]Wrote 7 bytes to storage at 8
[09:53:56]Commit
[09:53:59]NLME Status Indication, status: 0x12
[09:54:01]Send: [53 55 50 4C 41 17 63 00 00 00 E0 01 00 00 00 00 00 00 ]
[09:54:01]Send: [53 55 50 4C 41 ]
[09:54:01]Recv: [53 55 50 4C 41 17 1C 00 00 00 EA 01 00 00 1A 00 00 00 E9 07 05 1C 04 09 36 02 0E 00 00 00 45 75 72 6F 70 65 2F 57 61 72 73 61 77 00 53 55 50 4C 41 ]
[09:54:01]Clock: current time: 2025-05-28 09:54:01
[09:54:01]Clock: time diff (system-new): -1 s
[09:54:01]Clock: new time: 2025-05-28 09:54:02
[09:54:05]NLME Status Indication, status: 0x12
[09:54:05][310050][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 299615, current millis 310050
[09:54:05][310051][I][Z2S_Gateway.ino:1299] loop(): getZbgDeviceUnitLastSeenMs 299615, current millis 310051
[09:54:07][311955][I][ZigbeeHandlers.cpp:37] zb_action_handler(): Receive Zigbee action(0x1031) callback
[09:54:07][311956][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:54:07][311956][I][z2s_devices_table.cpp:1172] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_ALARM_1_SID channel:0, status: 5
[09:54:07]Notification: sending - context 0
[09:54:07]Send: [53 55 50 4C 41 17 64 00 00 00 56 04 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:54:07]Send: [53 55 50 4C 41 ]
[09:54:07][311959][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:54:07][311961][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:54:07][311961][I][z2s_devices_table.cpp:1189] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_TAMPER_SID channel:1, status: 5
[09:54:07]Notification: sending - context 1
[09:54:07]Send: [53 55 50 4C 41 17 65 00 00 00 56 04 00 00 44 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1A 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 4E 00 ]
[09:54:07]Send: [53 55 50 4C 41 ]
[09:54:07][311964][I][z2s_devices_table.cpp:99] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot a4:c1:38:56:91:20:91:ed, endpoint 0x1, channel type 0x3e8
[09:54:07][311965][I][z2s_devices_table.cpp:1196] Z2S_onIASzoneStatusChangeNotification(): IASZONE - IAS_ZONE_LOW_BATTERY_SID channel:2, status: 5
[09:54:07]Notification: sending - context 2
[09:54:07]Send: [53 55 50 4C 41 17 66 00 00 00 56 04 00 00 45 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1B 00 53 74 61 74 65 20 63 68 61 6E 67 65 64 20 2D 20 6E 6F 77 20 69 73 20 4F 46 46 00 ]
[09:54:07]Send: [53 55 50 4C 41 ]
[09:54:07]Channel(0) value changed to 0
[09:54:07]Send: [53 55 50 4C 41 17 67 00 00 00 67 00 00 00 0E 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
[09:54:07]Send: [53 55 50 4C 41 ]
[09:54:11]Wrote 1 bytes to storage at 20
[09:54:11]Wrote 7 bytes to storage at 8
[09:54:11]Commit
[09:54:26]Send: [53 55 50 4C 41 17 68 00 00 00 28 00 00 00 10 00 00 00 52 DD 36 68 00 00 00 00 A2 41 0F 00 00 00 00 00 ]
[09:54:26]Send: [53 55 50 4C 41 ]
[09:54:26]Recv: [53 55 50 4C 41 17 1D 00 00 00 32 00 00 00 10 00 00 00 33 C1 36 68 00 00 00 00 A2 E2 09 00 00 00 00 00 53 55 50 4C 41 ]
Usługi druku 3d
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

trozwadowski89 wrote: Fri May 23, 2025 8:36 am Witam, poproszę o dodanie: czujnika temperatury i wilgotności https://a.aliexpress.com/_EJ2RQJU
Peer Model is "TS0201"
Peer Manufacturer is "_TZ3000_yujem9ee"

W wersji v0.7.93 czujnik działa - jest widoczny w aplikacji, lecz źle wyświetla się poziom baterii 40%.
Logi ze skanera
Wypróbuj to rozwiązanie:

viewtopic.php?p=206633#p206633
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

cinas wrote: Wed May 28, 2025 7:49 am @vajera uważam że jest sukces :)
Szacun za wkład pracy

Jak ktoś chce mały gabarytowo licznik 3-f dwukierunkowy to jest dla niego
Podsumowanie

Wersja 0.8.5 (2025-05-27)

Wskazania mocy dla + i - są prawidłowe
Odświeżanie ~30s w obu przypadkach
Prąd dla + jest poprawny
Prąd dla - jest poprawny
Napięcie prawidłowe wskazania - sprawdzone w zakresie 170V do 250V
Testy
Pobór na +
2 x żarówka 100W na 2 fazach
Prąd prawidłowy 0.42A
Moc na fazach i sumaryczna prawidłowa 96W faza 1 100W faza 2 suma 196W
Energy pokazuje 12 jest to to samo co energia pobrana po przecinku 0,12 kWh energia pobrana
Power pokazuje prawidło 196
Power Factory nie wiem co to jest 99
Produced energy 10 jest to energia zwrócona po , 0,10 kWh

Zwrot na -
2 x żarówka 100W na 2 fazach
Prąd prawidłowy 0.42A
Moc na fazach i sumaryczna prawidłowa -96W faza 1 -100W faza 2 suma -196W
Power pokazuje prawidłowo -196

Pobór i zwrot energi w jednym czasie
Wyniki poprawne prawidłowo sumuje fazy

Jedynie współczynnik mocy pozostaje stały -032.072 dla każdej fazy i jest niezmienny
Dzięki! Również za Twój wkład, bo tylko to sprawiło, że dałem radę wprowadzić niezbędne poprawki w tak krótkim czasie.
W temacie napięcia - problem był banalny - wystarczyło wartość z licznika...podzielić przed 10 ;)

Power factor - taką wartość zwraca licznik dla każdej fazy oddzielnie i dodatkowo sumarycznie (KPOP) - skoro na każdej fazie masz około 33% a łącznie 99% to wygląda to OK, ale nie znam się na prądzie trójfazowym - może ktoś się wypowie w tym temacie?
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
cinas
Posts: 650
Joined: Sun Aug 14, 2022 6:59 am
Location: Kaczory
Has thanked: 3 times
Been thanked: 7 times

Post

Licznik działa super - na dniach zamontuje go gdzieś produkcyjnie za innym licznikiem aby porównać pomiary
Jak by co to polecam się na przyszłość :)

Nie wiem jak działa konfiguracja w cloud kanału kpop , próbuje podzielić na cloud dane prze 1000 aby uzyskać kWh ale nie liczy
User avatar
vajera
Posts: 7293
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 291 times
Been thanked: 161 times

Post

cinas wrote: Wed May 28, 2025 9:02 am Licznik działa super - na dniach zamontuje go gdzieś produkcyjnie za innym licznikiem aby porównać pomiary
Jak by co to polecam się na przyszłość :)

Nie wiem jak działa konfiguracja w cloud kanału kpop , próbuje podzielić na cloud dane prze 1000 aby uzyskać kWh ale nie liczy
W konfiguracji KPOP masz coś takiego jak mnożnik i dzielnik, więc możesz wpisać dzielnik, ale ja mogę to zrobić bezpośrednio w kodzie - pytanie czy na pewno przez 1000 - moim zdaniem przez 100 (pisałeś, że 12 odpowiada 0,12)?
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
cinas
Posts: 650
Joined: Sun Aug 14, 2022 6:59 am
Location: Kaczory
Has thanked: 3 times
Been thanked: 7 times

Post

vajera wrote: Wed May 28, 2025 9:08 am
cinas wrote: Wed May 28, 2025 9:02 am Licznik działa super - na dniach zamontuje go gdzieś produkcyjnie za innym licznikiem aby porównać pomiary
Jak by co to polecam się na przyszłość :)

Nie wiem jak działa konfiguracja w cloud kanału kpop , próbuje podzielić na cloud dane prze 1000 aby uzyskać kWh ale nie liczy
W konfiguracji KPOP masz coś takiego jak mnożnik i dzielnik, więc możesz wpisać dzielnik, ale ja mogę to zrobić bezpośrednio w kodzie - pytanie czy na pewno przez 1000 - moim zdaniem przez 100 (pisałeś, że 12 odpowiada 0,12)?
Masz rację 100 jedno 0 za dużo :)
Wpisuje w cloud podziel przez 100 ale nie dzieli w apce dalej 10
You do not have the required permissions to view the files attached to this post.

Return to “Bramka ZigBee”