-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLE issues with v9.08 #619
Comments
Why do you have Nuki debug logging enabled? This is almost guaranteed to give issues on its own on an ESP32 without PSRAM, especially while also having MQTT logging enabled. Please disable all debug logging and observe if you have issues afterwards. |
Because you told me to do so in order to find out the reason for the daily watchdog restarts: The regular watchdogs resets are still present, that's why I am still reporting the issues in #547.
Debug logging via syslog (UDP) would be a nice feature and much more convenient than MQTT logging. |
It looks like the new version somehow triggered some instability in the nuki firmware.
... the BLE connectivity issues are gone for now. |
PROBLEM DESCRIPTION
I upgraded to from 9.07 to 9.08 yesterday. Since then I am noticing much more frequent watchdog reboots.
The first watchdog reboot after the update happened after 18 hours but after that, the restarts occured more often:
Besides my ping monitor reports regular packet losses (every 5 to 10 minutes), I suppose because of hanging tasks?
REQUESTED INFORMATION
ble-issues.log
TO REPRODUCE
No activity needed. It just reboots.
EXPECTED BEHAVIOUR
No watchdog restart.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: