jekkos

Results 424 comments of jekkos

@lehibou30 do you still have the image around? It has been removed from telegram alas

Having same problem here! It might be related to wifi, the AP might disappear at night. The clock seems to freeze so now and often and then I need to...

Does the device still react to button presses during the clock freeze? Mine is completely unresponsive.. we could try to enable hardware watchdog to make it reboot automatically. jaal2001 ***@***.***>...

Perhaps wifI and nTP sync can be started in a background task, then set some global state in case sync succeeds. the plugins should then check this state to adapt...

The bug only creeped in after a couple of updates. I did have quite a stable clock at some point, It might have started after the code for WifiManager was...

This confirms my suspicion that the issue is due to the wifimanager changes. The setup used to work fine for days before.

@luedi128 could you create a PR for this? I have tried these options but for me a freeze still happened during the night.

Did you also desolder the original chip as in the instructions here? Or can it be left in place after disconnecting the power from it?

could you try to remove the delay at stars:21? the issue seems to be related to isr1 timer. andreasziegl ***@***.***> schreef op 9 november 2023 17:04:10 CET: >Hi, >I get...

If removing the delay does not help, you can try to increase the interrupt timer to 1000 eg to see if it runs more stable. I read that if interrupts...