Jakiś czas temu zauważyłem, że po zebraniu logów za pomocą "Putty" i wyłączeniu tego programu (jak rozumiem, następuje odłączenie portu) bramka Z2S pomimo podłączenia cały czas do USB, w tym momencie traci połączenie z siecią.
Za pomocą konsoli z innego programu (żeby nie tracić czasu na ponowne załączenie "Putty") zebrałem logi już rozłączonej bramki.
Bramka postawiona na ESP32-C6-WROOM-1-N8 (Board rev.: 0.7.9-31/03/2025).
Code: Select all
Using 'COM11' as serial port.
Showing logs:
[19:49:08]-----------------------------------------
[19:49:08] Total Size : 352492 B ( 344.2 KB)
[19:49:08] Free Bytes : 307828 B ( 300.6 KB)
[19:49:08] Allocated Bytes : 32912 B ( 32.1 KB)
[19:49:08] Minimum Free Bytes: 302840 B ( 295.7 KB)
[19:49:08] Largest Free Block: 270324 B ( 264.0 KB)
[19:49:08]------------------------------------------
[19:49:08]Flash Info:
[19:49:08]------------------------------------------
[19:49:08] Chip Size : 8388608 B (8 MB)
[19:49:08] Block Size : 65536 B ( 64.0 KB)
[19:49:08] Sector Size : 4096 B ( 4.0 KB)
[19:49:08] Page Size : 256 B ( 0.2 KB)
[19:49:08] Bus Speed : 40 MHz
[19:49:08] Bus Mode : QIO
[19:49:08]------------------------------------------
[19:49:08]Partitions Info:
[19:49:08]------------------------------------------
[19:49:08] nvs : addr: 0x00009000, size: 20.0 KB, type: DATA, subtype: NVS
[19:49:08] otadata : addr: 0x0000E000, size: 8.0 KB, type: DATA, subtype: OTA
[19:49:08] app0 : addr: 0x00010000, size: 3328.0 KB, type: APP, subtype: OTA_0
[19:49:08] app1 : addr: 0x00350000, size: 3328.0 KB, type: APP, subtype: OTA_1
[19:49:08] spiffs : addr: 0x00690000, size: 1384.0 KB, type: DATA, subtype: SPIFFS
[19:49:08] zb_storage : addr: 0x007EA000, size: 16.0 KB, type: DATA, subtype: FAT
[19:49:08] zb_fct : addr: 0x007EE000, size: 4.0 KB, type: DATA, subtype: FAT
[19:49:08] rcp_fw : addr: 0x007EF000, size: 4.0 KB, type: DATA, subtype: SPIFFS
[19:49:08] coredump : addr: 0x007F0000, size: 64.0 KB, type: DATA, subtype: COREDUMP
[19:49:08]------------------------------------------
[19:49:08]Software Info:
[19:49:08]------------------------------------------
[19:49:08] Compile Date/Time : Mar 30 2025 22:22:58
[19:49:08] Compile Host OS : linux
[19:49:08] ESP-IDF Version : v5.3.2-584-g489d7a2b3a-dirty
[19:49:08] Arduino Version : 3.1.3
[19:49:08]------------------------------------------
[19:49:08]Board Info:
[19:49:08]------------------------------------------
[19:49:08] Arduino Board : ESP32C6_DEV
[19:49:08] Arduino Variant : esp32c6
[19:49:08] Arduino FQBN : esp32:esp32:esp32c6:PartitionScheme=zigbee_zczr_8MB,ZigbeeMode=zczr,FlashSize=8M,CDCOnBoot=cdc,DebugLevel=verbose
[19:49:08]============ Before Setup End ============
[19:49:08][ 521][I][Z2S_Gateway.ino:531] setup(): setup start
[19:49:08][ 522][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type GPIO (1) successfully set to 0x42049840
[19:49:08][ 522][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 9 successfully set to type GPIO (1) with bus 0xa
[19:49:08][ 523][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type GPIO (1) successfully set to 0x42049840
[19:49:08][ 523][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 3 successfully set to type GPIO (1) with bus 0x4
[19:49:08][ 623][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type GPIO (1) successfully set to 0x42049840
[19:49:08][ 624][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 14 successfully set to type GPIO (1) with bus 0xf
[19:49:08]Storage initialization
[19:49:08]readStorage: 8; Read: [53 55 50 4C 41 1 0 1 ]
[19:49:08]Storage: Number of sections 1
[19:49:08]Reading section: 0
[19:49:08]readStorage: 7; Read: [3 1B 0 61 94 61 94 ]
[19:49:08]Section type: 3; size: 27
[19:49:08]storedCRC 37985, CRC calc 37985
[19:49:08]LittleFsConfig: file "/supla-dev.cfg" size 728
[19:49:08]LittleFsConfig: initializing storage from file...
[19:49:08]LittleFsConfig: init result success
[19:49:08]LittleFsConfig: writing to file "/supla-dev.cfg"
[19:49:08]LittleFsConfig: writing to file "/supla-dev.cfg.bak"
[19:49:08]Button[0]::setHoldTime: 2000
[19:49:08]Button[0]::setMulticlickTime: 500
[19:49:08]Button[0]::configureAsConfigButton
[19:49:08]Button[0]::setHoldTime: 5000
[19:49:08]Button[0]::setMulticlickTime: 300
[19:49:08][ 821][I][z2s_devices_table.cpp:483] Z2S_loadZBDevicesTable(): Z2S_getZBDevicesTableSize 4352, sizeof(z2s_zb_devices_table) 4352, sizeof(z2s_zb_device_params_t) 136, sizeof(bool)1
[19:49:08][ 850][I][z2s_devices_table.cpp:517] Z2S_loadZBDevicesTable(): Zigbee devices table load success!
[19:49:08][ 851][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 0
[19:49:08]RECORD ID 1
[19:49:08]MANUFACTURER NAME _TZ3000_0hkmcrza
[19:49:08]MODEL NAME TS0203
[19:49:08]IEEE ADDRESS A4:C1:38:B7:7A:DC:80:8
[19:49:08]SHORT ADDRESS 0x1907
[19:49:08]ENDPOINTS COUNT 0x1
[19:49:08]POWER SOURCE 0x0
[19:49:08]MODEL 8192
[19:49:08]LAST RSSI 0
[19:49:08]LAST SEEN (MS) 113961
[19:49:08]KEEP ALIVE (MS) 0
[19:49:08]TIMEOUT (MS) 0
[19:49:08]USER FLAGS 0
[19:49:08]USER DATA 0
[19:49:08]SUPLA CH[0] 0
[19:49:08]SUPLA CH[1] 255
[19:49:08]SUPLA CH[2] 255
[19:49:08]SUPLA CH[3] 255
[19:49:08]SUPLA CH[4] 255
[19:49:08]SUPLA CH[5] 255
[19:49:08]SUPLA CH[6] 255
[19:49:08]SUPLA CH[7] 255
[19:49:08]SUPLA CH[8] 255
[19:49:08]SUPLA CH[9] 255
[19:49:08]SUPLA CH[10] 255
[19:49:08]SUPLA CH[11] 255
[19:49:08]SUPLA CH[12] 255
[19:49:08]SUPLA CH[13] 255
[19:49:08]SUPLA CH[14] 255
[19:49:08]SUPLA CH[15] 255
[19:49:08]
[19:49:08][ 853][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 1
[19:49:08]RECORD ID 1
[19:49:08]MANUFACTURER NAME _TZ3000_k4ej3ww2
[19:49:08]MODEL NAME TS0207
[19:49:08]IEEE ADDRESS A4:C1:38:3F:E9:E5:5E:6D
[19:49:08]SHORT ADDRESS 0x62CB
[19:49:08]ENDPOINTS COUNT 0x1
[19:49:08]POWER SOURCE 0x3
[19:49:08]MODEL 8192
[19:49:08]LAST RSSI 0
[19:49:08]LAST SEEN (MS) 730
[19:49:08]KEEP ALIVE (MS) 0
[19:49:08]TIMEOUT (MS) 0
[19:49:08]USER FLAGS 0
[19:49:08]USER DATA 0
[19:49:08]SUPLA CH[0] 1
[19:49:08]SUPLA CH[1] 255
[19:49:08]SUPLA CH[2] 255
[19:49:08]SUPLA CH[3] 255
[19:49:08]SUPLA CH[4] 255
[19:49:08]SUPLA CH[5] 255
[19:49:08]SUPLA CH[6] 255
[19:49:08]SUPLA CH[7] 255
[19:49:08]SUPLA CH[8] 255
[19:49:08]SUPLA CH[9] 255
[19:49:08]SUPLA CH[10] 255
[19:49:08]SUPLA CH[11] 255
[19:49:08]SUPLA CH[12] 255
[19:49:08]SUPLA CH[13] 255
[19:49:08]SUPLA CH[14] 255
[19:49:08]SUPLA CH[15] 255
[19:49:08]
[19:49:08][ 856][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 2
[19:49:08]RECORD ID 1
[19:49:08]MANUFACTURER NAME _TZ3000_skueekg3
[19:49:08]MODEL NAME TS000F
[19:49:08]IEEE ADDRESS A4:C1:38:7A:1:8C:43:99
[19:49:08]SHORT ADDRESS 0x7539
[19:49:08]ENDPOINTS COUNT 0x1
[19:49:08]POWER SOURCE 0x0
[19:49:08]MODEL 16385
[19:49:08]LAST RSSI 0
[19:49:08]LAST SEEN (MS) 730
[19:49:08]KEEP ALIVE (MS) 0
[19:49:08]TIMEOUT (MS) 0
[19:49:08]USER FLAGS 0
[19:49:08]USER DATA 0
[19:49:08]SUPLA CH[0] 2
[19:49:08]SUPLA CH[1] 255
[19:49:08]SUPLA CH[2] 255
[19:49:08]SUPLA CH[3] 255
[19:49:08]SUPLA CH[4] 255
[19:49:08]SUPLA CH[5] 255
[19:49:08]SUPLA CH[6] 255
[19:49:08]SUPLA CH[7] 255
[19:49:08]SUPLA CH[8] 255
[19:49:08]SUPLA CH[9] 255
[19:49:08]SUPLA CH[10] 255
[19:49:08]SUPLA CH[11] 255
[19:49:08]SUPLA CH[12] 255
[19:49:08]SUPLA CH[13] 255
[19:49:08]SUPLA CH[14] 255
[19:49:08]SUPLA CH[15] 255
[19:49:08]
[19:49:08][ 859][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 3
[19:49:08]RECORD ID 1
[19:49:08]MANUFACTURER NAME _TZ3000_5ajpkyq6
[19:49:08]MODEL NAME TS0004
[19:49:08]IEEE ADDRESS A4:C1:38:42:36:3C:2E:EF
[19:49:08]SHORT ADDRESS 0x2149
[19:49:08]ENDPOINTS COUNT 0x4
[19:49:08]POWER SOURCE 0x1
[19:49:08]MODEL 16385
[19:49:08]LAST RSSI 0
[19:49:08]LAST SEEN (MS) 191105
[19:49:08]KEEP ALIVE (MS) 0
[19:49:08]TIMEOUT (MS) 0
[19:49:08]USER FLAGS 0
[19:49:08]USER DATA 0
[19:49:08]SUPLA CH[0] 3
[19:49:08]SUPLA CH[1] 4
[19:49:08]SUPLA CH[2] 5
[19:49:08]SUPLA CH[3] 6
[19:49:08]SUPLA CH[4] 255
[19:49:08]SUPLA CH[5] 255
[19:49:08]SUPLA CH[6] 255
[19:49:08]SUPLA CH[7] 255
[19:49:08]SUPLA CH[8] 255
[19:49:08]SUPLA CH[9] 255
[19:49:08]SUPLA CH[10] 255
[19:49:08]SUPLA CH[11] 255
[19:49:08]SUPLA CH[12] 255
[19:49:08]SUPLA CH[13] 255
[19:49:08]SUPLA CH[14] 255
[19:49:08]SUPLA CH[15] 255
[19:49:08]
[19:49:08][ 861][I][z2s_devices_table.cpp:168] Z2S_loadDevicesTable(): Z2S_getDevicesTableSize 15360, sizeof(z2s_devices_table) 15360, sizeof(z2s_device_params_t) 120, sizeof(bool)1
[19:49:08][ 891][I][z2s_devices_table.cpp:288] Z2S_loadDevicesTable(): Devices table load success!
[19:49:08][ 891][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 0
[19:49:08]IEEE ADDRESS A4:C1:38:B7:7A:DC:80:8
[19:49:08]SHORT ADDRESS 0x1907
[19:49:08]ENDPOINT 0x1
[19:49:08]CLUSTER 0x500
[19:49:08]MODEL 8192
[19:49:08]SUPLA CHANNEL 0
[19:49:08]SUPLA SECONDARY CHANNEL 255
[19:49:08]SUPLA CHANNEL TYPE 1000
[19:49:08]SUPLA CHANNEL NAME
[19:49:08]SUPLA CHANNEL FUNCTION 0
[19:49:08]SUB ID -1
[19:49:08]USER FLAGS 0
[19:49:08]USER DATA(1) 0
[19:49:08]USER DATA(2) 0
[19:49:08]USER DATA(3) 0
[19:49:08]USER DATA(4) 0
[19:49:08]KEEP ALIVE(S) 0
[19:49:08]TIMEOUT(S) 0
[19:49:08]REFRESH(S) 0
[19:49:08]ZB device id 0
[19:49:08]
[19:49:08][ 893][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 1
[19:49:08]IEEE ADDRESS A4:C1:38:3F:E9:E5:5E:6D
[19:49:08]SHORT ADDRESS 0x62CB
[19:49:08]ENDPOINT 0x1
[19:49:08]CLUSTER 0x500
[19:49:08]MODEL 8192
[19:49:08]SUPLA CHANNEL 1
[19:49:08]SUPLA SECONDARY CHANNEL 255
[19:49:08]SUPLA CHANNEL TYPE 1000
[19:49:08]SUPLA CHANNEL NAME
[19:49:08]SUPLA CHANNEL FUNCTION 0
[19:49:08]SUB ID -1
[19:49:08]USER FLAGS 0
[19:49:08]USER DATA(1) 0
[19:49:08]USER DATA(2) 0
[19:49:08]USER DATA(3) 0
[19:49:08]USER DATA(4) 0
[19:49:08]KEEP ALIVE(S) 0
[19:49:08]TIMEOUT(S) 0
[19:49:08]REFRESH(S) 0
[19:49:08]ZB device id 1
[19:49:08]
[19:49:08][ 895][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 2
[19:49:08]IEEE ADDRESS A4:C1:38:7A:1:8C:43:99
[19:49:08]SHORT ADDRESS 0x7539
[19:49:08]ENDPOINT 0x1
[19:49:08]CLUSTER 0x6
[19:49:08]MODEL 16385
[19:49:08]SUPLA CHANNEL 2
[19:49:08]SUPLA SECONDARY CHANNEL 255
[19:49:08]SUPLA CHANNEL TYPE 2900
[19:49:08]SUPLA CHANNEL NAME POWER SWITCH
[19:49:08]SUPLA CHANNEL FUNCTION 130
[19:49:08]SUB ID -1
[19:49:08]USER FLAGS 0
[19:49:08]USER DATA(1) 0
[19:49:08]USER DATA(2) 0
[19:49:08]USER DATA(3) 0
[19:49:08]USER DATA(4) 0
[19:49:08]KEEP ALIVE(S) 0
[19:49:08]TIMEOUT(S) 0
[19:49:08]REFRESH(S) 0
[19:49:08]ZB device id 2
[19:49:08]
[19:49:08][ 897][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 3
[19:49:08]IEEE ADDRESS A4:C1:38:42:36:3C:2E:EF
[19:49:08]SHORT ADDRESS 0x2149
[19:49:08]ENDPOINT 0x1
[19:49:08]CLUSTER 0x6
[19:49:08]MODEL 16385
[19:49:08]SUPLA CHANNEL 3
[19:49:08]SUPLA SECONDARY CHANNEL 255
[19:49:08]SUPLA CHANNEL TYPE 2900
[19:49:08]SUPLA CHANNEL NAME POWER SWITCH
[19:49:08]SUPLA CHANNEL FUNCTION 130
[19:49:08]SUB ID -1
[19:49:08]USER FLAGS 0
[19:49:08]USER DATA(1) 0
[19:49:08]USER DATA(2) 0
[19:49:08]USER DATA(3) 0
[19:49:08]USER DATA(4) 0
[19:49:08]KEEP ALIVE(S) 0
[19:49:08]TIMEOUT(S) 0
[19:49:08]REFRESH(S) 0
[19:49:08]ZB device id 3
[19:49:08]
[19:49:08][ 899][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 4
[19:49:08]IEEE ADDRESS A4:C1:38:42:36:3C:2E:EF
[19:49:08]SHORT ADDRESS 0x2149
[19:49:08]ENDPOINT 0x2
[19:49:08]CLUSTER 0x6
[19:49:08]MODEL 16385
[19:49:08]SUPLA CHANNEL 4
[19:49:08]SUPLA SECONDARY CHANNEL 255
[19:49:09]SUPLA CHANNEL TYPE 2900
[19:49:09]SUPLA CHANNEL NAME POWER SWITCH
[19:49:09]SUPLA CHANNEL FUNCTION 130
[19:49:09]SUB ID -1
[19:49:09]USER FLAGS 0
[19:49:09]USER DATA(1) 0
[19:49:09]USER DATA(2) 0
[19:49:09]USER DATA(3) 0
[19:49:09]USER DATA(4) 0
[19:49:09]KEEP ALIVE(S) 0
[19:49:09]TIMEOUT(S) 0
[19:49:09]REFRESH(S) 0
[19:49:09]ZB device id 3
[19:49:09]
[19:49:09][ 901][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 5
[19:49:09]IEEE ADDRESS A4:C1:38:42:36:3C:2E:EF
[19:49:09]SHORT ADDRESS 0x2149
[19:49:09]ENDPOINT 0x3
[19:49:09]CLUSTER 0x6
[19:49:09]MODEL 16385
[19:49:09]SUPLA CHANNEL 5
[19:49:09]SUPLA SECONDARY CHANNEL 255
[19:49:09]SUPLA CHANNEL TYPE 2900
[19:49:09]SUPLA CHANNEL NAME POWER SWITCH
[19:49:09]SUPLA CHANNEL FUNCTION 130
[19:49:09]SUB ID -1
[19:49:09]USER FLAGS 0
[19:49:09]USER DATA(1) 0
[19:49:09]USER DATA(2) 0
[19:49:09]USER DATA(3) 0
[19:49:09]USER DATA(4) 0
[19:49:09]KEEP ALIVE(S) 0
[19:49:09]TIMEOUT(S) 0
[19:49:09]REFRESH(S) 0
[19:49:09]ZB device id 3
[19:49:09]
[19:49:09][ 903][I][z2s_telnet_server.cpp:47] log_i_telnet(): ENTRY 6
[19:49:09]IEEE ADDRESS A4:C1:38:42:36:3C:2E:EF
[19:49:09]SHORT ADDRESS 0x2149
[19:49:09]ENDPOINT 0x4
[19:49:09]CLUSTER 0x6
[19:49:09]MODEL 16385
[19:49:09]SUPLA CHANNEL 6
[19:49:09]SUPLA SECONDARY CHANNEL 255
[19:49:09]SUPLA CHANNEL TYPE 2900
[19:49:09]SUPLA CHANNEL NAME POWER SWITCH
[19:49:09]SUPLA CHANNEL FUNCTION 130
[19:49:09]SUB ID -1
[19:49:09]USER FLAGS 0
[19:49:09]USER DATA(1) 0
[19:49:09]USER DATA(2) 0
[19:49:09]USER DATA(3) 0
[19:49:09]USER DATA(4) 0
[19:49:09]KEEP ALIVE(S) 0
[19:49:09]TIMEOUT(S) 0
[19:49:09]REFRESH(S) 0
[19:49:09]ZB device id 3
[19:49:09]
[19:49:09][ 905][I][z2s_devices_table.cpp:564] Z2S_initSuplaChannels(): initSuplaChannels starting
[19:49:09]Channel[2] initial caption set to 'POWER SWITCH'
[19:49:09]Channel[3] initial caption set to 'POWER SWITCH'
[19:49:09]Channel[4] initial caption set to 'POWER SWITCH'
[19:49:09]Channel[5] initial caption set to 'POWER SWITCH'
[19:49:09]Channel[6] initial caption set to 'POWER SWITCH'
[19:49:09][ 906][I][Z2S_Gateway.ino:608] setup(): cmd Remove Z2SDevice [a4:c1:38:b7:7a:dc:80:8] channel # 0, len 53
[19:49:09][ 906][I][Z2S_Gateway.ino:608] setup(): cmd Remove Z2SDevice [a4:c1:38:3f:e9:e5:5e:6d] channel # 1, len 54
[19:49:09][ 907][I][Z2S_Gateway.ino:608] setup(): cmd Remove Z2SDevice [a4:c1:38:7a:1:8c:43:99] channel # 2, len 53
[19:49:09][ 908][I][Z2S_Gateway.ino:608] setup(): cmd Remove Z2SDevice [a4:c1:38:42:36:3c:2e:ef] channel # 3, len 54
[19:49:09][ 908][I][Z2S_Gateway.ino:608] setup(): cmd Remove Z2SDevice [a4:c1:38:42:36:3c:2e:ef] channel # 4, len 54
[19:49:09][ 909][I][Z2S_Gateway.ino:608] setup(): cmd Remove Z2SDevice [a4:c1:38:42:36:3c:2e:ef] channel # 5, len 54
[19:49:09][ 909][I][Z2S_Gateway.ino:608] setup(): cmd Remove Z2SDevice [a4:c1:38:42:36:3c:2e:ef] channel # 6, len 54
[19:49:09][ 910][I][Z2S_Gateway.ino:621] setup(): cmd Update Z2SDevice [a4:c1:38:b7:7a:dc:80:8] channel # 0, len 53
[19:49:09][ 910][I][Z2S_Gateway.ino:621] setup(): cmd Update Z2SDevice [a4:c1:38:3f:e9:e5:5e:6d] channel # 1, len 54
[19:49:09][ 911][I][Z2S_Gateway.ino:621] setup(): cmd Update Z2SDevice [a4:c1:38:7a:1:8c:43:99] channel # 2, len 53
[19:49:09][ 912][I][Z2S_Gateway.ino:621] setup(): cmd Update Z2SDevice [a4:c1:38:42:36:3c:2e:ef] channel # 3, len 54
[19:49:09][ 912][I][Z2S_Gateway.ino:621] setup(): cmd Update Z2SDevice [a4:c1:38:42:36:3c:2e:ef] channel # 4, len 54
[19:49:09][ 913][I][Z2S_Gateway.ino:621] setup(): cmd Update Z2SDevice [a4:c1:38:42:36:3c:2e:ef] channel # 5, len 54
[19:49:09][ 913][I][Z2S_Gateway.ino:621] setup(): cmd Update Z2SDevice [a4:c1:38:42:36:3c:2e:ef] channel # 6, len 54
[19:49:09][ 914][D][ZigbeeCore.cpp:85] addEndpoint(): Endpoint: 1, Device ID: 0x0050
[19:49:09] *** Supla - starting initialization (platform 0)
[19:49:09] *** Supla - Config initalization
[19:49:09]Device mode: 0
[19:49:09]Security level: Supla CA
[19:49:09] *** Supla - Config load for elements
[19:49:09]RemoteDeviceConfig: Registering field 0x00000010
[19:49:09]Clock: automaticTimeSync: 1
[19:49:09]Button[0]::onLoadConfig: skip
[19:49:09]Channel[0] loaded function: 100
[19:49:09]Binary[0] setServerInvertLogic 0
[19:49:09]Binary[0] config serverInvertLogic 0
[19:49:09]Channel[1] loaded function: 1000
[19:49:09]Binary[1] setServerInvertLogic 1
[19:49:09]Binary[1] config serverInvertLogic 1
[19:49:09]Channel[2] loaded function: 140
[19:49:09]Channel[3] function missing. Using SW defaults
[19:49:09]Channel[4] function missing. Using SW defaults
[19:49:09]Channel[5] function missing. Using SW defaults
[19:49:09]Channel[6] function missing. Using SW defaults
[19:49:09] *** Supla - Config load for elements done
[19:49:09] *** Supla - Load state storage
[19:49:09]Validating storage state section with current device configuration
[19:49:09]Storage state section validation successful
[19:49:09]readStorage: 1; Read: [1 ]
[19:49:09]readStorage: 1; Read: [1 ]
[19:49:09]readStorage: 4; Read: [0 0 0 0 ]
[19:49:09]readStorage: 1; Read: [0 ]
[19:49:09]readStorage: 4; Read: [0 0 0 0 ]
[19:49:09]readStorage: 1; Read: [0 ]
[19:49:09]readStorage: 4; Read: [0 0 0 0 ]
[19:49:09]readStorage: 1; Read: [0 ]
[19:49:09]readStorage: 4; Read: [0 0 0 0 ]
[19:49:09]readStorage: 1; Read: [0 ]
[19:49:09]readStorage: 4; Read: [0 0 0 0 ]
[19:49:09]readStorage: 1; Read: [0 ]
[19:49:09] *** Supla - Load state storage done
[19:49:09] *** Supla - Init elements
[19:49:09]Button[0]: Initialized: pin 9, pullUp 1, invertLogic 1, state 1
[19:49:09]Channel(0) value changed to 1
[19:49:09]Channel(1) value changed to 1
[19:49:09]Channel[2] go offline
[19:49:09]Channel[3] go offline
[19:49:09]Channel[4] go offline
[19:49:09]Channel[5] go offline
[19:49:09]Channel[6] go offline
[19:49:09] *** Supla - Init elements done
[19:49:09]GUID: 5E8F89C3450511A4CB75940AAF19EB8C
[19:49:09]Device name: Zigbee to Supla Gateway
[19:49:09]Device software version: SDK 25.03.01-dev
[19:49:09] *** Supla - Initializing network layer
[19:49:09][Wi-Fi] Network AP/hostname: ZIGBEE-TO-SUPLA-GA-404CCA5E08F0
[19:49:09]Using Supla protocol version 23
[19:49:09]Current status: [5] SuplaDevice initialized
[19:49:09]Enter normal mode
[19:49:09] *** Supla - Initialization done
[19:49:09]=========== After Setup Start ============
[19:49:09]INTERNAL Memory Info:
[19:49:09]------------------------------------------
[19:49:09] Total Size : 352492 B ( 344.2 KB)
[19:49:09] Free Bytes : 298952 B ( 291.9 KB)
[19:49:09] Allocated Bytes : 39292 B ( 38.4 KB)
[19:49:09] Minimum Free Bytes: 295664 B ( 288.7 KB)
[19:49:09] Largest Free Block: 270324 B ( 264.0 KB)
[19:49:09]------------------------------------------
[19:49:09]GPIO Info:
[19:49:09]------------------------------------------
[19:49:09] GPIO : BUS_TYPE[bus/unit][chan]
[19:49:09] --------------------------------------
[19:49:09] 3 : GPIO
[19:49:09] 9 : GPIO
[19:49:09] 12 : USB_DM
[19:49:09] 13 : USB_DP
[19:49:09] 14 : GPIO
[19:49:09] 16 : UART_TX[0]
[19:49:09] 17 : UART_RX[0]
[19:49:09]============ After Setup End =============
[19:49:09]WiFi: establishing connection with SSID: "FRITZBOX7490 2,4GHz"
[19:49:09][ 955][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 101 - WIFI_READY
[19:49:09][ 1030][V][STA.cpp:186] _onStaEvent(): STA Started
[19:49:09][ 1030][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 110 - STA_START
[19:49:09][ 1031][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 110 - STA_START
[19:49:11][ 3437][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:11][ 3438][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:11][ 3438][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:11][ 3439][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:11][ 3439][D][STA.cpp:155] _onStaArduinoEvent(): WiFi Reconnect Running
[19:49:11][ 3440][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:11]WiFi Station disconnected
[19:49:11]E (4238) wifi:sta is connecting, return error
[19:49:13][ 5846][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:13][ 5847][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:13][ 5847][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:13][ 5847][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:13][ 5848][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:13][ 5848][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:13]WiFi Station disconnected
[19:49:13]E (6647) wifi:sta is connecting, return error
[19:49:16][ 8254][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:16][ 8255][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:16][ 8256][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:16][ 8256][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:16][ 8256][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:16][ 8257][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:16]WiFi Station disconnected
[19:49:16]E (9055) wifi:sta is connecting, return error
[19:49:18][ 10663][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:18][ 10664][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:18][ 10664][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:18][ 10665][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:18][ 10665][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:18][ 10665][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:18]WiFi Station disconnected
[19:49:18]E (11464) wifi:sta is connecting, return error
[19:49:18]Warning: network is not ready (10 s)
[19:49:21][ 13072][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:21][ 13072][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:21][ 13073][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:21][ 13073][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:21][ 13074][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:21][ 13074][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:21]WiFi Station disconnected
[19:49:21]E (13873) wifi:sta is connecting, return error
[19:49:23][ 15480][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:23][ 15481][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:23][ 15481][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:23][ 15482][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:23][ 15482][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:23][ 15483][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:23]WiFi Station disconnected
[19:49:23]E (16281) wifi:sta is connecting, return error
[19:49:25][ 17889][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:25][ 17890][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:25][ 17890][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:25][ 17891][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:25][ 17891][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:25][ 17891][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:25]WiFi Station disconnected
[19:49:25]E (18690) wifi:sta is connecting, return error
[19:49:28][ 20297][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:28][ 20298][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:28][ 20299][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:28][ 20299][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:28][ 20300][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:28][ 20300][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:28]WiFi Station disconnected
[19:49:28]ecting, return error
[19:49:28]Warning: network is not ready (20 s)
[19:49:29]LAST STATE ADDED: No connection to network (20)
[19:49:29]Current status: [8] No connection to network
[19:49:30][ 22706][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:30][ 22707][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:30][ 22707][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:30][ 22708][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:30][ 22708][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:30][ 22709][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:30]WiFi Station disconnected
[19:49:30]E (23507) wifi:sta is connecting, return error
[19:49:33][ 25115][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:33][ 25116][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:33][ 25116][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:33][ 25117][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:33][ 25117][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:33][ 25117][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:33]WiFi Station disconnected
[19:49:33]E (25916) wifi:sta is connecting, return error
[19:49:35][ 27524][V][STA.cpp:216] _onStaEvent(): STA Disconnected: SSID: FRITZBOX7490 2,4GHz, BSSID: 00:00:00:00:00:00, Reason: 201
[19:49:35][ 27524][V][NetworkEvents.cpp:117] _checkForEvent(): Network Event: 113 - STA_DISCONNECTED
[19:49:35][ 27525][V][STA.cpp:110] _onStaArduinoEvent(): Arduino STA Event: 113 - STA_DISCONNECTED
[19:49:35][ 27525][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 201 - NO_AP_FOUND
[19:49:35][ 27526][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[19:49:35][ 27526][W][STA.cpp:541] disconnect(): STA already disconnected.
[19:49:35]WiFi Station disconnected
[19:49:35]E (28325) wifi:sta is connecting, return error