Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KCS A128 mqtt disconneting after inputs action
#1
I have a problem that I can't solve. This is already my second board because I have a well-functioning A64 version, and now I'm trying to use the A128 version.
I'll start by saying that enabling MQTT (protocol->general->mqtt) is only possible for me on version v1.0.27. In firmware versions > v2 with IFTTT, it doesn't work—when I enable MQTT, the controller freezes, I can't access the web panel, and only a factory reset helps.
Only in version v1.0.27 does the controller not freeze after enabling MQTT. But here, I have another issue. When MQTT is enabled and I set any input to perform an action, after executing the action, the controller temporarily loses connection with the MQTT broker and then reconnects after a few seconds—I can't smoothly control the lights.
As I mentioned, I also have the A64 version, which runs on the same broker with firmware version 2.2.2, and everything works fine there. I have no more ideas on what could be wrong. I've checked the broker configuration, tried different settings, and nothing helps. I've also connected to external brokers, and the issue persists. I have flashed all your firmware versions onto the controller, and I can't get MQTT to work on any of them except for v1.0.27.


mqtt logs after input action (disconnectings)
[Image: Bez-tytu-czxcxzcu.png]

[Image: veiosn.png]
[Image: mqttt.png]

[Image: status.png]
[Image: status-errur.png]
Reply
#2
i think you can use our new KCS v2 version, here is download link: https://www.kincony.com/forum/showthread.php?tid=7283
Reply
#3
As I wrote, any other software crashes the controller after enabling MQTT – the controller is visible on the network, but the web panel does not work. Only a factory reset helps. I have install all your available software versions, and the same issue occurs on each of them. Only on version v1.0.27 does enabling MQTT not crash the controller - but in this version, MQTT disconnects when performing an input action.
Reply
#4
we will test it, then feedback to you.
Reply
#5
on versions: 

2.2.10
2.2.2
2.2.6
2.2.8

Every time I try to enable the MQTT option, the controller resets and never comes back online. It becomes invisible on the network, and only a factory reset helps.


[Image: cxzczx.png]
Reply
#6
I connected to Kincony via USB port and am checking the logs through PuTTY. After uploading firmware version 2.2.10 or newer and enabling MQTT, errors start to appear constantly. Below is a snippet of the logs:

edit: I tried changing the power supply. It doesn't matter whether I try with 12V or 24V (around 3A), the problem is the same.

