mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #893] MQTT publish using wifi manger+ http server #754
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#754
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 @amrithmmh on GitHub (May 31, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/893
is it possible to add mqtt publish to nodemcu with wifimanager +http server ?
@amrithmmh commented on GitHub (Jun 1, 2019):
i found an alternate method . we can use javascript on server side to transmit data using MQTT
but is it possible with the device(arduino or esp8266 as server) serve a html page as well as transmit data to external server using MQTT
@tablatronix commented on GitHub (Jun 1, 2019):
I see no reason why you cannot use a mqtt pub library, what exactly is the problem here?
@amrithmmh commented on GitHub (Jun 3, 2019):
working esp8266 wbserver+wifimanager
@amrithmmh commented on GitHub (Jun 3, 2019):
when I add MQTT for publishing a topic it doesnt work (only mqtt part)
can you give suggestions to make it work?
how wifimanger and espclient and pubsubclient are connected?
@tablatronix commented on GitHub (Jun 3, 2019):
Can you elaborate on "doesnt work" ?