mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #1100] ESP losing connection every 10 days #941
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#941
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 @jeffersonpimenta on GitHub (Jul 26, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1100
Hi, iam using WifiManager with one sonoff mini and I notice that ESP loses connection every 10 days or so. Iam using the code to simulate a Modbus protocol in ScadaLTS. My disconnections occur:
Iam using pihole with 24h lease time. My ESP don't change ip, even when it lost connection and i put my wifi pass again.
Any ideas? My code is:
@dontsovcmc commented on GitHub (Aug 14, 2020):
Can router be a reason of losing connection? There is an IP lifetime in every routers.
@jeffersonpimenta commented on GitHub (Aug 15, 2020):
I use pihole to provinde IPs, since first setup every machine got same ip and it didnt change...
@uski commented on GitHub (Oct 4, 2020):
What are you doing to regain connection ?
I would suggest logging the serial output of the ESP to see what happens. Without further information it is very difficult to help you
@jeffersonpimenta commented on GitHub (Oct 5, 2020):
To reconnect i need to log in web interface and reconfigure everything. Since I'm using an Sonoff standalone i haven't access to the terminal messages.
@EgHubs commented on GitHub (Nov 27, 2020):
This might help