Code:
Rebooting...
ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:6656
load:0x40078000,len:15052
load:0x40080400,len:3836
entry 0x4008069c
I (27) boot: ESP-IDF v4.4.7-dirty 2nd stage bootloader
I (27) boot: compile time 12:46:57
I (27) boot: Multicore bootloader
I (31) boot: chip revision: v3.1
I (35) boot.esp32: SPI Speed      : 40MHz
I (39) boot.esp32: SPI Mode       : DIO
I (44) boot.esp32: SPI Flash Size : 4MB
I (49) boot: Enabling RNG early entropy source...
I (54) boot: Partition Table:
I (57) boot: ## Label            Usage          Type ST Offset   Length
I (65) boot:  0 nvs              WiFi data        01 02 00009000 00026000
I (72) boot:  1 phy_init         RF data          01 01 0003f000 00001000
I (80) boot:  2 factory          factory app      00 00 00040000 003b0000
I (87) boot: End of partition table
I (91) esp_image: segment 0: paddr=00040020 vaddr=3f400020 size=100a38h (1051192) map
I (480) esp_image: segment 1: paddr=00140a60 vaddr=3ffb0000 size=0337ch ( 13180) load
I (486) esp_image: segment 2: paddr=00143de4 vaddr=40080000 size=0c234h ( 49716) load
I (507) esp_image: segment 3: paddr=00150020 vaddr=400d0020 size=a4de8h (675304) map
I (751) esp_image: segment 4: paddr=001f4e10 vaddr=4008c234 size=034b0h ( 13488) load
I (765) boot: Loaded app from partition at offset 0x40000
I (765) boot: Disabling RNG early entropy source...
I (777) cpu_start: Multicore app
I (777) cpu_start: Pro cpu up.
I (777) cpu_start: Starting app cpu, entry point is 0x40081248
I (768) cpu_start: App cpu up.
I (797) cpu_start: Pro cpu start user code
I (797) cpu_start: cpu freq: 240000000
I (797) cpu_start: Application information:
I (801) cpu_start: Project name:     kc868-a-serial
I (807) cpu_start: App version:      v2.2.9-1-gab60adf
I (813) cpu_start: Compile time:     Dec 21 2024 15:42:31
I (819) cpu_start: ELF file SHA256:  ba41aed05f772e67...
I (825) cpu_start: ESP-IDF:          v4.4.7-dirty
I (830) cpu_start: Min chip rev:     v0.0
I (835) cpu_start: Max chip rev:     v3.99
I (840) cpu_start: Chip rev:         v3.1
I (845) heap_init: Initializing. RAM available for dynamic allocation:
I (852) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (858) heap_init: At 3FFD1DD0 len 0000E230 (56 KiB): DRAM
I (864) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (870) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (877) heap_init: At 4008F6E4 len 0001091C (66 KiB): IRAM
I (884) spi_flash: detected chip: generic
I (888) spi_flash: flash io: dio
I (893) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (907) main: [APP] Startup..
I (910) main: [APP] Free memory: 171588 bytes
I (915) main: [APP] IDF version: v4.4.7-dirty
I (1313) NVS: init nvs finish.
I (1327) system_api: Base MAC address is not set
I (1327) system_api: read default base MAC address from EFUSE
I (1348) esp_eth.netif.netif_glue: d4:d4:da:e1:1f:ef
I (1348) esp_eth.netif.netif_glue: ethernet attached to netif
I (2849) eth: Ethernet Started
I (2850) eth: Ethernet init
I (2850) wifi station: ESP_WIFI_INIT
I (2851) eth: Ethernet Link Up
I (2854) eth: Ethernet HW Addr d4:d4:da:e1:1f:ef
I (2861) wifi:wifi driver task: 3ffdf3dc, prio:23, stack:6656, core=0
I (2876) wifi:wifi firmware version: 1fd20f4
I (2876) wifi:wifi certification version: v7.0
I (2876) wifi:config NVS flash: enabled
I (2877) wifi:config nano formating: disabled
I (2881) wifi:Init data frame dynamic rx buffer num: 32
I (2886) wifi:Init static rx mgmt buffer num: 5
I (2890) wifi:Init management short buffer num: 32
I (2895) wifi:Init dynamic tx buffer num: 32
I (2899) wifi:Init static rx buffer size: 1600
I (2903) wifi:Init static rx buffer num: 10
I (2907) wifi:Init dynamic rx buffer num: 32
I (2912) wifi_init: rx ba win: 6
I (2915) wifi_init: tcpip mbox: 32
I (2919) wifi_init: udp mbox: 6
I (2922) wifi_init: tcp mbox: 6
I (2926) wifi_init: tcp tx win: 5744
I (2931) wifi_init: tcp rx win: 5744
I (2935) wifi_init: tcp mss: 1440
I (2945) phy_init: phy_version 4791,2c4672b,Dec 20 2023,16:06:06
I (3019) wifi:mode : softAP (d4:d4:da:e1:1f:ed)
I (3021) wifi:Total power save buffer number: 16
I (3021) wifi:Init max length of beacon: 752/752
I (3022) wifi:Init max length of beacon: 752/752
I (3027) web_server: Starting HTTP Server on port: '80'
I (3035) gpio: GPIO[0]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (3042) ntp: tz:UTC+0
I (3043) mqtt: url ==> mqtt://192.168.8.11
I (3051) mqtt: Other event id:7
I (3052) UDP SERVER: Socket created
E (3055) esp-tls: [sock=52] connect() error: Host is unreachable
I (3058) UDP SERVER: Socket bound, port 4001
E (3065) TRANSPORT_BASE: Failed to open a new connection: 32772
E (3075) MQTT_CLIENT: Error transport connect
I (3081) mqtt: MQTT_EVENT_ERROR
E (3084) mqtt: Last error reported from esp-tls: 0x8004
I (3090) mqtt: Last errno string (Success)
I (3095) mqtt: MQTT_EVENT_DISCONNECTED
I (3102) pcf857x: pcf857x init.
eFuse Two Point: NOT supported
eFuse Vref: Supported
I (3108) analog: ---->adc1 thresholdd : 0
I (3113) analog: ---->adc2 thresholdd : 0
I (3117) analog: ---->adc3 thresholdd : 0
I (3122) analog: ---->adc4 thresholdd : 0
I (3131) analog: adc 0 monitor items : 0
I (3131) analog: adc 1 monitor items : 0
I (3136) analog: adc 2 monitor items : 0
I (3141) analog: adc 3 monitor items : 0
Guru Meditation Error: Core  0 panic'ed (StoreProhibited). Exception was unhandled.

