You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are looking for users that run Nuki Hub 9.08 or higher and have experienced crashes of Nuki Hub due to ESP_RST_PANIC: Software reset due to exception/panic.
If your ESP crashes due to this reason on 9.08 or higher Nuki Hub will create a Coredump crash log on the internal ESP storage.
This log can be downloaded from the "Import/Export configuration" page using the "Export Coredump" button.
If you have experienced crashes please post your coredump.txt file(s) in this issue so we can decode the information and maybe reduce the amount of crashes in the future.
Note that coredump files include no privacy sensitive information, see the example decoded coredump file below
Decoding your own coredump.txt files (NOT REQUIRED)
Requirements
Ubuntu (VM/WSL/Bare-metal)
Follow these steps once to install ESP-IDF on Ubuntu
Steps
Download the coredump.txt file from the "Import/Export configuration" page (http://NUKIHUBIP/get?page=impexpcfg)
Open the file
Find and download the Nuki Hub firmware package by browsing to https://github.com/technyon/nuki_hub/actions/runs/INTEGER_BEFORE_THE_FIRST_DOT_MENTIONED_ON_SECOND_LINE_OF_COREDUMP_FILE and selecting the assets that correspond to your device (mentioned on the first line of coredump file)
Extract the nuki_hub_esp32.elf file from the archive
We are looking for users that run Nuki Hub 9.08 or higher and have experienced crashes of Nuki Hub due to
ESP_RST_PANIC: Software reset due to exception/panic.
If your ESP crashes due to this reason on 9.08 or higher Nuki Hub will create a Coredump crash log on the internal ESP storage.
This log can be downloaded from the "Import/Export configuration" page using the "Export Coredump" button.
If you have experienced crashes please post your coredump.txt file(s) in this issue so we can decode the information and maybe reduce the amount of crashes in the future.
Note that coredump files include no privacy sensitive information, see the example decoded coredump file below
Decoding your own coredump.txt files (NOT REQUIRED)
Requirements
Steps
http://NUKIHUBIP/get?page=impexpcfg
)https://github.com/technyon/nuki_hub/actions/runs/INTEGER_BEFORE_THE_FIRST_DOT_MENTIONED_ON_SECOND_LINE_OF_COREDUMP_FILE
and selecting the assets that correspond to your device (mentioned on the first line of coredump file)esp-coredump info_corefile -c coredump.txt -t b64 -rom-elf nuki_hub_esp32.elf
Example decoded coredump
The text was updated successfully, but these errors were encountered: