rstrouse / ESPSomfy-RTS

A controller for Somfy RTS shades and blinds
The Unlicense
546 stars 36 forks source link

Device often offline #479

Open chemelli74 opened 1 week ago

chemelli74 commented 1 week ago

Hardware

ESP32

Firmware version

v2.4.6

Application version

v2.4.6

What happened? What did you expect to happen?

I often find the device offline; wifi connection is not re-established so I bet it somehow crash or have a memory leak or similar.

Can you suggest a way to properly investigate what happens ?

How to reproduce it (step by step)

1. Connect to network
2. Wait a 4/5 days

Logs

No response

UsefulVid commented 6 days ago

I have the same problem since I use ESPSomfy. Maybe related to this: https://github.com/rstrouse/ESPSomfy-RTS/issues/453 I will try to gather some logs.

UsefulVid commented 5 days ago

Logs collected

Radio Pins Configured! [11:25:06]Successfully set up the radio [11:25:06]Enabled receive on Pin #12 Timing: 1 Initializing RX Queue 11:25:10 Completed scan for access points (1) Connecting to AP 60:B5:8D:07:A3:30 CH: 6 WiFi begin... [11:25:27]Timi��r��: 108ms Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. [11:25:28]Memory dump at 0x40113bfc: 000000ff 2100613e fb7cf00b [11:25:28]Core 1 register dump: [11:25:28]PC : 0x40113c00 PS : 0x00060b30 A0 : 0x80107990 A1 : 0x3ffb2270
[11:25:28]A2 : 0x3ffcdb5c A3 : 0x3ffcdb50 A4 : 0x00000000 A5 : 0x00000004
[11:25:28]A6 : 0x3ffb8188 A7 : 0x80000001 A8 : 0x800e5f54 A9 : 0x3ffb2250
[11:25:28]A10 : 0x00000000 A11 : 0x3ffcdb5c A12 : 0x3ffcd2d0 A13 : 0x000000ff
[11:25:28]A14 : 0x00000003 A15 : 0x00060023 SAR : 0x0000000a EXCCAUSE: 0x00000000
[11:25:28]EXCVADDR: 0x00000000 LBEG : 0x40085e99 LEND : 0x40085ea1 LCOUNT : 0x00000027
[11:25:28] [11:25:28] [11:25:28]Backtrace: 0x40113bfd:0x3ffb2270 0x4010798d:0x3ffb2290 [11:25:28] [11:25:28] [11:25:28] [11:25:28] [11:25:28]ELF file SHA256: f81fd5f3694043bf [11:25:28] [11:25:28]Rebooting... [11:25:28]ets Jun 8 2016 00:22:57

chemelli74 commented 4 days ago

Thx for collecting the log, I bet I have a similar issue even if so far I was not yet able to gather it.