Core  0 register dump:
PC      : 0x4008d8be  PS      : 0x00060f33  A0      : 0x8008e0ab  A1      : 0x3fff2e20
A2      : 0x3ffe4364  A3      : 0x00001405  A4      : 0x00000000  A5      : 0x3ffb0b00
A6      : 0x3ffb11b4  A7      : 0x00000001  A8      : 0x3fff3104  A9      : 0x00000000
A10     : 0xaf217188  A11     : 0x6f222c7c  A12     : 0x3fff310c  A13     : 0xfffffffc
A14     : 0x3fff4508  A15     : 0x3ffe43b8  SAR     : 0x0000001c  EXCCAUSE: 0x0000001d
EXCVADDR: 0xaf217188  LBEG    : 0x4000c46c  LEND    : 0x4000c477  LCOUNT  : 0x00000000


Backtrace: 0x4008d8bb:0x3fff2e20 0x4008e0a8:0x3fff2e40 0x40081f45:0x3fff2e60 0x4008e459:0x3fff2e80 0x400dfd8d:0x3fff2ea0 0x400dfdc3:0x3fff2f00 0x400e084c:0x3fff2f20




ELF file SHA256: ba41aed05f772e67

Rebooting...
Reply
#7
logs on version 2.2.8: 

Code:
I (87) boot: End of partition table
I (91) esp_image: segment 0: paddr=00040020 vaddr=3f400020 size=100a38h (1051192) map
I (480) esp_image: segment 1: paddr=00140a60 vaddr=3ffb0000 size=0337ch ( 13180) load
I (486) esp_image: segment 2: paddr=00143de4 vaddr=40080000 size=0c234h ( 49716) load
I (507) esp_image: segment 3: paddr=00150020 vaddr=400d0020 size=a4dd4h (675284) map
I (751) esp_image: segment 4: paddr=001f4dfc vaddr=4008c234 size=034b0h ( 13488) load
I (765) boot: Loaded app from partition at offset 0x40000
I (765) boot: Disabling RNG early entropy source...
I (777) cpu_start: Multicore app
I (777) cpu_start: Pro cpu up.
I (777) cpu_start: Starting app cpu, entry point is 0x40081248
I (768) cpu_start: App cpu up.
I (797) cpu_start: Pro cpu start user code
I (797) cpu_start: cpu freq: 240000000
I (797) cpu_start: Application information:
I (801) cpu_start: Project name:     kc868-a-serial
I (807) cpu_start: App version:      9165107-dirty
I (813) cpu_start: Compile time:     Dec 13 2024 11:48:48
I (819) cpu_start: ELF file SHA256:  4cf22a9d277511fb...
I (825) cpu_start: ESP-IDF:          v4.4.7-dirty
I (830) cpu_start: Min chip rev:     v0.0
I (835) cpu_start: Max chip rev:     v3.99
I (840) cpu_start: Chip rev:         v3.1
I (844) heap_init: Initializing. RAM available for dynamic allocation:
I (852) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (857) heap_init: At 3FFD1DD0 len 0000E230 (56 KiB): DRAM
I (864) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (870) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (876) heap_init: At 4008F6E4 len 0001091C (66 KiB): IRAM
I (884) spi_flash: detected chip: generic
I (887) spi_flash: flash io: dio
I (892) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (907) main: [APP] Startup..
I (910) main: [APP] Free memory: 171588 bytes
I (915) main: [APP] IDF version: v4.4.7-dirty
I (1312) NVS: init nvs finish.
I (1316) system_api: Base MAC address is not set
I (1316) system_api: read default base MAC address from EFUSE
I (1338) esp_eth.netif.netif_glue: d4:d4:da:e1:1f:ef
I (1339) esp_eth.netif.netif_glue: ethernet attached to netif
I (2839) eth: Ethernet Started
I (2840) eth: Ethernet init
I (2840) web_server: Starting HTTP Server on port: '80'
I (2841) eth: Ethernet Link Up
I (2845) eth: Ethernet HW Addr d4:d4:da:e1:1f:ef
I (2853) gpio: GPIO[0]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 1| Intr:0
I (2861) ntp: tz:UTC+0
I (2861) mqtt: url ==> mqtt://192.168.8.11
I (2870) mqtt: Other event id:7
I (2870) UDP SERVER: Socket created
E (2874) esp-tls: [sock=52] connect() error: Host is unreachable
I (2877) UDP SERVER: Socket bound, port 4001
E (2883) TRANSPORT_BASE: Failed to open a new connection: 32772
E (2894) MQTT_CLIENT: Error transport connect
I (2899) mqtt: MQTT_EVENT_ERROR
E (2903) mqtt: Last error reported from esp-tls: 0x8004
I (2909) mqtt: Last errno string (Success)
I (2914) mqtt: MQTT_EVENT_DISCONNECTED
I (2918) pcf857x: pcf857x init.
eFuse Two Point: NOT supported
eFuse Vref: Supported
I (2931) analog: ---->adc1 thresholdd : 0
I (2931) analog: ---->adc2 thresholdd : 0
I (2936) analog: ---->adc3 thresholdd : 0
I (2941) analog: ---->adc4 thresholdd : 0
I (2945) analog: adc 0 monitor items : 0
I (2950) analog: adc 1 monitor items : 0
I (2955) analog: adc 2 monitor items : 0
I (2959) analog: adc 3 monitor items : 0

