Horst2303 Posted November 7, 2024 Posted November 7, 2024 Hi all, in the status response of the system component (Sys.GetStatus) exists at the end the undocumented property reset_reason. The data type is number. Up to now I found possible values: 1, 3, 4, 6, 8. Does anyone know about the meanings of those values? What else values are possible? Does any documentation exist about this property? Perhaps at another place? I already made an extensive Google Search and only found a lot of posted responses of GetStatus... Many thanks in advance Quote Translate Revert translation? English (American) French German Italian Polish Portuguese (European) Spanish
tvbshelly Posted January 15 Posted January 15 If Shelly uses the standard ESP reset_reasons: https://github.com/espressif/esp-idf/blob/v5.4/components/soc/esp32/include/soc/reset_reasons.h RESET_REASON_CHIP_POWER_ON = 0x01 // Power on reset RESET_REASON_CORE_SW = 0x03 // Software resets the digital core RESET_REASON_CORE_SDIO = 0x06 // SDIO module resets the digital core RESET_REASON_CORE_MWDT1 = 0x08 // Main watch dog 1 resets digital core 4 does not exist in the header file. But it could be Legacy watch dog reset: https://docs.espressif.com/projects/arduino-esp32/en/latest/api/reset_reason.html Quote Translate Revert translation? English (American) French German Italian Polish Portuguese (European) Spanish
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.