mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1387] ESPAlexa - WiFiManager incompatibility #1190
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#1190
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 @GoTVm on GitHub (Apr 8, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1387
Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32: ESP8266
Hardware: ESP-12e
Core Version: 2.4.0
Description
WiFiManager interferes with ESPAlexa because they both use a WebServer. This could be fixed by passing the webserver WiFiManager is using to ESPAlexa, but I can't seem to find where it creates it so as to pass it as a parameter. Therefore I'm wondering if there is any workaround so I can implement this into my ESPAlexa sketch.
Settings in IDE
Module: NodeMcu
Additional libraries:
ESPAlexa.h
Sketch
Debug Messages
No debug messages. The sketch compiles correctly but doesn't work as intended.
@GoTVm commented on GitHub (Apr 8, 2022):
SOLVED: followed this guide on ESPAlexa's GitHub on how to make them work together and so far it seems to work without issue.
@tablatronix commented on GitHub (Apr 8, 2022):
Ah I see, yeah anything trying to use a webserver , ideally espalexa should have a way to start and stop its webserver also, and not do it in constructor or whatever it is doing. Also yeah passing a single webserver to both libraries would be useful also