assert failed: block_trim_free heap_tlsf.c:371 (block_is_free(block) && "block must be free")


Backtrace: 0x40081c32:0x3ffd4060 0x40089585:0x3ffd4080 0x4008e429:0x3ffd40a0 0x4008da5a:0x3ffd41c0 0x4008e0fd:0x3ffd41e0 0x40081e9a:0x3ffd4200 0x40081ead:0x3ffd4230 0x4008aa90:0x3ffd4250 0x400e1e42:0x3ffd4290 0x400e1f93:0x3ffd42c0 0x400d838e:0x3ffd4310 0x40172f23:0x3ffd4330




ELF file SHA256: 4cf22a9d277511fb

Rebooting...
ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:6656
load:0x40078000,len:15052
load:0x40080400,len:3836
entry 0x4008069c
I (27) boot: ESP-IDF v4.4.7-dirty 2nd stage bootloader
I (27) boot: compile time 12:46:57
I (27) boot: Multicore bootloader
I (31) boot: chip revision: v3.1
I (35) boot.esp32: SPI Speed      : 40MHz
I (39) boot.esp32: SPI Mode       : DIO
I (44) boot.esp32: SPI Flash Size : 4MB
I (49) boot: Enabling RNG early entropy source...
I (54) boot: Partition Table:
I (57) boot: ## Label            Usage          Type ST Offset   Length
I (65) boot:  0 nvs              WiFi data        01 02 00009000 00026000
I (72) boot:  1 phy_init         RF data          01 01 0003f000 00001000
I (80) boot:  2 factory          factory app      00 00 00040000 003b0000
I (87) boot: End of partition table
Reply
#8
and here logs from version 1.0.27.  As I sed, in this version, the controller doesn't freeze when the MQTT option is enabled – the web panel works. But when I trigger the input action assigned to the output, the controller freezes for a few seconds. In the logs, you can see it performing the input action, and then a connection error with MQTT appears.

