technyon / nuki_hub

Use an ESP32 as a Hub between a NUKI Lock and your smarthome.
MIT License
508 stars 39 forks source link

Core Panic - (LoadProhibited) #82

Closed tca22 closed 1 year ago

tca22 commented 1 year ago

I'm using NukiHub 6.11 (ESP32 MiniKit V2.0) there seems to be an unhandled Execption, causing a kernel-panic and subsequent reboot-loop:

[log attached]

not sure what triggers the core-panic, sometimes it's as soon as the web-ui is accessed, sometimes the reply by NukiOpener causes it;

another thing: the log shows, that the opener is paired, but it doesn't show on the WebUI;

Any ideas? NukiHub-log.txt

technyon commented 1 year ago

Your ESP crashes, it's hard to tell why without debugging, so I can only give very general advice:

tca22 commented 1 year ago

It works.

I have re-flashed the ESP and went step-by-step through the config again. As I only have a NukiOpener, I un-checked the "NUKI Smartlock enabled" setting. Having "NUKI Opener enabled" checked the same time seems to cause panic. Not sure, but this might give some directions ...

Anyway, thanks for your help - still love this tool ;-)

technyon commented 1 year ago

That was actually a good hint. If the lock is disabled, the device crashes as soon as the browser tries to reload the web portal. Please check release 7.0 if it fixes your issue.

tca22 commented 1 year ago

yes, release 7.0 fixes above issue. Thanks!!