mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1250] ESP32 loses WiFi connection after 24hours #1070
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1070
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @warnerthuis on GitHub (May 18, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1250
Basic Infos
I build an alarmclock with a 6-digit leddisplay with a TM1637 connected to my home system via MQTT.
I set the times and en/dis-able the alarms in NodeRed on my phone and send that via MQTT.
I am already sending every minute the current time from the ESP to NodeRed as a kind of keep-alive but
that doesn't help.
I have used this library on other projects with ESP8266's and then I had no problems.
I don't know if the problem is related to this library or not.
I'm using latest version of Arduino IDE
Hardware
WiFimanager Branch/Release: 2.0.3-alpha
Esp8266/Esp32: ESP32
Hardware: LILYGO TT7 v1.5 with ESP32-WROVER-B
Core Version:
Description
Connection is lost after 24 hours
Settings in IDE
Module: ESP32 Wrover Module
Additional libraries: multiple
Sketch
Debug Messages
@warnerthuis commented on GitHub (May 20, 2021):
I think the ESP loses contact with the WiFi and does not reconnect.
@warnerthuis commented on GitHub (May 23, 2021):
Sorry, error is on the MQTT side. I did not check in the main loop if the connection is still available.