Code:
I (12822) mqtt: MQTT_EVENT_CONNECTED
I (12824) mqtt: subscribe KC868_A128/D4D4DAE11FEC/SET .
I (12899) mqtt: MQTT_EVENT_SUBSCRIBED, msg_id=31481
I (15768) web socket: Handshake done, the new connection was opened
I (28105) input: ===>input 1  1
I (28186) input: key 2 type 1.

I (28204) NVS: save board state success.
I (28206) input: ===>input 1  0
I (29497) input: ===>input 1  1
I (29578) input: key 2 type 1.

I (29606) NVS: save board state success.
I (29663) input: ===>input 1  0


Backtrace: 0x40084D55:0x3FFB0B90 0x40082B45:0x3FFB0BB0 0x4000BFED:0x3FFCBBC0 0x4008BF5E:0x3FFCBBD0 0x400897FD:0x3FFCBBF0 0x400FCF56:0x3FFCBC30 0x400F3939:0x3FFCBC60 0x400F3965:0x3FFCBC80 0x400FD3C0:0x3FFCBCA0 0x401641C5:0x3FFCBCC0 0x400ED6B2:0x3FFCBCE0 0x400ECC21:0x3FFCBD00 0x400EDD32:0x3FFCBD20



Backtrace: 0x40084D55:0x3FFB1190 0x40082B45:0x3FFB11B0 0x4000BFED:0x3FFCBCD0 0x4008BF5E:0x3FFCBCE0 0x4008B6A6:0x3FFCBD00 0x4

BaE:0x3ce:BD24
8
0xacktrac0  0x00884D5:0x33FB0B1900xx400B2B4:0x33FC211B 0x4400BF579:033FC280B  0x008DFAD::x33FC280D00

0F1902:0x3FFC2C90 0x4008524D:0x3FFC2CB0 0x40132624:0x3FFC2CE0 0x4012026D:0x3FFC2D00 0x400D7515:0x3FFC2D20



Backtra
       e
        Bax40084e: 0x43F84D19: 03F008B90 0x43F82B1B:0xx40B0B52 :x4008E14B: 03F00D5D0F:0x00FE1ED: 03F00E617 0x4316714D: 0xFFCDE30
0
3FFE14F0 0x400DE5E3:0x3FFE1530



Backtrace: 0x40084D55:0x3FFB0B90 0x40082B45:0x3FFB0BB0 0x4008B179:0x3FFD80B0 0x400DFA36:0x3FFD80D0

Guru Meditation Error: Core  1 panic'ed (LoadStoreAlignment). Exception was unhandled.

Core  1 register dump:
PC      : 0x4008be15  PS      : 0x00060033  A0      : 0x80089d6b  A1      : 0x3ffe1130
A2      : 0x6c616686  A3      : 0xffffffff  A4      : 0x00060420  A5      : 0x00060423
A6      : 0x0000000a  A7      : 0x18000000  A8      : 0x0000abab  A9      : 0x0000abab
A10     : 0x00060020  A11     : 0x0000cdcd  A12     : 0xb33fffff  A13     : 0x00060023
A14     : 0x00ff0000  A15     : 0xff000000  SAR     : 0x0000000c  EXCCAUSE: 0x00000009
EXCVADDR: 0x6c616686  LBEG    : 0x400f3265  LEND    : 0x400f326f  LCOUNT  : 0x00000000


Backtrace: 0x4008be12:0x3ffe1130 0x40089d68:0x3ffe1150 0x400fcd8e:0x3ffe1190 0x400f1bac:0x3ffe11b0 0x400f1fa1:0x3ffe11d0 0x400f3283:0x3ffe1200 0x400d579a:0x3ffe12a0 0x40103daf:0x3ffe1310 0x4016492f:0x3ffe1360 0x40103ad9:0x3ffe1380 0x401648ff:0x3ffe13b0 0x400e0d27:0x3ffe13d0 0x400e0d7e:0x3ffe13f0 0x400e25cd:0x3ffe1410 0x400ddd8a:0x3ffe1450 0x400dde59:0x3ffe1470 0x400dde7b:0x3ffe14d0 0x400de269:0x3ffe14f0 0x400de5e3:0x3ffe1530




