[GH-ISSUE #1117] 3 second delay in Webside communication #956

Open
opened 2026-02-28 01:27:50 +03:00 by kerem · 1 comment
Owner

Originally created by @Devilscave on GitHub (Aug 30, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1117

Hardware

WiFimanager Branch/Release:

  • Master
  • Development

Esp8266/Esp32:

  • ESP8266
  • ESP32

Hardware: ESP-12e, esp01, esp25

  • ESP01
  • ESP12 E/F/S (nodemcu, wemos, feather)
  • Other

ESP Core Version: 2.4.0, staging

  • 2.3.0
  • 2.4.0
  • 2.7.2
  • staging (master/dev)

Description

I have the problem when I send actions from my website back to the ESP. This is very annoying if you use it to regulate a value, but this only arrives at the ESP every 3 seconds. It is an LED control.
This "* WM: [3] unloading" is returned by the WifiManager, but always with a 3 second delay. I press the button on the website 20 times and then gradually the changed values come. Can this be accelerated or turned off?

Module: NodeMcu, Wemos D1

Serial Monitor output

speed is 12000
*WM: [3] unloading
speed is 9600
*WM: [3] unloading
speed is 7680
*WM: [3] unloading
speed is 6144
*WM: [3] unloading
speed is 4915
*WM: [3] unloading
speed is 3932
*WM: [3] unloading
speed is 3145
*WM: [3] unloading
speed is 2516
*WM: [3] unloading
speed is 2012
*WM: [3] unloading
speed is 1609
*WM: [3] unloading
speed is 1287
*WM: [3] unloading
speed is 1029
*WM: [3] unloading
speed is 823
*WM: [3] unloading
speed is 658
*WM: [3] unloading
speed is 526
*WM: [3] unloading
speed is 420

Originally created by @Devilscave on GitHub (Aug 30, 2020). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1117 #### Hardware **WiFimanager Branch/Release:** - [ ] Master - [x] Development **Esp8266/Esp32:** - [x] ESP8266 - [ ] ESP32 **Hardware: ESP-12e, esp01, esp25** - [ ] ESP01 - [x] ESP12 E/F/S (nodemcu, wemos, feather) - [ ] Other **ESP Core Version: 2.4.0, staging** - [ ] 2.3.0 - [ ] 2.4.0 - [x] 2.7.2 - [ ] staging (master/dev) ### Description I have the problem when I send actions from my website back to the ESP. This is very annoying if you use it to regulate a value, but this only arrives at the ESP every 3 seconds. It is an LED control. This "* WM: [3] unloading" is returned by the WifiManager, but always with a 3 second delay. I press the button on the website 20 times and then gradually the changed values come. Can this be accelerated or turned off? Module: NodeMcu, Wemos D1 ### Serial Monitor output speed is 12000 *WM: [3] unloading speed is 9600 *WM: [3] unloading speed is 7680 *WM: [3] unloading speed is 6144 *WM: [3] unloading speed is 4915 *WM: [3] unloading speed is 3932 *WM: [3] unloading speed is 3145 *WM: [3] unloading speed is 2516 *WM: [3] unloading speed is 2012 *WM: [3] unloading speed is 1609 *WM: [3] unloading speed is 1287 *WM: [3] unloading speed is 1029 *WM: [3] unloading speed is 823 *WM: [3] unloading speed is 658 *WM: [3] unloading speed is 526 *WM: [3] unloading speed is 420
Author
Owner

@tablatronix commented on GitHub (Aug 30, 2020):

This would indicate that you are instantiating wm every single time...
So your scope is wrong

<!-- gh-comment-id:683420757 --> @tablatronix commented on GitHub (Aug 30, 2020): This would indicate that you are instantiating wm every single time... So your scope is wrong
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#956
No description provided.