ELF file SHA256: b690ef5ed23b941c

Rebooting...
ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:6612
load:0x40078000,len:15060
load:0x40080400,len:3816
entry 0x40080698

It can also throw other errors after subsequent input actions:

Code:
I (91325) NVS: save board state success.
I (91351) input: ===>input 1  0
Guru Meditation Error: Core  0 panic'ed (LoadProhibited). Exception was unhandled.

Core  0 register dump:
PC      : 0x400832ba  PS      : 0x00060032  A0      : 0x800834b1  A1      : 0x3ffb0b30
A2      : 0x00000001  A3      : 0x3ffb1328  A4      : 0x22323974  A5      : 0x0000000e
A6      : 0x00003800  A7      : 0x3ffc4580  A8      : 0x00000008  A9      : 0x00000004
A10     : 0x00000003  A11     : 0x00060023  A12     : 0x3ffb0b78  A13     : 0x3ffc4550
A14     : 0x00000008  A15     : 0x00060723  SAR     : 0x0000001f  EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000008  LBEG    : 0x00000000  LEND    : 0x00000000  LCOUNT  : 0x00000000


Backtrace: 0x400832b7:0x3ffb0b30 0x400834ae:0x3ffb0b70 0x40082be5:0x3ffb0bb0 0x40163a4f:0x3ffc45b0 0x400d469d:0x3ffc45d0 0x4008a11c:0x3ffc45f0




ELF file SHA256: b690ef5ed23b941c

Rebooting...
ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:6612
load:0x40078000,len:15060
load:0x40080400,len:3816
entry 0x40080698

or:
Code:
I (91325) NVS: save board state success.
I (91351) input: ===>input 1  0
Guru Meditation Error: Core  0 panic'ed (LoadProhibited). Exception was unhandled.

Core  0 register dump:
PC      : 0x400832ba  PS      : 0x00060032  A0      : 0x800834b1  A1      : 0x3ffb0b30
A2      : 0x00000001  A3      : 0x3ffb1328  A4      : 0x22323974  A5      : 0x0000000e
A6      : 0x00003800  A7      : 0x3ffc4580  A8      : 0x00000008  A9      : 0x00000004
A10     : 0x00000003  A11     : 0x00060023  A12     : 0x3ffb0b78  A13     : 0x3ffc4550
A14     : 0x00000008  A15     : 0x00060723  SAR     : 0x0000001f  EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000008  LBEG    : 0x00000000  LEND    : 0x00000000  LCOUNT  : 0x00000000


Backtrace: 0x400832b7:0x3ffb0b30 0x400834ae:0x3ffb0b70 0x40082be5:0x3ffb0bb0 0x40163a4f:0x3ffc45b0 0x400d469d:0x3ffc45d0 0x4008a11c:0x3ffc45f0




ELF file SHA256: b690ef5ed23b941c

Rebooting...
ets Jul 29 2019 12:21:46

rst:0xc (SW_CPU_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:6612
load:0x40078000,len:15060
load:0x40080400,len:3816
entry 0x40080698

My network is very simple, all devices are connected to the same switch, there is no routing, no port blocking. Besides this board, I also have an A64 version, which is plugged into the same switch and works correctly with any software, connecting to the MQTT broker on the same address. I also changed the Ethernet cable to a different one, but it makes no difference.

My network is very simple, all devices are connected to the same switch, there is no routing, no port blocking. Besides this board, I also have an A64 version, which is plugged into the same switch and works correctly with any software, connecting to the MQTT broker on the same address. I also changed the Ethernet cable to a different one, but it makes no difference.
Reply
#9
fixed mqtt bug, here is new firmware released, you can use this new version:
https://www.kincony.com/forum/showthread.php?tid=7740
Reply


Forum Jump:


Users browsing this thread: